Calculating field values recursively in JIRA?

Tayyab Bashir
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 Leaders.
July 20, 2017

Hi,

Could anyone tell me if it is possible to calculate the field values automatically in a recursive manner in JIRA.

Maybe there could be a script behind custom field that goes through the issue links and sums-up values?

RescursiveField.png

1 answer

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.
July 20, 2017

Yes, ScriptRunner can do that.   Your code will run for each issue, and just needs to iterate over the two lists of links for each one.

Suggest an answer

Log in or Sign up to answer