resetIssueOwner

Resets the issue owner back to the original automatically calculated owner, removing any manual override.

Examples

mutation ResetIssueOwner($input: ResetIssueOwnerInput!) {
  resetIssueOwner(input: $input)
}

Variables

This is an example input showing all available input fields. Only fields marked as required in the schema are mandatory.

{
  "input": {
    "issueId": "30966426-oxPolicy_securityCloudScan_100-example"
  }
}

Arguments

You can use the following argument(s) to customize your resetIssueOwner mutation.

Argument
Description
Supported fields

input ResetIssueOwnerInput! required

Input containing the issue identifier to reset the owner for

issueId String!

Fields

Return type: Boolean

Last updated