pub async fn create_workflow_transition_property(
configuration: &Configuration,
params: CreateWorkflowTransitionPropertyParams,
) -> Result<WorkflowTransitionProperty, Error<CreateWorkflowTransitionPropertyError>>
Expand description
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.