I want to search issues, how many I have closed from my day1.
EX : JQL Query for resloved/closed issues from day1
JQL Query for resloved/closed issues from last week/lastmonth/current month.
Thanks in advance
Regards.
Lifetime resolved - Assignee = currentUser() and resolved < now()
last week resolved - Assignee = currentUser() and resolved < startofweek() and resolved >= startofweek(-1w)
last month - Assignee = currentUser() and resolved < startofmonth() and resolved >= startofmonth(-1)
@Jack Brickey Thank you for your time writing to me, unfortunately non of the jql query works for me.
Could you suggest any other jql query, thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please provide more info so that I might offer an alternative. What didn’t work with my suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey when i try to search with this query last month - Assignee = currentUser() and resolved < startofmonth() and resolved >= startofmonth(-1) it is throwing below error, am adding screen shot.
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.
Thanks Mohammed!
I must have pasted poorly 😜
Assignee = currentUser() and resolved < startofmonth() and resolved >= startofmonth(-1)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey great it works for me, Thanks!!
@Mohamed Benziane Thanks for the support.
Keep help us like this, Thanks!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you try something ? Can you share your JQL.
Try resolutionDate in your jql
Resolutiondate <
"2010/12/31"
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.