Skip to end of banner
Go to start of banner

lfEnable

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

Availability

This routine is available since 

  1. Power Scripts for JIRA 2.5 (formerly known as JJUPIN)
  2. katl-commons 2.5

Syntax

lfEnable(field)

Description

Enables the given field.

Parameters

ParameterTypeRequiredDescription
fieldStringYesSpecifies the field to enable.

Example

If the field is disabled for all the users and the user admin, for example, should change the value, use lfEnable.

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


See Also:


  • No labels