Skip to content

raphaelsolarski/xlsx2jira-worklog-script

Repository files navigation

xlsx2jira-worklog-script

Install dependencies

pip3 install -r requirements.txt

Prepare config.json file with connection configuration

{
  "url": "https://externalhttpuser:[email protected]/jira/rest",
  "username": "ldapUser",
  "password": "ladpPassword"
}

Run script:

python3 xlsx2jira-worklog.py worklog.xlsx

Tests

python -m unittest

About

Script to load your worklog from xlsx file into Jira

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages