-
Notifications
You must be signed in to change notification settings - Fork 2
Umbrella Tickets
Kathryn Baker edited this page May 3, 2024
·
6 revisions
Umbrella tickets (or Epics in agile speak) are over arching tickets which contain multiple stages. Sometime you may feel it is beneficial for you or the reviewer to split a ticket which has been agreed in backlog prep into multiple smaller tickets; in this case you create an umbrella ticket. These can exist as actual tickets, but can also be raft tickets on the Program Increment (PI) board.
- These will have a classification of
Project/Feature
, and will have a whole number for thePI Priority
. - The smaller tickets will have a classification of
To do for a Project/Feature
, and will have a decimal value for thePI Priority
. The number for the decimal point is the priority for the umbrella ticket, and the number after is the priority in relation to the other tickets underneath that umbrella.
- Create a smaller ticket it should be named
<TICKET NUMBER>-1
:<Ticket purpose>
- Estimate the ticket
- Assign the ticket to yourself
- Reference the ticket in the original ticket and reduce its estimate by the estimate of this ticket. If this makes the ticket negative by more than 1 then talk about it with a member of the team.
- Work on the ticket as if it were a normal ticket
- Create the umbrella ticket with the original estimate of the ticket minus the estimate of the present ticket. If this makes the ticket negative by more than 1 then talk about it with a member of the team.
- Name this ticket the same as the original
- Rename the original tickets as
<TICKET NUMBER>-1
:<Ticket purpose>
- Set the estimate on the original ticket
- Spin out any new tickets as in case 1