Jira Health dashboard

This article describes how to download a specific dashboard pack. You can download dashboard packs from dashboards.squaredup.com and learn more about how dashboard packs work here: Dashboard Packs

Description

This dashboard shows a quick view of the state of your next release and overall Jira project.

One of the main issues to overcome when returning a large number of items from Jira is that the API has a 100 issue limit. This is resolved here by using a PowerShell tile and making multiple API calls.

Release completion is calculated by total issues Closed or Merged, divided by the total issues in the release. This could be further fine tuned to only look at specific issue types that you care about by changing the API call in the script. Similarly on the Project side the Top 10 list (Web API) could be set to be any issue type by adjusting the API call. The trend line is calculated by creating an array.

How do I import and configure this dashboard?

  1. Ensure you're using SquaredUp DS v5.4 or above.

    Already a SquaredUp customer?

    Get the latest version of SquaredUp DS for Azure

    New to SquaredUp?

    Try it for free

  2. Create a Web API provider to connect with your Jira environment.
    Use the following settings:
    Type
    Basic Auth
    Name
    Jira API basic

    Note: The name is case-sensitive and must be entered exactly like given here for the tiles to recognize the provider automatically. If you name it differently, you will need to select the provider manually for each tile on the dashboard.

    URL
    URL of your Jira instance API endpoint, for example https://<JIRA domain>.atlassian.net/rest/api/3/
    Username
    The Jira user account name you will use to access the API
    Password
    Paste in the new API token created according to How to create an API token from your Atlassian account
  3. Create a PowerShell profile in SquaredUp DS with the following settings:
    Name
    Jira PS

    Note: The name is case-sensitive and must be entered exactly as given here for the tiles to recognize the profile automatically. If you name it differently, you will need to select the profile manually for each tile on the dashboard.

    Description
    Contains an encoded version of the username and password pair that will be sent in the Header variable of the API, the Jira API URL for row links.
    Script
    Copy and paste the script below. Replace username and password with the credentials for the user account you are using to access the API, and replace <JIRA domain> with your Jira domain details to form the correct URL.
  4. Download and import this dashboard pack.

Was this article helpful?


Have more questions or facing an issue?