This article explains how to add a validation for the creation of a Bitbucket repository from Jira using Run CLI Actions in Jira app.
Instructions
- Log into the Jira instance as an Administrator.
- Edit the workflow where Run CLI is to be added as a validator.
- Select the transition to which the CLI validator needs to be added and then click the link Validators.
- Click Add validator and select CLI action from the list of validation options.
Add the CLI action in the Action field. Enter the CLI find pattern 1 value as the CLI action output. Replace the details as per your instance.
CLI action:Code Block theme Midnight -a getRepositoryList --server "http://example.com/" --user "admin" --password "admin" --project "%original_customfield_12700%" --regex "%original_customfield_12701%"
- Add the post function to create the Bitbucket repository.
- Once the transition is performed, you can see the Bitbucket repository is created if the same repository is not present in the Bitbucket instance as per the condition added for validation.
- If the validation fails it throws an error as shown in the below sample:
Info |
---|
|