Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 685 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 685 Bytes

redpull

Download all attachments for Redmine issue.

Requirements

	pip install python-redmine
  • Redmine API access key
	The API key can be found on users account page when logged in,  on the right-hand pane of the default layout.

Usage

./redpull 24680
Connecting to: https://redmine.interfacemasters.com/redmine
Hi, Stranger
Issue #24680 Something not work
Attachments: ['attachment1.tar', 'packets.pcap', 'logs.xz']
Start downloading...
	* attachment1.tar
	* packets.pcap
	* logs.xz
Successfully downloaded 3 attachments to /tmp/24680/

TODO

  • Error handling