Jira automation fail - I want to copy a custom field to any linked ticket from destination ticket. This should happen only when the destination's field exists or is not empty. I have used a JQL query to check the same, but it is giving an error.
Hi Apurva and welcome to the community! I believe you will just need to add some branching for the related issues. So for example, when an issue is linked, we want to take action on the linked issues so we'll use a branch and set the "Type of related issues" to linked issues. We can then run some Issue Fields Conditions to check whether or not your custom fields are EMPTY or not.
So it might look something like this:
Let me know if I didn't understand what you're after here and 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.