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

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 live for inactive workflows or draft for draft workflows. Active workflows cannot be edited.

Possible values:

  • "live"
  • "draft"
workflowName String Yes

The name of the workflow that the transition belongs to.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.