Hi Guys,
I've created a dashboard for incidents using a JQL query and displayed it using the 'filter results' gadget. The JQL returns any incidents from the previous month and any linked issues. I want to show only any linked issues that are not closed but I can't figure out how to do this through JQL.
The JQL I'm using is
project = "project name" and created >= 2022-10-04 AND created <= 2022-11-01 ORDER BY created DESC
A screenshot showing the dashboard is attached.
Does anyone know if this is possible to achieve?
Hi @Enda Murray ,
unfortunately, field Links contains all links and you have no chance to filter them in your gadget.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.