Examples and use cases of Jira automation rules
Platform Notice: Data Center - This article applies to Atlassian products on the Data Center platform.
Note that this knowledge base article was created for the Data Center version of the product. Data Center knowledge base articles for non-Data Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Writing an automation rule that fits your use case is not always an easy task, as it might be difficult at time to know where to start.
The purpose of this page is to provide a list of automation rules that covers various area such as basic operations, Jira Software and Jira Service Management automations, integration with external applications, or sending notifications.
Even though these rules might not address your exact use case, they might be used as a good starting point to write your own custom automation rule.
Environment requirements
Starting from Jira Data Center 10.0, we integrated Jira automation (formerly Automation for Jira) as part of Jira Data Center (both Software and Service Management), offering you the convenience of upgrading either through Jira or the Universal Plugin Manager (UPM). To streamline and enhance your experience with Jira automation, we've made the decision to solely offer it as a bundled version starting from Jira 10.0.
This guide assumes that you're using:
- Jira Data Center 8.0.0 or later
- Jira automation:
- 7.4.0 or later for most rules
- 9.0.1 or later for the rules that are using the Lookup Issues and Create Variable actions
Automation rule templates
Explore the following automation rule examples and use cases:
- Basic Jira issue operations
- Jira Software automations
- Automation rules related to Advanced Roadmap fields (Parent Link, Team, Target Date...)
- Jira Service Management automations
- Automation Rules related to Insight/Assets fields
- Sending emails to Jira users with custom content
- Integrating with external applications and Jira REST API
- Rule scheduling
- Miscellaneous use cases
Basic Jira issue operations
Jira Software automations
The rule templates listed below provide ways to manipulate fields such as Story Points, Epics, Advanced Roadmap Teams, Parent links:
Automation rules related to Advanced Roadmap fields (Parent Link, Team, Target Date...)
Jira Service Management automations
The rule templates listed below provide ways to manipulate fields such as Request Participants, Organizations, Customer Request Types:
Automation Rules related to Insight/Assets fields
Rule template |
---|
Copy Assets custom fields when cloning a Jira issue |
Copy Assets custom fields values from a parent Jira issue to a subtask |
Sending emails to Jira users with custom content
Integrating with external applications and Jira REST API
Rule template |
---|
Integrate with Microsoft Teams |
Integrate with Slack |
Integrate with Jenkins |
Integrate with Jira REST API |