Skip to content

updateIssueComment

Updates an IssueComment. If the user created the IssueComment, requires READ on any of the Trackables the Issue is on. Otherwise, requires MODERATOR on any of the Trackables the Issue is on. Requires READ on referenced Artefacts, additionally, added ones must be part of a Trackable the Issue is on.

graphql
updateIssueComment(
  input: UpdateIssueCommentInput!
): UpdateIssueCommentPayload!

Arguments

updateIssueComment.input ● UpdateIssueCommentInput! non-null input

Defines how to update which IssueComment

Type

UpdateIssueCommentPayload object

Released under the MIT License.