A quality issue that can be attached to any Object or ObjectComponent.

Writable Fields:

severity: Severity of this Issue as an integer, the larger the value the more severe the Issue

description: Free text description of the Issue

component_issues: List of ObjectComponent URLs which the Issue is associated with

uuid (optional): UUID of the Issue. If not specified a UUID is generated automatically.

Read-only Fields:

url: Reference to the instance of the Issue, final integer is the Issue id

last_updated: Datetime that this record was last updated

updated_by: Reference to the user that updated this record

GET /api/issue/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}