Andrew Sinclair

Writing a Good Jira Ticket

Ask yourself: if an alien landed on Earth and got handed your Jira ticket, would they know what to do with it?

General Guidelines for Writing a Good Jira Ticket

Example Ticket

Title: Refactor the codebase to a monorepo

Repository: github.com/sinkers/mywebapp

Context

Currently the repo is a bit of a mess and there are people working on multiple parts of the project at the same time, but it is not easy to integrate and test. As the project is a Next.js webapp, the likely best path forward is going to be to properly structure the project as a monorepo.

Check here for some additional info: [https://medium.com/@omar.shiriniani/mastering-next-js-monorepos-a-comprehensive-guide-15f59f5ef615]

What to Do

Definition of done