Parameter Retrieval routines
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
The following routines enable users to retrieve values from the parameters defined by the input routines. The values obtained are used further by the reporting script.
A similar set of routines may be found in Power Actions™ for Jira app.
- gadget_getDateValue — Retrieves the date from a datePicker or dateTimePicker.
- gadget_getMultiUserPickerValue — Retrieves the value from a multi user picker.
- gadget_getMultiValues — Retrieves the value from a multi select list or a checkbox group.
- gadget_getSingleValue — Retrieves the value from a text, text area, select list or radio group.
- gadget_isChecked — Verifies if a checkbox is selected or not.