Replies: 1 comment
-
The task is using the Azure DevOps API calls
So it is these API calls you need to test with. I would suggest testing using the local tester as this allow repeated running, and default to giving a detailed log (which can also be show with the variable Upload a copy of detailed log if it is not obvious why it is not giving the expected results |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create release notes from work items associated to a pull request in ADO.
I'm just testing right now but I have a pipeline to trigger when I make a PR against my test branch. I have the dump to console option set to true and when I make a PR with an associated work item, the
workitems
returns asI also see
I checked the api and it looks like it should return the work item
GET:
https://thycotic.visualstudio.com/8118cbb3-5d8b-40bc-83d9-4481c26cbb0e/_apis/git/repositories/51f9f61f-4c0c-43eb-bef3-c2a366131d84/pullRequests/114601/workitems
RESULT:
Am I doing something wrong? I would expect these to be populated with my associated work items in ado.
Beta Was this translation helpful? Give feedback.
All reactions