Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 413 Bytes

File metadata and controls

12 lines (10 loc) · 413 Bytes

GitLab_Jira_Integration

This is a script that will automatically add jira service integration details to all available gitlab projects!

Install requirements

pip install -r requirements.txt

Install firefox driver if not installed

  • Download gecodriver
  • tar -xvf geckodriver-v*.tar.gz
  • cp geckodriver /usr/bin/ (or anywhere in your $PATH)