Restricting association to WorkItem

One answer

I don't think there is anything available out of the box.
I believe this would require to write a custom advisor. See https://jazz.net/library/article/784 as an entry point. This advisor would require to set information on the work item (like the component) and would have to check when associating the change set. I think we have no attribute type for work items that can refer to a stream, component or file in SCM. So I am not sure how to implement this.
I believe this would require to write a custom advisor. See https://jazz.net/library/article/784 as an entry point. This advisor would require to set information on the work item (like the component) and would have to check when associating the change set. I think we have no attribute type for work items that can refer to a stream, component or file in SCM. So I am not sure how to implement this.