...
For this, the CSV file should contain the fields: issue and transition. The value(s) under issue should be the issue key(s) you want to update the status and the values under transition is to what status you want to transit the issue.
CLI result:
Code Block | ||
---|---|---|
| ||
Run: --issue "WUC-802" --transition "Reopen" --action transitionIssue --continue Successfully transitioned issue WUC-802 with transition 'reopen'. Run: --issue "WUC-803" --transition "Done" --action transitionIssue --continue Successfully transitioned issue WUC-803 with transition 'Done'. |
...