1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. UpdatePolicyIssueRequest

UpdatePolicyIssueRequest

    Request to update a policy issue.

    Properties

    • assignedTo string optional
      The user to assign the policy issue to.
    • status enum optional
      The new status for the policy issue. Valid values: open, in_progress, by_design, ignored. Note: fixed cannot be set manually.
      Values: open, in_progress, by_design, fixed, ignored
    • priority enum optional
      The new priority for the policy issue.
      Values: p0, p1, p2, p3, p4