Automatizar Estimación Original basandome en la fecha Start Date y Fecha de Vencimiento

Itsel Vazquez November 13, 2024

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.

1.png

2.png

3.png

Eh utilizado esto pero no me funcionan:

  • {{issue.dueDate.diff(issue.startDate).days.times(8)}}

4.png

5.png

1 answer

1 vote
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 13, 2024
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 14, 2024

Hi @Itsel Vazquez 

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

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 13, 2024

Hi @Itsel Vazquez 

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events