Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to get scrum board details for a developer using JIRA API?

muhammad_mansoor September 27, 2018

Is there any way to get scrum board details for a developer using JIRA API because I want to get all the team boards in that scrum board.

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 27, 2018

There's a lot of stuff you can get from the REST API, but I think you need to think about what you're asking and form what you really want more clearly.

Sprints and users do not have a relationship (a sprint does not belong to a user, and users are not in sprints).  So "current sprint details for a user" does not make sense.  Also, "team boards in that sprint/scrum board" is not descriptive - boards do not contain other boards.

Could you explain what you are looking for?

muhammad_mansoor September 27, 2018

@Nic Brough -Adaptavist- Thanks for your response. In our organization, people work for more than one team boards that are under one combined team/scrum board. I want to get those team boards but I've only user id. Please let me know if there is any solution to this.

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 27, 2018

Jira has no concept of your "team board" - a board is a board.  There's no way to know what boards you might consider to be part of the bigger board.

Even if there were, there's also no user -> board link.  Boards are shared with a project or group for the purpose of usage, but that probably is not what you are looking for, and it's not part of the API because it's not needed.  When using the API, you log in as a user and that user has access to a set of boards.

muhammad_mansoor September 27, 2018

@Nic Brough -Adaptavist- Can I use tempo API to get all the boards and their members?

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 27, 2018

Tempo is for time tracking, not user data or boards.

muhammad_mansoor September 27, 2018

@Nic Brough -Adaptavist- Can you please tell any method to get boards along with associated members?

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 27, 2018

https://docs.atlassian.com/jira-software/REST/7.0.4/#agile/1.0/board will get you the boards. 

You'll need to think about what you mean by "associated members" and work out a way to "get" them separately.

Suggest an answer

Log in or Sign up to answer