Preventing ppl from changing Work items owned by others
![]()
Is there a way to set work item permissions to prevent developers from changing attributes of Work items owned by other developers without taking away their ability to change their own work items ?
Thank you ketan |
One answer
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Nov 24 '13, 12:30 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
This functionality is requested in Add special "owner" and "creator" roles, that specifies what the "owner" and "creator" respectively of an object can do to the object (88779)
Please feel free to add a comment indicating your interest/support. Comments But that is SO old (2009), as to be invalid anymore.
I was thinking more along the lines of adding a pre-condition under save work item (operation behavior) that checks for owner for the ppl in development role. Also, I dont want to allow developers to re-assign work item owners, how would I do that.
exactly what I said, an advisor (precondition) (under save workitem operation behavior) extension
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
An enhancement request is never invalidated just because it is old ... it just means that it needs more customer support before it is implemented. For example, we are beginning work on work item 2127, created Jan 2006.
I understand. in a prior company we got 10,000 ERs a year.. but could only create product content for around 1000.. using that math, you get a big backlog that will never ever be addressed.
Thanks sam,
showing 5 of 6
show 1 more comments
|
Comments
Not out of the box. you would have to write an Advisor extension that checks owner vs current user to prevent save.
because you cannot manipulate the user record in JavaScript, you will have to write this Advisor in Java.