Last updated Jun 18, 2025

How to get rule scope ARIs

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:

  • Jira Project ARI: ari:cloud:jira:<cloud_id>:project/<project_id>.
  • Jira Project type ARI (for project type scoped rules): ari:cloud:<project_type>::site/<cloud_id>.
  • Site ARI (for Jira-global scoped rules): ari:cloud:jira::site/<cloud_id>.
  • Site ARI (for Confluence-global scoped rules): ari:cloud:confluence::site/<cloud_id>.
  • Confluence Space ARI: ari:cloud:confluence:<cloud_id>:space/<space_id>.
  • Atlassian Team ARI: ari:cloud:jira-servicedesk:<cloud_id>:operation-team/<team_id>.

Project types

The valid project types for Jira rules are:

  • Business projects: jira-core.
  • Software projects: jira-software.
  • Service management projects: jira-servicedesk.
  • Customer service projects: jira-customer-service.
  • Discovery projects: jira-product-discovery.

APIs to get IDs

To retrieve the IDs necessary to construct rule scope ARIs, you can use:

Rate this page: