> Since tickets are configurable on a site-by-site basis, I is difficult to
imagine
> what a command-line interface to the ticketing system might look like.  Do
you > have any suggestions?

Yes, I do.

I've developed a GUI for fossil (inside RamDebugger), that permits to select
an open ticket and add its id and comment to the current commit. It would be
nice if the user could, at the same time, mark the ticket as "Closed" or
"Fixed".

So, It would be enough for this application to have the possibility of
changing the status of the ticket.

It would be also nice to have a more ordered list of tickets with its id,
comment and status so as to avoid parsing "fossil timeline -t t"

RR


2010/10/4 Richard Hipp <d...@sqlite.org>

>
>
> On Mon, Oct 4, 2010 at 4:25 AM, Christian Busch <busch.christ...@gmx.de>wrote:
>
>>  Hi all,
>>
>> I'm evaluating fossil as a scm for the developement of testing software
>> for embedded system testing. There will be a huge amount of  test
>> scripts and after a test run there might be a lot of found problems in
>> the test scripts. I'd like to issue tickets for all found 'open points'
>> in the test scripts with a generated batch script.
>>
>> Will fossil have a kind of api or cmd line support for the ticket system
>> in some future?
>>
>
> Since tickets are configurable on a site-by-site basis, I is difficult to
> imagine what a command-line interface to the ticketing system might look
> like.  Do you have any suggestions?  Since I do not, clearly there are no
> current plans to add such a thing.
>
>
>>
>> The inverse problem will appear as well. Having all this tickets in
>> fossil, I'd like to extract the information in some report format.
>>
>
> Fossil lets you generate custom reports based on SQL queries of the ticket
> database.
>
>
>>
>> Thanks for your response/discussion.
>>
>> Regards,
>> Christian
>> _______________________________________________
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>
>
>
> --
> D. Richard Hipp
> d...@sqlite.org
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
_______________________________________________
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