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

Custom Script Field to sum value those results in billion

What should is use in place of double to calculate the value in billion.

Custom Script Field.PNG

import com.atlassian.jira.component.ComponentAccessor

import com.atlassian.jira.issue.history.ChangeItemBean

 

// Get values from 4 custom fields

Double val1 = makeNullZero(getCustomFieldValue('Field Name ($)'));

Double val1 = makeNullZero(getCustomFieldValue('Field Name ($)'));

Double val1 = makeNullZero(getCustomFieldValue('Field Name ($)'));

Double val1 = makeNullZero(getCustomFieldValue('Field Name ($)'));

Double sum = val1 + val2 + val3 + val4;

1 answer

1 accepted

0 votes
Answer accepted
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 07, 2022

Hi @Amit Kumar Singh 

Can you try Biginteger or long

Hi @Mohamed Benziane 

I tried long and it is working fine for me.. Thank You So Much!

Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 09, 2022

hi @Amit Kumar Singh 

feel free to accept the answer to mark your question as solved

Hi @Mohamed Benziane 

Need one more help on this as when i apply filter search, it shows below error.

 

image.png

Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 09, 2022

It seems that your field "Total Annual" is a text customfield so you can't use the operator here

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events