Rovo agents in automations
Space, app, and org admins can use agents in automation rules to save time on more complicated repetitive tasks. Using an agent within an automation rule allows you to generate and share content in any app integrated with Atlassian Automation. There are two ways to this: add a trigger to an agent directly, or add the agent to an automation rule.
How to trigger an agent
Use the app switcher to navigate to the Studio app
Select Agents
Browse to locate the agent you want to automate
Select the agent to open it
Select Triggers from the left-hand navigation
Any existing rules that trigger this agent are listed, organized by app
Select Add automation trigger to configure an event that will trigger this agent
Select the appropriate app and space
You’ll be redirected to automation in Jira, Jira Service Management, or Confluence to finish building the rule
Save and enable your rule
Refresh your agent’s Triggers tab to see it listed
How to add an agent to an automation rule
Use the app switcher to navigate to the Studio app
Select Automation
Select the app and space you want to create the automation rule in
Select Get started
You’ll be redirected to Automation in the app and space you selected
Select Create rule > Create from scratch
Add a trigger to your rule
Configure it if needed
Select Next > THEN: Add an action
Find and select the action, Use Rovo agent
Give the agent a prompt to follow when triggered (For example, read and review the quality of the description field for
{{issue.url}}
). The agent will respond to this prompt in the background each time the rule is triggered. Use Smart Values in your prompt to reference objects like Jira work items or Confluence pages.
More about Smart Values in Jira
More about Smart Values in Confluence
Choose what to do with the agent’s response using the
{{agentResponse}}
smart value. You can do this by adding additional actions or components that require free text and putting{{agentResponse}}
in the free text field. When you add this additional action or component, you can also choose the author of the content (For example, you could add a comment to a work item and choose for it to appear as the rule creator, or as the agent). Whatever you configure will happen automatically whenever the rule is triggered and won’t require additional confirmation from users.Finish configuring the rule.
More on creating and editing automation rules in Jira
When the rule is run, the agent will use the permissions of the user who added the agent to the rule. When an agent is triggered in an automation rule, it cannot perform skills — it provides a text response that can be passed via the {{agentResponse}}
smart value in subsequent actions of the rule.
For now, only a few actions in the rule builder allow you to use the agent response. We’ll continue to add more and more actions that integrate with agents.
Even if you choose to appear as the author of the agent's response in an automation rule, the app will show a note to indicate this content was created by an agent through automation.
Examples of agents in automation rules
Scenario | Rule |
---|---|
Using the Decision Director, create an automation rule that is triggered by any new Confluence pages with the word “DACI” in the title to leave a comment with a review of the document and suggested improvements including resources to inform the decision. |
|
Using the Jira work item organizer, create an automation rule that is triggered every time a work item is created without a parent (or epic) to leave a comment on the new work item with a suggested epic from that project that could be a relevant parent work item. |
|
Using the Jira Theme Analyzer, create an automation rule that sends a Slack summary of customer feedback captured in the past 2 days based on a JQL search that captures the relevant data in a Jira project. |
|
Using the Service Triage, create an automation rule that is triggered every time a work item is created to update the priority field and add a comment on the work item. |
|
Using the Service Triage, create an automation rule that is triggered every time a work item is created to update the request type based on similar work items and add a comment on the work items. |
|
Using the Service Triage, create an automation rule that is triggered every time a work item is created to update the summary based on description and add a comment on the work item. |
|
Was this helpful?