Back to Integrations Guides

A quick reference for the status values you’ll see in webhook messages.

Issue statuses

Used in data.issue.status, and in data.previous_status / data.new_status on issue.status_changed messages.

ValueWhat it means
activeThe issue is live and still needs fixing.
resolved_pendingSomeone marked it fixed, but no scan has confirmed it yet.
resolvedA scan has confirmed every instance is fixed.
resolved_manualSomeone marked it resolved by hand, without waiting for a scan to confirm.
ignoredSomeone has dismissed it.

Instance statuses

data.issue_instance.status is a plain number; data.previous_status / data.new_status are the same numbers as quoted strings.

NumberStringWhat it means
-1"-1"Reopened – an instance that was fixed has come back.
0"0"Unfixed – currently a live problem.
1"1"Fixed Pending – marked fixed by a person, not yet confirmed by a scan.
2"2"Fixed – confirmed by a scan.


Still stuck?

File a support ticket with our five-star support team to get more help.

File a ticket

  • This field is for validation purposes and should be left unchanged.
  • Please provide any information that will be helpful in helping you get your issue fixed. What have you tried already? What results did you expect? What did you get instead?

Related Guides