Behaviours
In order to use the Behaviours feature, you must install the Behaviours - ScriptRunner for Jira Cloud companion app which is free to use for ScriptRunner customers.
What are Behaviours?
Behaviours give you added control over fields in Jira. A field configuration customizes how fields behave across an instance. However, a behaviour in ScriptRunner for Jira Cloud allows you to take that field customization further, defining how fields behave for issues in a given project or issue context.
Behaviours provide options enabling you to customize how fields in Jira behave. Therefore, you can give your users clear direction when filling in fields on the Create Behaviour screen. For example, you may want to create a behaviour that hides a field for a specific user group until it's relevant for them to interact with that particular field.
You can create a behaviour that will:
Prefill/preformat a template when an issue is created so users can easily follow it.
- Change the name or description that is displayed for a field.
Hide or show a supported field only to people in a specific role.
Note that hidden fields can still be submitted if a user edits the HTML form or modifies browser requests.- Set a field value based on another supported field.
How to use Behaviours
Behaviours in ScriptRunner for Jira Cloud can be used to reinforce your business processes. It's beneficial to think of a behaviour as one of your business rules or use cases and understand that it will only affect fields on projects and issue types specified by you.
Within the behaviours feature, you can choose to change or alter one or more fields. These are known as affected fields and are essential to initiate a behaviour. As such, they must be defined from the outset and are mandatory. Additionally, it is essential to determine the timing of when the script on the affected field should run: when the create screen first loads or when a change has been made to another supported field.
A fundamental difference between the ScriptRunner for Jira Server/DC and ScriptRunner for Jira Cloud behaviours feature is that the field selected is the trigger that causes the behaviour to run in ScriptRunner for Jira Server/DC. However, with ScriptRunner for Cloud, you choose an affected field first and then write a script with logic that will alter that field in your preferred way.
Install the app
Why?
There are currently two platforms on which Jira apps can be built: Atlassian Connect and the newer Atlassian Forge. ScriptRunner for Jira Cloud is built on the Connect platform, but this does not facilitate the Behaviours feature. Atlassian created an API called UI Modifications on the Forge platform, which made it possible for ScriptRunner to build behaviours. Therefore, this means that in order to use the Behaviours feature, a separate Forge app needs to be installed alongside ScriptRunner for Jira Cloud.
As more capabilities become available in the UI Modifications API, more functionality can be built in ScriptRunner's Behaviours feature.
How?
Scopes and IP allow-lists
When installing the ScriptRunner Behaviours Forge app, a list of permissions, or Jira Software scopes, are presented for approval. This is required by the app in order to run successfully. You can refer to the Forge Scopes section for more information.
If your Jira instance uses IP allow-lists, you need to expand that to include the Atlassian Forge IP address range and all AWS IP ranges for your region. Refer to Atlassian's IP addresses and domains for Atlassian cloud products and AWS IP Ranges for more details.
You will see a notification when you need to update your IP allow-list along with a list of the IP ranges to allow, as shown in the example below:
To install the ScriptRunner Behaviours app, you need to follow the steps below, depending on whether or not you already have an active, valid ScriptRunner for Jira Cloud instance installed:
Before you start
Behaviours Supported Functions
Developing Behaviours on Cloud and adding more functionality to this feature remains a high priority for the ScriptRunner team. The table below highlights the functions that are currently supported in Behaviours for Cloud. Comparatively, all of the functions are available in the ScriptRunner for Jira Server/Data Centre Behaviours feature.
Category | Supported capability | Supported on Cloud | |
---|---|---|---|
Behaviours actions | Hide/show field | ||
Make field editable/read-only | |||
Change field name/title | |||
Change field description | |||
Make field required | |||
Check field type | |||
Manage field options | Issue view:
Create view:
| ||
Configuration mapping | Configuration support for ALL projects or ALL issue types | ||
Behaviours location | On Create view | ||
On Transition view | |||
On Issue View
| |||
Sub-tasks |
Behaviours Supported Fields
Behaviours can be applied to supported fields on the Global Issue Create view and have recently expanded to include the additional Issue View.
Modifications may only be made on the following supported fields depending on the view you have selected:
Create View Supported Fields
Fields/Methods | setName getName | setDescription getDescription | setVisible isVisible | setValue getValue | setReadOnly isReadOnly | setRequired isRequired | setOptionsVisibility getOptionsVisibility |
---|---|---|---|---|---|---|---|
assignee | |||||||
checkboxes | |||||||
components | |||||||
date picker | |||||||
description | |||||||
fix versions | |||||||
issue type | |||||||
labels | |||||||
multiple select | |||||||
multiple user picker | |||||||
paragraph | |||||||
people | |||||||
priority | |||||||
radio buttons | |||||||
reporter | |||||||
single select | |||||||
summary | |||||||
text field | |||||||
url | |||||||
user picker |
Issue View Supported Fields
Field / methods | setName getName | setDescription getDescription | setVisible isVisible | setValue getValue | setReadOnly isReadOnly | setRequired isRequired | setOptionsVisibility getOptionsVisibility |
---|---|---|---|---|---|---|---|
assignee | |||||||
checkboxes | |||||||
description | |||||||
multiple select | |||||||
paragraph | |||||||
priority | |||||||
radio buttons | |||||||
single select | |||||||
summary | |||||||
text field | |||||||
url |
Fields/Methods Not Supported
We continually strive to support the functionality provided by Atlassian. Here's a link to Atlassian's UI Modifications guide, where you can find further information.
Supported System Fields
Field | Supported on Cloud |
---|---|
Description | |
Priority | |
Summary | |
Assignee | |
Labels | |
Reporter | |
Fix Versions | |
Components | |
Other system fields |
Supported Custom Fields
Field | Type |
---|---|
Custom single select fields | com.atlassian.jira.plugin.system.customfieldtypes:select |
Custom multiple select fields | com.atlassian.jira.plugin.system.customfieldtypes:multiselect |
Custom paragraph (multi line text) fields | com.atlassian.jira.plugin.system.customfieldtypes:textarea |
Custom user picker fields | com.atlassian.jira.plugin.system.customfieldtypes:userpicker |
Custom multiple user picker fields | com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker |
Custom text field | com.atlassian.jira.plugin.system.customfieldtypes:textfield |
Custom checkbox field | com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes |
Custom date picker field | com.atlassian.jira.plugin.system.customfieldtypes:datepicker |
Custom radio buttons field | com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons |
Custom people field | com.atlassian.jira.plugin.system.customfieldtypes:people |
Custom url Field | com.atlassian.jira.plugin.system.customfieldtypes:url |
Supported Platforms
Platform | Supported Capability | Supported on Cloud |
---|---|---|
Jira Software | Company-managed projects | |
Team-managed projects | ||
Jira Work Management (Core) | Company-managed projects | |
Team-managed projects | ||
Jira Service Management |
Behaviour Scripts
Some points worth noting about behaviour scripts:
- The language used when writing the logic for behaviour scripts is Javascript and not Groovy.
- ScriptRunner can store up to 50,000 characters in scripts associated with a Behaviour. This includes the sum of all characters in all scripts in a single behaviour after compiling from TypeScript to JavaScript, plus our metadata. For more information, see data the POST request in Atlassian's documentation.
- Complex scripts may affect the speed at which your behaviours run and may be slower than simple or efficient scripts.
- There is a limit of 3000 behaviours at this time.
Create a Behaviour
- Navigate to ScriptRunner → Behaviours.
If you have previously created behaviours, you will see a list displayed. You can edit or delete any of these via the Actions ellipsis next to the behaviour you want to modify or delete. Click the Create Behaviour button. The following screen displays:
- Enter a name in the Behaviour Name field.
- Enter a brief summary of the behaviour's purpose in the Behaviour Description box.
- Check the Enable Behaviour option, as required. By default, the behaviour is set to Enabled, meaning that the behaviour is active as soon as it has been saved.
- Select the project(s) to which the behaviour will be applied from the Projects drop down list. You must select at least one project.
- Select the type of issue you want to apply this behaviour to from the Issue Types drop down list. You must select at least one issue type.
Click the Add Script button. You will see the Add Field Script pop-up window displayed where you can add the behaviour script.
Determine when the behaviour script will run by choosing either On Change or On Load (or both) from the Run the script options.
When Runs On load The script will run when the create screen initially loads.
You'll want to choose this option when you want the affected field to populate immediately upon opening the create screen.
For example, a field name or field description is changed, or a value is pre-populated into the field.
On change The script will run when the specified supported field change happens. You may want to run the script initially when it loads AND if a change has occurred.
You'll want to choose this option when you've added a condition to the logic and identified a trigger that will update the affected field. So, if you want to run the script after the user alters a field on the create screen, you should choose the On change option.
For example, initially, you could set the assignee field to Bob, so all new bugs are assigned to him, but if the user changes the priority to High, the assignee would auto-update to Jane.- Choose to run the script on either the Create View or Issue View (or both) from the and on the options. Refer to the Supported Fields/Methods, as not all field types are supported for issue view.
- Enter your code within the script box, as required. Note that you can directly open the API documentation from here.
Alternatively, you can select an example script from the Example Scripts option and modify the code as required, ensuring that you:- edit any variables, like custom field names, roles, or groups, in the example code so it's relevant to your instance.
- choose the right time to run your script on: load and/or change so that it runs when needed.
- Click Save Script to save your behaviour script, or you can Cancel. Once saved, you will see the details displayed within the Behaviours Scripts table:
You can use the Action ellipsis menu to Edit or Delete the script. If you want to continue adding more behaviour scripts, these must be defined separately, as outlined in the steps above. You can continue to add these to the table and add the logic needed until your business requirements are met for this behaviour. - Click Save to confirm the configurations for your behaviour, or you can Cancel.
You can use the Behaviour Logs to view data related to ScriptRunner for Jira Cloud Behaviours that have run in your Jira instance.
Edit a Behaviour
Follow the steps below to edit a behaviour in ScriptRunner for Jira Cloud:
- Navigate to ScriptRunner → Behaviours. You will see a list of previously created behaviours.
- Click Edit from the Actions ellipsis next to the behaviour you would like to modify. From here, you can also Delete a behaviour.
- Edit the fields, as required, from within the Edit Behaviour screen.
You can also delete each of the individual Behaviour Scripts via the Actions ellipsis - Click Edit next to the Affected Field you want to edit, and you will see the Edit Field Script window displayed:
- Make your required changes, such as modifying when the script runs and the type of view used and/or editing the script code.
- Click Save to confirm the configurations for your behaviour, or you can Cancel.
Troubleshoot Behaviours
Behaviours are built on the UI Modifications API provided by Atlassian. Described below are some of the common errors that can occur as a result of using that API for the Behaviours feature.
If your Jira instance is using IP allow-lists, you need to expand that to include the Atlassian Forge IP address range and all AWS IP ranges for the region you're in. Refer to Atlassian's IP addresses and domains for Atlassian cloud products and AWS IP Ranges for more details.
Example Error
A common error that can occur within the ScriptRunner for Jira Cloud Behaviours feature happens when you set the wrong value type. That is, if you have a script that uses the setValue() method and the value of the field is set using the wrong data type, then you will see an error message displayed.
In this instance, you will see the error message appear on the Create issue screen when a behaviours script fails to run, as shown below:
Effect:
The result of this type of error means that all changes made in the UI do not take effect, and in turn, any behaviours that have been configured on other fields also do not run.
Resolution:
To resolve this error, you need to review the behaviours scripts mapped to the affected issue type and ensure that you set the correct value for the field being set. The value types associated with each field are described on the Behaviours API page.
If you have set the wrong value type you will see a code linting error in your script. This highlights that the value being set is incorrect when writing your code, as shown below.
It's important to note that if you are setting the Description field, you will not see a warning if you set a string value and the Description field is using a Wiki Text Renderer (you can also set this field to use a Plain Text Renderer in the field configuration). In this case, we advise you to check the type configured for the Description field and set the value to Atlassian Document Format for a Wiki Text Renderer or a string for a Plain Text Renderer.