Amal Ravindran
Amal Ravindran

Reputation: 11

How to get Azure DevOps project Created Date?

How to get Project Creation Date in Azure DevOps? using Azure DevOps REST API?

When I try to get the project created date using Azure DevOps REST API.

GET https://dev.azure.com/{organization}/_apis/projects/{projectId}?includeCapabilities={includeCapabilities}&includeHistory={includeHistory}&api-version=7.1-preview.4

GET https://dev.azure.com/{organization}/_apis/projects/{projectId}/properties?api-version=7.1-preview.1

I tried above 2 REST API's; the response is not having project created date. is there any way to get the Azure DevOps project created date.

Please help me to find out a solution.

Upvotes: 1

Views: 570

Answers (1)

Bright Ran-MSFT
Bright Ran-MSFT

Reputation: 13709

There is no Azure DevOps API/CLI can return the created date of project.

If you really need this feature, I recommend you try to report a feature request on Developer Community. That will make it more convenient for the product teams to receive and understand your ideas. And your feedback also could be helpful for improving the Azure DevOps products.

Upvotes: 0

Related Questions