II.
IssueDispatchState JSON
Structured · liveissue-dispatch-state:gh-1234-ready
GH#1234 ready-for-dispatch state (alternate) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "issue-dispatch-state:gh-1234-ready",
"_kind": "IssueDispatchState",
"_file": "extensions/issue-dispatch-states/example-dispatch-states.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GH#1234 ready-for-dispatch state (alternate)",
"readiness": "ready",
"blockedReasons": [],
"renderedContext": "Implement the reconciliation timer per ACA-390 acceptance criteria.\n"
},
"outgoingEdges": [
{
"from": "issue-dispatch-state:gh-1234-ready",
"to": "issue:github-1234",
"kind": "dispatch_state_of_issue",
"attributes": {}
}
],
"incomingEdges": []
}