My Dashboard: Want to Add Current Board / Current Sprint

Robert Paris April 17, 2020

This is a HOW-TO question.

Have My Dashboard with Gadgets:  Want to information from Jira as a gadget to My Dashboard

that displays the information that is displayed in the board (left hand margin: Active Sprints)

in current project

in the active sprint

and assigned to me.

**Drag and Drop doesn't accomplish this.

 

1 answer

1 vote
Josh_Kochelek__Modus_Create
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.
April 18, 2020

Hi @Robert Paris

First, you'll need to setup a shared filter with the following jql query:

project = “My Project" and assignee = currentUser() and sprint in openSprints()

Once that is saved (and shared), go back to your dashboard and add a gadget 'filter results' to the page. When configuring the gadget, select your newly saved filter from the list and then save the gadget.

That should do it! 

Steffen Jantke April 20, 2020

@Josh_Kochelek__Modus_Create: Great explanation! I'd just like to add that new filters may need to be approved, if you want to make them visible/usable in a shared dashboard. Otherwise your team won't see you filter results.

Suggest an answer

Log in or Sign up to answer