Setting configuration properties
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
Automation for Jira includes a number of configuration properties that let you check or change the default values related to various actions, conditions, and other items.
What permission do you need?
You need to be a Jira administrator to view or change the configuration properties.
Solution
Checking the current value
To check the property’s current value:
|
Changing the value
To change the value:
|
For example:
|
For Jira running on Windows server, you can use Invoke-webrequest. The script below was tested on Windows Server 2016:
|
List of properties
Here’s a list of properties that you might find useful. We’ll keep updating it.
Category | Property key | Data type | Default value | Description |
Project Admin permissions |
| Boolean | true | Specifies whether project admins can manage automation rules. |
Project Admin permissions |
| String | null | Lets you limit project admins who can manage automation rules to specific groups only. The value contains a CSV list of groups. |
Service limits |
| Long | 1000 | Limits the number of issues returned by the JQL search. |
Service limits |
| Long | 3600 | Specifies how long the same rule is allowed to run per day. The value is in seconds. |
Service limits |
| Long | 2 | Specifies how many times the same rule can be executed during a 5-second time window. |
Service limits |
| Long | 5000 | Specifies the maximum number of times the same rule can be executed per hour. |
Service limits |
| Long | 25000 | Specifies the maximum number of executions that can be queued for the same rule. |
Service limits |
| Long | 100000 | Specifies the maximum number of items in the automation queue. |
Service limits |
| Long | 30000 | Specifies the maximum rule execution time. After this time, the rule is reported as causing timeouts. The value is in milliseconds. |
Service limits |
| Long | 1000 | Limits the number of issues returned by the JQL search in the scheduled trigger. |
Service limits |
| Long | 10 | Specifies the maximum number of branch executions with immediate priority. |
Service limits |
| Long | 90 | Specifies how long audit log entries are kept for a rule. The value is in days. |
Action and condition specific |
| Long | 30000 | HTTP timeout for outgoing webhooks. The value is in milliseconds. |
Action and condition specific |
| Integer | 50 | Specifies the maximum number of users that can be retrieved from a single role in the User condition. |
Was this helpful?