Versions Compared

Key

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

...

Info
titleAvailability

This routine is available since starting with

JJUPIN
  • Power Scripts 2.5
  • katl-commons 2.5

Syntax

lfEnable(field)

Description

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

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


See

...

also

Filter by label (Content by label)
max35
cqllabel = "live_fields_routines"
labelsjira_comment_routine

...