Given a roadmap or epic or any other sort of collection of Jira tickets, how can I search for tickets having a description containing my search phrase?
Hi @Erik Hinkelmann You could write the following in an advanced issue search:
description ~ "\"search phrase\""
See the "contains" operator docs here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.