Our organisation doesnt allow the use of projects in jira, a jira "project" is a division of the company with thousands of staff, hundreds of projects, and hundreds of teams.
It also doesnt allow the use of jiras teams concept.
Instead we can only manage our "project" using a tickets "Assigned Team" field.
This means we cant use the standard search functions in Jira.
We have to use the advanced search, like this:
"Assigned Team" = "ourteam" and resolution = Unresolved
The question is, how do we search for text in the tickets title and description?
AND title ~ "something" doesnt work, or does AND name ~ "something"
What is the title field of a ticket called?
Hi @SH
Issue title is Summary.
To search for summary you can try something like this
summary ~ 'text'
or
text ~"serach text"
Online 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.