Skip to content

removeIssueFromPinnedIssues

Unpins the Issue on a Trackable, requires MANAGE_ISSUES on the Trackable where the Issue should be unpinned. If the Issue is not pinned on the Trackable, no event is created.

graphql
removeIssueFromPinnedIssues(
  input: RemoveIssueFromPinnedIssuesInput!
): RemoveIssueFromPinnedIssuesPayload!

Arguments

removeIssueFromPinnedIssues.input ● RemoveIssueFromPinnedIssuesInput! non-null input

Defines the Issue and Trackable

Type

RemoveIssueFromPinnedIssuesPayload object

Released under the MIT License.