Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.