This document explains the usage of Jira CLI for a use case: How to create sub-task(s) / issues using runFromCsv action or update the status of the issues using the transitionIssue action.
...
CLI result: When you run the above CLI createIssue action the result will be shown as below.
...
CLI result: When you run the above CLI CLI transitionIssue action the result will be shown as below.
Code Block | ||
---|---|---|
| ||
Run: --issue "WUC-802" --transition "Reopen" --action transitionIssue --continue Successfully transitioned issue WUC-802 with transition 'reopenReopen'. Run: --issue "WUC-803" --transition "Done" --action transitionIssue --continue Successfully transitioned issue WUC-803 with transition 'Done'. |
...
Info |
---|
|
...