Added
Exclude deleted targets from issues and occurrences
1 day ago by Mike Jarrett
Issues API — Exclude deleted targets
A new optional query parameter lets you exclude issues that only affect targets you've deleted.
Endpoint: GET /v1/issues/
exclude_deleted_targets(optional) — Set totrueto exclude issues found only on deleted targets. Issues that still have at least one occurrence on a non-deleted
target are unaffected. Defaults tofalse.
For more information, see the API documentation for issues.
Issues Occurrence API — Exclude deleted targets from an issue's occurrences
The same parameter is available when listing the occurrences of an issue, letting you drop occurrences that belong to deleted targets.
Endpoint: GET /v1/issues/{issue_id}/occurrences/
exclude_deleted_targets(optional) — Set totrueto exclude occurrences on deleted targets. Defaults tofalse.
For more information, see the API documentation for occurrences.
Occurrences API — Exclude deleted targets from fixed occurrences
The same parameter is available on the fixed occurrences endpoint.
Endpoint: GET /v1/occurrences/fixed/
exclude_deleted_targets(optional) — Set totrueto exclude occurrences on deleted targets. Defaults tofalse.
For more information, see the API documentation for fixed occurrences.
