https://github.com/bugzilla/extensions-sync
https://github.com/bugzilla/extensions-sync
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bugzilla/extensions-sync
- Owner: bugzilla
- Created: 2016-06-08T16:29:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T16:35:57.000Z (almost 10 years ago)
- Last Synced: 2025-02-10T20:52:04.007Z (about 1 year ago)
- Language: Perl
- Size: 62.5 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Bugzilla Sync Extension
-----------------------
This is an extension for asynchronous (i.e. non-real-time) synchronization of
data from Bugzilla to another system. It provides generic services, and requires
you to write an extension to integrate with the specific system you have in
mind. Please see the perldoc in the individual files, particularly Extension.pm,
for an idea of how to use it.
This software is stable and in production for syncing between a Bugzilla and
two different remote systems with very different syncing styles.
Configuration
-------------
Once you have installed this software and run checksetup.pl successfully,
you need to manually configure Bugzilla by hand in the following ways:
* Configure the cf_sync_data custom field to only appear in really unlikely
circumstances (e.g. when Product is set to 'Trash'). This is easier then
hiding the field completely, and allows it to be re-shown for debugging.
Gerv
2011-11-24