Hi All,
I am stuck on a rule - please could someone help or offer any advice?
I want to create a rule that looks like this:
I managed to get the first part going, but I just can't figure out how to get the test execution added to the same fix version as the issue.
Any ideas would be much appreciated as always from this knowledgable community.
Thank you in advance
Hi @Nicola
For a question like this, please post an image of your complete automation rule, images of any relevant actions / conditions / branches, an image of the audit log details showing the rule execution, and explain what is not working as expected. Those will provide context for the community to offer ideas. Thanks!
Until we see those...
When you create the issue (i.e., text execution) please select the Fix Versions field and copy the value from the trigger issue.
Kind regards,
Bill
The option you suggested is not available and that is what I was expecting to see. The drop down under Fix Versions just asks me to select a previous or current version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nicola
As Bill has suggested, on the edit issue screen, beside the Fix Version field, click the 3 ellipsis, choose Copy from, and select Trigger Issue to copy from and select Fix Versions from the dropdown field, as shown in below screenshot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yess! Thank you! Apologies I missed the ellipsis.
Thank you @Bill Sheboy @Kalyan Sattaluri - much appreciated!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Nicola
Is this "test execution" a Jira issue?
If you have linked your newly created issue to trigger, I am guessing yowu know that you can reference this newly created issue as {{createdissue.key}}
I am not sure how you are linking it but to solve assigning fix version part.. you continue...
you do a branch, do a JQL with key = {{createdissue.key}}
then action edit issue and choose fixversion field and assign it {{issue.fixVersions}} smart value in the field.
Hope it helps. Please let us know if issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kalyan, Thanks for replying. Test execution is a Jira issue yes.
I am not familiar with branching but I will have a look and do some more reading to see if I can get your suggestion to work thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please see response on other post. Thats the correct / easy way to assign this field. No need for branching etc. Hope it helps and accept his answer if solution works!
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.