AzureDevOps RESTAPIs Part-1 | .Net Core Project | Use APIs to fetch Repository and Pipeline data

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

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

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

    thank you, excellent video Jitendra

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

      Thanks for watching the video and the comment.

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

    Grate video. thank you for sharing

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

      Thanks for watching the video and the comment!!

  • @neimamohamed9200
    @neimamohamed9200 5 หลายเดือนก่อน +1

    IT WAS VERY HELPFULL THANK YOU VERY MUCH , can you make a video about how to fecth and create backlog items

    • @neimamohamed9200
      @neimamohamed9200 5 หลายเดือนก่อน

      I made it , the create one 😅😊

    • @jitendrapanchal53
      @jitendrapanchal53  5 หลายเดือนก่อน +1

      Thanks for watching the video. For fetching backlog items you can use the WorkItems api. Please check Part2 and Part3 of this video series. I have explained how to fetch and update WorkItems. For creating them you can use same WorkItem Post api.

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

    Helped for my project thank you 😊

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

    gr8 video mate > how do i get the tasks and the last task creator and their name and date ?

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

      Thanks, glad you liked the video.
      For tasks/workitems please check the Part3 of my Azure DevOps video -
      th-cam.com/video/DJvWTDwT2x0/w-d-xo.html
      Hope this answers your query.

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

    Need to fetch work items ? Can you please share a video

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

      hi, Thanks for watching the video, i'm preparing the Work Items video, will try to upload as soon as possible.

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

    Hi ,your video was helpful. Is there a way we can connect to azure devops using a servcie account instead of a token ?

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

      Thanks for watching the video and comment. I will try to find if we can use service account and share it in comments.

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

    Hey, thanks for this amazing video. I was trying to pull the release pipeline using REST API to JSON file as output. Can you suggest something on this?

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

      Hi, Thanks for watching the video.
      You can try this api to get the release pipeline list - vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases?api-version=6.1-preview.8

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

    Hi, This video was very informative. I was trying to fetch all test runs using Azure devops rest API in C# but GetTestRunAsync() of Test management Http client does not support continuation token. So can you please guide how can I handle pagination in C# for Azure devops rest API?

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

      Hi, Thanks for watching the video.
      Yeah, the Test management api doesn't support continuation token, it would be difficult to suggest without knowing your code/implementation, you can do custom paging after fetching the list Or filter the results based on test run date.

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

    Hi, Thanks for this. I want to fetch attachments details of workitems with link of the attachment can you help how I can do that?

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

      Hi, Thanks for watching the video.
      To get the workitems you can use this api - dev.azure.com/{organization}/{project}/_apis/wit/workitems/{id}?api-version=6.0
      For authentication, you can use the same approach that I have explained in the video for pipeline api.
      Here is the reference link for RESTAPI documentation -
      docs.microsoft.com/en-us/rest/api/azure/devops/wit/work-items/get-work-item?view=azure-devops-rest-6.0

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

      @@jitendrapanchal53 Can You please make a video on work item

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

      Sure, I will try to post the new video on work item as soon as possible.

  • @ViswanathNaidu-cv3cl
    @ViswanathNaidu-cv3cl ปีที่แล้ว +1

    hi sir, I need full course of Azure DevOps Please share the course fee and duration sir, I need your classes sir

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

      Thanks for your kind words and watching the video. Currently I only have TH-cam videos, you can connect with me at jpanchal1400@gmail.com for further information.

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

    Hi, Your video is very helpful. Can you please help me out to git repos files through rest apis.

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

      Hi, Thanks for watching the video, you can try to use below api to get repos files -
      learn.microsoft.com/en-us/rest/api/azure/devops/git/items/get?view=azure-devops-rest-6.0&tabs=HTTP
      It uses same authentication that I have explained in the video.

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

    Hi thanks for this . I want to fetch sprints details can you help me how can I do that
    Please make a video on that.

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

      Hi, Thanks for watching the video.
      You can try to use this api for sprint details - dev.azure.com/{organization}/{project}/{team}/_apis/work/teamsettings/iterations?api-version=6.0
      I am currently making a new video for sprint and workitems Rest APIs, will try to post as soon as possible.

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

      @@jitendrapanchal53 Thanks & I am waiting for that videos.

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

      Hi @Asrar Alam - I have posted a new video on how to get Sprint data using Azure DevOps RestApi - th-cam.com/video/j5AY-85nNyQ/w-d-xo.html