Hello team,
I am creating an automation (#1) for automated ticket creation once a version/release is created. I also want to create another rule (#2) that triggers by a version/release is updated. Tu ensure that the version/ release was already created the tickets as expected by rule #1, from rule #2 I would like to check the description of existed version/ release before creating the tickets. How could I update the description of the version/ release by rule #1? thanks!
Brs,
Quang
Hello @Nguyễn Quang
To enable us to help you effectively please provide screen images showing the entirety of both rules.
Hi @Trudy Claspill , I just want to update the description of version from rule after the 2 first conditions are passed. Here is the step:
- Trigger event by When: Version created
- Check if in the description of created version contains symbol: [RTM]
- Update to the description of the version. >> I need support here, how to do this.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is not an Edit Version action. Therefore you would need to interact with the REST API to modify attributes of the Version.
To make a call to the REST API you would use this action:
Information on the API endpoints that relate to release versions can be found here:
https://docs.atlassian.com/software/jira/docs/api/REST/9.14.0/#api/2/version
I have provided references applicable to Jira Data Center because in one of your other posts the image you provided of a rule made it clear you are working with Server or Data Center, not Jira Cloud. You may need to find different versions of the references that match the actual Jira version you are using.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.