WorkflowSchemeProjectAssociationsApi class
Jira Cloud platform REST API documentation
Constructors
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
-
assignSchemeToProject(
{required WorkflowSchemeProjectAssociation body}) → Future - Assigns a workflow scheme to a project. This operation is performed only when there are no issues in the project.
-
getWorkflowSchemeProjectAssociations(
List< int> projectId) → Future<ContainerOfWorkflowSchemeAssociations> - Returns a list of the workflow schemes associated with a list of projects. Each returned workflow scheme includes a list of the requested projects associated with it. Any team-managed or non-existent projects in the request are ignored and no errors are returned.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited