Way to download attachments of a workitem using python
![]() 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
![]()
Ralph Schoon (62.0k●3●36●43)
| 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/ |