Hi
assignee = (User) coreInfoIssue
.getCustomFieldValue(componentManager
.getCustomFieldManager()
.getCustomFieldObjectByName(
CnBWorkflowConstants.CUSTOM_FIELD_CHIEF_PROJECT_MANAGER));
project = ProjectUtils.createProject(EasyMap.build("key",
newKeyValue, "lead", assignee, "name", newKeyValue
+ " " + issue.getSummary(), "description",
issue.getDescription()));
When ever i tried to create project as an Admin i am able to create the project but when ever i am trying to create a project from template as a user i am getting the following exception.....
2012-02-09 12:40:21,910 http-9090-8 ERROR kalyan 760x153x1 1azns0t 127.0.0.1 /secure/WorkflowUIDispatcher.jspa [workflow.function.createproject.CreateProjectFromTemplate] CreateException Occurred :com.atlassian.jira.exception.CreateException: Errors: {}
Error Messages: [You must have global administrator rights in order to modify projects.]
I should not give the admin permission to the user .so pls give me a solution
Regards
Naren
Hi Naren,
You can use this plugin (https://marketplace.atlassian.com/plugins/com.topmanage.jiraplugins) to create a project from template.
Best Regards,
Oğuz Kağan Aslan
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.