Inconsistent Results When Fetching Issue Tasklists via GraphQL API #150616
Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
Bug Report: Inconsistent Results When Fetching Tasklists via GraphQL API
Description
When attempting to retrieve the tasklist of a GitHub issue containing a large number of items, the GraphQL API intermittently returns an empty array for
trackedIssues
. This issue occurs approximately every other request, making the behavior inconsistent and unreliable.GraphQL Query Used
Steps to Reproduce
trackedIssues
for an issue with a large tasklist.nodes
array, despite the issue having many tracked issues.Impact
This bug affects the reliability of applications that depend on accurate tasklist data from GitHub issues. It introduces uncertainty in automated workflows and data synchronization processes.
Additional Information
Please let me know if any additional information or logs are needed to investigate this issue further.
Beta Was this translation helpful? Give feedback.
All reactions