RTC - how to restrict some roles to only be able to delete attachements if the workitem is in specific state?at specific states
Workflow Manager Ver 7.0.2
I have an "originator" role set up that allows those users to create new work items and edit the data in the specific presentations. They aslo have the right to add attachments to the work item.
This works fine but it means they can do this regardless of the state the work item is in.
I want to stop them making changes (including adding or removing attachments) once the work item has progressed past a certain state.
How can I do this?
Janet Cook
2 answers
As far as I can tell, you would have to write a custom advisor/precondition server extension to be able to do that. See https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ and especially the Rational Team Concert Extensions Workshop on how to do this.
As far as I can tell, you would have to write a custom advisor/precondition server extension to be able to do that. See https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ slope and especially the Rational Team Concert Extensions Workshop on how to do this.
Thanks for your answer. This is what I am looking for.