Buenas noches, necesito hacer una automatización que sume en el campo Estimación Original, el valor registrado en Tiempo trabajado + el valor que se agrega en un campo de tipo texto breve sin formato (campo personalizado) para indicar el tiempo trabajado por un equipo externo (respetando el formato, por ejemplo 10h).
Es posible hacer esto? es correcto el tipo de campo "texto breve" para indicar tiempo? busque en las opciones de tipo campo, pero no encuentro algún tipo que sea de tiempo.
Desde ya muchas gracias
Hola @Sonia Lorena Paniagua ,
Jira no tiene un tipo de campo personalizado que pueda usar durante un período de tiempo.
¿Existe algún motivo por el que no puede utilizar la opción nativa Registrar trabajo para agregar el tiempo trabajado en el problema por el equipo externo?
Si registra el tiempo del equipo externo en un campo de texto, su Automatización necesitará tener código/pasos adicionales para evaluar ese texto y convertirlo a un número apropiado que podría usarse en el cálculo. Eso podría resultar muy complicado si sus usuarios pueden ingresar varias duraciones (segundos, horas, días, semanas, meses) y combinaciones de ellas (es decir, 1d 5h).
Si debe usar un campo separado para registrar el tiempo del equipo externo, le recomendaría que use un campo Número e indique que el número debe representar horas (o minutos). Eso simplificaría mucho el cálculo.
---
Hello,
Jira does not have a custom field type that you can use for a time duration.
Is there a reason that you are not able to use the native Log Work option to add in the time worked on the issue by the external team?
If you record the external team time in a text field, your Automation is going to need to have extra code/steps in it to evaluate that text and convert it to an appropriate number that could be used in the calculation. That could get very complicated if your users are able to enter various durations (seconds, hours, days, weeks, months) and combinations of those (i.e. 1d 5h).
If you must use a separate field for recording the time of the external team, I would recommend that you use a Number field and state that the number must represent hours (or minutes). That would make your calculation much simpler.
Add in a field = Time worked + Time indicated manually
Good evening, I need to do an automation that adds in the Original Estimate field, the value recorded in Time worked + the value that is added in a short plain text type field (custom field) to indicate the time worked by an external team ( respecting the format, for example 10h).
Is it possible to do this? Is the "short text" field type correct to indicate time? I looked in the field type options, but I can't find any type that is time.
From already thank you very much
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.