Get Workflow Transition Properties

GET {{baseUrl}}/rest/api/3/workflow/transitions/:transitionId/properties?includeReservedKeys=false&key=<string>&workflowName=<string>&workflowMode=live

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.

Request Params

KeyDatatypeRequiredDescription
includeReservedKeysbooleanSome 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.
keystringThe 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.
workflowNamestring(Required) The name of the workflow that the transition belongs to.
workflowModestringThe workflow status. Set to live for active and inactive workflows, or draft for draft workflows.

RESPONSES

status: OK

[{&quot;key&quot;:&quot;jira.i18n.title&quot;,&quot;value&quot;:&quot;some.title&quot;,&quot;id&quot;:&quot;jira.i18n.title&quot;},{&quot;key&quot;:&quot;jira.permission&quot;,&quot;value&quot;:&quot;createissue&quot;,&quot;id&quot;:&quot;jira.permission&quot;}]