Hola Comunidad,
Estoy necesitando extraer datos de jira por una auditoria, me solicitan todos los tipos de historias, a que epica y sprint estan asociados, todo con sus respectivas fechas de creación y estados. Como puedo conseguir esta información en un reporte o desde la base?
Hi @Adrian Gonzalez ,
Why not simply create a filter an export that data as needed. You can select the desired columns such as created date, status, epic link, etc.
Project = xyz will allow you to look at individual projects. If you need all issues created for all projects then...
created < startofday()
Hola Jack, muchas gracias por responder.
El problema que tengo es que necesito extraer la informacion de todo un año y es imposible desde JQL por la cantidad.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Consider APIs or addons that handle exporting or EasyBI or similar.
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.