addCommentInput

Input for adding a new comment to an issue.

Examples

input AddCommentInput {
  issueId: String!
  text: String!
  authorName: String
  authorEmail: String
}

Fields

Field
Description
Supported fields

issueId String!

Unique identifier of the issue

text String!

Text content of the comment

authorName String

Display name of the comment author (fallback when JWT claim is unavailable)

authorEmail String

Email of the comment author (fallback when JWT claim is unavailable)

References

Mutations using this object:

Last updated