Hello,
I need help in creating a JQL query where it can filter only items that have reached (timespent) the 50%, 75% and 90% of the total originalestimate.
I have tried something using this below formula (adding some operators to calculate it), but no luck.
issueFunction in expression("", "timespent > originalestimate")
The source is here.
Any help? thanks!