pub async fn delete_workflow_transition_property(
configuration: &Configuration,
params: DeleteWorkflowTransitionPropertyParams,
) -> Result<(), Error<DeleteWorkflowTransitionPropertyError>>
Expand description
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.