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.
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.
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?
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
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
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?
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.
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.
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.
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.
thank you, excellent video Jitendra
Thanks for watching the video and the comment.
Grate video. thank you for sharing
Thanks for watching the video and the comment!!
Helped for my project thank you 😊
Thanks for watching the video :-) !!
IT WAS VERY HELPFULL THANK YOU VERY MUCH , can you make a video about how to fecth and create backlog items
I made it , the create one 😅😊
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.
gr8 video mate > how do i get the tasks and the last task creator and their name and date ?
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.
Need to fetch work items ? Can you please share a video
hi, Thanks for watching the video, i'm preparing the Work Items video, will try to upload as soon as possible.
Hi ,your video was helpful. Is there a way we can connect to azure devops using a servcie account instead of a token ?
Thanks for watching the video and comment. I will try to find if we can use service account and share it in comments.
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?
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
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?
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
@@jitendrapanchal53 Can You please make a video on work item
Sure, I will try to post the new video on work item as soon as possible.
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?
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.
hi sir, I need full course of Azure DevOps Please share the course fee and duration sir, I need your classes sir
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.
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.
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.
@@jitendrapanchal53 Thanks & I am waiting for that videos.
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
Hi, Your video is very helpful. Can you please help me out to git repos files through rest apis.
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.