Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Security access restriction in stream or change set

I would like to restrict users who can view or edit a file or change set. Can I set a tag on a C++ or Java file and restrict who can see or edit the file.

So if I outsource some work I want the outside developers to be able to
build against a stream but not look at the code. Can I give them some access but not all.

Eric

0 votes



3 answers

Permanent link
I have a requirement to not check in dirty code. Is there a way to set up a automated filter such that a user can not checkin code until a script
returns a OK status?

0 votes


Permanent link
I would like to restrict users who can view or edit a file or change set. Can I set a tag on a C++ or Java file and restrict who can see or edit the file.

So if I outsource some work I want the outside developers to be able to
build against a stream but not look at the code. Can I give them some access but not all.

Eric


Eric,

you can try next:

Change the owner of the component where you keep your source files. Let the owner be some other project area. Then, place people which will have access to these source files in both project areas:
In PA where is a stream of component keeping the files, and
in PA who is owner of that component.

I think this should help.

0 votes


Permanent link
I have a requirement to not check in dirty code. Is there a way to set up a automated filter such that a user can not checkin code until a script
returns a OK status?

You can add the Clean Workspace advisor for a project area's process configuration. This will ensure there are no compile errors before the user delivers.

If you want something more customized, you can write your own advisor. For more information about creating advisors check out this article: http://jazz.net/library/article/495

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 15 '10, 8:08 p.m.

Question was seen: 4,036 times

Last updated: Nov 15 '10, 8:08 p.m.

Confirmation Cancel Confirm