Skip to content

A Python script to automate the export of attachments from Jira issues using the Jira REST API.

Notifications You must be signed in to change notification settings

uncch-rdmc/jura-attachments-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

jura-attachments-export

Overview

This Python script automates the process of exporting all attachments from Jira issues using the Jira REST API.

Features

Filters by user (assigned issues, reported issues)
Filters by file type (e.g., .pdf, .csv, .jpg)
Tracks total issues checked & total files downloaded

🔧 Prerequisites

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

About

A Python script to automate the export of attachments from Jira issues using the Jira REST API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages