GET /rest/api/2/workflow/transitions/{transitionId}/properties
Returns the properties on a workflow transition. Transition properties are used to change the behavior of a transition. For more information, see Transition properties and Workflow properties.
Permissions required: Administer Jira global permission.
Servers
- https://your-domain.atlassian.net
Path parameters
Name | Type | Required | Description |
---|---|---|---|
transitionId |
Integer | Yes |
The ID of the transition. To get the ID, view the workflow in text mode in the Jira administration console. The ID is shown next to the transition. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
includeReservedKeys |
Boolean | No |
Some properties with keys that have the jira. prefix are reserved, which means they are not editable. To include these properties in the results, set this parameter to true. Default value: false |
key |
String | No |
The key of the property being returned, also known as the name of the property. If this parameter is not specified, all properties on the transition are returned. |
workflowMode |
String | No |
The workflow status. Set to live for active and inactive workflows, or draft for draft workflows. Possible values:
Default value: "live" |
workflowName |
String | Yes |
The name of the workflow that the transition belongs to. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.