Will JQL allow me to write a query for multiple specific issues?
Example, I'd like to pull up issues for ZX-145, and ZX-152 and keep this query so that I can call it regularly.
Yes - If you have two evergreen issues you can simply create a filter based upon the following JQL and star the filter (I believe it's starred by default when you're the filter creator)
Key IN (ZX-145,ZX-152)
Thank you Mark, I figured it was that. I was doing KEYIN with no space which returned 0 results.
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.