setIssueOwnerInput
Last updated
Input for setting the owner of a security issue.
input SetIssueOwnerInput {
issueId: String!
ownerName: String
ownerEmail: String!
}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)
Last updated
