can you search for keywords within all tasks in a next-gen project. If so, how?
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
thanks Thorsten
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.