StatusApi class
Jira Cloud platform REST API documentation
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
-
createStatuses(
{required StatusCreateRequest body}) → Future< List< JiraStatus> > - Creates statuses for a global or project scope.
-
deleteStatusesById(
{List< String> ? id}) → Future - Deletes statuses by ID.
-
getStatusesById(
{String? expand, List< String> ? id}) → Future<List< JiraStatus> > - Returns a list of the statuses specified by one or more status IDs.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
{String? expand, String? projectId, int? startAt, int? maxResults, String? searchString, String? statusCategory}) → Future< PageOfStatuses> - Returns a paginated list of statuses that match a search on name or project.
-
toString(
) → String -
A string representation of this object.
inherited
-
updateStatuses(
{required StatusUpdateRequest body}) → Future - Updates statuses by ID.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited