How can I include work items from other repos that are used by the YAML pipeline? #1291
Unanswered
magoicochea
asked this question in
Q&A
Replies: 1 comment 3 replies
-
My task uses the basic Microsoft API calls to find the commits/wi between builds, so if that is not returning the required items there is not much I can do. But, can you upload a full copy of the log, with the debug level of logging (a variable system.debug=true, or check the diagnostics box if you manually queue the build) and I will have a detailed look |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
At the moment I have three repos on my project
The app is deployed from an azure YAML Multi-Stage pipeline that is stored on the Infrastructure repo. This pipeline has the other two repos declared as resources. However, when the task is run it only gets the work items related to the repo where the YAML file is stored (Infrastructure in this case).
I do see some logs that make it sound as if there is a configuration missing on Azure DevOps:
Is there any permission or parameter that I am missing?
If I click on the "Related" link on the build I can see the work items that are not being included
EDIT:
I forgot to add the current task on the YAML pipeline
Beta Was this translation helpful? Give feedback.
All reactions