lfShow
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:
Element | Field (to be used in function) |
---|---|
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 |
Add Comment | addComment |