Hi Team,
I have added a two dimensional filter statistics gadget on my dashboard and associated with the filter. I want a dropdown for the "year", so that I can only view issues created in that year by selecting that year. I don't want to create different gadgets for different years. Instead I would like to have a dropdown with all the years on the gadget and based on the year we select, it has to display the issues created in that year. Can this be achieved?
Hi @Sneha Kumari ,
Using our Jira Cloud App Quick Filters for Jira you can filter the data shown in a "Two dimensional filter statistics" gadget with a single click. Among many other fields, filtering on creation date is supported.
Below is a screenshot of a dashboard I created with a "Two dimensional filter statistics" gadget and a controller widget which offers various filtering options for filtering the issues shown in the statistics.
Other widgets are also supported, and they will also be updated when adjusting the filter, ensuring the whole dashboard is consistently based on the same data e.g. issues created this year.
Don't hesitate to contact our support team if you want to know more!
HI @Sneha Kumari ,
using Date or month or year is not possible in Two dimensional Charts.
You can create filters for year wise
(2021) --> createdDate >= startOfYear() and createdDate <= endOfYear()
(2020)--> createdDate >= startOfYear("-1") and createdDate <= endOfYear("-1")
Create Starred filter gadget and choose these filters. these will displays all the issues created during a year
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no option to choose the filters in this "Starred Filter" gadget. Do I need to star only those filters which I want to choose?
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.
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.