[[PageOutline(2-5,Contents,pullout)]] = Set read-only permission on tickets = == Description == Allow a list of tickets to be considered read-only for non-TICKET_ADMIN users. == Bugs/Feature Requests == Existing bugs and feature requests for ReadOnlyTicketPlugin are [report:9?COMPONENT=ReadOnlyTicketPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ReadOnlyTicketPlugin&owner=datallah new ticket]. == Download == Download the zipped source from [download:readonlyticketplugin here]. == Source == You can check out ReadOnlyTicketPlugin from [http://trac-hacks.org/svn/readonlyticketplugin here] using Subversion, or [source:readonlyticketplugin browse the source] with Trac. == Example == After enabling the plugin in your trac.ini: {{{ readonlyticket.* = enabled }}} Add a section with the list of tickets to make readonly {{{ [readonlyticket] ticket_list = 5,10,15 }}} For Trac 0.11, you need to !add it to your `permission_policies`: {{{ [trac] permission_policies = ReadOnlyTicketFilter, DefaultPermissionPolicy }}} == Recent Changes == [[ChangeLog(readonlyticketplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:datallah] [[BR]] '''Maintainer:''' [wiki:datallah] [[BR]] '''Contributors:'''