How to set up basic automations on Jira
Set up Jira automations by navigating to Project Settings > Automation, then creating rules with triggers, conditions, and actions. Common automations include auto-assigning issues, sending notifications, and transitioning issues based on specific criteria.
Prerequisites
- Jira administrator or project administrator permissions
- Basic understanding of Jira workflows and issue types
- Knowledge of your project's business processes
- Access to Jira Cloud or Server instance
Step-by-Step Instructions
Access the Automation Settings
Create a New Automation Rule
Configure the Trigger
- Issue created - runs when a new issue is created
- Issue transitioned - runs when issue status changes
- Field value changed - runs when specific fields are updated
- Scheduled - runs at specified times
Add Conditions (Optional)
- Issue fields condition - check specific field values
- Project condition - limit to certain projects
- User condition - check who performed the action
Configure the Action
- Assign issue - automatically assign to users or groups
- Transition issue - move issues through workflow states
- Edit issue - update field values
- Send email - notify stakeholders
Name and Enable the Rule
Test Your Automation
Monitor and Maintain Rules
Common Issues & Troubleshooting
Automation rule is not triggering
Check that the rule is enabled and verify the trigger conditions are being met. Review the Audit log for any error messages and ensure you have the correct permissions for the fields and actions used in the rule.
Rule is triggering too frequently
Add more specific conditions to limit when the rule runs. Consider using Field value changed triggers instead of broader triggers, and add conditions to check field values or user permissions.
Actions are not executing properly
Verify that the user account running the automation has the necessary permissions to perform the actions. Check field configurations and ensure required fields are properly set in your Edit issue actions.
Email notifications are not being sent
Confirm email addresses are valid and users have email notifications enabled in their profiles. Check your Jira mail server configuration in System Settings and verify the Send email action is properly configured with valid recipients.