It's all about the answers!

Ask a question

restrcit developers from downloading source code before assoating with workflow


Don Yang (7.7k21108137) | asked Dec 01 '19, 7:25 p.m.
edited Dec 01 '19, 7:26 p.m.
RTC6.0.6.1

There is a requirement to restrict developers from downloading the source code unless workflow association is enforced. I don't see any feature in RTC to achieve that. Is there any way to do that via a pre-condition extension?
It is appreciated if you may share any info/tips.

Thanks a lot.

Comments
Geoffrey Clemm commented Dec 01 '19, 11:33 p.m. | edited Dec 01 '19, 11:34 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Pre-conditions are triggered by modification actions, and downloading files is not a modification action
What do you mean by "workflow association"?

Don Yang commented Dec 01 '19, 11:39 p.m.
Thanks Geoff for the info.
"workflow association">> A workitem with a specific workflow state.



Shashikant Padur commented Dec 02 '19, 5:06 a.m.
JAZZ DEVELOPER
Why do you restrict the developers from downloading the code? Can you elaborate more on the use case?
By the way, you could write custom pre-condition where you can restrict delivery to a stream by making sure the change sets are attached to a work item and that work item is in a particular state. Is that what you are looking for?

Be the first one to answer this question!


Register or to post your answer.