The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to be able to query to find out how many times an issue had been rejected.

Dean Phillips
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 4, 2020

I'm familiar with general JQL but would like to be able to find out not just which issues had been rejected, but which had been rejected multiple times.  

Below is a query that is general purpose/in the same area:

project = CE AND programmer = someone AND updatedDate > -10w AND status = Closed and status was in (Rejected) ORDER BY priority DESC


AFAIK, there is no count() in JQL so I'm not sure if this is even possible.

Thanks in advance for any help.

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.