Try to search all issue that match one of the words (“exit”) in title under a project but unable to do it in Issue ID or key. Anyway, i can do this?
use Get Issues by JQL activity with query project = "ABC" AND summary ~ "exit" to fetch all issues containing the word exit in title
Get issue is used to get a single issue based on key and not multiple or to use contains etc
For getting with status or title containing some specific value use Activities - Search Issues Using JQL
Cheers
