Atlassian Jira Connector Operation Get Transition
Input
- Für diese Operation wird kein Input benötigt.
Für diese Operation sind die Parameter
host
,key
,username
undpassword
odertoken
erforderlich.- Der Projektschlüssel mit der Vorgangs-ID wird im Parameter
key
angegeben.
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>