Skip to content

Python scripts for pre-filling Replicon timesheet with Jira and Google Calendar data

License

Notifications You must be signed in to change notification settings

kyhau/friday-5pm-helper

Repository files navigation

friday-5pm-helper

Scripts for pre-filling Replicon timesheet with Google Calendar events and JIRA entries

Build

Python 3.6 | 3.7 Build Status

Linux

virtualenv env
. env/bin/activate
pip install -e .

python friday_5pm_helper/replicon.py

# for running pytest
pip install -r requirements-test.txt

# for full testing with tox and building wheel
tox -r

Windows

virtualenv env
env\Scripts\activate
pip install -e .

python friday_5pm_helper\replicon.py

# for running pytest
pip install -r requirements-test.txt

# for full testing with tox and building wheel
tox -r

Prerequisites

  1. Copy the example files in config-example into your workspace.

  2. Update client_secret_jira.json, client_secret_replicon.json accordingly.

  3. Update client_replicon_configs.json to map the JIRA tickets to Replicon Task-IDs.

  4. Create your Google Calendar API credential (see Turn on the Google Calendar API). Copy it to your workspace rename it to client_secret_gcalendar.json

Run

Linux

<path-to>/env/bin/replicon-helper
# or just
<path-to>/env/bin/gcalender-helper
# or just
<path-to>/env/bin/jira-helper

Windows

<path-to>/env/bin/replicon-helper
# or just
<path-to>/env/bin/gcalender-helper
# or just
<path-to>/env/bin/jira-helper

About

Python scripts for pre-filling Replicon timesheet with Jira and Google Calendar data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages