sara-sabr / rp-azuredevops-roadmaps

This Azure Boards extension provides roadmap capability for Epic > Feature > PBI.
GNU General Public License v2.0
1 stars 0 forks source link

Retrieve historical data #25

Open e-wu opened 2 years ago

e-wu commented 2 years ago

https://github.com/sara-sabr/rp-azuredevops-common/blob/00666362cd64abbfd9be0fccfe9e1f646722b0fb/src/Search/Search.repository.ts#L65-L142

As there is a limitation within Azure DevOp queries on query types of "Tree of work item" and usage of "AS OF" to pull out historical data, we need to get a workaround.

This will need to be a new method inside SearchRepository. The current line is where it fails as AS OF is not allowed.

e-wu commented 2 years ago

Related to
https://github.com/sara-sabr/rp-azuredevops-common/issues/3