curl --location -g --request POST 'http:///rest/api/3/issuetypescheme' \
--header 'Content-Type: application/json' \
--data-raw '{
"defaultIssueTypeId": "10002",
"description": "A collection of issue types suited to use in a kanban style project.",
"issueTypeIds": [
"10001",
"10002",
"10003"
],
"name": "Kanban Issue Type Scheme"
}'
{"issueTypeSchemeId":"10010"}
【JIRA7.6.1】API开发者 微信交流群
用微信扫右侧二维码,加入【JIRA7.6.1】API开发者 交流群,互助沟通