Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

aggregateExpression Σtimespent.sum

Hi

I use a lot scriptrunner jql function with aggregateexpression to sum estimates and time spent on the returned list of issues.

What I am trying to do now is to filter only parent issues, but sum the time spent of parent and their subatsks.

In other words, what currently works is :

project = KEY AND issuetype in standardIssueTypes() AND issueFunction in aggregateExpression("Total Original estimate", "originalEstimate.sum()", "Total time spent", "timespent.sum()")

 

But what I'd like to do is:

project = KEY AND issuetype in standardIssueTypes() AND issueFunction in aggregateExpression("Total Original estimate", "originalEstimate.sum()", "Total time spent", "Σtimespent.sum()")

 (same as the Σ Time Spent column we can see on the issue navigator list)

Is there a way to have that value?

Thanks for your help!

Etienne

 

1 answer

Hi, it accepts "totaltimespent.sum()" but wrongly returns 0

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events