Skip to content

Instantly share code, notes, and snippets.

@M-Yankov
Created January 7, 2024 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save M-Yankov/e08a6e4cc4290eb13b9a4ea5adb19a3a to your computer and use it in GitHub Desktop.
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.
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