Hi!
i'm trying to get a field value out of field from another issue.
i'm using automation rule with cycle FOR, that finds an issue with JQL search and assigns a variable "abcdef". I'm trying to use this variable in trigger issue, but it's empty.
Is there any way to get field value out of the issue from JQL search to trigger issue?
as you put the variable into the branch it only „exists“ within the scope of the branch.
I would recommend to replace the branch with a lookupIssues action. This would also filter the requested issue by JQL and you could then use the smart value {{lookupIssues}} to use directly in your trigger issue (comment action).
Best
Stefan
thank you for the answer. With lookupIssues it works!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome. Good to know your problem is solved and thanks for the feedback ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.