Transition JIRA issue status

This example demonstrates performing workflow transitions on JIRA issues using the JIRA Transition Snap to change issue status such as moving from "Open" to "In Progress" or "Resolved".

Input document should contain Issue ID and Transition ID at the minimum. An example input data would be:

{ id: 14556, transition: { id: "21" } }

Transition ID indicates the transition action you can take on a JIRA issue specified by the "id" field above. You can get a list of the possible Transition ID's in a given JIRA issue by executing a JIRA Search Snap with the "jql" property value of "id = 14556" and the "expand" property value of "transitions".