Hi folks, I am trying to make a quick filter in Jira which filters those tickets which have a certain string in the ticket name. What is the field of the ticket name called? Should be a rather easy one but I simply cannot find that information.
Thanks for your help.
Dagmar
Welcome to the community @Dagmar Fink !
For your quick filter, you would need to use the text ~ in your JQL which will find a certain keyword.
For example: text ~ "development" - this will list every ticket that contains the development keyword (this can be summary, description, comments and more).
hi @perisic, thanks for your quick answer. "summary" was the magic word. how simple. Thanks!
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.