Hi there,
I have imported a bunch of tickets and need to be able to filter them depending on a reference code field. I have setup this field and some examples below are :
<colgroup><col width="241"> </colgroup>BR-EA-O2C-P-IT-020 |
BR-O2C-LM-BR-022 |
BR-O2C-LM-RE-050 |
BR-EA-O2C-LM-BR-070 |
BR-EA-O2C-MI-IT-025 |
BR-O2C-OM-CA-BR-022 |
BR-O2C-OM-CA-RG-010 |
BR-EA-O2C-OM-CA-BR-031 |
BR-O2C-OM-TO-BR-030 |
The issue that i have is generating filters based on these codes, for example i want to list all tickets which contain EA in the reference, or all tickets which include OM etc etc. However i can not get this to work.
My generic query is as follows :
project = SPD AND issuetype = "Business Requirement" AND "BRD Reference" ~ "EA*"
This query works just fine for EA, however if i replace it with OM then i get no results (i know there are a few hundred) the same with O2C, again no results when i know there are plenty. However it does work for EA, MDM and CA.
I've tried adding an escaped '-' (ie //-) however it still doesn't work.
Is there anything else i can do? Is this a limitation due to the special character, or the fact that the codes are a long string?
Thanks,
Alex
May I know which custom field did you use to implement the reference code field?
As far as I know, the following custom fields types should work just fine with what you're searching for:
Free Text Field (unlimited text)
Text Field (< 255 characters)
Read-only Text Field
Hi Daniel,
I used the Text Field (<255 characters) with a Free Text Searcher Search Template.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.