Hey all,
I'm trying to locate projects in our JIRA system that have not seen any completed tickets over the last 30 days. Is there way to do this using JQL?
Hi @Ben Weisman
JQL is based upon issues so there would be no way to query in that way. Without some type of marketplace app, I'd recommend simply executing this:
resolved >= -30d
Thanks @Mark Segall . The issue is going to be that we will have far more than 1,000 results in that time period. Any way around that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, not without doing some scripting through the API.
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.