It's all about the answers!

Ask a question

Can I export JRS report programmatically ?


Deepanchakravarthy Murugesan (275) | asked Feb 10 '21, 8:19 a.m.

 Is there any way to export JRS static excel report programmatically ? 

Accepted answer


permanent link
Daniel Moul (4.9k1318) | answered Feb 10 '21, 9:00 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

Here's one idea:


Take a look at the two URLs on the page after you select export to excel (export with live contents or export current contents).
These URLs are REST calls to generate an export using a particular report and particular parameters.
If you can get authentication working, you could, for example, call this REST URL from Python or whatever language or script you prefer.

Deepanchakravarthy Murugesan selected this answer as the correct answer

Comments
Jackie Albert commented Feb 10 '21, 9:05 a.m.

Getting the authentication working is always the hard part :)


Deepanchakravarthy Murugesan commented Mar 22 '21, 9:51 a.m.

its working, I used power shell script to download the static xls from JRS

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.