It's all about the answers!

Ask a question

Way to download attachments of a workitem using python


Anurag Aravala (11) | asked Feb 03 '21, 1:15 p.m.

Need to download attachments of a workitem . As the entire work is based on python, I would like this task to be possible using Python. Any help would be greatly appreciated

One answer



permanent link
Ralph Schoon (62.0k33643) | answered Feb 04 '21, 2:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 As far as I am aware there is no public HTTP API available to download attachments from work items. The only public API available is Java based. So you would have to call a Java app to execute the download. The Java API is explained here: https://rsjazz.wordpress.com/2012/09/21/downloading-attachments-from-work-items/

Your answer


Register or to post your answer.