Sign in Sign up
rubygems

omnifocus-bugzilla

Plugin for omnifocus gem to provide bugzilla BTS synchronization. The first time this runs it creates a yaml file in your home directory for the bugzilla url, username, and queries. The queries config is optional. If it is not included bugzilla-omnifocus will pull all active bugs assigned to the specified user. To use a custom query or multiple queries you must include a queries parameter in your config. The queries config is an array of strings. Each string is the query string portion of the bugzilla search results url. Its easiest to create your search in bugzilla and then paste the portion of the url after the question mark into the config file. Example: --- bugzilla_url: http://bugs/buglist.cgi username: aja queries: ["bug_status=NEW", "bug_status=CLOSED"]

Activity

Latest release
11y ago
Total releases
5
Cadence
~11 months
Last 12 months
0

Details

License
MIT
First release
Aug 04, 2009
Releases
Version Released
1.1.4 patch
1.1.2 patch
1.1.1 patch
1.1.0 minor
1.0.0 initial