Hi!
I'm trying to set up a JQL to search and compare a custom field with an URL with the same custom field from other tickets with an URL.
Example:
"cf[11300]" = {{issue."cf[11300]"}}
cf[11300] is the field I want to compare and its name is "Chat Link[Short text]". I've tried on both formats, "cf[11300]" and "Chat Link[Short text]", but I always get the result:
Custom Smart Value JQL Search: "("cf[11300]"
- Error in JQL Query: Expecting either a value, list or function but got ')'. You must surround ')' in quotation marks to use it as a value. (line 1, character 15)
The field after "=" is empty, looks like it can't get the info from the cf[11300] field. This field is always an URL, is that what's stopping the JQL from finding it? Or am I missing something?
Thank you for your help!