Created
January 7, 2024 20:25
-
-
Save M-Yankov/e08a6e4cc4290eb13b9a4ea5adb19a3a to your computer and use it in GitHub Desktop.
show all tickera custom fields and their values. (field in database; field title). Open a custom form for edit and then execute the script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery('[name="tc_input_field_form_element[field_name][]"],[name="tc_select_field_form_element[field_name][]"]') | |
.map((i, x) => `${x.value} ${jQuery(x).nextAll('[name="tc_input_field_form_element[field_label][]"],[name="tc_select_field_form_element[field_label][]"]').get(0).value}`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment