I'm trying to make a "Jira issue/filter" to show the next info:
"issuetype in (Defect, Story) and status in (to do, closed, in qa)"
If I enter them separately it works but these together doesn't...
Hi Luis,
You need to put quotation marks around each status that is a phrase instead of a single word, like this:
issuetype in (Defect, Story) AND status in ("to do", closed, "in qa")
Thanks a lot Michael,
That is weird because on other scenario I didn't type the quotations and it worked!!, but it is working with the quotations :D.
Appreciate that!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can't explain why it works without quotes when it's the only criteria, but glad it's working!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It can work it out from the placement of key words. This stops working when your query includes key words (e.g. project = and)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Luis,
Do you get any messages when you try to run it? When you say it "doesn't work" what do you mean?
-Scott
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Scott and thanks for posting,
It shows this message:
The Jira server didn't understand your search query. If you entered JQL, please ensure that it's correctly formed. If you entered an issue key, ensure that it exists and you have permission to view it. Learn More
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.