@extends('layouts.app') @section('title', 'Jira Stories · QA Dashboard') @section('content')

Jira Stories @if ($period)· {{ $period }}@endif

@include('partials.jira-sync')

Live movement of Jira stories across all three projects (ERP · CRM · SMPP), straight from Jira — independent of the imported quarter-target dashboards. Click any card to see the underlying stories.

{{ $overall['percent_complete'] }}% complete ({{ $overall['done'] }}/{{ $overall['total'] }})
@if (!empty($types))

By story type

@foreach ($types as $ty => $c)
{{ $c['percent_complete'] }}%
{{ $c['done'] }}/{{ $c['total'] }} done
@endforeach
@endif

By project

@if (empty($projects))

No Jira issues for this period. Run a sync or pick another period.

@else
@endif
@foreach ($projects as $name => $c)

{{ $name }}

{{ $c['percent_complete'] }}% {{ $c['done'] }}/{{ $c['total'] }} done
@endforeach
{{-- Jira Stories tab: all stories (except Sub-task/Task/Bug), all-time, split into one table per project (ERP / CRM / SMPP), each with its own search + status filter. --}}

Loading stories…

{{-- Detailed Jira stories modal --}}

Loading…

StoryTypeProjectAssigneeCreatedUpdatedStatus
@endsection @push('scripts') @endpush