No Work Items found when running in a DevOps YAML pipeline #1906
-
Running the extension in a DevOps YAML pipeline does not produce any Work Items in the payload, only Commits. Running your test tool against the same Build Id does produce the expected Work Items as well. I can see the following lines from the test tool are missing from the pipeline log, but I don't understand why.
Running in the pipelinePipeline Task
Pipeline log
Running the test tool against the same BuildId (passed as an argument to the tool)Settings File
Test Tool Log
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
OK, I found the solution right at the bottom of the wiki. As suggested, to confirm this is an OAUTH issue I added the I checked Here's the relevant section from the Wiki... |
Beta Was this translation helpful? Give feedback.
OK, I found the solution right at the bottom of the wiki.
As suggested, to confirm this is an OAUTH issue I added the
overridePat
parameter with the PAT I used for the Test Tool, and it worked OK.I checked
Limit job authorization scope to current project for non-release pipelines
and it was enabled. Disabling this fixed the problem.Here's the relevant section from the Wiki...