Hi Sushma,
Thank you for your question.
I can confirm that ScriptRunner for Jira Server comes with the Hide UI Element Built in Script as described inside of the documentation page located here.
You will be able to take this built in script and configure it to hide issue linking panel on an issue so that users cannot remove the issue link.
You will then be be able to add a Behaviour on the edit screen to make the field read only when a user edits the issue to stop users from editing the field and to only users in a certain group or project role to edit the field as described in the documentation page here.
If this response has answered your question can you please mark it as accepted so that other users can see it is correct when searching for similar answers.
Regards,
Kristian
I cant find any module keys that allow us to hide only the 'x' icon through the script fragment, can you advise further here @Kristian Walker _Adaptavist_ ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
custom.css
file in your Jira installation..aui-icon-delete-issue-link {
display: none;
}
custom.css
file.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.
I can suggest use Jsincluder.
It is solved by one line of code. If interested, I will write.
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.