Is there any way to use a variable to parameterize a Gadget?
Here our problem, we are using a bunch of Zephyr Scale Gadgets within a Dashboard to show the progress / status of a regression suite tied to a release.
We tie our test regression test cycles to a unique test plan, every team has one or more test cycles that are linked to the test plan. We have one test plan for release, multiple releases a year.
The test cycles are using some custom fields (like team and cycle type) that we use to set custom filters in the gadgets. The custom filter will look like
Test Plan: ${Test Plan}
Cycle Type: Regression
Team: ${Team}
In the dashboard, we show multiple gadgets, one for every team. Every time we have a new release we need to copy this dashboard and go gadget by gadget changing the release, is there any way to use some sort of global variable or hack to change this in a single place?