Ramon Ribó <ram...@...> writes:

  :
> >    fossil.exe ticket show REPORTNR ?TICKETFILTER? ?-l|--limit LIMITCHAR?
> 
> What is REPORTNR?
> 
> > I think it should fulfill most requirements, even linking an external gui to
> > the fossil application
> 
> How do you list all tickets that are not closed or fixed, with its
> basic data of:
> TICKETUUID,title,status ?
  :

The reportnumber is the internal id of reports, defined on the tickets
page(reportlist). You'll find a list of valid reports, each uses an internal
number, which can be seen as argument "rn" in the URL, if you call this report.

Maybe i'll add the ability, to call the list with the report name. 

Because the ticket table can be configured, we cannot use a 'standard report',
because we do not know, which names we have to use, to generate a standard
report, as the one, you mentioned.

If you want such an report, you have to define it inside fossil. Take a look at
the reports, defined at fossil-scm.org. You can add the WHERE-condition to the
report definition, so you don't have to filter it when calling the "fossil
ticket show" command. For the original fossil-scm repository, the report 2 / all
open tickets should match your requirements.

best regards
Wolfgang

_______________________________________________
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