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?
Hi @AMIT GULATI
At the moment your static filter seems to be on label = XXX. If you have script runner could you use something like
label = XXX or issueFunction in linkedIssuesOf("label = XXX", "link_type") ?
Regards
@Florian Bonniec Thanks for your response, If i use above query, additional (other than team features) issues show up on a result widget.
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.