Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,911
Community Members
 
Community Events
184
Community Groups

What are your favorite methods of detecting problems in your JIRA instance?

Chris Buzon
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 12, 2021

I'm a huge fan of Dashboards for spotting potential ticket issues (missing values, misconfigured fields, etc), and I have a dashboard that opens when I start my PC every day, with a whole battery of 'negative' widgets.

By that, I mean that I proactively look for bad behaviors or problems that you may have to deal with later.  When the dashboard opens I hope to see a bunch of "No Data available" results, but if anything does return I know I have to do something with it.

For Example:

Open but Unresolved bugs:
statusCategory = Done AND resolution = unresolved

This widget is just looking for when some has closed a ticket, but hasn't assigned a resolution value to the ticket.  Most often this occurs when someone adds a new project and hasn't properly configured their workflow (post functions, popup screens, or automation rules)

Incorrect Link type for Initiative tickets
project = Enterprise AND "Initiative Ticket[Short text]" is not EMPTY AND "Initiative Ticket[Short text]" !~ "EB*" AND statusCategory not in (Done)

(this one is set up for us to make sure dependencies are tracked using the Structure plugin, which relies on the link type to determine hierarchy)


Do you, fellow Jira admins, have any favorite "Oh this is going to be a problem..." type queries?  

1 comment

Thorsten Letschert _Decadis AG_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Apr 14, 2021

Hey @Chris Buzon ,

Not actually a 'problem' query but more of a monitoring thing I use on a regular basis, is the 'Two Dimensional Filter Statistics' with a grouping by project and resolution in order to determine which resolutions are still in use and which ones can be potentially removed to unclutter the system. The same can be applied to other fields and components, for example.

Cheers
Thorsten

Comment

Log in or Sign up to comment