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)
Can we export Azure DevOps work item fileds into Excel
We have different types of work items in Azure DevOps Boards. We need to export list of all fields in work items to excel or any similar format. Is there a way to use the APIs to pull a list of all fi...
Bala
Votes: 0
Answers: 3
How to query for a nonexistent field in WIQL
I'm trying to get the workitems for which a particular field is empty. I have tried queries like
And [Dell.SDLC.CapabilityID] Not Contains [Any]
And [Dell.SDLC.CapabilityID] Is Empty
And [Dell.SDLC.Ca...
Nathan Dehnel
Votes: 0
Answers: 1
WIQL "not contains words" returns false positives
I am running a WIQL query that contains this:
"And [Microsoft.VSTS.Common.AcceptanceCriteria] Not Contains Words '*Given*When*Then*'";
I would expect this to not return any AcceptanceCriter...
Nathan Dehnel
Votes: 0
Answers: 1
Query for workitems which are resolved duplicate to another workitem which itself is resolved fixed
I'd like to query for all WorkItems which:
Resolved as a duplicate
Are created by a specific user
Resolved within a specific date
Pointing to another workitem resolved as fixed
This is what I've tri...
TomSelleck
Votes: 0
Answers: 1