Hello,
I am trying to list how many issues were fixed per developper per day.
I was thinking on using the two dimensionnal filter statistic but it does not accept a date as one of its field.
I was also looking at single level group by report but here I have two levels data and resolver and I don't see how to add a date to that report.
Would you see a way to get that?
Hi Renou stephane,
May be you have to set the input parameter for your Report as Start Date -- End Date. Issue Status--
when user select all the Input parameter start Date-- End Date and Issue Status
it should display the result between start date and end for the specific issue status [].
using JQL or QueryBuilder we can get the issues associated to particular period of time
this is the addition criteria you have to add --- and().createdBetween(startDate, endDate)
now you have the result between two dates.
it will return all the issues matching criteria.
calculate the month day. and iterating the issues
getCreated() you will get the date associated to issues.
now iterate all the dates which are unique.
now you can get the status of you issue . for specific user.
-- we can calculate the total issue solved by each user for specific duration by date..
You can have a look at the Tempo plugin which gives a similar solution .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.