Versions Compared

Key

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

...

Excerpt
Enables the given field.


Parameters

ParameterTypeRequiredDescription
fieldStringYesSpecifies the field to enable.

Example

If the field is you want to enable a field to the Admin user (and keep it disabled for all the users and the user admin, for example, should change the value, use lfEnableother users), use the lfEnable routine.

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

To disable the field, use the lfDisable routine.

See also

Filter by label (Content by label)
showLabelsfalse
max35
showSpacefalse
sorttitle
cqllabel = "lf_routines"
labelsjira_comment_routine

...