We added a numeric field to our issues in which we put the cost of this specific task. It should be added to the budget of the linked epic when it is updated.
Can anyone share ideas how we could implement this?
welcome to the community.
So just to clarify that I got it correctly:
Whenever one of the child issues‘ codt field of an epic is updated the costs of all children should be summed and the sum should be written into same field in the epic?
Could you confirm that?
Best
Stefan
Hi @Stefan Salzl - yes exactly this is what we would like to do!
If using different fields or sth like that would make it easier we are flexible on that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alright. I would suggest the following way:
Trigger:
{{lookupIssues.cost.sum}}
See screenshot below (in my case I used the field "Number 1" in both child task and Epic).
Hope this is helpful. In case of any further questions just let us know.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot! The automation does work but somehow it does not find any issues in the lookup-step, although there should be several. What could be wrong here?
=> No issues were found when searching for a user-defined value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just found the solution here => https://support.atlassian.com/jira-service-management-cloud/docs/jql-fields/#Epic-link
If I use "parent" instead of "epic link" it works perfectly. Thank you @Stefan Salzl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nachdem dein Screenshot auf Deutsch ist können wir vermutlich auch in unserer Muttersprache kommunizieren :)
Freut mich sehr zu hören dass es funktioniert hat und dass ich helfen konnte.
LG
Stefan
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.