Hi everyone,
I can't seem to figure out on how best to build the Jira Automation for my use case so I would really appreciate any guidance.
Based on the info above, here are the steps in what I would like Jira Automation to do:
Please see below the list of issues (under Epic Alpha) that have been estimated and are ready for approval
- Story 1 Issue Summary --> <Original Estimate Value>
- Story 2 Issue Summary --> <Original Estimate Value>
- Story 3 Issue Summary --> <Original Estimate Value>
- Story 4 Issue Summary --> <Original Estimate Value>
- Story 5 Issue Summary --> <Original Estimate Value>
The total estimate for all the estimated issues is = <Total Sum of all the Original Estimate Values for Stories 1-5>
Here's what I have built so far. I'm not sure if I'm going about this the right way, or if there's a better way to achieve what I'm looking for. I basically got stuck half way, so looking for guidance from this great community.
Thank you!
Hi @Hamza Chundrigar ,
The rule you've posted is actually branching into each child issue, which is good if you want to take action on those issues, but doesn't do what you need (which is to collate that information and take action on the parent epic).
The trick for this one is to use the "Lookup Issues" action to find the child issues that match your criteria, while still being in the context of the parent Epic.
Something like the following might be a good starting point:
For your case you would need to update the "Lookup Issues" action to specify all of the issue criteria you want to match on (e.g. labels, estimate existing etc.).
Hope that helps.
Cheers,
James
Rolling up non standard values from Standard issue to Epic level is not feasible.
Based on my research, rolling up story points at Story level to story points at epic level is possible using smart values. However, rolling up original estimates at Story level to Epic level is not feasible.
What i did was to use JIRA REST APIs, get the data points at Story level and then update the fields at Epic level.
I am using this as a batch process.
Your use case is bit more complicated. But from change log you can determine when From and To transition is same and then execute your remaining logic programmatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take a look on using smart value for issues to generate your desired custom comments add in your rule actions -
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it's not more so the format or structure of the custom comment I'm looking to get guidance on, but rather the missing chunks in my automation rule altogether that would allow me to satisfy the underlying use-case. (i.e. the steps leading up to the comment).
Though I appreciate your input. I've had that link bookmarked for some time now and it's definitely served as a valuable reference point :)
Cheers,
Hamza
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.