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.
×We have 4 main projects in Jira to suit our business needs. Each of our 'projects' are actually reflected as 'Epics' in Jira. We want to prevent normal users from going back to our old ways of working and creating a new JIRA 'project' for every product we have. Is there a way to do this?
We want the users to be able to create issues within a project, but to not allow them to create new projects.
Only JIRA administrators can create projects on the server version.
Apologies - I must be on the cloud version then. I got confused as it looks very different from in my previous company! Everyone can create projects and we want to limit this! Do you know how?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I think you would need a plugin for it.
For example, you could use the Power Scripts add-on:
You could write a validator like this:
if (issueType == "Epic" and currentUser() =="user1"){
return true;
}
return false;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi - I'm not sure how this add-on would help me with this? Please can you let me know some more details.
I am looking to remove this 'Create Project' button for certain users (please see image)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.