Hola a todos,
¿Es posible crear un filtro que muestre las actividades a partir de un día concreto del mes anterior?
me explico, me han pedido una lista recurrente que se revisará cada mes en la que se muestren todas las actividades desde el 21 del mes anterior hasta el 20 del mes actual.
Esto por fecha de creación sería fácil pero necesito que esas fechas se actualicen cada mes, es decir, que muestre cada mes las del mes anterior desde el 21 hasta el 20 del mes actual.
Thanks @yoppy rizaldi
But finaly I can resolve with an automation rule, I create a var with value {{Now().format("yyyy")}} for the actual year and another var with the value {{Now.minusDays(30).format("MM")}} for obtain the last month.
With both variables I can create a JQL search with the especifics dates but that autoamtic change for each month.
Hi @Aaron P_ ,
possible if you want to get issue base on from date, you can click issues and click search for issues in the navbar :
then you click button more and search created date and checklist :
then you can choose between from start date to end date :
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.