This Python script automates the process of exporting all attachments from Jira issues using the Jira REST API.
Filters by user (assigned issues, reported issues)
Filters by file type (e.g., .pdf
, .csv
, .jpg
)
Tracks total issues checked & total files downloaded
Before running the script, ensure you have:
- Python 3.x installed
- A Jira API token (🔗 Generate API Token)
- Jira read permissions for issues & attachments
- The following Python package installed:
pip install requests pip install base64