Hey all,
I have a dashboard called "Daily Report" and I have attach several projects there to get the current day status. See the screenshot. A simple filter is used behind.
project = xxx and statusCategoryChangedDate >= startOfDay() AND statusCategoryChangedDate < endOfDay()
Now I want to enhance this dashboard, to be able to get this kind of report for a selected day. Lets say, to add a date picker on the dashboard, and select date range. So, in this case, I would have date parameters like "startDate" and "finishDate" for 'statusCategoryChangedDate'
Please kindly help me guys, to have this helpful report ;)
Thanks in advance
Arthur
@Arthur Harutyunyan We use the Rich Filters for Jira add-on to be able to dynamically edit dashboard results. We absolutely love it!
@Arthur Harutyunyan as I mentioned you in your previous post you can achieve this with eazybi but if you are still looking for a free solution I'm afraid there aren't any at this point.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dahsboards do not support arbitrarily inputs like that (yet)
You'd need to rewrite the dashboard framework to allow for some form of input, and every gadget that used a filter such that it can recieve a variable and know how to handle it in when it's modifying the basic query behind the gadget.
This is not a simple piece of work I'm afraid, there's a LOT of work (including potentially adding some quite complex code to hundreds of gadgets)
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.