Doubt about permissions envolving project area and team area
Hello community,
Permission Denied. You don't have permission to perform the following actions:
Create a 'Story' work item (create/type/com.ibm.team.apt.workItemType.story).
One answer
Please run the runtime report for the user in the Eclipseclient on that project area.
Comments
Hi Ralph, thanks for you contribution. But let me try to explain better...
Hi everybody,
I have the same question about this behavior.
I have two team area associated to their categories, Development team with member and developer role, and Testing team with member and tester role.
In my formal process, a developer role must not create a Defect and only Tester role has permission to create it. However to allow a developer to assign a defect to a different team and owner, it is necessary that developer role has permissions to create defects; causing our process to fail and creating defects for no valid reason.
Can you help to explain if there is any way to follow our formal process and allow assign defects between different team areas?
Comments
Donald Nong
Mar 08 '18, 9:12 p.m.I can see the same symptom in RTC 6.0.5 iFix002. I have the same understanding and am confused as well.
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 09 '18, 2:36 a.m.You don’t explain the membership and roles detailed enough. Since I don’t have the time anyway, here is how permissions work
Donald Nong
Mar 09 '18, 3:40 a.m.Ralph, the article just doesn't have enough details, particular about team areas. It is interesting to know what permissions are required for just updating the Filed Against attribute. Here is my testing result.
1. Revoke all "Create a work item" and "Modify a work item" for the role "Team Member".
2. Create a team area - all roles inherit permissions from the project area.
3. Add a user to the team area, but not in the project area, and assign the "Team Member" role.
When the user tries to update Filed Against to move the work item out of the team area, the system complains:
Permission Denied. You don't have permission to perform the following actions:
Create a 'Story' work item (create/type/com.ibm.team.apt.workItemType.story)
Modify the work item's subscriptions (modify/subscriptions)
Modify the work item's project area (modify/projectArea)
Modify the work item's 'Filed Against' attribute (modify/category)
Modify the work item's summary (modify/summary)
Remove work item from team area (remove).
When the user tries to update the Filed Against to move the work item into the team area, the system complains:
Permission Denied. You don't have permission to perform the following actions:
Create a 'Story' work item (create/type/com.ibm.team.apt.workItemType.story)
Modify the work item's subscriptions (modify/subscriptions)
Modify the work item's project area (modify/projectArea)
Modify the work item's 'Filed Against' attribute (modify/category)
Modify the work item's summary (modify/summary).
Even "project area" and summary are considered being modified. It is hard to explain.