Hi, I'm relatively new to Jira automation, especially when trying to do something relatively clever / complex so reaching out for a bit of guidance from any experts out there!!
For context, we have a Jira project / kanban board on which we manage portfolio Initiatives. Each initiative will be linked to one or more Epics / Stories / Tasks residing in different Jira projects, using the hierarchy link type (parent of, child of) - e.g. Initiative is parent of Epic.
I am trying to use Jira automation to pull through the fixVersions defined on the child issues and amalgamate these into a text field on the initiative. One Initiative could be realized via multiple Epics, which themselves are being delivered in different version releases.
As the fixVersion on the child issue could be updated at any time, we're currently looking to trigger the automation on a schedule (daily) rather than upon issue creation or linking.
Ideally, the fixVersions would be de-duplicated in Initiative text field but listing the child issue key + fixVersion for each would also be a viable option.
I have the following rule configured...
And it has ran successfully...
But the target field in my Initiatives has not been edited / updated. I'm sure I have missed something but cannot figure out what! Any help / guidance would be very much appreciated. Cheers, Mike
To help clarify what you are trying, would you provide images of:
Of note: I see in the log that many issues are getting picked up by the Lookup Issues and the Scheduled trigger. Automation rules can only process up to 100 issues per trigger/component, so you may want to rethink your approach. Perhaps try multiples rules (by hierarchy level) with staggered start times, and allow the aggregate values to percolate up to the top.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.