@itentialopensource/adapter-jira
Version:
This adapter integrates with system Jira
32 lines • 688 B
JSON
{
"self": "https://your-domain.atlassian.net/rest/api/3/statuses/search?startAt=0&maxResults=2",
"nextPage": "https://your-domain.atlassian.net/rest/api/3/statuses/search?startAt=2&maxResults=2",
"maxResults": 2,
"startAt": 0,
"total": 5,
"isLast": true,
"values": [
{
"id": "1000",
"name": "Finished",
"statusCategory": "DONE",
"scope": {
"type": "PROJECT",
"project": {
"id": "1"
}
},
"description": "The issue is resolved",
"usages": [
{
"project": {
"id": "1"
},
"issueTypes": [
"10002"
]
}
]
}
]
}