Hi! I´m struggling to search for issues with the Lookup Issues functionallity. I need to search issues that has the same value in field "EXAMPLE" as that same field but in the most recently created issue (Trigger Issue).
Can you help me with the JQL?
Thanks!
Hi @Santino Lucca Castrataro - You should be able to do something like this:
YOURFIELD = {{issue.YOURFIELD}}
If you're still having problems, please share details about your field as some field types like multi-select require a little more finesse in how you set up the smart value.
Thanks @Mark Segall but I´ve already solve it with the following JQL:
"EXAMPLE" ~ "{{triggerIssue.fields.customfield_12899}}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes that makes sense. Happy you were able to resolve it!
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.