Is there a way to query when the latest rally milestone revision occurred with rallyrestapi? -


i trying find creation date of changes milestones in rally, seems possible because column under milestone's revision history, creation date not child of revisions or revision history.

is there alternative object should try querying for?

the revision type have creationdate field (it's inherited base type, workspacedomainobject). if load revisions collection of revisionhistory associated milestone should have it. returned chronologically, first revision recent change.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -