@extends('layouts.app')
@section('title', 'Import Dashboard · QA Dashboard')
@section('content')
Upload each project's BA target sheet as CSV (in Google Sheets: File → Download → CSV). Its stories become that project's Quarter Targets: rows with a Jira key auto-link; keyless rows are title-matched for you to confirm. Every import shows you what it found first — nothing is saved until you confirm it. Adds one Jira issue as a confirmed target without replacing the existing list — for when the BA target sheet isn't ready yet. The issue must already be in the synced Jira cache. Lists all issues whose Epic Link is that epic (Stories, Tasks or Sub-tasks) as targets, with the epic as their parent; each item's linked Bugs, Sub-tasks and Tasks appear under it on the Status page. Expected columns: a story/title column (e.g. Import Dashboard
{{ $name }}
@if ($p['total']){{ $p['total'] }} stories imported@endif
Story, Title, Target story) and, where available, a Jira key column (Jira, Key, Issue). Re-importing a quarter replaces its list and keeps your prior confirmed matches.