DELETE /rest/api/2/workflow/transitions/{transitionId}/properties
Deletes a property from 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 admin settings. The ID is shown next to the transition. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
key |
String | Yes |
The name of the transition property to delete, also known as the name of the property. |
workflowMode |
String | No |
The workflow status. Set to Possible values:
|
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.