Trying to retrieve the Kanban state change date for a User Story. So for each Kanban state the day it occurred. Is there an object or attribute that contains that information?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Right now the only way to capture this information would be by querying and parsing the RevisionHistory collection on the Story - which can be somewhat cumbersome and slow. If your organization is in the LookbackAPI preview program, I would recommend using an LBAPI-based query which can capture state changes via a single REST query. |
|||
|
|