Build simple automation rules
By the end of this lesson, you'll be able to:
- List the building blocks of automation rules
- Configure rule settings
- Create an automation rule
Explore the building blocks of automation
- If a work item is unassigned, then assign it to Mika.
- If a comment is added to a page, then send the owner a notification.
It is also possible to specify a condition at the trigger level to filter which triggers continue your automation. This is particularly useful when using advanced components (Rule groups).
It can be helpful to think of these components as when, if, and then. The trigger determines when to launch the automation rule. The conditions determine if the rule should actually do something. The action is what then happens.
- Select a template that meets your needs.
- Use natural language to have AI create automations for you.
- Use the rule builder to manually build custom automation rules from scratch.
Create automation rules from templates
- In your space settings, in the sidebar, select Automation.
- Select Templates.
- Select any rule template to see its details and turn it on.


The template rules displayed are selected based on your app and space type, but you can see all template rules in the Jira automation template library or Confluence automation library. The libraries are also linked at the bottom of the Templates page.
Use the rule builder to create automation rules
1. Configure the rule details
2. Select a trigger
- Content triggers: triggers related to content-based events, such as comments and updates on pages or work
- Scheduled: a trigger based on a recurring time or a Cron expression (a complex way of expressing time and date)
- Work item triggers: triggers related to work item-based events, like status and workflow changes.
- Confluence triggers: triggers related to Confluence events, such as page creation, updates, or comments
- Jira Service Management: triggers specific to Jira Service Management information, like SLAs and queues
3. Select conditions
The order of your conditions matters. The rule will stop executing when the first condition fails. You can drag and drop all components in an automation rule to reorder them.
You can read more about Jira automation conditions and conditions in Confluence automation in our documentation.
4. Select actions
5. Test the automation rule
- In space settings, in the sidebar, select Automation.
- Select Audit log.

Let's explore an example!
How was this lesson?
next lesson
Create automation rules using natural language
- Automation using natural language with AI
- Let’s create automation rules using AI
- Build a rule using AI in Confluence
- Build a simple rule using AI in Jira Service Management
- Build a rule using AI in Jira