Hi,
So I changed from ENC my own api token and letting POSTMAN do it and now I can make /agile/1.0/board call. I must have done something wrong when I used my own encoded token and tried to pass it via a header. Works for other calls as I use a POSTMAN global variable though. Go figure.
To add some context. I have a couple of scrum teams. They all have their own scurm board; some of them in the same project. I would like to see how many of them have a healthy backlog. Because I can't get this info via a Dashboard, I thought I would pull the data via REST and then create my own reports.
The requirements
get the last 3 sprints for the board
get the issues from those sprints
add up all the SP to all issues marked as DONE
divide that by 3 to calculate the velocity
get all issues that are marked as in the backlog or not in current sprints and has a status of DEFINED.
board is compliant if backlog story points is GTE to the velocity * 2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.