resetIssueOwnerInput

Input for resetting the owner of a security issue back to the original automatically calculated owner.

Examples

input ResetIssueOwnerInput {
  issueId: String!
}

Fields

Field
Description
Supported fields

issueId String!

Unique identifier of the issue to reset the owner for

References

Mutations using this object:

Last updated