Hey,
i want to set the remaining estimate Time by Time logged in Jira
this snipped i used, but its not working.
{{issue.timetracking.remainingEstimate.minusSeconds({{worklog.timeSpent.seconds}})}}
Hi @Florian Warncke -- Welcome to the Atlassian Community!
I am guessing you are trying this in an automation rule, correct?
If so, when you nest smart values you do not use the extra curly brackets. Please try:
{{issue.timetracking.remainingEstimate.minusSeconds(worklog.timeSpent.seconds)}}
Also, when asking questions about automation rules, please consider posting images of your complete rule and the audit log, and describe what you believe should be happening. That may help the community answer your questions faster. Thanks!
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.