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?
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.
It looks like you're new here. Sign in or register to get started.