Flow Production Tracking Jira Bridge is a simple synchronization setup between Flow Production Tracking and Jira. It's designed to get you up and running quickly with basic sync functionality for Tasks, Issues, and Notes.
By extending the base syncer and sync handlers you can quickly build custom workflows to connect your Flow Production Tracking and Jira sites. Details like entity types, hierarchy, issue types, fields, statuses, and logic can all be custom defined to match your studio's workflow.
triggers/sg_jira_event_trigger.py
: A Flow Production Tracking event trigger which can be used with the Flow Production Tracking Event Daemonwebapp.py
: A simple web app used as a frontend for the synchronization.service.py
: A script to run the web app as a service on Linux and MacOS platforms.win_service.py
: (TODO) A script to run the web app as a service on Windows.sg_jira
: Python package for handling the synchronization between Flow Production Tracking and Jira.
Full documentation is available at https://developers.shotgridsoftware.com/sg-jira-bridge
- Python >= 3.9
- A Flow Production Tracking site
- A Jira site
The documentation is built with Sphinx and is located in the docs/
folder. To build the html output for the docs:
$ pip install -U sphinx sphinx-rtd-theme
$ cd docs
$ make html
This project welcomes contributions. Please see our contribution guide at CONTRIBUTING.md