Total in progress time in JIRA

2019-08-10 19:30发布

guys could you please advice how to make a report which contains total "in progress" time for certain task using JQL or any other JIRA methods?

Is it possible without using additional plugins?

Thx

2条回答
姐就是有狂的资本
2楼-- · 2019-08-10 20:23

this functions is an enhancement for Jira which is unfortunately marked as "won't fix". you may use the aggregations to suit part of your need.

查看更多
看我几分像从前
3楼-- · 2019-08-10 20:30

This question was actually asked here before.

The answer unfortunately is no - JIRA on itself does not provide such functionality. You can however implement a plug-in or an external service that tracks this. The idea would be that when an issue makes the transition to "In Progress" a trigger is fired and your plug-in or external service begins to track the "total in progress time".

You will also have the case for when an issue goes from "In Progress" to "On Hold" (for example) and then back to "In Progress". This is fairly easy logic to implement.

Another thing to do is to file an RFC with Atlassian on their support web site and ask for this as a feature. People have already asked there and the more people ask - the sooner they will implement this in the system.

查看更多
登录 后发表回答