Comment by teeray

Comment by teeray 11 hours ago

6 replies

I also loved that it was adamant about having specific, defined states with no customization. The issue is todo, in progress, done, delivered, accepted… that’s it. Custom issue states are a special kind of hell in JIRA.

twic 8 hours ago

60% yes, but 40% no, because there was nothing after "accepted" - so no way to track "in production" and "validated with users", which are the most important states. You could abuse the earlier states to do that, but then you have trouble tracking internal acceptance. Ultimately, reality just has more significant states than Tracker recognised.

  • quesera 7 hours ago

    A model that has worked well for my teams is to track story/development state and deployment state separately.

    They are fundamentally different things, and you cannot always infer one from the other.

      - "Accepted" is the final state. Deployed to prod and verified. Story is finished and can be hidden from active view.
    
      - "Delivered" is set by QA when they believe the changes are complete and correct, ready for deployment.
    
      - "Finished" is set by the developer when they finish, push, and create the PR.
    
    
    Then we use labels for deployment state. E.g. @staging, @sandbox, @production, etc.

    It happens sometimes that a Finished story is deployed to staging in integration build X, but then omitted from integration build X+1, for reasons unrelated to the quality of the changes. In this case the story stays Finished (or Delivered) and we set the @staging label when deploying X to staging, but clear it when deploying X+1.

    This works really well, especially after writing some glue code to integrate Pivotal and GitHub and your build/deploy flows.

acdha 9 hours ago

Yes - 100% of the people I saw be annoyed after switching to GitHub projects were the people whose projects were perennially late but also had a roughly 1:1 ratio of PM overhead rituals to actual work. I’ve come to think of it like giving a toddler TikTok – there’s a certain type of person who cannot resist thinking that one more workflow state / custom field will be the secret trick for productivity.

hinkley 9 hours ago

That fucking state machine page makes me want to shoot someone.