You can make your Jira fields do basically anything at any point of time, just add and set up Live Fields configuration and associate it with a project.
...
- Log into your Jira as Admin.
- Go to Administration > Add-ons > Live Fields.
- To add a live fields configuration, click Add Live Fields.
- In the dialog box, fill out the necessary fields:
- Enter the configuration name and description.
- Select a SIL ™ file for the live fields configuration. This is a SIL script that will be executed on every issue page for the associated projects.
- Select the necessary projects or project categories to associate with the configuration.
Since v 4.6, you also have to select one or more Application Environments to run the script into. Example: "Jira Core" or "Service Desk Customer Portal".
You can edit and remove a configuration by clicking the Edit/Delete icon on the Live Fields configuration page.
Info | ||
---|---|---|
| ||
Yes, and it was a design decision we had to take. The motivation for this is very simple, it all boils down to performance and predictability.
We therefore believe that one script is enough; you can use includes to share behavior between different configurations. |
Info | ||
---|---|---|
| ||
Note that a Project LF configuration takes precedence over a Project Category LF configuration, if they happen to overlap. |
See also
...