You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hey,
I'm trying to add to my dashboard 3 gadgets of Resolution Time with 3 different filters:
1. Number of bugs that were resolved in less than 1 week.
The filter I tried:
issueFunction in dateCompare("", "created +1w >= resolutionDate ") AND filter = 42840
2. Number of bugs that were resolved 1 week -1 month
issueFunction in dateCompare("", "created +4w <= resolutionDate ") AND issueFunction in dateCompare("", "created +1w > resolutionDate ") AND filter = 42840
3. Number of bugs that were resolved more than 1 month
issueFunction in dateCompare("", "created +4w <= resolutionDate ") AND filter = 42840.
my question is- why doesn't it show results? sometimes it does but most of the time I get "No Data Available"?
** note: filter 42840 is a working filer by project and issue type that returns results