Hi,
Is it possible to control enablement / disablement of a custom field basis the value entered in an another custom field
For e.g, there is drop down that contains LOVs like Major Project, Minor Project, Other Projects. If i select, Major or Minor Project, a free input text field should be enabled for user to fill details and create ticket.
In Jira Cloud out of the box it is not possible. You need to consider to use Script runner and Behaviours.
Regards,
Seba
Hi Daniel,
If you have ScriptRunner for Jira Cloud installed, you can achieve this requirement using the behaviours feature.
As mentioned in the documentation page here, behaviours support the setReadOnly() method for company-managed projects.
Using this, you could make your field read only when a specific value is selected inside your select list field. we have an example here that shows how the setReadOnly method works, which you can use as a reference guide.
I hope this information helps.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are talking about Jira and not JSM, then this isn't possible. On JSM you could use Forms to do that. On Jira this isn't possible out of the box. Scriptrunner is the way to go, but on cloud it has limitations as to what you can achieve. More here:
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.