WorkflowTransitionPropertiesApi class
Jira Cloud platform REST API documentation
Constructors
- WorkflowTransitionPropertiesApi(ApiClient _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createWorkflowTransitionProperty(
{required int transitionId, required String key, required String workflowName, String? workflowMode, required WorkflowTransitionProperty body}) → Future< WorkflowTransitionProperty> - 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.
-
deleteWorkflowTransitionProperty(
{required int transitionId, required String key, required String workflowName, String? workflowMode}) → Future< void> - 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.
-
getWorkflowTransitionProperties(
{required int transitionId, bool? includeReservedKeys, String? key, required String workflowName, String? workflowMode}) → Future< WorkflowTransitionProperty> - 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.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateWorkflowTransitionProperty(
{required int transitionId, required String key, required String workflowName, String? workflowMode, required WorkflowTransitionProperty body}) → Future< WorkflowTransitionProperty> - 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.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited