addCommentToIssueInput

Input for adding a comment to a security issue.

Examples

input addCommentToIssueInput {
  issueId: String!
  comment: String!
}

Fields

Field
Description
Supported fields

issueId String!

Unique identifier of the issue to comment on

comment String!

Text content of the comment to add

References

Mutations using this object:

Last updated