Skip to end of banner
Go to start of banner

gadget_isChecked

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.

Description

Verifies if a checkbox is selected or not.

Parameters

Return Type

Boolean

Example

Assume we have the following parameter script:

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:

boolean res = gadget_isChecked(argv, "Single Checkbox");

See also

  • No labels