The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Scripted field to sum custom field on the sub-tasks of type select list (single select)

Nidhi Gupta
Contributor
May 24, 2023

Hello All, I used the code mentioned in the accepted answers to sum up the values from a custom field on the sub-tasks of type select list (single select). The aggregate will show up on the parent issue under a scripted field but I am getting following errors. Would appreciate any help to resolve this.

Code2.jpgCode1.jpg

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 28, 2023

The error is exactly what it says it is - you are defining a variable with the same name as an existing variable (or class)

Just use a different name for the variable, for example

CustomField theCustomField = customFieldManager.getCustomFieldObjectByName("# of Scrum Teams");
0 votes
Fabio Racobaldo _Catworkx_
Community Champion
May 25, 2023

Hi @Nidhi Gupta ,

try to replace that line with :

CustomField customField = customFieldManager.getCustomFieldObjectByName("# of Scrum Teams");

Please let me know if it works,

Fabio

Nidhi Gupta
Contributor
May 26, 2023

Thanks @Fabio Racobaldo _Catworkx_ 

Replacing that line didnt work! Still getting the following error.

Code3.jpg

DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events