For the complete documentation index, see llms.txt. This page is also available as Markdown.

setIssueOwnerInput

Input for setting the owner of a security issue.

Examples

input SetIssueOwnerInput {
  issueId: String!
  ownerName: String
  ownerEmail: String!
}

Fields

Field
Description
Supported fields

issueId String!

Unique identifier of the issue to update

ownerName String

Name of the new owner (optional)

ownerEmail String!

Email of the new owner (required)

References

Mutations using this object:

Last updated