Automate Jira Data Extraction and Excel Workbook Updates with Python
This project automates the extraction of Jira data (epics, stories, and bugs) and exports it to an Excel file.
For detailed information on how to use this project, please refer to the following documentation:
- Usage Guide: Instructions on how to set up and run the Jira Extractor script.
- Requirements: List of required Python packages and their versions.
- GitHub Push Instructions: Steps to push this project to the GitHub repository.
- Clone this repository
- Install the required packages:
pip install -r docs/requirements.txt - Set up your
.envfile with the necessary credentials and configurations - Run the script:
python src/main.py
For more detailed instructions, please refer to the Usage Guide.
To push this project to your GitHub repository:
- Navigate to the project directory:
cd /Users/robertsuarez/project_jira_extractor - Initialize the repository:
git init - Add all files:
git add . - Commit changes:
git commit -m "Initial commit of Jira Extractor project" - Add remote repository:
git remote add origin https://github.com/dagz55/jira_extractor.git - Check your current branch:
git branch - If needed, create and switch to 'main':
git checkout -b main - Push to GitHub:
git push -u origin main(orgit push -u origin devif you're on the dev branch)
For troubleshooting and more detailed instructions, refer to the GitHub Push Instructions.
If you'd like to contribute to this project, please follow the GitHub Push Instructions to set up your local repository and push changes.
This project is licensed under the MIT License - see the LICENSE file for details.