Gadget Parameter Routines
Looking for the documentation on the newest versions of Power Scripts for Jira 8 for Server/Data Center? Click here !
This section contains routines that enable users to define and configure the starting parameters for the SIL™ scripts used in this app and to retrieve values from the parameters defined by the input routines.
Routines summary
-
gadget_createSelectList — Creates a select list (combo).
-
gadget_createUserPicker — Creates a user picker.
-
gadget_getMultiUserPickerValue — Retrieves the value from a multi user picker.
-
gadget_getDateValue — Retrieves the date from a datePicker or dateTimePicker.
-
gadget_createSingleCheckbox — Creates a single checkbox.
-
gadget_createMultiSelectList — Creates a multi select list.
-
gadget_createRadioGroup — Creates a radio group.
-
gadget_createTextArea — Creates a text area suitable for longer text values like comments.
-
gadget_createInput — Creates a simple text input suitable for short values.
-
gadget_createDateTimePicker — Creates a date/time picker.
-
gadget_createMultiUserPicker — Creates a multi user picker.
-
gadget_createDatePicker — Creates a date picker.
-
gadget_createCheckboxGroup — Creates a checkbox group.
-
gadget_getMultiValues — Retrieves the value from a multi select list or a checkbox group.
-
gadget_isChecked — Verifies if a checkbox is selected or not.
-
gadget_getSingleValue — Retrieves the value from a text, text area, select list or radio group.