Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Users

Ticket-Modify privileges

 

 

Trac users RSS feed   Index | Next | Previous | View Threaded


emily at treestar

Dec 9, 2011, 10:24 AM

Post #1 of 4 (281 views)
Permalink
Ticket-Modify privileges

Users have the ability to reopen tickets but I did not give them that
permission.

Users have:
Ticket_Append
Ticket_View
Ticket_Create


I did not give them Ticket_ChgProp or Ticket_Modify and user still
have permissions to reopen a ticket.

Any suggestions? I do not want my users to have the ability to reopen
a ticket.

Thanks,
Emily Hodges
Trac Admin

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.


brownnrl at gmail

Dec 10, 2011, 8:29 AM

Post #2 of 4 (269 views)
Permalink
Re: Ticket-Modify privileges [In reply to]

Hi Emily,

I believe that you can change the [Ticket-Workflow] section to accomplish
what you want. Check out what the permission for reopen says. Here is a
sample from my trac.ini

[ticket-workflow]
(... some stuff...)
reopen = closed -> reopened
reopen.operations = del_resolution
reopen.permissions = TICKET_CREATE

So anyone with TICKET_CREATE permissions can re-open this ticket.
Perhaps that should be TICKET_MODIFY in your case to achieve what you want?

-Nelson

On Fri, Dec 9, 2011 at 1:24 PM, Emily Hodges <emily [at] treestar> wrote:

> Users have the ability to reopen tickets but I did not give them that
> permission.
>
> Users have:
> Ticket_Append
> Ticket_View
> Ticket_Create
>
>
> I did not give them Ticket_ChgProp or Ticket_Modify and user still
> have permissions to reopen a ticket.
>
> Any suggestions? I do not want my users to have the ability to reopen
> a ticket.
>
> Thanks,
> Emily Hodges
> Trac Admin
>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To post to this group, send email to trac-users [at] googlegroups
> To unsubscribe from this group, send email to
> trac-users+unsubscribe [at] googlegroups
> For more options, visit this group at
> http://groups.google.com/group/trac-users?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.


brownnrl at gmail

Dec 10, 2011, 8:31 AM

Post #3 of 4 (269 views)
Permalink
Re: Ticket-Modify privileges [In reply to]

I'm sorry, I also should have included a reference to the documentation.

http://trac.edgewall.org/wiki/TracWorkflow#BasicTicketWorkflowCustomization

-Nelson

On Sat, Dec 10, 2011 at 11:29 AM, Nelson Brown <brownnrl [at] gmail> wrote:

> Hi Emily,
>
> I believe that you can change the [Ticket-Workflow] section to
> accomplish what you want. Check out what the permission for reopen says.
> Here is a sample from my trac.ini
>
> [ticket-workflow]
> (... some stuff...)
> reopen = closed -> reopened
> reopen.operations = del_resolution
> reopen.permissions = TICKET_CREATE
>
> So anyone with TICKET_CREATE permissions can re-open this ticket.
> Perhaps that should be TICKET_MODIFY in your case to achieve what you want?
>
> -Nelson
>
> On Fri, Dec 9, 2011 at 1:24 PM, Emily Hodges <emily [at] treestar> wrote:
>
>> Users have the ability to reopen tickets but I did not give them that
>> permission.
>>
>> Users have:
>> Ticket_Append
>> Ticket_View
>> Ticket_Create
>>
>>
>> I did not give them Ticket_ChgProp or Ticket_Modify and user still
>> have permissions to reopen a ticket.
>>
>> Any suggestions? I do not want my users to have the ability to reopen
>> a ticket.
>>
>> Thanks,
>> Emily Hodges
>> Trac Admin
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Trac Users" group.
>> To post to this group, send email to trac-users [at] googlegroups
>> To unsubscribe from this group, send email to
>> trac-users+unsubscribe [at] googlegroups
>> For more options, visit this group at
>> http://groups.google.com/group/trac-users?hl=en.
>>
>>
>

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.


mark.cooke at siemens

Dec 12, 2011, 1:45 AM

Post #4 of 4 (266 views)
Permalink
RE: Ticket-Modify privileges [In reply to]

> On Fri, Dec 9, 2011 at 1:24 PM, Emily Hodges
> <emily [at] treestar> wrote:
>
> Users have the ability to reopen tickets but I
> did not give them that
> permission.
>
> Users have:
> Ticket_Append
> Ticket_View
> Ticket_Create
>
> I did not give them Ticket_ChgProp or
> Ticket_Modify and user still
> have permissions to reopen a ticket.
>
> Any suggestions? I do not want my users to have
> the ability to reopen
> a ticket.
>
> Thanks,
> Emily Hodges
> Trac Admin
>

> On Sat, Dec 10, 2011 at 11:29 AM, Nelson Brown
> <brownnrl [at] gmail> wrote:
>
> Hi Emily,
>
> I believe that you can change the [Ticket-Workflow]
> section to accomplish what you want. Check out what the
> permission for reopen says. Here is a sample from my trac.ini
>
> [ticket-workflow]
> (... some stuff...)
> reopen = closed -> reopened
> reopen.operations = del_resolution
> reopen.permissions = TICKET_CREATE
>
> So anyone with TICKET_CREATE permissions can re-open
> this ticket. Perhaps that should be TICKET_MODIFY in your
> case to achieve what you want?
>
> -Nelson
>

> -----Original Message-----
> From: trac-users [at] googlegroups
> [mailto:trac-users [at] googlegroups] On Behalf Of Nelson Brown
> Sent: 10 December 2011 16:32
> To: trac-users [at] googlegroups
> Subject: Re: [Trac] Ticket-Modify privileges
>
> I'm sorry, I also should have included a reference to the
> documentation.
>
> http://trac.edgewall.org/wiki/TracWorkflow#BasicTicketWorkflow
> Customization
>
> -Nelson
>

Note that if the standard TICKET_ permissions are not quite enough for your workflow, you can add extra permission names into TRAC and use them in the workflow you define:-

http://trac.edgewall.org/wiki/TracPermissions#CreatingNewPrivileges

~ Mark C

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.

Trac users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.