Exportación de un diagrama de flujo acumulativo (CFD) de Jira
Frecuentes
Visto 1,474 equipos
2
Objective: Export Story state from Jira so I can display a CFD in Excel/other package. Problem: Story history state (dates) do not appear to be 'exportable' into a CSV
I'm would like to export/create a Cumulative Flow Diagram (CFD) from Jira for Stories into a CSV/other. This is for story state. However when executing the associated JQuery I cannot seem to gain access to an Issues history i.e. When the dates an Issue has passed from (To Do -> In Dev -> Ready for Test). Displaying the CFD in JIRA is easy - however I do need to export for various reasons. I have attempted using the Jql that to query the history via the status e.g. status CHANGED FROM "In Progress" TO "Open" - but again date information does not appear to be made available.
¿Alguien puede señalarme en la dirección correcta?
1 Respuestas
0
The CFD JIRA Report (as of 2022) is displayed using the HTML <canvas>
tag, so it is not a static image. It is also sized to the window, so the graph may not have the ratio of height to width you need.
There are two relatively easy ways to export the CFD. The first step for both is to resize your browser window so the CFG is the height/width ratio you want.
Simple screen shot
This is the easiest way. Take a screen shot, ideally of just the parts of the diagram you want to capture. You can use a simple image editor (such as El Gimp) to trim the image, resize it, etc.
Screenshot the surrounding div
LA ghx-chart-view
div here is what you want to screenshot. On Firefox, right-click the div in the inspector and choose "screenshot node".
Respondido el 20 de junio de 22 a las 20:06
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas jquery excel jira scrum or haz tu propia pregunta.
Posible duplicado de Export JIRA Data - Paul Sweatte
There seems to be some confusion here. You podemos export story information to CSV from the backlog view. If you want to export the actual Cumulative Flow Diagram, that will give you only the report image, not the underlying data - BryanH