Planning, writing and business man on glass board for brainstorming, schedule and scrum and agile solution. Thinking, ideas and focus of African person on window sticky notes, job priority or project.

Project Managers juggle multiple initiatives, timelines, and stakeholders. One missed dependency can delay an entire release. JIRA is built to help as long as you know how to leverage its cross-project tracking features. This guide outlines practical steps to surface, track, and practice good Jira dependency management across multiple teams and boards.

1. Use Issue Linking Thoughtfully

JIRA lets you link issues as “blocks/is blocked by” or “relates to.”

How it helps: Clear visibility into blockers, and a structure to track critical paths.

Best practice: Standardize link usage across teams. Create a policy: if a story can’t start until another completes, link it as a blocker.

Pro tip: Use the “Link Graph” or “Structure for Jira” plugins to visualize dependency chains.

2. Build a Cross-Project Tracking Board

Create a shared Kanban or Scrum board with a combined JQL filter:

project in (WEB, APP, DATA) AND issuetype in (Story, Task) AND status not in (Done, Cancelled)

Why it matters: This lets you see cross-team work in one place.

Pro tip: Add swimlanes by project or epic to separate teams while maintaining visibility.

3. Create a Dependency Dashboard

Use gadgets like:

  • Filter Results (blocked issues)
  • Two-Dimensional Stats (by team + blocker status)
  • Created vs. Resolved (to gauge issue flow)

Why it helps: Dashboards give execs and stakeholders a single source of truth.

Pro tip: Create views for different personas—executive, team lead, PM.

4. Automate Notifications and Alerts


Using JIRA automation, notify relevant team members when dependencies are added or unresolved blockers linger for X days.

Pro tip: Create rules like “if issue is blocked for more than 5 days, add a comment to parent epic.”

5. Include Dependencies in Planning Cadences


Integrate dependency tracking into:

  • Sprint Planning (call them out early)
  • Standups (quick blocker check)
  • PI Planning (for long-term visibility)

Pro tip: Use a Confluence page with live JIRA macros to display blocker lists.

Action Item:

Create a dashboard that includes at least one gadget for issue links and blockers. Share it with your team and stakeholders. Use it in your next planning session to identify risks early.