Versions Compared

Key

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

Table of Contents

 

You will need the following JIRA plugin:

Info
titleRequired plugins
apps

Power Scripts for JIRA (former JJUPIN) Jira 2.5.2+

Level: BASIC

Problem

We want to forbid some issue priorities for certain projects during the issues creation, edit or project workflows transitions screens.

...

Note

Pay attention to the parameters passed in lfRestrictSelectOptions routine. You have to use quotes ("priority"), in order to pass in the actual field label name for the current screen.

Otherwise, SIL Interpreter will actually get the priority from the current issue.

...

The above SIL script makes use of the lfRestrictSelectOptions routine offered by Power Scripts for JIRAJira's Live Fields feature.