I am in the process of creating a Dashboard for my project and wanted to use the field "App Project Name" but I am not sure which operator to be used while drafting a query wherein the value has 3 words. Example below
App Project Name = AAA BBB CCC
I tried below but it is throwing an error
"App Project Name" = "AAA BBB CCC"
Please help.
Hi Sendil,
Welcome to the community.
Is "App Project Name" a text field? if so you can only use ~ operator. So your JQL should be something like:
"App Project Name" ~ "AAA BBB CCC"
Refer to the following documentation for more details:
Yes, "App Project Name" is a text field. I tried using '~' operator and it worked. Thank you.
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.