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
I know issueFunction in Expression("", "Timespent>originalEstimate") gives it.
However my need is different.
We in our project are not having Original Estimates done at Issue level, however we do it at subtask level.
The subtask estimates rollup to the parent and would be shown using ∑Timespent (sum of Actuals) and ∑originalEstimate (sum of Planned)
Above ex - A is my main issue and A1 and A2 are subtasks with estimates against and no estimates at A.
So i wanted to compare something like below.
issueFunction in Expression("", "∑Timespent>∑originalEstimate")
Thanks
sudha
Hi @sudha
JQL is used to get you issues based on your query. And that's all it does. It can't compare fields. My advice would be either to export your results in excel and do it on your own, or to search for an app in the markeplace.
A shame you cannot query aggregate indicators, like ∑Timespent, although you can have it as a column in the results :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.