I'm writing a script for tracking issues in a board on Github. There is a json field updatedAt
, that allows me to know when an issue has been updated, but I need to know if that update was because it moved from one column to another, specifically from "InProgress" to a column called "Done".
The github CLI does not seem to expose this information, but in the Github UI you can see exactly when all events occur on an issue -- so theoretically it's possible, but maybe someone (me?) needs to write a github cli extension to make it work.