Hi,
Is it possible to conditionally show / hide fields in a form.
e.g.
There is a field named priority
When the user select the priority to HIGH, another field (e.g Reason) should be shown to user which he has to fill. When the priority is not HIGH then this field should remain hidden and empty
Similarly, can the same be done for setting the input type of field. e.g. when the priority is HIGH set another field to be required.
Can some one kindly, point me in right direction.
Hi Rana,
I can confirm that unfortunately that is not possible to achieve you requirements with the ScriptRunner for Jira Cloud plugin.
The reason for this is that the plugin is unable to perform any dynamic validation on issue forms to link or hide fields like the server version can with the Behaviors feature.
Also I can confirm that the plugin cannot dynamically populate field values like it can in the server version can with the Behaviors feature.
The reason we are unable to provide this functionality is due to the restricted functionality and API's which Atlassian provide inside JIRA Cloud, due to the fact that Atlassian only provide a Rest API in Jira Cloud and not the same Java API that the server version contains.
You can see more detailed information on the differences between ScriptRunner for JIRA Cloud and ScriptRunner for JIRA Server inside of the documentation page located here.
I hope this information helps.
Regards,
Kristian
@Rana Ahmed Yes, this can be done with the app Extension for Jira Service Desk. Super easy to accomplish with this app but not available natively.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This seems to work only for customer forms. Not on the forms which the agent uses. E.g. when an agent clicks create button. The form does not work dynamically
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Rana Ahmed , Hello everybody,
Did you solve this problem? I need a similar structure.
when I select the Value "Yes" from "Merge Need" field (single select), "Merge Need Detail (Multiple select field) should be see.
when I select the Value "No" from "Merge Need" field (single select), "Merge Need Detail (Multiple select field) should not be see.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rana Ahmed
I don't think this is possible by default. Perhaps with an add-on, but I don't know any.
Adaptavist ScriptRunner has this feature for data center/server deployments of Jira, but that specific feature is currently not available in Cloud.
Kind regards
Jorden
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.