Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

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 !

Info
titleAvailability

This routine is available starting with katl-commons SIL Engine™ 3.0.8.

Syntax

gadget_getSingleValue(argv, label)

...

Excerpt

Retrieves the value from a text, text area, select list or radio group.


Parameters

Parameter name

Required

Description

argv

Yes

the argv variable

labelYesthe label of the text/text area/select list/radio group

Return type

string


Example

For any field that may contain only a single string type value we may use the gadget_getSingleValue routine. For the following script

...

Code Block
string res = gadget_getSingleValue(argv, "Enter keyword");
//res = demo

...


See also

Filter by label (Content by label)
showLabelsfalse
max150
showSpacefalse
cqllabel = "jira_parameter_routine"
labelsjira_parameter_routine