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

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

Suggest an answer

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

Atlassian Community Events