For our project, we created a multistage yaml pipeline which will trigger after CI pipeline completes.
a. Checked Automatically link work items included in this run
Problem: suppose CI build trigger with a 5 number of linked workitems. However in multistage pipeline include items its always showing 50+ work items.
How can we see only related work items that got linked in CI (here 5 number of work items) ?
will workitems linked in CI pipelines can be shown in the multistage pipeline linked Work Items too ?
Can anyone help me on this. Please let me know, if you need any further details.
CI Pipeline (automatic trigger)
MultiStage Yaml Pipeline (which has Dev,Test,QA,Prod Stages) [ trigger based on CI pipeline]