I have multiple projects in Jira. All of them have issues types epic, story, and issue. I want to create a gadget in my dashboard that shows all project issues that are due by filtered date. For example, I want a gadget that lists all issues from projects 1, 2, 3, 4, 5, and 6 that are due from 6/17-6/21. I also want another gadget that shows all issues from the same projects that have a start date from 6/17-6/21. How can I do this?
Hi @Theresa,
One way is to use the Filter Results gadget of Jira to display the issue you want. But for this you'll need to create filter that returns the issues to display with a JQL like this:
project in (Project1, Project 2, Project 3) AND "Start date[Date]" > "2024/06/17" AND "Start date[Date]" < "2024/06/21"
Another way would be to use the Work Breakdown Structure (WBS) gadget offered by our Great Gadgets app, which allows you to input the JQL directly without being necessary to create filters in Jira. In addition, this gadget groups the issues from the JQL by their hierarchy Epic > Story > Sub-Task.
You could start with 1-month free trial. If you need any assistance in configuring this gadget, please contact support@stonikbyte.com.
Hope this helps.
Danut
Hello, Good day. You can create a JQL filter like issue type equal epic and then duedate greater than one date and less than another date. Use this filter on filter gadget on dashboard. Thanks
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.