#5801 closed enhancement (worksforme)
Hide values in ticket fields ex: Component / Milestone / Version
Reported by: | Ramesh | Owned by: | anybody |
---|---|---|---|
Priority: | high | Component: | Request-a-Hack |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
My requirement scenario
Facing problem with component filed in Ticket ,userX created ticket by selecting the component TEST1, and assigned to userY, (he is having ticket modify permission), While updating the ticket userY changed the component to TEST2. I want to restrict this. Addition to this i want setup access restriction for creating ticket. While creating/modify the ticket i want to restrict users userX to select TEST1 from the component field( Drop down) .
Will you please give me some suggestion and solution to overcome this issue.
i tried with
http://trac-hacks.org/wiki/BlackMagicTicketTweaksPlugin http://trac-hacks.org/wiki/HideValsPlugin - this plugin is for trac 0.10 version am using trac 0.11.5rc1
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
Summary: | Hide values in ticket fields ex Component /Milestone /version → Hide values in ticket fields ex: Component / Milestone / Version |
---|
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This is already solved. Actually, this could be a separate plugin but comes as part of TimingAndEstimationPlugin (installed with permission support!).
Read wiki:TimeEstimationUserManual#PermissionsBranch1 for details.
Your userX can be in permission group with TIME_VIEW and the field 'component' is set to disabled for that permission.
Their permission branch allows to give different behaviour (hide, disable, ...) to certain ticket fields depending on which permissions are set for the group the user is member of.