Skip to end of banner
Go to start of banner

lfShow (Power Scripts)

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

Description

Shows the given field.

Parameters

Return Type

None

Example

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

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

In addition to the Fields and graphic elements supported by Live Fields accepted by all Live Fields functions, lfShow can also handle:

ElementField (to be used in function)
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