Re: [Trac] Ticket View

2017-05-19 Thread RjOllos
On Friday, May 19, 2017 at 3:39:39 AM UTC-7, toto200891 wrote: > > Is it also possible to include the following: > > return [ticket['status'], 'username'] in ['test', 'accepted_for_test', > ticket['reporter'], ticket['owner']] > Consider reading a basic Python tutorial. Your question is about t

Re: [Trac] Estimation tool plugin

2017-05-19 Thread Ryan Ollos
On Thu, May 18, 2017 at 11:03 PM Roger Oberholtzer < roger.oberholt...@gmail.com> wrote: > We are starting to use the Estimation Tool plugin. We started to use > it a while ago, but we were not quite there yet. I have a couple of > questions. > > The docs are very terse. There is a bit of informat

Re: [Trac] Ticket View

2017-05-19 Thread Peter Suter
On 19.05.2017 12:39, toto200891 wrote: On Friday, May 19, 2017 at 12:28:52 PM UTC+2, toto200891 wrote: On Friday, May 19, 2017 at 11:16:50 AM UTC+2, Cooke, Mark wrote: > -Original Message- > From: trac-...@googlegroups.com [mailto:trac-...@googlegroups.com] O

Re: [Trac] Ticket View

2017-05-19 Thread toto200891
Is it also possible to include the following: return [ticket['status'], 'username'] in ['test', 'accepted_for_test', ticket['reporter'], ticket['owner']] Such that I could allow a user to view tickets, based on status and also the tickets he is been assigned to or he reported? I tried doing th

Re: [Trac] Ticket View

2017-05-19 Thread toto200891
Thank you so much, it worked. On Friday, May 19, 2017 at 11:16:50 AM UTC+2, Cooke, Mark wrote: > > > -Original Message- > > From: trac-...@googlegroups.com [mailto: > trac-...@googlegroups.com ] On > > Behalf Of toto200891 > > > > Hi, > > > > I was working on ticket view on trac 0.1

RE: [Trac] Ticket View

2017-05-19 Thread Cooke, Mark
> -Original Message- > From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] On > Behalf Of toto200891 > > Hi, > > I was working on ticket view on trac 0.12.7. I had used the following shown > plugin to create a permission TICKET_VIEW_STATUS and allow the user to see > th

[Trac] Ticket View

2017-05-19 Thread toto200891
Hi, I was working on ticket view on trac 0.12.7. I had used the following shown plugin to create a permission TICKET_VIEW_STATUS and allow the user to see the tickets with status "test". # -*- coding: utf-8 -*- # # Copyright (C) 2017 Edgewall Software # All rights reserved. # # This software is