Skip to end of banner
Go to start of banner

lfShowAll

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 8 Next »

Availability

This routine is available starting with 

  • Power Scripts 3.0.7
  • katl-commons 3.0.7

Syntax

lfShowAll(fields_tabs_and_panels)

Description

Shows the given fields, panels and tabs.

Parameters

ParameterTypeRequiredDescription
fields_tabs_and_panelsStringYesSpecifies the fields, panels, or tabs to show

Example

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

This is equivalent to: 

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

Additional Fields

In addition to the fields and graphic elements supported by Live Fields accepted by all Live Fields routines, lfShowAll can also handle:

ElementField (to be used in routine)
Details Paneldetails_panel
People Panelpeople_panel
Dates Paneldates_panel
Timetracking Paneltimetracking_panel
Activity Panelactivity_panel
Comments Tabcomments_tab
History Tabhistory_tab
Worklog Tabworklog_tab
All Taball_tab

See also


  • No labels