JQL search - long string with special characters

vijay jayaraman June 9, 2018

Hi,

 

I am trying to list the issues by project = foo and category matching the below (long) string. Can someone help me with the right search expression?

project = foo AND category = "foo bar blah blah (12345) / search word (word1) / None"

 

Thanks,

VJ

1 comment

Bastian Stehmann
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 10, 2018

Hi @vijay jayaraman,

welcome to this community.

What exactly do you want to do?

You can search for that string exactly as you did. But please have this in mind.

The category is an attribute of a project. If the project foo has the category "foo bar blah blah (12345) / search word (word1) / None", it will give you all issues from that project, but it will be same if you search only for the project or only for the category.

If the project foo does not have the category "foo bar blah blah (12345) / search word (word1) / None", there will be no result, because it does not fit together.

If you want both, the issues from project foo and all issues from projects with that category, you have to use the OR operator instead of the AND operator.

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events