Skip to content

CreateIssueCommentInput

Input for the createIssueComment mutation

graphql
input CreateIssueCommentInput {
  answers: ID
  body: String!
  issue: ID!
  referencedArtefacts: [ID!]
}

Fields

CreateIssueCommentInput.answers ● ID scalar

The id of the Comment the created IssueComment answers

CreateIssueCommentInput.body ● String! non-null scalar

Initial body of the IssueComment

CreateIssueCommentInput.issue ● ID! non-null scalar

The id of the Issue the IssueComment is created on

CreateIssueCommentInput.referencedArtefacts ● [ID!] list scalar

Ids of initially referenced artefacts

Member Of

createIssueComment mutation

Released under the MIT License.