II.
OperationalTrigger JSON
Structured · liveoperational-trigger:amux-triggers-bitbucket
amux-triggers — Bitbucket backend json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "operational-trigger:amux-triggers-bitbucket",
"_kind": "OperationalTrigger",
"_file": "extensions/operational-triggers/triggers-package-canonical.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux-triggers — Bitbucket backend",
"triggerKind": "webhook-event",
"effect": "Normalizes a Bitbucket Cloud webhook payload (pullrequest:created /\nrepo:push) into NormalizedTriggerEvent. Action is derived from the\nevent-name suffix after the colon (e.g. pullrequest:created →\naction=created).\n",
"idempotent": true,
"invokerSurface": "webhook",
"backend": "bitbucket",
"eventTaxonomy": [
"pullrequest:created",
"pullrequest:updated",
"pullrequest:fulfilled",
"pullrequest:rejected",
"repo:push"
],
"dispatchModel": "normalize-and-evaluate",
"payloadShape": "NormalizedTriggerEvent",
"queryDsl": "key-colon-value",
"cliEntrypoint": "amux-triggers",
"enrichmentSources": [
"workflow-event-payload",
"local-git-show",
"git-diff-unified"
],
"sourceCitation": "packages/triggers/src/backends/bitbucket.ts:4 (normalizeBitbucket).\n",
"exitCodeSemantics": [
"0:matched:trigger query matched",
"78:skip:trigger query did not match",
"1:error:unhandled exception"
]
},
"outgoingEdges": [
{
"from": "operational-trigger:amux-triggers-bitbucket",
"to": "package:a5c-ai-triggers",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "operational-trigger:amux-triggers-bitbucket",
"to": "shared-context-spec:normalized-trigger-event",
"kind": "has_payload_schema",
"attributes": {}
},
{
"from": "operational-trigger:amux-triggers-bitbucket",
"to": "grammar:amux-triggers-query-dsl",
"kind": "parsed_by_grammar",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "grammar:amux-triggers-query-dsl",
"to": "operational-trigger:amux-triggers-bitbucket",
"kind": "grammar_parses_for",
"attributes": {}
}
]
}