python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
automatically set current iteration in azure devops on column change
our team works in scrum and we recently implemented azure devops as out planning tool. As we like the view of the kanban board we'd like to integrate this with our iterations and keep both in sync.
Mo...
Severus0191
Votes: 0
Answers: 1
How to view work item xml ids in azure ticket
I have an azure devops work item with some custom fields:
I can set some of these fields using the azure api python package, like so for 'RTCID':
jpo.path = "/fields/Custom.RTCID"
But when...
POVR2
Votes: 0
Answers: 1
System.Description not present in the dictionary
I'm writing a C# program that can get the fields of all the work items in an Azure DevOps organization. However, I'm having some problems with the Description field:
IList<WorkItem> workItems = ...
Mattia Di Iorio
Votes: 0
Answers: 1