Hi all, hopefully I can explain this well!
We send out release notes to different groups in our org (Claims, Operations, Sales) Some tickets in the Fix Version should go out to one or more of these groups but we don't want to send release notes to those who don't need to see them (Eg. Claims doesn't need to see Operations notes unless they're both in the "Release Communication Planning" field. We create a "Pre-Release Communication" ticket where we then run the automation. The problem is we have to go into this automation every time and edit the "fixVersion in" Here's an example of our current logic...
Is there a better way to do this that we don't have to keep going in and editing the fixVersion in the automation in order to send these notes out?
Hi @Maria RoseGrows and welcome to the Community!
If your trigger issue has a reference to the version you are releasing, you may indeed be able to refer to that version using a smart value in your lookup issues action.
You could consider changing the JQL filter to:
... and fixVersion in ("{{issue.fixVersions.name}}")
I am making the assumption that you would also use the fix version field to refer to the release and that your communication issue would only apply to 1 version. If these conditions are met, I would expect this to work.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.