how to calculate a field on a linkissue with a certain status?
for example linkissue with status “In Progress” & and status “Completed”
and what needs to be added to the following Query:
{{ targetIssue | linkedIssues(["customfield_12048", "issuetype"]) | filter(["fields.issuetype.name","MoA Project"]) | sum("fields.customfield_12048") }}