II.
IssueDispatchState JSON
Structured · liveissue-dispatch-state:gh-1234
GH#1234 dispatch state json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "issue-dispatch-state:gh-1234",
"_kind": "IssueDispatchState",
"_file": "extensions/issue-dispatch-states/example-dispatch-states.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GH#1234 dispatch state",
"readiness": "needs-decomposition",
"blockedReasons": [
"no-decomposition: agent has not yet proposed a decomposition"
]
},
"outgoingEdges": [
{
"from": "issue-dispatch-state:gh-1234",
"to": "issue:github-1234",
"kind": "dispatch_state_of_issue",
"attributes": {}
}
],
"incomingEdges": []
}