I need to restrict the creation of epics in a project, so that no more epics can be created than those that are already there.
This option can not be achieved using the features provided by JIRA itself, however, you can use a permission validator and require the user to have a specific project permission instead of a group.
By doing this, you can restrict the creation of Epics to only Administrators, for example. Here are the steps:
- Create a dedicated workflow for your Epics, separated from the other issue types. P.S: If you wish, you can copy any existing workflow and use it for your Epics.
- Click to Edit the Workflow and Add the Permission Validator in the create transition, selecting that the user must have the Administer Projects permission in the project to perform the transition
- Save the workflow draft
For more information about validators, check the documentation below:
- Advanced Workflow Configuration
Regards
Sam
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.