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
I would like to calculate the time the issues have spent in each column of a project board. For example in Backlog, In Review, Blocked etc.
Describe the solution you'd like
Something similar to the "Time in Label" feature but for project columns.
Describe alternatives you've considered
I've considered scraping the entire html page of each issue to extract that information (the page contains information about when a column was changed) but it is too slow and the code is a mess. I could not find a github REST API to fetch this information.