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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.