GCC Build OSv0
/api

IssueResolvedevent type

Issue resolved.

Full spec

{
  "name": "IssueResolved",
  "description": "Issue resolved.",
  "current_version": 1,
  "actor_type_allowed": [
    "human"
  ],
  "object_type": "Issue",
  "payload_versions": {
    "v1": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "issue_id",
        "resolution",
        "resolved_by"
      ],
      "properties": {
        "issue_id": {
          "type": "string",
          "format": "uuid"
        },
        "resolution": {
          "type": "string",
          "minLength": 1
        },
        "resolved_by": {
          "type": "string",
          "format": "uuid"
        }
      }
    }
  },
  "projections_consuming": [
    "raid_view",
    "issues_view",
    "audit_log"
  ],
  "canonicalizer_module": "event-canonicalizers/issue_resolved.ts"
}