JI

Jira / ADO Integration

Jira and Azure DevOps for enterprise issue tracking and sprint management

Details

Language / Topic
_UUniversal
Category
Project Management

Rules

balanced
- Reference Jira/ADO ticket IDs in branch names and commits: `feat/PROJ-456-user-settings`.
- Transition issues through workflow states as work progresses: To Do → In Progress → Done.
- Use Jira issue keys in branch names (`feature/PROJ-123-add-login`) and commit messages — enables automatic issue tracking and transitions.
- Use smart commits to update issues from Git: `PROJ-123 #in-progress`.
- Add acceptance criteria to every story — define "done" before starting work.
- Link issues to pull requests and builds for full traceability from requirement to deployment.