1

I've a scenario where there are several streams inside the Project and I have to restrict deliveries to a particular stream(just a maintenance stream,not an integration stream).

Precondition("Work Items must match a query" for ex) set in Operations Behavior-> Source Control -> Deliver(Server) seem to be applicable for delivering into all the streams, but I want my preconditions to be considered only for one particular stream. Is it possible?

Machavity
  • 30,841
  • 27
  • 92
  • 100
Varun
  • 1,014
  • 8
  • 23

1 Answers1

2

The one Precondition which can be set for a given stream is "Restrict Change set delivery to components in a stream":

You can see it illustrated in "Restrict user access at component level within a stream".

However, this is a restriction based on the user's role, not the Work Item, so it might not be the kind of hook you are looking for.

Plus, this hook is defined within the customized "Process Configuration" of a "Team Area", not on the "Project Area" itself (where it doesn't exist).

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Thanks. I strongly believe this can be achieved in Clearcase. Considering that RTC is built on top of it I expected that it should be available and disappointed. Consider a scenario where a maintenance stream is created and in order to maintain the sanctity of the stream we want to impose some extra conditions(approvals etc). This used to be possible in Clearcase. Just wanted to know your thoughts as an expert in SCM areas. – Varun Mar 22 '13 at 10:33
  • @Varun yes, I see restriction mainly based on the team (in RTC3). May be it has been improved in RTC4 though. – VonC Mar 22 '13 at 10:35