Skip to content

Webhooks for synchronizing Jira issues with Toggle project tasks

Notifications You must be signed in to change notification settings

phalverson/jira-toggl-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-toggl-sync

Webhooks to synchronize Jira issues with Toggl project tasks

Includes support for deploying as a AWS Lambda function with an API Gateway front end.

Building

Prerequisites

Configuration

$ pipenv --python 3.7
$ pipenv install --dev
$ . .venv/bin/activate

Unit Tests

$ PYTHONPATH=jts pytest tests/unit 

Build

$ sam build

Testing

Running a single lambda in a local container:

$ sam local invoke -e tests/events/hook-request-1.json     

Start a persistent local container with a web listener:

$ sam local start-api

Deploy

$ sam deploy --profile <aws-profile> --guided 

About

Webhooks for synchronizing Jira issues with Toggle project tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages