timelineItems doesn't work (no results) #57326
Replies: 4 comments 18 replies
-
|
Hey @jesuslinares, thanks so much for reaching out and welcome to the community! I've shared this with our internal teams for feedback and should have feedback for you soon. Thanks again! |
Beta Was this translation helpful? Give feedback.
-
|
I came here because I'm trying to migrate our automation from classic projects to v2 (and it looks like I have 1 month left to do it...) we are using timeline events as well and I'm trying to reverse engineer what Github UI does:
For me it's unfortunate that I can't get all the information via the API for V2 projects, but the classic projects go down in a month... ? |
Beta Was this translation helpful? Give feedback.
-
|
Hey, idk if it cans help we use a polling everyday at midnight to add a label on the concerned Issue. (For example, issue no. 242 was added today to the “Backlog” project. We therefore add a label named “Backlog” and delete it if it is no longer present in the project). It allows us to get our timelines with Unlabeled and Labeled events 👍 |
Beta Was this translation helpful? Give feedback.
-
|
I saw your note about using a daily midnight poll to add/remove labels for tracking when issues enter or leave a project column — that’s a clever way to leverage Labeled/Unlabeled events for timelines 👍 We had a similar need, so I set up periodic polling (shorter intervals) to capture and store actual board status transitions over time. That lets us calculate metrics like Cycle Time and Time in State, which our Scrum Masters use regularly. I wrapped this into a small web app that visualizes issue movements. Overview here: Flow2C.com — or jump straight into the demo: app.flow2c.com. In your workflows, would historical analytics alone be enough, or would near‑real‑time notifications on status changes also be useful? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
I am encountering some issues when trying to retrieve the event history of the issues added to projects (v2). Example:
Specifically, I am using the timelineItems objects, but it seems that only "labeled" events are being displayed. I have already enabled the project-event-details-preview as mentioned in the documentation (https://docs.github.com/en/graphql/overview/schema-previews#project-event-details-preview). Also, I checked that I have enough permissions.
However, I am unable to access the desired event history. Could you please assist me in understanding how to retrieve the complete event history for the issues in question?
This is the query:
Thank you for your attention to this matter.
Beta Was this translation helpful? Give feedback.
All reactions