We would like to see who has moved a card into a phase, through a graphql query.
This information is visible through Activity History in the UI but we can’t seem to get it via the API.
(We have tried to use the phase_history field in graphql but it lacks the user id.)
Is there a way to do this?
Thanks