Deploy Report Permission Denied Error!!
I tried to deploy the report template following the instruction on defect# 26818 and I got the error from team advisor said that "You don't have permission to Deploy Report" How can I change the permission? Do I have to add anything in process specification. Please advise.
|
2 answers
mphongp@us.ibm-dot-com.no-spam.invalid (MonvorathP) wrote in news:ffqqnr
$r5b$1@localhost.localdomain: I tried to deploy the report template and I got the error from team FYI: opened https://jazz.net/jazz/web/projects/Jazz% 20Project#action=com.ibm.team.workitem.viewWorkItem&id=34644 To change the error message -- Christophe Elek Serviceability Architect IBM Software Group - Rational |
Christophe Elek wrote:
mphongp@us.ibm-dot-com.no-spam.invalid (MonvorathP) wrote in news:ffqqnr Thanks for opening the work item, Christophe. We'll improve the error message. You do have to change the process specification. Open the editor for your project area (or team area), and click on the customize process link. The operation you're looking for is called "Deploy Report" in the code assist window, and it gets entered like any other operation. Here's an example which lets everyone with the default role deploy reports: <development-line id="development"> <iteration id="development" name="1.0"> <iteration id="M1" name="M1"> <iteration id="development"> <role id="default"> <operation id="com.ibm.team.reports.service.report.deployment"> <permissions> <action id="any"/> </permissions> </operation> </role> </iteration> </iteration> </iteration> </development-line> Hope this helps. james |
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.