II.
Issue JSON
Structured · liveissue:github-1234-1
GH#1234-1 — reconciliation timer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "issue:github-1234-1",
"_kind": "Issue",
"_file": "extensions/issues/issues-decomposed-children.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GH#1234-1 — reconciliation timer",
"identifier": "1234-1",
"trackerKind": "issue-tracker:github-issues",
"state": "open"
},
"outgoingEdges": [
{
"from": "issue:github-1234-1",
"to": "issue-tracker:github-issues",
"kind": "from_tracker",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "issue-decomposition:gh-1234-into-2",
"to": "issue:github-1234-1",
"kind": "has_child_issue",
"attributes": {}
}
]
}