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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.