**Hi** r/jira **/** r/atlassian**,**
We are a small startup team of 8 (1 Manager/Dev, 1 Backend/DevOps, 2 Frontend, 1 App Dev, 2 QA, 1 UI/UX) working on a hotel management SaaS product. Our tech stack is Node/Express (Backend), React Native (Mobile Apps), Next.js (Web), and GCP (Infra).
We just migrated from Jira Work Management to a fresh **Jira Software (Team-Managed) Kanban project**. Now, we want to set up solid automated workflows to reduce developer overhead.
Here is what we want to automate, following industry best practices:
- **GitHub Integration & Auto-Transitions:**
* When a developer opens a Pull Request on GitHub, the Jira ticket should automatically move from `Development` to `Code Review`.
* When the PR is merged into the staging/develop branch, the ticket should automatically move to `Ready for QA` and be assigned to the QA team.
* When the parent ticket is marked `Done`, all open sub-tasks should auto-close.
- **Component-Based Auto-Assignment:**
* We have configured architecture-mapped components (e.g., `Guest App`, `Backend API`, `DevOps`). We want tickets to be automatically assigned to the respective role's default owner as soon as a component is tagged.
- **Stalled Ticket Alerts:**
* A daily automated rule that checks if a ticket has been stuck in `Development` or `Code Review` for more than 3 days with no updates. If so, it should flag the ticket and send an alert to our team's communication channel (Slack).
- **Tracking Tech-Debt & Security:**
* We want to track engineering items (like cleaning logs, updating libraries, deleting unused GCP connectors) using `tech-debt` and `security` labels.
**My questions for the community:**
* Can we achieve all of these rules natively using **Jira’s built-in Automation Engine** in a **Team-Managed project (Free tier)**, or will we hit limits/restrictions?
* Are there any gotchas we should watch out for when connecting the official "GitHub for Jira" integration on a free plan?
* For the stalled ticket alerts, does Jira natively support Slack webhook notifications in the free automation tier, or do we need integrations?
* Any best practices for keeping a team-managed project clean as the team scales from 8 to 15+ devs?
Appreciate any advice, templates, or automation rule blueprints you can share!