lfEnableTab

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

Description

Enables the given tab.

Parameters

Return Type

None

Example

You can enable the Field Tab from the issue if he assignee is Admin.

if(assignee == "admin") { lfEnableTab("Field Tab"); }

See also