Versions Compared

Key

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

...

ParameterTypeRequiredDescription
fieldStringYesSpecifies the field to show.

Example

If the assignee is admin, The following example demonstrates how to show the issue type field on the issue if the assignee is admin.

Code Block
if(assignee == "admin") {
   lfShow("issueType");
} 

The image shows on the left side that the issue type is displayed on the issue screen and that the assignee is set to "admin".

...

Additional Fields

In addition to the Fields the fields and graphic elements supported by Live Fields accepted by all Live Fields routines, lfShow 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
Add CommentaddComment

...