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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,703
Community Members
 
Community Events
185
Community Groups

Sum up custom field values with ScriptRunner

I have a custom field, Credits used, at the issue level.  I want to sum this at the project level, and using ScriptRunner's aggregateExpression function I think I can do something like this:

 

 project in projectMatch() and issueFunction in aggregateExpression("Total Credits Used", "Creditsused.sum()")

 

Is the space in the field name going to cause problems?  If so, do I need to create a new field with no spaces (Creditsused)?  Enclose the field name in single quotes in the function?

 project in projectMatch() and issueFunction in aggregateExpression("Total Credits Used", "'Credits used'.sum()")

1 answer

0 votes
Kristian Walker _Adaptavist_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 25, 2018

Hi Chris,

I can confirm that it is not possible to sum up values in ScritpRunner for Jira Cloud currently using JQL as the aggregateExpression() JQL function is only available in the Server version of the add on.

You can see all the JQL functions which the server version  provides inside of the docuemntation page located here.

The reason that we are unable to provide this functionality in Jira Cloud is due to the differences in the frameworks between Jira Server and Jira Cloud which means that no API exists to allow us to provide this functionality inside of Jira Cloud.

You can find further information on the differences between the Server and Cloud versions of the plugins inside of the documentation page located here.

If this response has answered your question can you please mark it as accepted so that other users can see it is correct when searching for similar answers.

Regards,

Kristian

Is there any other way to do this in Jra Cloud using ScriptRunner?

Kristian Walker _Adaptavist_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 25, 2018

Hi Chris,

Thank you for your response.

Unfortanetly there is no other way with ScriptRunner to sum up all values for a field for every issue in a project as you would need to do this using JQL and ScriptRunner for Jira Cloud does not provide any JQL functions to achieve this requirement.

Regards,

Kristian

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events