We want to allow users to create links between issues (e.g., “is blocked by”, “relates to”), but we need to restrict the ability to remove existing links.
Currently, the “Link issues” permission applies to both adding and removing links.
Is there any workaround or more granular control available for this
Welcome @Alessandro Micheli
Unfortunately, no, created links cannot be restricted. Applying issue security to an existing issue with the security levels that would include certain users is the closest solution to this.
Hey, @Alessandro Micheli! Unfortunately restricting removing links is not possible. However, you can build an automation rule that restores the link and notifies the user by adding a comment that they tried to remove the link.
You can build the automation that is triggered when work item link is deleted:
Additionally, you can add more validations to the rule, if necessary.
Hope this helps! ✨
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi! Try to prohibit users from changing links, but at the same time make a manual rule for Jira Automation, which will make such a link upon entering the key. You can add types of links there in the selector and the main thing is that the rule works on behalf of Jira Automation.
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.