Skip to content

createIssueComment ​

Creates an IssueComment, requires COMMENT on any of the Trackables the Issue is on. Requires READ on referenced Artefacts, additionally, those must be part of a Trackable the Issue is on. If present, the Comment it answers must be on the same Issue.

graphql
createIssueComment(
  input: CreateIssueCommentInput!
): CreateIssueCommentPayload!

Arguments ​

createIssueComment.input ● CreateIssueCommentInput! non-null input ​

Defines the IssueComment

Type ​

CreateIssueCommentPayload object ​

Released under the MIT License.