Get Transition
Description
This plugin gets a list of the transitions possible for a provided issue (issue key) in an on premise or on-cloud version of JIRA instance.
Configurations
| No. | Field Name | Description |
|---|---|---|
| 1 | Step Name | Name of the step. This name has to be unique in a single workflow. |
Connection
For the connection field details, click Connection Fields
Input tab
| Field Name | Description |
|---|---|
| Issue Key | Specify an Issue Key whose transition status is to be retrieved. Clicking the Get button next to it retrieves the available issue keys as described below. Note: REST API can get maximum of 1000 and 100 issues for on-premise and on-cloud instances respectively. This is an intentional limitation on JIRA applications to avoid performance-related issues such as an OutOfMemoryException. |
| Button: Get | Click the Get button to retrieve the available issue keys as per the access permission of Username provided in Connection. |
Input tab
| Field Name | Description |
|---|---|
| Transition Name | Output field to hold the Transition Name as a result of the step execution. |
| Transition ID | Output field to hold the Transition ID as a result of successful plugin execution. Default field name is “Result”. This field is mandatory. Note: Errors can be captured in the step error handling (right-click step and select error handling) to make the error message visible on AutomationEdge Requests. |