Team
Please advise here , how to create dashboard with exact gadgets - top level management team - to track their tickets and status
aim to check the ticket status and follow up to close the ticket
Thanks
Hi @Sampath 👋
If you consider installing third-party add-ons to help, you can try marketplace add-ons. One if them is Time In Status (data center) add-on.
You can create dashboard encompasses all add-on reports, allowing your top level management team to manage and oversee the time spent in various statuses within the Issue List.
You can also book a live demo - we'll show you the application inside out and answer all your questions.
Add-on has 30 days trial and free up to the 10 users.
I hope you find this helpful 🚀
Hi @Sampath
You could use some of the gadgets below according to the team and activities.
Average Time in Status
Issue Statistics
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sampath
There are no gadgets named 'top level management team'
Please provide a screenshot of where are you getting the info from. I believe is a value from a custom field..
If so... There are several ways for you to work on that:
- If you use Jira service management and have the project admin role, click on queues > manage queues > create queue , then fill up the name of the queue and in the 'filter by', use a query like this 'YOUR CUSTOM FIELD = "top level management team" '
ex: Team = "top level management team"
Then make sure to add the column 'status' to it..
If you are not using Jira Service Management..
Then go to 'Filters' in the Top menu, click on 'view all issues', then perform your search by selecting the field and values you want, (alternatively, in this screen, you can click on 'jql' and search using the same query I mentioned earlier) than save it.
As I am supposing that value is from a field, if it is not, please share a screenshot for us to have more clarity
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for quick response
Let me clarify you : I need the dashboard with below input ...it is due to those tickets we need to address asap to avoid escalation
- Employees Reporting to CEO
- Employees Reporting to Head Level
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try various Service Project reports that will give the Managers an insight into what is happening with the projects/tickets. However, if you need Employee based Reporting, you need to create Pie Charts or Two Dimensional filters to see who is working on what.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your response...I need dashboard to monitor top level people in my org. in order to act fast with priority and to close the ticket ..this is my requirement
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have this query like
project = XXXX AND status in ("Progress", "support", "Approval") AND "Support Level" = "1" AND reporter in (XXXX upto 50 + Leads names )
Here i want to for example : William & Myself ...... William is the boss.....myself reports to william should come into it and at that same time..employees reports to me as well should come into it
here how to make it short query with using rich filter
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sampathwhere in your jira do you have that information (that someone reports to you)?
If you don`t, there are a few things you can do:
- Create user groups per team
or
- Create a Team in Jira, then add users to the team, associate the field to the issue screen
Then you can query something like this:
- For groups
project = XXXX AND status in ("Progress", "support", "Approval") AND "Support Level" = "1" AND reporter in membersOf("GROUP NAME")
- For Teams
project = XXXX AND status in ("Progress", "support", "Approval") AND "Support Level" = "1" AND "Team[Team]" in ("Team 1", "Team 2")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your respons and sorry for delay , could yu please share how create group ? created via AD or JIRA group ?
pls advise thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.