GraphQL timeline column - "deadline mode"

Hello,

I am trying to determine from the graphql API when a timeline column is in “deadline mode” and linked to a status column. I want to be able to reproduce the ‘Done on time’, ‘Overdue’ and ‘Done overdue’ filters but cannot find the right query that indicates it is in deadline mode and which column it is linked with.

Is there a way currently to get this information via the API?

Cam

hi @ccramsey

As far as I know there is not possibility to retrieve this setting through the API. You would expect it in the setting_str of the timeline column but that does return empty even after the deadline mode is switched on.

That is where i had expected it. I’ve also looked on the status column as well as the board info and nothing seems to reference it.

Thank you for responding and sharing your knowledge!