Hello,
I would like to see the total net amount of the child issues in the epic.
I have tried to create the rule, unfortunately it does not work, although the audit log says that it was successful, can someone help me?
Many thanks in advance.
Note: both custom fields are number fields
Best Regars, Leena
When you branch to the parent issue (i.e., Epic) it cannot see its child issues' data. Instead try using the Lookup Issues action with JQL to gather the child issues, and then use the sum function: https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Lookup-issues
For example...
Kind regards,
Bill
Hi @Bill Sheboy
Thank you for your reply. I have tried to rewrite the rule as you suggested. Unfortunately, nothing happens.
The audit log shows that the rule was successful. But only because it removes the value again and reads none.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why does Jira automation set the values back to zero? Can someone explain this? @Bill Sheboy @Rebekka Heilmann _viadee_
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The JQL for your Lookup Issues action is using a specific epic, ATP-1, rather than the parent for the branch. That seems incorrect.
Next, have you checked if there are multiple rules running that could be updating the field? Please check that by...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As far as I know, lookupIssues doesn't support customfield. It doesn't even need to mention about sum function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you elaborate on "does not work"? Does it not do anything?
Can you share the Audit Log's Details i.e. "show more"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rebekka Heilmann _viadee_ It does not work, which means that the custom field "Total amount" in Epic is not overwritten. Instead, "none" always appears after the rule is triggered.
I would like the net values in the childissue to appear in the custom field "Total amount" in the epic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.