PHPackages                             creacoon/laravel-dashboard-jira-service-management-queues-tile - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. creacoon/laravel-dashboard-jira-service-management-queues-tile

ActiveLibrary[Admin Panels](/categories/admin)

creacoon/laravel-dashboard-jira-service-management-queues-tile
==============================================================

JiraQueueServiceTile

1.0.1(1y ago)029MITPHPPHP ^8.3

Since Oct 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/creacoon/laravel-dashboard-jira-service-management-queues-tile)[ Packagist](https://packagist.org/packages/creacoon/laravel-dashboard-jira-service-management-queues-tile)[ Docs](https://github.com/creacoon/laravel-dashboard-jira-service-management-queues-tile)[ RSS](/packages/creacoon-laravel-dashboard-jira-service-management-queues-tile/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (12)Versions (3)Used By (0)

laravel-dashboard-jira-service-management-queues-tile
=====================================================

[](#laravel-dashboard-jira-service-management-queues-tile)

Installation
============

[](#installation)

1. Require package via composer
2. Place the required values in the `.env` file.
3. Place the tile component in your dashboard.
4. Schedule the command in the `app/console/kernel.php`

Composer
--------

[](#composer)

You can install the package via composer:

```
composer require creacoon/laravel-dashboard-jira-queue-tile
```

Env file
--------

[](#env-file)

Place this in the `.env` file.

```
JIRA_HOST=
JIRA_AUTHENTICATION="basic_token"
JIRA_USER=
JIRA_API_TOKEN=
JSM_VISIBLE_QUEUES=1,2,3
```

### Config file

[](#config-file)

In the `dashboard` config file, you must add this configuration in the `tiles` key.

```
// in config/dashboard.php
return [
    // ...
'jira_service_queues' => [
    'jira_host' => env('JIRA_HOST'),
    'jira_user' => env('JIRA_USER'),
    'jira_api_token' => env('JIRA_API_TOKEN'),
    'visible_queues' => explode(',', env('JSM_VISIBLE_QUEUES')),
    'resolved_today_jql' => 'project = SV AND statusCategory IN (Done) AND updated > startOfDay() AND updated < endOfDay()',
],
```

Tile component
--------------

[](#tile-component)

In your dashboard view you use the `livewire:jira-service-queue-tile` component.

```

```

Schedule command
----------------

[](#schedule-command)

In `app\Console\Kernel.php` you should schedule the following commands.

```
protected function schedule(Schedule $schedule)
{
    // ...
           $schedule->command(FetchDataFromJiraQueueCommand::class)->everyFiveMinutes();
}
```

Customizing the view
--------------------

[](#customizing-the-view)

If you want to customize the view used to render this tile, run this command:

```
php artisan vendor:publish --tag="dashboard-jira-queue-tile-views"
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

574d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e019c7a42af689e0234e23cda216ba2b536901b4870058c4ad61c22f17a651a?d=identicon)[tomcoonen](/maintainers/tomcoonen)

---

Top Contributors

[![tomcoonen](https://avatars.githubusercontent.com/u/988013?v=4)](https://github.com/tomcoonen "tomcoonen (2 commits)")

---

Tags

laravelcreacoonjira service management

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/creacoon-laravel-dashboard-jira-service-management-queues-tile/health.svg)

```
[![Health](https://phpackages.com/badges/creacoon-laravel-dashboard-jira-service-management-queues-tile/health.svg)](https://phpackages.com/packages/creacoon-laravel-dashboard-jira-service-management-queues-tile)
```

###  Alternatives

[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)[redberry/page-builder-plugin

Page builder plugin for filamentphp admin panel to build pages using blocks.

242.8k](/packages/redberry-page-builder-plugin)[jeffersongoncalves/filament-topbar

A simple yet effective Filament plugin that automatically adds a customized topbar to your Filament admin panel. This plugin enhances your Filament panel's user experience by replacing the default topbar component with an improved version that displays navigation and user interface elements in strategic locations.

171.2k](/packages/jeffersongoncalves-filament-topbar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
