Can we change the layout of the cascading select list like a tabular form or else in some clean way? or else is it possible to show the values in a way like as it shows while editing.
No, there's no way to arbitrarily group separate fields, even with apps or scripts. The view screen is set up in a way that's a bit too difficult to re-arrange without inserting hacks (to enable for scripts or) make the changes you've got here.
Hi @Sai Gangadhar For you can create a custom Cascading field OR
you need to edit this vm file according to your need.
\Atlassian\JIRA\atlassian-jira\WEB-INF\classes\templates\plugins\fields\edit\edit-cascadingselect.vm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
PFB attachment. These are 5 custom fields of type Cascading select list and the one highlighted are values of those custom fields. I want those values to be shown in tabular format or anything similar to that instead of showing like this with a hyphen(-). Is that possible with any plugin or any scripts?
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.