Hello
I am trying to automate exporting Structures (+ a specific view) from JIRA to an excel workbook periodically.
The excel sheet will got rows grouped following the structure's tree
I would like to use Jira rest api to adress Jira server from remote providing structure and view Ids (name or number)
Best regards
The Structure app's REST API is documented here: https://wiki.almworks.com/documentation/structure/latest/data-center-and-server/structure-rest-api-reference-32223493.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @ROBERT Denis did you find a way to execute this via REST API? If so can you provide some guidance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
I would like to do the same as @ROBERT Denis described.
Unfortunately @Aron Gombas s answer doesn't really help me.
Is there a way to automate the export (Excel, CSV, JSON, whatever) of a specific Jira Structure (via REST API), (without installing an additional AddOn)?
The way to get the forest, and pull and extract every single issue doesn't seem very comfortable (especially because I loose all the '(Sub) Folders' name, and have to calculate all the data, which is already done in the structure board, again in my automation python script).
So the best way would be to get the data via (Rest) API, as it is in the (manual) exported Excel-file.
Any concrete guidance how to realize that via (rest) API?
Maybe @Brant Schroeder has any clue?
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.