¿Cómo crear una alerta que te indique que te restan x días para la fecha de vencimiento de una tarea?
Hola @Alicia Camacho ,
¡Bienvenido a la comunidad de Atlassian!
Jira no tiene una función para generar alertas.
Puede crear un filtro guardado para que le asignen las incidencias que vencen en X días. Puede guardar ese filtro y luego crear una Suscripción a ese filtro para enviarle los resultados periódicamente por correo electrónico.
assignee=currentUser() and duedate < 5d
Para obtener más información sobre cómo crear y guardar filtros y crear suscripciones, consulte:
https://support.atlassian.com/jira-software-cloud/docs/save-your-search-as-a-filter/
---
Hello,
Welcome to the Atlassian community!
Jira does not have a feature for generating alerts.
You could create a saved filter to get the issues assigned to you that are due in X days. You could save that filter and then create a Subscription to that filter to send you the results periodically via email.
assignee=currentUser() and duedate < 5d
For more information on creating and saving filters and creating subscriptions refer to:
https://support.atlassian.com/jira-software-cloud/docs/save-your-search-as-a-filter/
Alert you have x days left for the due date of a task
How to create an alert that tells you that you have x days left before the due date of a task?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.