Versions Compared

Key

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

...

lfShowAll(fields_tabs_and_panels)

Description

Excerpt
Shows the given fields, panels and tabs.

Parameters

ParameterTypeRequiredDescription
fields_tabs_and_panelsStringYesSpecifies the fields/panels/tabs to show.

Example


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

...

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

Additional Fields

...

titleAvailability

...

In addition to the Supported fields and graphic elements 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:

Filter by label (Content by label)
max35
cqllabel = "live_fields_routines"