Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Automate Jira Data Extraction and Excel Workbook Updates with Python

License

Notifications You must be signed in to change notification settings

dagz55/jira_extractor

Repository files navigation

jira_extractor

Automate Jira Data Extraction and Excel Workbook Updates with Python

Jira Extractor

This project automates the extraction of Jira data (epics, stories, and bugs) and exports it to an Excel file.

Documentation

For detailed information on how to use this project, please refer to the following documentation:

Quick Start

  1. Clone this repository
  2. Install the required packages: pip install -r docs/requirements.txt
  3. Set up your .env file with the necessary credentials and configurations
  4. Run the script: python src/main.py

For more detailed instructions, please refer to the Usage Guide.

Pushing to GitHub

To push this project to your GitHub repository:

  1. Navigate to the project directory: cd /Users/robertsuarez/project_jira_extractor
  2. Initialize the repository: git init
  3. Add all files: git add .
  4. Commit changes: git commit -m "Initial commit of Jira Extractor project"
  5. Add remote repository: git remote add origin https://github.com/dagz55/jira_extractor.git
  6. Check your current branch: git branch
  7. If needed, create and switch to 'main': git checkout -b main
  8. Push to GitHub: git push -u origin main (or git push -u origin dev if you're on the dev branch)

For troubleshooting and more detailed instructions, refer to the GitHub Push Instructions.

Contributing

If you'd like to contribute to this project, please follow the GitHub Push Instructions to set up your local repository and push changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Automate Jira Data Extraction and Excel Workbook Updates with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published