agiledigital-labs / probabilistic-forecast

Jira plugin for probabilistic forecasting. (Currently just a command line script.)
MIT License
5 stars 0 forks source link

exclude tickets with a fix version #18

Open danielnixon opened 3 years ago

danielnixon commented 3 years ago

If a ticket has a fix version it will no longer appear on the kanban even if it's still in progress.

I'm not sure how tickets end up in this zombie state, but I've seen it happen more than once.

Such tickets are currently included in our in-progress + to-do ticket list, even though we shouldn't consider them truly in progress or to do (because no scrum master is going to be considering them and nobody is going to be working on them).

We should update our JQL to exclude these.

danielnixon commented 3 years ago

The consequence of not excluding these is that our forecast will be higher than it should be.

danielnixon commented 3 years ago

AND fixVersion is empty is probably the JQL snippet we need to add