how do i create a create a dashboard for Defect ageing by Issue type and Defect aging by severity.

Kishor R May 25, 2016
 

2 answers

1 accepted

1 vote
Answer accepted
Geoff Wilson
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 26, 2016

without any more details to go on or clarification of what aging order you want...

  1. Create 2 advanced issue filters and Save As each of them:
    1. type = Defect ORDER BY createdDate DESC
    2. type = Defect ORDER BY priority DESC
      1. alternatively, if you have a custom field called "Severity" then replace priority with severity
  2. From Create/Edit Dashboard, click Add Gadget
    1. choose Filter Results
  3. Configure that gadget by selecting your first filter in step 1.a
    1. Adjust the columns and number of results as desired
    2. Save
  4. Repeat steps 2 and 3 for your second filter.
0 votes
Kishor R May 29, 2016

Rules\logic set in selected gadget is overriding the filters selected for the dashboard.

 

How to make newly created dashboard with any existing gadget retrieves only the data per the filter selected?

Thanks in advance for the answer.

 

Suggest an answer

Log in or Sign up to answer