Skip to main content

removeIssueFromTrackable

Removes an Issue from a Trackable, requires MANAGE_ISSUES on the Trackable where the Issue should be removed from. Additionally requires that the Issue is on at least one Trackable afterwards. If the Issue is not on the Trackable, no event is created. Also removes any Artefacts, Labels and AffectedByIssue which cannot be any more on the Issue, and unpins the issue on the defined Trackable if it was pinned. The created events can be found in the childItems of the returned RemovedFromTrackableEvent.

removeIssueFromTrackable(
input: RemoveIssueFromTrackableInput!
): RemoveIssueFromTrackablePayload!

Arguments

removeIssueFromTrackable.input ● RemoveIssueFromTrackableInput! non-null input

Defines the Issue and Trackable

Type

RemoveIssueFromTrackablePayload object