Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting the metadata of an issue in github project planning board #3100

Open
Kartikey-star opened this issue Mar 14, 2024 · 1 comment
Open

Comments

@Kartikey-star
Copy link

Hi,
I am trying to find two api's

  1. Which can list all the issues in a sprint of a project
  2. Another which can give me the entire metadata of a specific issue from the project planning board

I would be extremely grateful if you could point at a documentation for the above use case.

@Kartikey-star Kartikey-star changed the title Getting the payload of a specific issue with the metadata in github project planning board Getting the metadata of an issue in github project planning board Mar 14, 2024
@gmlewis
Copy link
Collaborator

gmlewis commented Mar 14, 2024

  1. According to this Google search the GitHub v3 API does not support the concept of a "sprint", therefore this Go client library for the GitHub v3 API also does not support the concept of a "sprint". However, after reading more about GitHub Projects, it could be that the issues of a "sprint" might be the same thing as the "issue cards" of a Project. If that is the case, then you will most likely want the List Project Cards endpoint which is called ListProjectCards in this repo.
  2. According to the official GitHub v3 API docs you probably are most interested in the Get a project card endpoint which in this repo is called GetProjectCard.

I hope that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants