Update Workflow Transition Property
PUT {{baseUrl}}/rest/api/3/workflow/transitions/:transitionId/properties?key=<string>&workflowName=<string>&workflowMode=<string>
Updates a workflow transition by changing the property value. Trying to update a property that does not exist results in a new property being added to the 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
Key | Datatype | Required | Description |
---|---|---|---|
key | string | (Required) The key of the property being updated, also known as the name of the property. Set this to the same value as the key defined in the request body. | |
workflowName | string | (Required) The name of the workflow that the transition belongs to. | |
workflowMode | string | The workflow status. Set to live for inactive workflows or draft for draft workflows. Active workflows cannot be edited. |
Request Body
{"value"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"key":"jira.i18n.title","value":"some.title","id":"jira.i18n.title"}