Issue Detection Time by Assignee

For each assignee, this chart displays the issue detection time, that is to say the number of days elapsed between the issues' creation and actual start dates.

Business Objects Issues (data model class issue)
Values (or X-Axis and Y-Axis)
  • X-Axis: Issue assignee.
  • Y-Axis: Number of days.
Sorting The results are not sorted.
Limits Only the top 10 assignees are displayed.
Colors The color of this chart is blue.
Available Views Bar charts.
Interactions On this chart, you can:
  • Click the bar names to filter on corresponding project.
  • Click to get all results and enable chart pagination.
  • Click to access the different options.
  • Click to add annotations the cart.
  • Click to modify the chart configuration.
  • Click to create an alert.
  • Click to see chart documentation.
  • Click to switch to fullscreen display.
  • Click to switch to table display.
Technical Details
  • Data model
  • Class: issue
    • Property: to_assigned_issue
    • Property: actual_start_date
    • Property: actual_end_date
  • Mashup feed (issueclosed)
    • Facet issue_to_assigned_issue
    • aggregation dateDiff: AVG(TimeDiff)
    • expression: #ndays(#extract(document_state_start,'state_start_create'),issue_actual_start_date)