Skip to content

Is it possible to find the project boards an issue is associated with using the REST API? #24740

Discussion options

You must be logged in to vote

👋 hello there @svpr3m0, and welcome to the GitHub Support Community!

Making a request to the REST API for getting an issue will not include the project that an issue is a part of.

Instead, you can go through the list of cards in the project (using the Projects API, specifically the list project cards endpoint).

When you fetch a card, the content_url field will point to an issue if the card was created from an issue. I hope this helps!

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment