I currently use jira service management for tasks/ticket logging. I'm trying to determine if there is a way to add a search function by summary. So for instance, if I wanted to search all tickets that had a "name" say: jessica could I query all my tickets and find all tickets with the word jessica in the summary.
If there is a way to do this could someone point me to an article or provide me with step by step instructions how?
Welcome to Community!
You can search issues using the JQL query:
summary ~ "jessica"
You can read more here: https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-fields-reference-939938743.html#Advancedsearchingfieldsreference-SummarySummary
Best regards,
Piotr
Hi @Jess Thornberry ,if this answer helped you, please mark it accepted to help other users find it.
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.