So for grouping tickets, I can imagine you doing the following as a solution (since I don't believe Fossil handles that out of the box):
1) Expand the tickets table to include a "parentid" column 2) Expand the "new ticket" form to include a box for putting in the short id of a 'parent' 3) Create a custom ticket report that uses some fancy SQL magic (can't think of it off the top of my head) to get a list of "child" tickets and display them on a second line. That last part is the trickiest, and I don't know if you could pull it off. However, it is technically possible through the admin interface to change the things I mentioned above. Tomek On Sun, May 1, 2011 at 8:34 AM, Michai Ramakers <[email protected]>wrote: > Hello, > > I am toying with Fossil for home-use in favour of CVS, and I'm > impressed with it > (ease of use, integration of version control / wiki / tracking). Is it > possible to do > the following things easily, if so, how? > > - add events using command-line, like adding wiki-pages > - grouping tickets, or having hierarchy of tickets (to be able to > split a big ticket up into smaller ones) > > Michai Ramakers > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

