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,560,218
Community Members
 
Community Events
185
Community Groups

Use filter id instead of filter names

Sharing an experience - 

We use JIRA extensively for few important projects in our company. The projects involve generating important reports which in turn is used by various stakeholders (the stakeholders being basic end-users of JIRA).

So for the reports we (like most people) use filters. Some filters can be straighforward using simple JQL queries, while others are complicated ones like nested JQL queries. 

One of the scenarios that we faced recently was one of our reports started returning unexpected results (which till yesterday was returning perfect results). After much debugging we finally found that the filter used for the report (which actually was a complicated one with nested filters + queries) got corrupted. But no one is to blame here!! 

 

REASON -  

As the filter used was a nested one, it had references to other filters as well. We were using filter names in our report filter. Someone, by chance, created a filter with the same name as of the nested filters being used in our actual filter. We have our jira database linked to foglight, upon checking the foglight we were sure that the report filter started picking up the incorrect nested filter (the duplicate one created recently) which led to incorrect results being returned by ou actual filter. 

 

Surely, it actually is difficult by the database to figure out which filter to use in case of duplicate ones, so obviously it picks up the most recent one - and I am totally in favor of it.

But as users we can be careful from our side to use the JIRA features extensively and accurately.

So, next time we use FILTER ID for our important reports in JIRA instead of using filter names.

Thank you!!

0 comments

Comment

Log in or Sign up to comment