Cross-team dashboard and rejecting a work-item

SB 440 Reputation points
2026-07-17T14:37:55.0733333+00:00

Hi Team,

Hope you're doing well.

I'm wondering if you have any ideas or seen examples of below situations

  1. How do I create a dashboard in Azure DevOps to view cross-team dependency? I know there is dependency tracker, but can I create something with the team dashboard so that they can view Agile metrics and dependencies in one dashboard itself?
  2. If Team A raises a work-item and assigns to Team B as a dependency, how can Team B show whether they have accepted that work-item to be delivered or rejected that work-item? There are "states", but even if a state is selected, the work-item (e.g., Feature) would still remain in Team B's area path and iteration path, and hence on backlog. Thanks for your support.
Azure DevOps

Answer accepted by question author
Christos Panagiotidis 3,551 Reputation points
2026-07-18T06:24:35.19+00:00

Use Delivery Plans for dependencies and a team dashboard for metrics. Delivery Plans is not a dashboard widget, but the dashboard can include Velocity or Burndown and Query Results backed by a direct-links query for Predecessor/Successor relationships.

Azure Boards has no native dependency accept/reject action. Add a custom Dependency Decision field with Requested, Accepted, and Rejected values through an inherited process. A custom state mapped to Proposed or In Progress remains on the backlog. If rejection means Team B no longer owns the work, move its Area Path back to Team A or transition it to the Removed category. Removed hides it from backlogs and boards; Completed incorrectly implies delivery.

Prefer a separate Team B work item instead of transferring Team A’s original Feature. Link them as Predecessor/Successor so each team owns its area and iteration without disrupting the requester’s backlog. Surface the decision field in the Query Results widget.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.