mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
f7587f43f1
The BLOCKER and ISSUE arguments for the block command were incorrect. With hypothetical ticket names BLOCKER and ISSUE, calling jira block BLOCKER ISSUE resulted in ISSUE blocks BLOCKER BLOCKER is blocked by ISSUE which is the reverse of the documentation which claims it should be BLOCKER blocks ISSUE ISSUE is blocked by BLOCKER Reverse order of the arguments so the documentation matches the actual usage. This does not break existing usage, only updates the documentation. Fixes #383