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™ 2.5.19 / 2.6.11.

Syntax

admAddFieldToScreen(scrName, fieldAsStr)

...

Excerpt

Adds a field(custom field or system field) to a screen.

Parameters

Parameter name

Type

Required

Description

scrNamestringyesScreen name.
fieldAsStrstringyesField as a string(the field id for system fields, the field id as string, the field name or alias for custom fields).
scrTabNamestringnoTab name(if not provided, the first tab will be used to add the field).
indexInTabnumbernoPosition in tab(if not provided, or -1, the field will be the last in the tab).

Return type

string

Returns 'true' if the field is successfully added to the screen and 'false' otherwise.

...