IssueLinkTypesApi class
Jira Cloud platform REST API documentation
Constructors
- IssueLinkTypesApi(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
-
createIssueLinkType(
{required IssueLinkType body}) → Future< IssueLinkType> - Creates an issue link type. Use this operation to create descriptions of the reasons why issues are linked. The issue link type consists of a name and descriptions for a link's inward and outward relationships.
-
deleteIssueLinkType(
String issueLinkTypeId) → Future< void> - Deletes an issue link type.
-
getIssueLinkType(
String issueLinkTypeId) → Future< IssueLinkType> - Returns an issue link type.
-
getIssueLinkTypes(
) → Future< IssueLinkTypes> - Returns a list of all issue link types.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateIssueLinkType(
{required String issueLinkTypeId, required IssueLinkType body}) → Future< IssueLinkType> - Updates an issue link type.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited