Hi,
We have a JIRA project with features of all the teams. The distinction of features happens using labels field.
I have created a rich filter to show features specific to teams. I have some static filters in rich filter to filter features specific to the team.
However I am facing challenge in showing linked issues of these features especially when the issues are in a different project.
So to sum up,
at the bottom I have JIRA filter retrieving all features from the project as well as linked issues of these features.
Next, I have rich filter using the above JIRA filter and then applying static filters to filter features based on labels.
On top of rich filter, I have a dashboard, which uses rich filter to get the data.
I added a gadget in dashboard to show linked issues from other projects but when I filter thru the Rich controller, it hides all such issues.
What is the best way to achieve it i.e. to show the linked issues of features filtered thru static filters?