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
Hi all! I kindly ask for your help!
I need to make a report that includes all the Jiras from last year that their ‘logged’ field is greater than their ‘estimated’ field.
I found information that needed to use 'originalEstimate' for estimates, 'remainingEstimate' for remaining and 'timespent' for logged work. But when I put 'timespent' I see that needed to put time, the system doesn't what to compare logged time with estimated time.
I wrote:
"Product L1 Name" ~ Euclide AND created > startOfDay(-365d) AND timespent > originalEstimate
and got: "The value 'originalEstimate' for field 'timespent' is invalid. Please specify a positive duration format; for example: '1h 30m', '2d'.".
Thanks in advance!!!
Hello, Good day. Please check if the following option helps. You can try the timespent value in minutes
createdDate >= 2022-10-24 and timespent >= 10
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.