You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a list of issues which i got by calling the search API, how can i get the link b/w these issues and boards in a particular Jira Project.
@Ravi Gupta I believe since you can search an issue, you can get the sprint name, sprint id and boardid from the response. Then you can use that data gotten to extract more info on which boards those issue belong to by using the get issues for board endpoint, since you can identify a board id.
You need to think slightly differently to what you've said there. Issues do not belong to a board. They are selected by a board. The difference is important because you need to understand that boards are not issues containers (projects contain issues), they are views of a selection of issues.
It is hard to ask "what board is an issue shown on" because the issue is not part of a board, and has no data to say "I am on boards x, y and z".
You can easily go the other way though, and ask "what issues are on a board", as the board knows what it is selecting for.
I'm not sure which of these might be best for you:
You'll see they're all on the same page of the docs and there are more calls that might help explained on the left.
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.