Hi all,
I need to create new multi cascade custom field in my Jira instance (Jira server 7.12), but I need the help, because in cascade field documentation I can't find necessary information regarding my question.
I need one check list (containing 5 client names) and accordingly date pickers per each client name, to choose date (dates can be different for each client).
If possible I want to select more that one client name with accordingly date/time.
If I am not mistaken cascade field are using SQL table data to determine check list. I don't know how to create or configure it
For example
Select OptionName from "table name" where FieldName = 'field name'
Thanks in advance,
Regards,
Alik
Hello @Alik ,
A "Cascading Select List" custom field is applicable to select a static preset value from an option list configured for the field, and does not have the capability of adding in a dynamically set date picker value to the field options.
An alternative option for this would be to look into a add-on that would allow two separate fields to be set based on the values in the originating field as discussed in this post:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Hi Alik,
To achieve your goal in Jira Server, you would need to use custom development or a marketplace app as Jira's native cascading fields don't support linking each option to a separate date picker directly. Here's how you could approach it:
Custom Development:
Marketplace Apps:
SQL Configuration:
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.