We want to have a mechanism to stop users from keep adding new bugs/stories into an epic that's already in the Done status. While it doesn't re-open the epic (doesn't changes its Done status), it makes it hard to manage. For example, we may miss the new work completely because the board's filter doesn't include the new issues. We are currently on Jira Server and Jira Cloud instances due to migration.
@Sreenivasaraju P Does that property need to be added to the workflow applied to the Epic, the story, or both? We've tried applying it to just the epic and didn't see the expected results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you need to apply this property for EPIC work flow at done/closed status.
similar question @
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sreenivasaraju P while this may block/hide the create child issue, what if an user creates an issue, and then in the epic link field just fills in the epic link? wouldn't that also add the issue to the epic as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @Jerri Chiu ,
Can you try adding below property at done status of epic workflow and check.
Property Key: jira.permission.edit.denied
Property Value: denied
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sreenivasaraju P Tried that, the "Create issue in epic" button indeed disappeared, but am still able to create child tickets by entering the epic link in the issue during issue creation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This one worked:
Jira workflow property key - jira.permission.create.denied
Jira workflow property value - denied
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.