Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.85 KB

jira.md

File metadata and controls

31 lines (20 loc) · 1.85 KB
title description
Jira
Working with Jira boards and tickets

Jira

We use Jira as a common tool for managing product work. Each team works within a "project."

Kanban stages/columns

Our workflow takes Jira issues through these stages:

Define Ready In Progress Review Merged Monitoring Done
Further definition or requirements needed before engineering work can begin Requirements, priority, and high-level design are established enough that work can begin Actively being developed Pull request submitted and being reviewed or improved Merged and deployed to staging; ready for QA Deployed to production Confirmed to work as expected in production; any data has been collected; clean-up complete (no further tracking necessary)

Types of Jira issues

  • Epics should be goal oriented
  • Stories should be impact oriented
  • Subtasks (when necessary) should be release oriented, usually corresponding to pull requests

Sprints

(TO DO)

Estimation

(JK)