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

Permission to deliver.

I am trying to deliver a change-set in Beta 2 and I am receiving this
error in the Team Advisor:

Problem
You don't have permission to Deliver .

Reason
In order to carry out this operation, you would need permission to
perform the following additional actions:
Action: Id:
Deliver change-sets modify/stream/deliver/changesets


Now the interesting thing is that I gave myself every repository
permission and I am set to "teamlead" and "contributor" in the team
area. What else do I need to set in order to get permissions?

Thanks!

0 votes



3 answers

Permanent link
Check the permissions that you've specified for the operation with the
id: com.ibm.team.scm.server.deliver

Does it look like this?
<operation id="com.ibm.team.scm.server.deliver">
<action id="any"/>
</operation>

--
Jared Burns
Jazz Process Team

Aaron Cohen wrote:
I am trying to deliver a change-set in Beta 2 and I am receiving this
error in the Team Advisor:

Problem
You don't have permission to Deliver .

Reason
In order to carry out this operation, you would need permission to
perform the following additional actions:
Action: Id:
Deliver change-sets modify/stream/deliver/changesets


Now the interesting thing is that I gave myself every repository
permission and I am set to "teamlead" and "contributor" in the team
area. What else do I need to set in order to get permissions?

Thanks!

0 votes


Permanent link
Jared Burns wrote:
Check the permissions that you've specified for the operation with the
id: com.ibm.team.scm.server.deliver

Does it look like this?
operation id="com.ibm.team.scm.server.deliver"
action id="any"/
/operation

Yup in the project process spec.

<operation
id="com.ibm.team.scm.server.modifyStream">
<action id="any"/>
</operation>
<operation
id="com.ibm.team.scm.server.modifyComponent">
<action id="any"/>
</operation>
<operation
id="com.ibm.team.scm.server.deliver">
<action id="any"/>
</operation>
<operation
id="com.ibm.team.scm.client.deliver">
<action id="any"/>
</operation>

0 votes


Permanent link
Chatted with Aaron and discovered the problem was that there were no
permissions defined in their current iteration. We refactored his
process spec to define permissions and behavior globally, which
alleviated the problem.

--
Jared Burns
Jazz Process Team

Aaron Cohen wrote:
Jared Burns wrote:
Check the permissions that you've specified for the operation with the
id: com.ibm.team.scm.server.deliver

Does it look like this?
operation id="com.ibm.team.scm.server.deliver"
action id="any"/
/operation

Yup in the project process spec.
operation
id="com.ibm.team.scm.server.modifyStream"
action id="any"/
/operation
operation
id="com.ibm.team.scm.server.modifyComponent"
action id="any"/
/operation
operation
id="com.ibm.team.scm.server.deliver"
action id="any"/
/operation
operation
id="com.ibm.team.scm.client.deliver"
action id="any"/
/operation

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: Mar 20 '08, 7:02 p.m.

Question was seen: 6,712 times

Last updated: Mar 20 '08, 7:02 p.m.

Confirmation Cancel Confirm