Hi everyone,
I’m working on a use case in Jira where we have a hierarchical structure like this:
Our requirement is to automatically reflect progress at the Sub-goal and Goal levels based on the status of the linked Jira issues.
Specifically:
Important constraints:
Is it possible to implement this kind of automatic progress roll-up using Forge?
If yes, what would be the recommended approach or architecture for achieving this?
Any guidance, best practices, or examples would be greatly appreciated.
Hi,
Yes, it should be doable using Forge. You could use the jira post function module : Jira workflow post function (preview)
A simple option is to use automation. When a linked Jira issue is transitioned to Done, you can update the parent issue (Goal). You can then add a second automation rule that listens for updates on the Goal issue and also updates its parent issue.
I tried implementing this approach on the backend. The progress is being calculated and is visible there, but it’s not reflecting in the Jira project view where we track goal progress.
Could you please take a look when you have time? If possible, we can connect tomorrow it would be really helpful to walk through this together.
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.