Status, Age, Duration, Priority

This page discusses:

Status Breakdown

These series of charts display the number of issues in each status, broken down over different analysis axes, such as organization, owner, etc. Those charts share the same configuration for display and interactions, but on a different facet.

Business Objects Project (data model class "issue")
Values (or X-Axis and Y-Axis)
  • X-Axis: number of issues in each status
  • Y-Axis: facet categories (organization, owner, assignee, project, or program)
Sorting The results are alphanumerically sorted, by category name.
Limits By default, only the top 10 categories are displayed.
Note: You can change the pagination to display all the categories by clicking .
Colors Colors are configured in Preferences. For more information, see Configuring Facet Displays.
Available Views Stacked bar chart, full screen view and table view.
Interactions On this chart, you can:
  • Click the Y-Axis label to refine on corresponding category
  • Click stack elements to refine on corresponding state
  • Draw a rectangular area on the chart using drag-and-drop zooms on this area
  • Click to switch to fullscreen display
  • Click to switch to table display
Technical Details
  • Data model
  • Class: issue
    • Property: to_reporting_organization
    • Property: to_assigned_issue
    • Inherited from document

      • Property: current
      • Property: owner
      • Property: related_project
      • Property: related_program

  • Mashup feed (project)
    • Multidimensional facet from search logic
      • status_by_proj: current and related_project
    • Multidimensional facets created on feed:
      • status_by_org: current and issue_to_reporting_organization
      • status_by_own: current and owner
      • status_by_assi: current and issue_to_assigned_issue
      • status_by_prog: current and related_program

Variants

Title Bars Facet Aggregations
Status by organization Organization status_by_org count
Status by owner Owner status_by_own count
Status by assignee Assignee status_by_assi count
Status by project Project status_by_proj count
Status by program Program status_by_prog count

Age Breakdown

These series of charts display the age of issues (number of days since actual start), broken down over different analysis axes, such as organization, owner, etc. Those charts share the same configuration for display and interactions, but on a different facet.

Business Objects Risk (data model class "risk")
Values (or X-Axis and Y-Axis)
  • X-Axis: average issue age
  • Y-Axis: facet categories (organization, owner, assignee, project, or program)
Sorting The results are alphanumerically sorted, by category name.
Limits By default, only the top 10 categories are displayed.
Note: You can change the pagination to display all the categories by clicking .
Colors Colors configured in Preferences. For more information, see Configuring Facet Displays.
Available Views Bar chart, full screen view and table view.
Interactions On this chart, you can:
  • Click the Y-Axis label to refine on corresponding category.
  • Draw a rectangular area on the chart using drag-and-drop zooms on this area.
  • Click to switch to fullscreen display.
  • Click to switch to table display.
Technical Details
  • Data model
  • Class: issue
    • Property: priority
    • Property: to_reporting_organization
    • Property: to_assigned_issue
    • Inherited from document

      • Property: owner
      • Property: related_project
      • Property: related_program

  • Mashup feed (open_project)
    • Aggregations added on facet (depending on chart variant)

      • age: AVG(num_opening_days * 1.0)

Variants

Title Bars Facet Aggregations
Age by organization Organization issue_to_reporting_organization age
Age by owner Owner owner age
Age by assignee Assignee issue_to_assigned_issue age
Age by project Project related_project age
Age by program Program related_program age

Duration Breakdown

These series of charts that display the duration of issues (number of weeks between actual start and actual end), broken down over different analysis axes, such as organization, owner, etc. Those charts share the same configuration for display and interactions, but on a different facet.

Business Objects Project (data model class "issue")
Values (or X-Axis and Y-Axis)
  • X-Axis: issues duration ranges
  • Y-Axis: facet categories (organization, owner, assignee, project, or program)
Sorting The results are alphanumerically sorted, by category name.
Limits By default, only the top 10 categories are displayed.
Note: You can change the pagination to display all the categories by clicking .
Colors Colors are configured in Preferences. For more information, see Configuring Facet Displays.
Available Views Stacked bar chart, full screen view and table view.
Interactions On this chart, you can:
  • Click the Y-Axis label to refine on corresponding category.
  • Click stack elements to refine on corresponding duration
  • Draw a rectangular area on the chart using drag-and-drop zooms on this area.
  • Click to switch to fullscreen display.
  • Click to switch to table display.
Technical Details
  • Data model
  • Class: issue
    • Property: actual_end_date
    • Property: actual_start_date
    • Property: to_reporting_organization
    • Property: to_assigned_issue
    • Inherited from document

      • Property: owner
      • Property: related_project
      • Property: related_program

  • Mashup feed (project)
    • Dynamic date facet created with feed trigger (DynamicDateRangeFacetTrigger)
      • closure_days_custom: #ndays(#extract(document_ram_datetime, 'issue_actual_start_date'),#extract(document_ram_datetime, ' issue_actual_end_date'))
    • Multidimensional facets created on feed:
      • duration_by_org: closure_days_custom and to_reporting_organization
      • duration_by_own: closure_days_custom and owner
      • duration_by_assi: closure_days_custom and to_assigned_issue
      • duration_by_proj: closure_days_custom and related_project
      • duration_by_prog: closure_days_custom and related_program

Variants

Title Bars Facet Aggregations
Duration by organization Organization duration_by_org count
Duration by owner Owner duration_by_own count
Duration by assignee Assignee duration_by_assi count
Duration by project Project duration_by_proj count
Duration by program Program duration_by_prog count

Priority Breakdown

These series of charts that display the number of issues in each priority, broken down over different analysis axes, such as organization, res owner, etc. Those charts share the same configuration for display and interactions, but on a different facet.

Business Objects Project (data model class "issue")
Values (or X-Axis and Y-Axis)
  • X-Axis: number of issues by priority
  • Y-Axis: facet categories (organization, owner, assignee, project, or program)
Sorting The results are alphanumerically sorted, by category name.
Limits By default, only the top 10 categories are displayed.
Note: You can change the pagination to display all the categories by clicking .
Colors Colors are configured in Preferences. For more information, see Configuring Facet Displays.
Available Views Stacked bar chart, full screen view, and table view.
Interactions On this chart, you can:
  • Click the Y-Axis label to refine on corresponding category.
  • Click stack elements to refine on corresponding priority.
  • Draw a rectangular area on the chart using drag-and-drop zooms on this area.
  • Click to switch to fullscreen display.
  • Click to switch to table display.
Technical Details
  • Data model
  • Class: issue
    • Property: priority
    • Property: to_reporting_organization
    • Property: to_assigned_issue
    • Inherited from document

      • Property: owner
      • Property: related_project
      • Property: related_program

  • Mashup feed (project)
    • Multidimensional facet from search logic
      • prio_by_proj: priority and related_project
    • Multidimensional facets created on feed:
      • prio_by_org: priority and issue_to_reporting_organization
      • prio_by_own: priority and owner
      • prio_by_assi: priority and issue_to_assigned_issue
      • prio_by_prog: priority and related_program

Variants

Title Bars Facet Aggregations
Priority by organization Organization prio_by_org count
Priority by owner Owner prio_by_own count
Priority by project Project prio_by_proj count
Priority by program Program prio_by_prog count