Reporting time (days) since an issue was Assigned

Dave_Harrington May 9, 2013

We want to capture (and report on) the date/time when an issue is assigned, so we can track how long the current assignee has had the issue.

There is a somewhat similar question on the forum: https://answers.atlassian.com/questions/146642/is-there-a-way-to-capture-the-date-time-when-a-jira-issue-has-been-assigned-to-a-person

We also thought about using a state change (like the other question describes), but an issue can be assigned multiple times within each state, and we want to know how long it's with each of those assignees. And we thought perhaps the Updated date would work, but believe that gets updated by many events (such as a comment being added), which would reset the "clock".

Any thoughts about how we can do this?

Thanks!

1 answer

1 accepted

3 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 9, 2013

I think it will be best to write a listener that captures the "Issue Assigned" event and populate a custom field. The custom field can hold the time the issue was assigned for each user.

Ofcourse, you can do more things in the listener, depending on what you need.

Dave_Harrington May 9, 2013

Thanks for the reply, Jobin...

I'm not sure we have the skill set needed to create a listener (I know I don't!!!), but will check with other team members.

Your answer implies there is no existing system field that captures the date an issue is assigned (it could be updated multiple times during the issue's lifecycle). Do you know that for a fact? We were hopeful there might be such a field, that simply isn't exposed to normal searches - and that we might be able to query for it...

Thanks again!

Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 10, 2013
I haven't seen such fields myself. Listeners are not too hard to write. If you know scripting, there are few plugins like script runner which makes it even easier.

Suggest an answer

Log in or Sign up to answer