AzureDevops
15 TopicsHow to get the work log of the work item
does azure support build in work log feature like jira , my requirement is i want to get the worklogs from each work item from the work log i want to get the user , added effort by the user. is their any API to get the worklog of the work item.50Views0likes1CommentVSS Migration to Azure TFVC Repo
Earlier In Azure DevOps while Creating a new project, had two options for version control. 1.Git. 2.Team Foundation Version Control. Now , I am seeing only one option (i.e) GIT. I need to create a project with tfvc as version Control for vss migration to azure TFVC Repo I'm using visual sourcesafe explorer in my machine with version 8.050727.42 Any help would be greatly appreciated. Thank you! Regards, DavidSamuellJohnRice519Views1like2CommentsIssue when build & upload NuGet on internal Azure Artifacts Feed using YAML within Organization.
Hi, I'll try to elaborate my problem. Current Implementation: I have an Organization which holds multiple .NET Projects. One of them is NuGet based project in which i create .nupkg file and upload it on nuget.org and use them in other projects by package mange source. Requirement: I want to secure my NuGet. So i have read articles about Azure Artifacts Feeds to securely upload your NuGet on AzureDevOps and use them in your projects. I have created an Azure Artifacts Feed. I have created a Service Connection (NuGetFeedAccess) within my Project. I have created YAML file which does the steps as defined below Triggers on Specific Branch Build nuget package with version Restore nuget package Then using PUSH command (NuGetCommand@2) doing these steps are defined packagesToPublish nugetFeedType: Internal vstsFeed: 'MyProject/MyProjectFeedName' when i try to run my pipeline i having and error on NuGet Command (Step) "Unable to load the service index for source https://pkgs.dev.azure.com/{Organization}/_packaging/nuget/v3/index.json." NuGet Version: 6.4.0.123 Response status code does not indicate success: 404 (Not Found). . What i have understand that URL in error is not correct, But the URL defined In Service Connection is valid. Which i cross verified it. Warnings: ##[warning]Could not create provenance session: %s ##[warning]Required argument (Feed) is missing.627Views0likes0CommentsDrop-down with available files
Is it possible to have a UI drop-down in a Build Pipeline (like the one from predefined parameters) but showing all files available in a specific location? In other words, I want to be able to parse a specific location and then display all files and after that be able to use the selected file in a Build or Release pipeline. I know a similar feature exist in a Release Pipeline for artifacts where you can select a specific artifact and use it, but I need to be able to select a specific file in a Build Pipeline. Thank you.853Views0likes0CommentsUnable to Co-Edit Wiki in Azure DevOps
Hi , In the Azure DevOps , only the Owner/Administrator can create and Edit the Wiki page in the Overview section...Rest of the Team even if they are Contributor role are unable to edit the Wiki page. Please guide what settings need to be enabled.1.1KViews0likes0CommentsAutomate Dynamics 365 solution deployment Fails
Hi , I'm following the below article to automate Dynamics 365 solution deployment https://arpitmscrmhunt.blogspot.com/2020/11/automate-dynamics-365-power-platform.html#comment-form However my pipeline run is failing at Command line script: Below is the code echo commit all changes git config user.email "Sharon543.Jason@xyz.com" git config user.name "Sharon Jason" git checkout main git add --all git commit -m "solution init" echo push code to new repo git -c http.extraheader="AUTHORIZATION: bearer $(System.AccessToken)" push origin main As per the screenshot it fails at the last line. Need suggestions please. Thank you.954Views0likes1CommentMastering Azure Portal Admin: A Comprehensive Guide for Effective Cloud Management
This article provides in-depth knowledge about managing and administering Microsoft Azure cloud services using the Azure Portal. The article describes the contents, which include setting up azure portal admin, managing Azure resources, Security and compliance, cost management, and best practices for Azure Portal Admin It also highlights the usefulness for cloud administrators, architects, and developers who want to improve their skills and become more effective in managing Azure cloud services.6.4KViews1like0CommentsError while adding the azure dev ops extension in power shell.
Hello Everyone, I am trying to install an azure DevOps extension in PowerShell using the command: az extension add --name azure-devops . But, getting certification error. I tried to generate a self signed cert and tried to ping the url mentioned in error, was able to ping the url but error remain still there. The error is as below: Please ensure you have network connection. Error detail: HTTPSConnectionPool(host='objects.githubusercontent.com', port=443): Max retries exceeded with url: /github-production-release-asset-2e65be/107708057/8c8c37f1-25aa-4394-9b37-ab8655c6d437?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230210%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230210T092547Z&X-Amz-Expires=300&X-Amz-Signature=e65868999583f165ce08abf46e4e192fccffcd611847d2da76c25473f27927a4&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=107708057&response-content-disposition=attachment%3B%20filename%3Dazure_devops-0.26.0-py2.py3-none-any.whl&response-content-type=application%2Foctet-stream (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)')))2.4KViews0likes1CommentAzure DevOps Feature Timeline/Roadmap tools
I am looking for a link to a tutorial, video, or blog about using the Azure DevOps functions: - Epic/Feature Timeline - Feature Timeline - Epic Roadmap I have started to use the functions, but there appears to be some pre-requisite data field completion to obtain certain views or behaviors. I'd also like to manipulate the view of the results to place the Epics in my own preferred vertical order. Any assistance is greatly appreciated. AP1.8KViews0likes0Comments