Create Workflow Transition Property

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

Adds a property to 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
keystring(Required) The key of the property being added, also known as the name of the property. Set this to the same value as the key defined in the request body.
workflowNamestring(Required) The name of the workflow that the transition belongs to.
workflowModestringThe workflow status. Set to live for inactive workflows or draft for draft workflows. Active workflows cannot be edited.

Request Body

{"value"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

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;}