can you search for keywords within all tasks in a next-gen project.

guy October 18, 2019

can you search for keywords within all tasks in a next-gen project. If so, how?

1 answer

1 accepted

0 votes
Answer accepted
Thorsten Letschert _Decadis AG_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
October 18, 2019

Hi @guy ,

the correct solution depends on the location of the information you're looking for. I'd click on the magnifying glass in the left bar, hit enter to access the advanced search and use a JQL query like

project = YOURPROJCT AND text ~ "yourkeyword"

This will search for your keyword within the summary, description and the comments attached to the issues from project YOURPROJECT.

When looking for specific text custom fields, use

project = YOURPROJECT AND "yourField" ~ "yourKeyword"

Cheers
Thorsten

guy October 18, 2019

thanks Thorsten

Suggest an answer

Log in or Sign up to answer