An automation rule's scope is defined as a set of Atlassian Resource Identifiers (ARI).
The structure of an ARI is ari:cloud:<resource_owner>:<cloud_id>:<resource_type>/<resource_id>
. For rule scope, the relevant
ARI types are:
ari:cloud:jira:<cloud_id>:project/<project_id>
.ari:cloud:<project_type>::site/<cloud_id>
.ari:cloud:jira::site/<cloud_id>
.ari:cloud:confluence::site/<cloud_id>
.ari:cloud:confluence:<cloud_id>:space/<space_id>
.ari:cloud:jira-servicedesk:<cloud_id>:operation-team/<team_id>
.The valid project types for Jira rules are:
jira-core
.jira-software
.jira-servicedesk
.jira-customer-service
.jira-product-discovery
.To retrieve the IDs necessary to construct rule scope ARIs, you can use:
Rate this page: