Versions Compared

Key

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

Sometimes you may want to make the database child information fields read-only. Here's a There are two ways for doing this:

  1. The first and simple way of doing it, and portable across JIRA versions, is by using the lfDisable routine from the Live Fields feature of our JJupin plugin.

  2. Or, as an alternative method you can use javascript injection into the custom field's description

...

  1. .

    Note

    You should pay attention that this may not be portable across JIRA versions.

You should add the following javascript code into the dbcf child field description from the field’s configuration:

...