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
can you share the filter you are using? You should be able to use this...
project = abc AND Sprint in openSprints()
or something similar
Thanks so much! Is there something similar for releases? i.e. and Release in openReleases()?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep
"Release version" in unreleasedVersions()
or
"Release version" not in unreleasedVersions()
etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.