Hi folks,
Recently I have created a queue for my tickets > 1000h by using JQL > elapsed(1000h). I would also like to create a dashboard gadget to view my tickets > 1000h. How do I do that?
Thanks,
Iris
Unless something has changed you need to have JSW or JWM to have the dashboard feature. You should have a Dashboard menu item on the Jira menu at the top of your screen. Assuming it is there click it and select Create dashboard. If you need assistance with creating a dashboard beyond that let me know.
Of course you could simply create a queue for issues >1000h
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jack, I did create some dashboard already but I don't how to create view in dashboard picturing my current ticket >1000h. What is your suggestion?
A queue I already created.
Thanks,
Iris
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.
The JQL filter would look something like this…
project = xxx and statuscategory != done and createdDate < startOfDay(-1000h)
then save it and use this in the gadget of your choice
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.