According to the documentation for this add-on, I should write the JQL in the "past tense". It gives a few examples like using clauses like "....AND status WAS "To Do"" or "resolution changed to "Fixed"", etc. Following these instructions, I'm trying to construct a JQL that looks like "....status WAS in (Closed,Complete,....)". However, as you can see from the attached screenshot, the JQL is showing an error. Can somebody please help me understand why this error is occurring and what I should do to fix it? FYI, there is no "DURING" in my query, so I don't even know why it thinks it's there.
Could you show us the full query?
Sure, the full query is:
project = "DEV" AND type in (Defect,Development,QA,Sub-task) and parent in (DEV-3371,DEV-3081,DEV-3495,DEV-3411,DEV-3362,DEV-3263,DEV-3177,DEV-3144,DEV-3109,DEV-2720,DEV-2666,DEV-2653,DEV-1975,DEV-1968) AND status WAS not in (Complete, Closed,Done,"QA Complete",Resolved) ORDER BY priority DESC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm, that query works fine for me, when copied and pasted, so I suspect there may be a stray comma or quote in what you're entering.
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.