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.
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?
@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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
Tempo is for time tracking, not user data or boards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- Can you please tell any method to get boards along with associated members?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.