Skip to content

removeArtefactFromIssue ​

Removes a Artefact from an Issue, requires MANAGE_ISSUES on any Trackable the issue is on. If the Artefact is not on the Issue, no event is created.

graphql
removeArtefactFromIssue(
  input: RemoveArtefactFromIssueInput!
): RemoveArtefactFromIssuePayload!

Arguments ​

removeArtefactFromIssue.input ● RemoveArtefactFromIssueInput! non-null input ​

Defines the Artefact and Issue

Type ​

RemoveArtefactFromIssuePayload object ​

Released under the MIT License.