User Profile
mohammedmubeen
Copper Contributor
Joined 2 years ago
User Widgets
Recent Discussions
Re: Add an new administrator to an existing devops project
if you have access to azure AD in that azure global admin can add users to groups or if you have access to the code and other project resources but not to administrative settings, you could consider creating a new Azure DevOps project and migrating your data/code there694Views0likes0CommentsRe: [Azure DevOps API] Get line count in Repo
Use the Items - List API to get a list of items https://learn.microsoft.com/en-us/rest/api/azure/devops/git/items/list?view=azure-devops-rest-7.1&tabs=HTTP For each file in the list obtained use the Items - Get API https://learn.microsoft.com/en-us/rest/api/azure/devops/git/items/get?view=azure-devops-rest-7.1&tabs=HTTP7.4KViews0likes1CommentRe: I got Error when I try to deploy using Azure devops
The error message suggests that the service connection already exists and that you may not have the appropriate permissions to view or modify it. Goto > Project settings>Service connections >Pipelines Check if the "Windows Azure MSDN - Visual Studio Premium" service connection already exists. If it exists, you'll need to ensure you have the right permissions if not adjust the permissions in Security.1.9KViews0likes0CommentsRe: Export data to excel from State graph in devops
Hello, If you have a custom State Graph or are referring to a specific representation and want to export its data to Excel, Azure DevOps not offer a direct "export" option. However, you can always create a query that fetches the work items represented in your State Graph and then export the data to Excel.3.7KViews0likes0Comments
Groups
Recent Blog Articles
No content to show