Understand the difference between Automation limits and usage in Jira Cloud
プラットフォームの注記: Cloud のみ - This article only applies to Atlassian apps on the クラウド プラットフォーム上のアトラシアン製品にのみ適用されます。
要約
Learn the difference between Automation service limits and Automation usage.
ソリューション
Usage limit
This is the total number of rule executions allowed for the product on your site.
Each time an Automation rule runs and performs a valid action, it counts towards your Usage limit, which is set based on your subscription tier (Free, Standard, Premium, and Enterprise).
For example, if you are on the standard plan of Jira Software, then you get 1700 executions/month. So every time a rule runs successfully, it keeps deducting from the 1700 executions.
製品における実行制限に達すると、ルールは翌月まで実行されなくなります。
For more details, see How is my usage calculated?
Service limit
This is the limit on how much processing a rule can do during an execution without affecting your site's performance.
Each component of a rule requires processing power, and there's a limit on how much processing you can use at once.
Each rule execution has to abide by the Service limits, or else the rule will be "Throttled" during the execution.
For example, if your rule returns more than 1000 work items from a JQL search, the rule will be throttled. To fit within the service limits, you need to optimize your JQL to return fewer than 1000 work items and split the rule into two rules based on Created date/Project/Status, etc.
For more details, see Automation service limits.
この内容はお役に立ちましたか?