Hi,
I would like to get the below details through JIRA Search
a) Defects reported in day by x no of members (Query should be generic rather than updating the createddate on daily basis)
b) No of defects Open, Closed, Reopened in day by group or members.
Thanks in advance.
open , closed or reopened are the statuses and your search should be based on the statuses. You can use created >= in the second query as well.
Hi @Sateesh Chandra
Thanks for sharing the details.
For point b) I want all the defects open,closed or reopened in day rather than all the defects having these status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
a) created >= startOfDay() and reporter in (abc, xyz) and issuetype = <issuetype>
b) issuetype = <issuetype> and status in (open, closed, reopened)
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.