Get all Issue from JIRA that match word "exit"

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?

@timweilun,

use Get Issues by JQL activity with query project = "ABC" AND summary ~ "exit" to fetch all issues containing the word exit in title

@timweilun

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