Hello there,
There is a piece in my automation that is not working. I have highlighted it, all else works as expected. Basically I would like to exclude story's with the component = XYZ and a status = Done from having the following fields updated: Fix Version, Target Release, and Summary each time the epic is updated. Can someone let me know what I am doing wrong?
Hi @Rita Arellano,
Have you tried updating your initial query to exclude the items you don't want to update? Something like:
For JQL:
"Epic Link" = {{triggerIssue.key}} AND issuetype = Story AND (fixVersion is
not empty OR "Target Release" is not empty) AND component != XYZ AND
status != Done
Hope this helps!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.