WorkflowTransitionRulesApi class
Jira Cloud platform REST API documentation
Constructors
- WorkflowTransitionRulesApi(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
-
deleteWorkflowTransitionRuleConfigurations(
{required WorkflowsWithTransitionRulesDetails body}) → Future< WorkflowTransitionRulesUpdateErrors> - Deletes workflow transition rules from one or more workflows. These rule types are supported:
-
getWorkflowTransitionRuleConfigurations(
{int? startAt, int? maxResults, required List< String> types, List<String> ? keys, List<String> ? workflowNames, List<String> ? withTags, bool? draft, String? expand}) → Future<PageBeanWorkflowTransitionRules> - Returns a paginated list of workflows with transition rules. The workflows can be filtered to return only those containing workflow transition rules:
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateWorkflowTransitionRuleConfigurations(
{required WorkflowTransitionRulesUpdate body}) → Future< WorkflowTransitionRulesUpdateErrors> - Updates configuration of workflow transition rules. The following rule types are supported:
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited