Parameters
| Parameter | Description |
|---|---|
| Issue ID Or Key | The ID or key of the issue. Can be obtained via the List Issues action. |
| Transition ID Filter | If specified, only returns the given transition ID. |
Example Output
{ "expand": "transitions", "transitions": [ { "id": "2", "name": "Close Issue", "opsbarSequence": 10, "to": { "self": "http://localhost:8090/jira/rest/api/2.0/status/10000", "description": "The issue is currently being worked on.", "iconUrl": "http://localhost:8090/jira/images/icons/progress.gif", "name": "In Progress", "id": "10000", "statusCategory": { "self": "http://localhost:8090/jira/rest/api/2.0/statuscategory/1", "id": 1, "key": "in-flight", "colorName": "yellow", "name": "In Progress" } }, "fields": { "summary": { "required": false, "schema": { "type": "array", "items": "option", "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect", "customId": 10001 }, "name": "My Multi Select", "fieldId": "customfield_10000", "hasDefaultValue": false, "operations": [ "set", "add" ], "allowedValues": [ "red", "blue", "default value" ] } } }, { "id": "711", "name": "QA Review", "opsbarSequence": 20, "to": { "self": "http://localhost:8090/jira/rest/api/2.0/status/5", "description": "The issue is closed.", "iconUrl": "http://localhost:8090/jira/images/icons/closed.gif", "name": "Closed", "id": "5", "statusCategory": { "self": "http://localhost:8090/jira/rest/api/2.0/statuscategory/9", "id": 9, "key": "completed", "colorName": "green" } }, "fields": { "summary": { "required": false, "schema": { "type": "array", "items": "option", "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect", "customId": 10001 }, "name": "My Multi Select", "fieldId": "customfield_10000", "hasDefaultValue": false, "operations": [ "set", "add" ], "allowedValues": [ "red", "blue", "default value" ] }, "colour": { "required": false, "schema": { "type": "array", "items": "option", "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect", "customId": 10001 }, "name": "My Multi Select", "fieldId": "customfield_10000", "hasDefaultValue": false, "operations": [ "set", "add" ], "allowedValues": [ "red", "blue", "default value" ] } } } ]}