How is the Jira average age report calculated?

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問


プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

目的

The Average Age report shows the average age of unresolved issues for a project or filter. This article explains in more detail the calculation used to generate the report. 

ソリューション


The Average Age Gadget displays a bar chart showing the average number of days that issues have been open. For every issue, we:

  • extract the creation date and resolution date
  • iterate over a list of contiguous time buckets (configurable by hour, day, month or year)

For the beginning of each period (day, week, month) we calculate the number of the unresolved issues and the total of the days these issues are unresolved. Then we divide the total of time (in days) by the number of unresolved issues to get the average number of days the issues were unresolved.

What issues are included:

  • We only care about the issues that are either still open, or whose resolution date is in the date range displayed by the chart.  
  • Any issues that were resolved, prior to the date the chart goes back to, are closed and wont affect the chart in any way.
  • Issues created before the date range and still open will be included.
  • Open issues will be counted with the days open up until today

This gadget relies on the org.apache.lucene.search.Collector implementation. 

You can also check also our tutorial video 



説明

The Average Age report shows the average age of unresolved issues for a project or filter. This article explains in more detail the calculation used to generate the report. 

製品Jira Core, Jira Software, Jira Service Management

最終更新日 2023 年 7 月 3 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.