Backlog API 種別一覧の取得
#backlog
公式
https://developer.nulab.com/ja/docs/backlog/api/2/get-issue-type-list/
code:_
curl "https:/YOUR_BACKLOG.backlog.com/api/v2/projects/TEST_PROJECT/issueTypes?apiKey=YOUR_API_KEY"
code:sample-default-all
[
{
"id": 607435,
"projectId": 142586,
"name": "Task",
"color": "#7ea800",
"displayOrder": 0,
"templateSummary": null,
"templateDescription": null
},
{
"id": 607434,
"projectId": 142586,
"name": "Bug",
"color": "#990000",
"displayOrder": 1,
"templateSummary": null,
"templateDescription": null
},
{
"id": 607436,
"projectId": 142586,
"name": "Request",
"color": "#ff9200",
"displayOrder": 2,
"templateSummary": null,
"templateDescription": null
},
{
"id": 607437,
"projectId": 142586,
"name": "Other",
"color": "#2779ca",
"displayOrder": 3,
"templateSummary": null,
"templateDescription": null
}
]