Closed danielnixon closed 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.
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.