lfShowAll

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

Description

Shows the given fields, panels and tabs.

Parameters

Return Type

None

Example

lfShowAll("issueType", "comments_tab", "activity_panel", "Field Tab");

This is equivalent to:

lfShow("issueType"); lfShow("comments_tab"); lfShow("activity_panel"); lfShowTab("Field Tab");

See also