Dear all,
Which JIRA gadget allow to display below dashboard:
Thanks in advance.
Hi @funny,
While this is not possible with Jira out-of-the-box features, you might want to look at plug-ins that support this scenario. Rich filters plugin comes at the top of my mind and you can explore if this is exactly possible with the plugin.
As a workaround, you can create a JQL to filter out the issues created within the past definite no. of days and use the filter in a gadget preferably, two-dimensional filter statistics to display issuetype on the X axis and assignee on the Y axis.
For example, find issues created in the last 5 days:
project = abc and created > -5d
Hope this helps!
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.