II.
TaskTag JSON
Structured · livetask-tag:tech-debt
tech-debt json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "task-tag:tech-debt",
"_kind": "TaskTag",
"_file": "extensions/task-tags/canonical-task-tags.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "tech-debt",
"name": "tech-debt",
"key": "tech-debt",
"scope": "team",
"description": "Work that pays down accumulated technical debt rather than delivering new functionality.",
"color": "#a16207",
"order": 10
},
"outgoingEdges": [
{
"from": "task-tag:tech-debt",
"to": "org-unit:platform-team",
"kind": "scoped_to_team",
"attributes": {}
},
{
"from": "task-tag:tech-debt",
"to": "workspace:local-developer-default",
"kind": "scoped_to_workspace",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "issue:linear-aca-390",
"to": "task-tag:tech-debt",
"kind": "tagged_with",
"attributes": {}
}
]
}