Availability
This routine is available since
- JJUPIN 3.0.7
- katl-commons 3.0.7
Syntax
lfShowAll(fields_tabs_and_panels)
Description
Shows the given fields, panels and tabs.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
fields_tabs_and_panels | String | Yes | Specifies the fields/panels/tabs to show. |
Example
lfShowAll("issueType", "comments_tab", "activity_panel", "Field Tab");
This is equivalent with:
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:
Element | Field (to be used in routine) |
---|---|
Details Panel | details_panel |
People Panel | people_panel |
Dates Panel | dates_panel |
Timetracking Panel | timetracking_panel |
Activity Panel | activity_panel |
Comments Tab | comments_tab |
History Tab | history_tab |
Worklog Tab | worklog_tab |
All Tab | all_tab |
See Also: