Skip to content

debjit-mandal/jira-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jira Fetcher

Jira Data Extraction using Python

Jira is a software application developed by the Australian software company Atlassian that allows teams to track issues, manage projects, and automate workflows. You can read more about Jira in https://en.wikipedia.org/wiki/Jira_(software)

Data can be fetched from Jira by using the Jira Python library, which provides a convenient interface for interacting with Jira's REST API.

The configuration, required, in the Jira software tool, is as follows:

Make sure you have the jira library installed. You can install it using pip:

pip install jira

Make sure to replace 'https://your-jira-instance.com' with the URL of your Jira instance. Set 'your-username' and 'your-api-token' to your Jira username and API token respectively.

To run this code locally:

git clone https://github.com/debjit-mandal/jira-fetcher

cd jira-fetcher

python main.py

Feel free to suggest any kind of improvements.

About

Jira Data Extraction using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages