Module workflow_transition_properties_api

Module workflow_transition_properties_api 

Source

Enums§

CreateWorkflowTransitionPropertyError
struct for typed errors of method create_workflow_transition_property
DeleteWorkflowTransitionPropertyError
struct for typed errors of method delete_workflow_transition_property
GetWorkflowTransitionPropertiesError
struct for typed errors of method get_workflow_transition_properties
UpdateWorkflowTransitionPropertyError
struct for typed errors of method update_workflow_transition_property

Functions§

create_workflow_transition_property
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.
delete_workflow_transition_property
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.
get_workflow_transition_properties
Returns the properties on 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.
update_workflow_transition_property
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.