Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
We've encountered an issue exporting this macro. Please try exporting this page again later.
Excerpt
hiddentrue

Live Fields is one of the most powerful features in Power Scripts™ for Jira. If you use it correctly, you can do a lot with UI manipulation including both standard and custom fields in Jira, custom fields provided by our apps, and other graphic elements like buttons, tabs, and so on.

...

Note

Note that the "Raise a request" dialog/popup/iframe screen (accessible from the project's page in Jira) is not supported by Live Fields.

With the Live Fields routines functions you can:

  • restrict visibility on issue fields or even whole tabs – show/hide or enable/disable them for the specified users

  • restrict certain options from the potential values of a custom field

  • change the values in the issues' fields automatically when a certain field value changes

  • display field or dialog messages

  • execute your own javascript code

...