Skip to end of banner
Go to start of banner

lfShow

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

Availability

This routine is available starting with

  • Power Scripts 2.5
  • katl-commons 2.5

Syntax

lfShow(field)

Description

Shows the given field.


Parameters

ParameterTypeRequiredDescription
fieldStringYesSpecifies the field to show.

Example

If the assignee is admin, show the issue type field on the issue.

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 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


See also


  • No labels