IssuePropertiesApi class
Jira Cloud platform REST API documentation
Constructors
- IssuePropertiesApi(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
-
bulkDeleteIssueProperty(
{required String propertyKey, required IssueFilterForBulkPropertyDelete body}) → Future< void> - Deletes a property value from multiple issues. The issues to be updated can be specified by filter criteria.
-
bulkSetIssuePropertiesByIssue(
{required MultiIssueEntityProperties body}) → Future< void> - Sets or updates entity property values on issues. Up to 10 entity properties can be specified for each issue and up to 100 issues included in the request.
-
bulkSetIssueProperty(
{required String propertyKey, required BulkIssuePropertyUpdateRequest body}) → Future< void> - Sets a property value on multiple issues.
-
bulkSetIssuesPropertiesList(
{required IssueEntityProperties body}) → Future< void> - Sets or updates a list of entity property values on issues. A list of up to 10 entity properties can be specified along with up to 10,000 issues on which to set or update that list of entity properties.
-
deleteIssueProperty(
{required String issueIdOrKey, required String propertyKey}) → Future< void> - Deletes an issue's property.
-
getIssueProperty(
{required String issueIdOrKey, required String propertyKey}) → Future< EntityProperty> - Returns the key and value of an issue's property.
-
getIssuePropertyKeys(
String issueIdOrKey) → Future< PropertyKeys> - Returns the URLs and keys of an issue's properties.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setIssueProperty(
{required String issueIdOrKey, required String propertyKey, required dynamic body}) → Future - Sets the value of an issue's property. Use this resource to store custom data against an issue.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited