A simple jira advanced search can be something like:
text ~ "feature-55" AND type in ("New Feature","Improvement") ORDER BY created DESC
However, I think the string feature-55 will be searched in the complete jira issue. Is there a search query through which I can only search for the text in the title of the issues?