JIRA dashboard for the latest/current sprint and release?

Clive Cartlidge October 15, 2019

Hello community!

I'm using some standard gadgets with filters to build a custom dashboard for my project.

I was wondering if there was a way to always build the charts for the current active sprint/release?

Right now I create the charts using filters on the names of the active/current sprint and release. Is there are way to always create the chart for the current active sprint or release?  In this way I won't have to create a new filter every new sprint and release.

Thanks in advance!

Clive

 

1 answer

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 15, 2019

can you share the filter you are using? You should be able to use this...

project = abc AND Sprint in openSprints()

or something similar

Clive Cartlidge October 15, 2019

Thanks so much!  Is there something similar for releases?  i.e. and Release in openReleases()?

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 15, 2019

Yep

"Release version" in unreleasedVersions()

or 

"Release version" not in unreleasedVersions()
etc.

Suggest an answer

Log in or Sign up to answer