Jira Forge
atlassian-jira-forge-skill
Forge inside Jira Cloud — workflow modules, async queues, KVS, and the scope/manifest mistakes nobody tells you about.
Use when
Declaring jira:workflowValidator / Condition / PostFunction, scheduledTriggers, webtriggers, custom field types, issue panels, dashboard gadgets, or any @forge/* resolver. Includes bitbucket:mergeCheck.
Skip for
Calling Jira from an external Node/Python service over HTTPS → jira-api-skill. Confluence-only work → atlassian-confluence-forge-skill.
Unlocks
- Async-event handlers with timeoutSeconds: 900 to escape the 25-second function ceiling
- KVS sharding patterns for hot keys (>1 MB/s writes) lifted from PPM Pro
- Capability-token webtriggers — public HTTPS endpoints with bearer auth done right
- Drops the long-stale myth that workflow validators are Connect-only — they're real Forge modules
Covers

