agiledigital-labs / probabilistic-forecast

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

Add support for scrum boards? #7

Closed danielnixon closed 3 years ago

danielnixon commented 3 years ago

My memory is foggy, but I think this only works with kanban boards (JIRA_BOARD_ID). We should see what it would take to expand this to support both kanban and scrum boards.

danielnixon commented 3 years ago

Confirmed that scrum boards aren't supported. The Jira API appears to return backlog tickets in a random order for scrum boards, so we can't (with the current code) determine the target ticket's relative position in the backlog.

I've added some explicit handling to throw when the specified board is a scrum board.