Hola,
Alguien me puede explicar como funciona el comando DURING a la hora de crear filtros en Jira?
Por otro lado, estaría muy bien poder filtrar la cantidad de tickets dearrollados (DONE) durante cierto periodo de tiempo. El comando resolutiondate() no nos sirve.
Gracias y un saludo!
Jorge
"During" is a JQL term that can be used in regards to looking at historical values for some fields in Jira. For example you could use this in a JQL search such as
project=ABC and status changed to done during (startOfDay(),endOfDay())
In turn this will show you all the issues in that project that had their status changed to Done today. There is some more details on how this works in the documentation Advanced searching - operators reference
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.