Hello,
we wanted to implement an automation that changes the end date of the issue to todays date, when it has exceed the original estimate. How will the JQL Query look like for this case ?
Furthermore we want to have the automation that when ever an issue gets transitioned to "in Progress", then the start date should be {{now}} and the end date should be {{now}} + original estimate, how this phrase should look like in the automation config?
Thanks in advance.
Hope following should help you for automation config
Variable name: TimeTrakingInDays
Smart value: {{#=}}{{issue.timetracking.originalEstimateSeconds}} / (60 * 60 * 8){{/}}
Start date: {{now}}
End date: {{now.plusBusinessDays(TimeTrakingInDays.asNumber)}}
Hi @Gentrit Cerimi ,
First Scenario
For the first scenario, you can create a automation script as follows
1. Create 'Advanced Compare Condition' to check the original estimate greater than total time spent
2. Then add a 'New Action' -> Edit Issue
Update due date field to {{now}}
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You note that you want to implement an automation rule to solve this need. What have you tried thus far to accomplish this?
Please consider posting images of your current rule, details from the audit log, and describe what is not working.
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.
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.