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

Nidhi Gupta 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

0 votes
Nic Brough -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.
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 _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 May 26, 2023

Thanks @Fabio Racobaldo _Herzum_ 

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

Code3.jpg

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events