Quisiera saber si se puede exportar el historial de las incidencias de un proyecto p buscar si una incidencia paso por un estado intermedio. Muchas gracias
@Lorena Rossetti Welcome to the Atlassian community
You can not export issues history. You can only view the history of an issue by viewing the individual issue. If you want to see if the issue was every in a specific status you can use was int and you can also have that in a specific time frame. This can be done via a filter using the following JQL
status WAS "In Progress" DURING (2022-05-01, 2022-05-14) OR status WAS "In Development" DURING (2022-05-01, 2022-05-14)
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.