On Wed, Sep 10, 2014 at 9:26 AM, Eric Rubin-Smith <eas....@gmail.com> wrote:

> Does anyone have any experience with hooking up fossil to JIRA?
>

Do you mean automatic ticket sync between Fossil and an external issue
tracking system? Or using an external issue tracking system instead of
Fossil's?

My generic experience with the latter has been to either use pre and post
commit hooks, or create a wrapper around the VCS, to interact with the
issue tracking system.

FWIW, I originally found Fossil while I was looking for an easy to use,
easy to setup issue tracking system that would not require involvement of
the IT people.

That said, there have been times when it would be nice if I could setup
Fossil to receive new tickets from an external system and send updates to
those tickets back. I just haven't had the time to truly look into this.
Off hand, it looks to me like this could reasonably be accomplished with
some combination of the JSON API and the TCL integration.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to