How do I ask for a return for a blank field?
I believe I have sorted out that issue. I was trying to search for only tickets that had a specific field blank. I used EMPTY and this seems to have worked.
Now however I am trying to filter by the origin of the ticket. So I would like to see the tickets that start with EE-____, but not tickets that have another origin, like AI-___ or RA-____ in the key. How would I go about doing that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @Jamie
As mentioned you would like to search tickets that start with EE- ....
you can run the JQl like...project = EE (project key/project name)..so it will return all the tickets which is starts from EE.
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.