AzureDevOps RESTAPIs Part-2 | .Net Core Project | Use APIs to fetch Sprint Data

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 4

  • @amruthapadmanabhan5912
    @amruthapadmanabhan5912 2 ปีที่แล้ว +1

    Can you suggest a way to update the workitem field using c# application

    • @jitendrapanchal53
      @jitendrapanchal53  2 ปีที่แล้ว

      Thanks for watching the video.
      You can use WorkItem API to update it, it will use same authentication mechanism as I've explained in the video -
      Doc link - learn.microsoft.com/en-us/rest/api/azure/devops/wit/work-items/update?view=azure-devops-rest-7.0&tabs=HTTP
      API - dev.azure.com/{organization}/{project}/_apis/wit/workitems/{id}?api-version=7.0

  • @chandansingh3890
    @chandansingh3890 2 ปีที่แล้ว

    Hi, do you have any sample for Pull request approval api

    • @jitendrapanchal53
      @jitendrapanchal53  2 ปีที่แล้ว

      Thanks for watching the video. I will try to find an api for pull request and share it in the comments.