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.
×I would like to disable removing issue links after the issue was closed while allowing to link issue in close transition.
I was able to figure out on how to disable removing issue links after an issue was closed and is in the closed status by using workflow properties jira.permission.link.group.1=some-group.
However this will restrict from linking an issue while transitioned to close status, seems the permission is applied to destination status not the source status.
Any workaround for this?
hi,
if you want to disable "removing" issue links then your property should be something like this: jira.permission.link.delete.group.1=some-group. yours restrict linking to a group.
also you should add this to your "closed" status.
jira.permission.link.delete.group.1=some-group is not valid, getting the following error:
java.lang.RuntimeException: Unknown type 'delete' in meta attribute 'jira.permission.link.delete.group.1'. Valid permission types are defined in permission-types.xml
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i'm not sure but since it says "Valid permission types are defined in permission-types.xml" you can try to add it to your permission-types.xml file which is in your ~/atlassian-jira/WEB-INF/classes folder.
also this question may be helpful, too:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried to use this configuration, but jira shows this message error.
"Error rendering 'com.atlassian.jira.jira-view-issue-plugin:linkingmodule'. Please contact Jira administrators."
Can you help me with some guindance?
Thanks,
Fabio
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.