Using Automation for JIRA....
When a user submits a work log for a child story, I'd like to update the parent epic's remaining estimate (remaining estimate = remaining estimate - work log). I'm a little stuck with the syntax of setting the remaining estimate when the timetracking is a related object to the issue not a first class property.
{ "update": { "fields": { "timetracking": { "remainingEstimate": "{{issue.fields.timetracking.remainingEstimate}} - {{worklog}}???" } } }
Hello @Elizabeth Trambulo,
Did you find a solution to your problem ? I'm interrested in such an option.
Thanks,
Adrien
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.