[Trac] Re: Plugin to close a specific ticket?

2021-05-21 Thread RjOllos
On Friday, May 21, 2021 at 12:01:21 PM UTC-7 santiag...@digidescorp.com wrote: > I modify the exceldownloadplugin to write tickets to an excel sheet in a > desire format that we need. But I wanted to delete or send to another user > the tickets that were used to populate the excel sheet that

[Trac] Plugin to close a specific ticket?

2021-05-21 Thread Santiago Uribe
Is there a way to close a ticket or transfer the ticket to another user through a plugin. Any suggestions? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [Trac] Re: Plugin to close a specific ticket?

2021-05-21 Thread Santiago Uribe
Thanks Ryan On Fri, May 21, 2021 at 2:07 PM RjOllos wrote: > > > On Friday, May 21, 2021 at 12:01:21 PM UTC-7 santiag...@digidescorp.com > wrote: > >> I modify the exceldownloadplugin to write tickets to an excel sheet in a >> desire format that we need. But I wanted to delete or send to

[Trac] Re: Plugin to close a specific ticket?

2021-05-21 Thread Santiago Uribe
I modify the exceldownloadplugin to write tickets to an excel sheet in a desire format that we need. But I wanted to delete or send to another user the tickets that were used to populate the excel sheet that was generated by my plugin. On Friday, May 21, 2021 at 1:45:05 PM UTC-5 RjOllos wrote:

[Trac] Re: Plugin to close a specific ticket?

2021-05-21 Thread RjOllos
On Friday, May 21, 2021 at 11:27:38 AM UTC-7 santiag...@digidescorp.com wrote: > Is there a way to close a ticket or transfer the ticket to another user > through a plugin. Any suggestions? > Yes, you can implement custom rules using ITicketManipulator: