You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which can list all the issues in a sprint of a project
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.
The text was updated successfully, but these errors were encountered:
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
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.
Hi,
I am trying to find two api's
I would be extremely grateful if you could point at a documentation for the above use case.
The text was updated successfully, but these errors were encountered: