Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to add multiple text values to summary ?

williamwang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 11, 2020

as what the title stated. 

I am trying to filter out all the active jiras that related to two or more projects, which the project name had specified in the summary line as A, B, C 

I hav get it out as: 

status in ("In Progress", Open, Reopened) AND summary ~ (A, B, C) AND assignee in (currentUser())

 

but obesely it didnt work, how should i fix it 

1 answer

1 vote
Mikael Sandberg
Community Champion
September 11, 2020

With text searches you cannot specify multiple phrases the same way you can do it with for example status. You mentioned that the project name is in the summary field, but you could also specify the project directly like this:

project in (a, b, c) AND ...

If you want to search on multiple phrases in the summary field your query would look something like this:

summary ~ a OR summary ~ b OR summary ~ c

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events