On Thu, Nov 17, 2011 at 12:28 PM, Stephan Beal <sgb...@googlemail.com> wrote: > On Thu, Nov 17, 2011 at 6:02 PM, ST <smn...@gmail.com> wrote: >> >> as far as I understand one can enable/disable ticket viewing completely, >> but I don't see a way for a user to be able to see/comment/append _only_ >> to tickets submitted by him... > > Fossil doesn't offer that level of granularity.
I think this could be done with TH1 scripting. From the Fossil web UI, Admin->Tickets. On that page, you can select which of the ticket related pages to edit.. Assuming your ticket schema has a submitter field, you could have something like: if {$login eq $submitter} { things that only the submitter is allowed to do } You could do similar with an assignedto field, as well. _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users