Skip to content

AddArtefactToIssueInput ​

Input for the addArtefactToIssue mutation

graphql
input AddArtefactToIssueInput {
  artefact: ID!
  issue: ID!
}

Fields ​

AddArtefactToIssueInput.artefact ● ID! non-null scalar ​

The id of the Artefact to add

AddArtefactToIssueInput.issue ● ID! non-null scalar ​

The id of the Issue where to add the Artefact

Member Of ​

addArtefactToIssue mutation

Released under the MIT License.