Python scripts for pre-filling Replicon timesheet with Jira and Google Calendar data
Scripts for pre-filling Replicon timesheet with Google Calendar events and JIRA entries
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
Copy the example files in config-example
into your workspace.
Update client_secret_jira.json
, client_secret_replicon.json
accordingly.
Update client_replicon_configs.json
to map the JIRA tickets to Replicon Task-IDs.
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
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