@@ -428,18 +428,12 @@ export default withMermaid(
428428 items : [
429429 { text : "Overview" , link : "/api-reference/issue/overview" } ,
430430 { text : "Create Work Item" , link : "/api-reference/issue/add-issue" } ,
431- { text : "Create Work Item (Create)" , link : "/api-reference/issue/create-work-item-from-schema" } ,
432431 { text : "List Work Items" , link : "/api-reference/issue/list-issues" } ,
433432 { text : "Get Work Item" , link : "/api-reference/issue/get-issue-detail" } ,
434- { text : "Get Work Item with Properties" , link : "/api-reference/issue/get-work-item-properties" } ,
435- { text : "Get by Sequence ID" , link : "/api-reference/issue/get-issue-sequence-id" } ,
433+ { text : "Get by identifier" , link : "/api-reference/issue/get-issue-sequence-id" } ,
436434 { text : "Search Work Items" , link : "/api-reference/issue/search-issues" } ,
437435 { text : "Advanced Search" , link : "/api-reference/issue/advanced-search-work-items" } ,
438436 { text : "Update Work Item" , link : "/api-reference/issue/update-issue-detail" } ,
439- {
440- text : "Update Work Item with Properties" ,
441- link : "/api-reference/issue/update-work-item-properties" ,
442- } ,
443437 { text : "Delete Work Item" , link : "/api-reference/issue/delete-issue" } ,
444438 ] ,
445439 } ,
0 commit comments