Versions Compared

Key

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

...

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");
}

The image shows the enabled field and the value of the assignee field.

Image Removed


See Also:

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