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.
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.
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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, it will.
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.