Skip to content

Instantly share code, notes, and snippets.

@antoineMoPa
Last active September 20, 2022 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antoineMoPa/0105d9ee7eab150d2d3df268eb476449 to your computer and use it in GitHub Desktop.
Save antoineMoPa/0105d9ee7eab150d2d3df268eb476449 to your computer and use it in GitHub Desktop.

How swarmia determines the scope creep?

As far as I understand, swarmia calculates the epic scope creep as the number of additional child tickets divided by the number of original child tickets. Feel free to comment & correct me!

                    number of additional child tickets
scope creep =  --------------------------------------------
                 number of tickets originally in the epic

How to interpret it?

0% means no ticket were added during the epic.

100% means you doubled the amount of tickets during the epic.

Things that scope creek does not take into account

Story points, time spent, etc. Anything that is not in the equation above. You need to be careful when interpreting scope creep. In the real world, the number of tickets might not always be as meaningful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment