How can i make "issue link" Not Editable (Read Only)

Naresh October 13, 2022

In my workflow from create to In progress.

When status is in "In Progress" , User Should not edit the "issue link"

It should be only Readonly.

How to achieve. 

1 answer

1 accepted

0 votes
Answer accepted
Vedant Kulkarni_Trundl
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 13, 2022

@Naresh

As you are on the server, you need Scriptrunner for the Jira add-on to be installed and then you can make use of Behaviours. This will help you.

Naresh October 13, 2022

@Vedant Kulkarni_Trundl 

Thankyou for the prompt response.

 

I am using Datacenter 8. version,

 

Does the below provides required result

getFieldById('issuelinks-linktype').setReadOnly(true)
getFieldById('issuelinks-issues').setReadOnly(true)
Vedant Kulkarni_Trundl
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 13, 2022

yes, it will.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events