The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
...
applyColStyleToCell | true |
---|---|
heading | 0 |
columnTypes | s,s,s,s |
multiple | false |
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
enableSorting | false |
...
Syntax
...
gadget_isChecked(argv, label)
...
Package
...
Alias
...
Pkg Usage
Description
Excerpt | ||
---|---|---|
| ||
Verifies if a checkbox is selected or not. |
Verifies if a checkbox is selected or not.
Parameters
...
applyColStyleToCell | true |
---|---|
columnTypes | s,s,s,s |
heading | 0 |
multiple | false |
enableSorting | false |
...
Parameter name
...
Type
...
Required
...
Description
...
argv
...
StringĀ []
...
Yes
...
The argv variable
...
label
...
String
...
Yes
...
The label of the checkbox
Return Type
Boolean
Example
Assume we have the following parameter script:
Code Block |
---|
gadget_createSingleCheckbox("Single Checkbox", true, false, "Required checkbox"); |
The following call is used in the execution script to determine if the checkbox created above is checked:
Code Block |
---|
boolean res = gadget_isChecked(argv, "Single Checkbox"); |
See also
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.