Jira: Blockers
Read-only. Run from this skill's directory:
python3 ../jira/scripts/jira_tool.py blockers --issue_key PAY-123
(First-time setup, once per environment: pip install -r ../jira/requirements.txt.)
--issue_key is required. Prints {"blocked": bool, "reasons": [...]}.
Only report a blocker if reasons actually contains it -- if
"blocked": false, say so; don't invent a plausible one.
If the result contains "error", tell the user what went wrong in
plain language instead of retrying silently or fabricating a result.
See ../jira/README.md for architecture details and the full
environment-variable table.