Atlassian Jira Connector Operation Get Transition
Input
No input is required for this operation.
This operation requires the
host,key,usernameandpasswordortokenparameters.The project key with the task ID is specified in the
keyparameter.
Output
XML
<?xml version="1.0" encoding="UTF-8"?>
<JSON>
<expand>transitions</expand>
<transitions>
<e>
<id>11</id>
<name>Bearbeitung</name>
<to>
<self>https://jira.example.de/rest/api/2/status/3</self>
<description>This issue is being actively worked on at the moment by the assignee.</description>
<iconUrl>https://jira.example.de/images/icons/statuses/inprogress.png</iconUrl>
<name>In Progress</name>
<id>3</id>
<statusCategory>
<self>https://jira.example.de/rest/api/2/statuscategory/4</self>
<id>4</id>
<key>indeterminate</key>
<colorName>yellow</colorName>
<name>In Progress</name>
</statusCategory>
</to>
</e>
</transitions>
</JSON>