Versions Compared

Key

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

...

ParameterTypeRequiredDescription
fields_tabs_and_panelsStringYesSpecifies the fields/, panels/, or tabs to show.

Example

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

This is equivalent withto

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

Additional Fields

In addition to the Fields 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

...