Mandar por temas lista de issues

Analía F_ Busso May 19, 2024

Hola comunudad, ¿como va?

Tengo una regla global que ejecuto para madar las lista de issues (tarjetas finalizadas de spirnt); pero solo me manda el mensaje escrito y no imprime la lista de issues:

les dejo como está progamado para ver si me pueden decir en que estoy equicobada

 

El JQL que uso es project = "PE20" and sprint in openSprints() and statusCategory in (done) ORDER By id

Este deuvelve correctamente las tarjetas finalizada:

 

En el mesaje usé la siguiente sentencia:

Hola Equipo - les comento que los siguientes ticket se han finalizado en el presente Sprint:
{{#lookupissues}}
* {{issues.Key]]
{{/#}}
{{/}}

Y el mensaje que llega a teams es solo:

Hola Equipo - les comento que los siguientes ticket se han finalizado en el presente Sprint:

SIN LA LISTA...

Según la auditoria los Key, los trae correctamente pero no se porque no me los muesta en el mensaje de Teams

 

¿Podrían ayuarme?

 

 

 

 

 

 

1 answer

1 accepted

1 vote
Answer accepted
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.
May 19, 2024

Hola @Analía F_ Busso ,

Para que podamos ayudarle adecuadamente a depurar su regla de automatización, necesitaremos que proporcione imágenes de pantalla que muestren la regla completa.

Por ejemplo, ¿qué disparador o acción estás usando para ejecutar JQL? ¿Está utilizando la acción Buscar problemas?

Si es así, entonces el código que estás utilizando para intentar imprimir los resultados en el correo electrónico es incorrecto. Hay un ejemplo del código correcto en la documentación para la acción Buscar problemas.

https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Lookup-issues

La sintaxis correcta es:

{{#lookupIssues}}

* {{key}}

{{/}}

 

---

Hello,

In order for us to properly help you debug your automation rule we will need you to provide screen images that show the complete rule. 

For instance, what trigger or action are you using to execute the JQL? Are you using the Lookup Issues action?

If so, then the code you are using to try to print the results in the email is wrong. There is an example of the correct code in the documentation for the Lookup Issues action.

https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Lookup-issues

The correct syntax is:

{{#lookupIssues}}

* {{key}}

{{/}}

Send list of issues by topic

Hello community, how are you doing?

I have a global rule that I run to report the list of issues (completed spirnt cards); but it only sends me the written message and does not print the list of issues:

I'll leave it as it's programmed to see if you can tell me where I'm wrong.

 

The JQL I use is project = "PE20" and sprint in openSprints() and statusCategory in (done) ORDER By id

This correctly returns the completed cards:

 

In the message I used the following statement:


Hello Team - I tell you that the following tickets have been finalized in this Sprint:
{{#lookupissues}}
* {{issues.Key]]
{{/#}}
{{/}}

And the message that reaches teams is only:

Hello Team - I tell you that the following tickets have been finalized in this Sprint:

WITHOUT THE LIST...

According to the Key audit, it brings them correctly but I don't know why it doesn't show them to me in the Teams message

 

Could you help me?

Analía F_ Busso May 20, 2024

Hola Trudy

Gracias por responder, te paso la foto con la configuración de la regla.

 

Te cuento que el disparador es un Schedule que lo puse cada 5 minutos para probar.

luego tiene el JQL y como ultimo mensaje en teams un un WebHook que fuciona

Analía F_ Busso May 20, 2024

regla configuracion.pngmensaje en teams.png

Hola!! Gracias por respoder

te paso la foto de la regla

el disparador es una calendario, que lo puse cada 5 minutos para hacer pruebas, la idea es luego configurarlo cada seamana

la query JQL funciona y la auditoria muestra lo siguiente

aditoria.png

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.
May 20, 2024

Hola Analía,

Has marcado tu publicación como Resuelta al aceptar mi respuesta. ¿Puedes confirmar que tu problema está realmente resuelto? ¿O todavía tienes un problema?

 

---

Hello Analia,

You have marked your post as Solved by accepting my answer. Can you confirm that your issue is truly resolved? Or are you still having a problem?

Hello Trudy

Thanks for responding, I'll send you the photo with the configuration of the rule.

 

I tell you that the trigger is a Schedule that I set every 5 minutes to test.

then you have the JQL and as the last message in teams a WebHook that works

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events