Guru's Verification engine ensures consistency, confidence, and trust in the knowledge your organization shares. Learn more.

States flow

For sprint issues

image.png

Cycle time encloses following states:

  • in progress/development = start state
  • code review
  • testing
  • acceptance
  • deployed
  • done = termination state

In general, we want to keep an average cycle time of issues around 5-6 days.

For epics

Epic cycle time is calculated as duration of en epic in Implementation or InProgress state.

image.png

Translation of epic states

case

2

when "status_name" in ('Idea','Backlog','To Do') then 'Backlog'

3

when "status_name" in ('Evaluation','Analysis','Planning') then 'Discovery'

4

when "status_name" in ('Ready for Implementation','Selected for Development','Ready for development') then 'Ready'

5

when "status_name" in ('Implementation','In Progress') then 'Delivery'

6

when "status_name" in ('Deployed','Evaluation') then 'Adoption'

7

when "status_name" in ('Cancelled','Done') then 'Done'

8

when "status_name" in ('Rejected') then 'Rejected'

9

when "status_name" in ('On Hold') then 'On Hold'

10

else 'UNKNOWN status:'||"status_name"

11

end


You must have Author or Collection Owner permission to create Guru Cards. Contact your team's Guru admins to use this template.