Hola comunidad,
estoy tratando de realizar una automatización, lo que busco es que usando los campos de fecha Start Date y Fecha de Vencimiento, se calcule el tiempo de Estimación Original y lo ingrese en ese campo.
Estoy realizando así la regla, no me marca un error en el Registro de Auditoría, pero no me agrega ningún dato en el campo de Estimación Original, tambien realice una prueba agregando un campo fijo y si funciona, pero cuando pongo esto ya no.
Eh utilizado esto pero no me funcionan:
Hello @Itsel Vazquez
Use multiply rather than times.
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-math-expressions/
Adding to Trudy's suggestions:
Are you including the units of measure when you set the Original Estimate field, such as with h for hours? If not, I believe it will default to minutes.
To do this with hours, please use this with an h at the end:
{{issue.startDate.diff(issue.duedate).days.multiply(8)}}h
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.
I am following up to learn if you are still working on this one or if the suggestions resolved it. If resolved, please mark this question as "answered" to help others with similar needs find solutions faster. Thanks!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.