In our organization few developers work for more than one team boards under one scrum board. I want to get the names of All the teams boards.
Hello @muhammad_mansoor
As per the REST API I don't see a directly correlation of users with Agile boards.
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/user-getUser
What do you mean by "team boards"? Also you mention tempo APIs
But tempo APIs are only for retrieving worklogs, tempo team information etc
I tired to discover further and found out that there is a Team board (combined board) and it has further team boards that I want to get.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Even if there is a "Team board" but still it's a just board because all boards in Jira are based on JQL filters and you can combine JQL queries from individual board to create combined team boards
All board specific REST APIs here
https://docs.atlassian.com/jira-software/REST/7.0.4/#agile/1.0/board
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.