Hi,
I have a custom issue type hierarchy: -
Epic - Product Story - Technical Task - Subtasks
We estimate Technical Tasks in hours using the "original estimate" field. I want to create a rule that:
Here is the smart value I am using: ``` {{#=}}{{issue."technical task".remaining estimate.sum}} / 60{{/}} ```
Thank you for your assistance. Best regards, [Your Name]
{{#=}}{{issue."Technical Task".remaining estimate.sum}} / 60{{/}}
For a question like this, please post an image of your complete automation rule, images of any relevant actions / conditions / branches, an image of the audit log details showing the rule execution, and explain what is not working as expected. Those will provide context for the community to offer ideas. Thanks!
Until we see those...
You describe an issue hierarchy of:
And so your issues likely use the built-in parent field to link together.
The expression you show will not work, as "Technical Task" is not a field / smart value: it is an issue type.
Instead you would need to gather the Technical Task issues for their parent (a Product Story) and then sum the values. To do this, you could use the Lookup Issues action and then reference the smart values for time tracking.
Here are some references to help do that:
https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Lookup-issues
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.timetracking--
Kind regards,
Bill
You want to sumup to all on technical tasks and then from tech to product story. right? because I want on product story
There you go...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please post images of the audit log details showing the rule execution and of the Edit Issue action.
You described wanting to sum the values in the Technical Task issues which are children of the Product Story issue...
If this is unclear, please discuss your rule with your Jira Site Admin for support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
let me tell you more details ... i rename epic as a product story and the technical task is actually a standard issue type (i.e story)
1) here I just want to collect all the original estimates value in the technical tasks under a product story, and just sum up in the original estimate field of the product story...
and the sum of the time spent in subtasks to technical tasks and from all technical tasks to product stories under one epic. (maybe in the custom field)
Here are the logs...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, i have updated a few things, but it is still not working for me...
Let me clear, my issue types are renamed as
Epic = Product Story &
Story = Technical tasks
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.