Skip to content

addIssueToTrackable ​

Adds an Issue to a Trackable, requires MANAGE_ISSUES on the Trackable the Issue should be added to, and EXPORT_ISSUES on any Trackable the Issue currently is on. If the Issue is already on the Trackable, no event is created.

graphql
addIssueToTrackable(
  input: AddIssueToTrackableInput!
): AddIssueToTrackablePayload!

Arguments ​

addIssueToTrackable.input ● AddIssueToTrackableInput! non-null input ​

Defines the Issue and Trackable

Type ​

AddIssueToTrackablePayload object ​

Released under the MIT License.