I've created an automation based on the body of the email sent by the users. The automation looks for specific hashtags (ie: #computer, #ERP, etc).
The problem is that when I do the search on the description (ie: description ~ "#ERP"), it returns all tickets that have the work ERP, not the ones with a hashtag only.
How should this JQL be created?
Hi Carlos,
According to Atlassian's documentation it looks like while you can search for reserved characters (# being one of them) by entering \\, the search essentially ignores the character itself.
Some resources & excerpts below:
Advanced Searching - Restricted Characters
Search Syntax for text fields - special characters
“\\[JIRA Software\\]”
and “JIRA Software”
will have the same effect — escaped special characters ([]
) will be ignored in the search. "Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.