Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
themeMidnight
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
  • Before implementing it in the production environment, make sure the above CLI action is tested in your non-production environment.
  • Ensure that the parameters server, user and password are mentioned in the CLI jira.sh / jira.bat file.
  • Both CLI actions can be executed independently.

...