PHPackages                             creacoon/laravel-dashboard-jira-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. creacoon/laravel-dashboard-jira-tile

ActiveLibrary

creacoon/laravel-dashboard-jira-tile
====================================

Jira tile for spatie/laravel-dashboard

2.1.0(6mo ago)4221MITPHPPHP ^8.3CI failing

Since Apr 7Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/creacoon/laravel-dashboard-jira-tile)[ Packagist](https://packagist.org/packages/creacoon/laravel-dashboard-jira-tile)[ Docs](https://github.com/creacoon/laravel-dashboard-jira-tile)[ RSS](/packages/creacoon-laravel-dashboard-jira-tile/feed)WikiDiscussions main Synced yesterday

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

An easy overview of Jira in progress stories
============================================

[](#an-easy-overview-of-jira-in-progress-stories)

[![Latest Version on Packagist](https://camo.githubusercontent.com/26c1c707ff684bbd0a2237b6ee6ff84b8a656c5d385f720dc7670001f8f46aad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63726561636f6f6e2f6c61726176656c2d64617368626f6172642d6a6972612d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/creacoon/laravel-dashboard-jira-tile)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a203f4b4caed097b5a9e6db5f3e768d644fd962cfac8c8f89ce47891667b26f1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f63726561636f6f6e2f6c61726176656c2d64617368626f6172642d6a6972612d74696c652f504850253230436f6d706f7365722f6d6173746572)](https://github.com/creacoon/laravel-dashboard-jira-tile/actions?query=workflow%3Aphp+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/59232a3306f99578f5d6272a140af8642d29cf39d1f00fa284ec192db68ba65f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63726561636f6f6e2f6c61726176656c2d64617368626f6172642d6a6972612d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/creacoon/laravel-dashboard-jira-tile)

This tile shows all the in progress Jira stories. It shows the story key, story title and the assignee profile image.

This tile can be used on the [Laravel Dashboard](https://docs.spatie.be/laravel-dashboard).

Screenshots
-----------

[](#screenshots)

[![](./docs/images/jira-tile.png)](./docs/images/jira-tile.png)

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-tile
```

Env file
--------

[](#env-file)

Place this in the `.env` file.

```
JIRA_HOST=
JIRA_AUTHENTICATION="basic_token"
JIRA_USER=
JIRA_API_TOKEN=
```

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

[](#tile-component)

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

```

```

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

[](#schedule-command)

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

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

Config file
-----------

[](#config-file)

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

```
// in config/dashboard.php

return [
 // ...
    'tiles' => [
         'jira' => [
            'max_results' => env('JIRA_MAX_RESULTS', 10),
            'jql' => env('JIRA_JQL', 'status="In Progress"'),
        ]
    ],
];
```

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-tile-views"
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Dion Nijssen](https://github.com/dion213)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance67

Regular maintenance activity

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~277 days

Recently: every ~378 days

Total

7

Last Release

195d ago

Major Versions

1.0.4 → 2.0.02025-01-30

PHP version history (2 changes)1.0.0PHP ^8.0|^7.4

1.0.4PHP ^8.3

### 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 (20 commits)")[![dionnijssen](https://avatars.githubusercontent.com/u/79519456?v=4)](https://github.com/dionnijssen "dionnijssen (12 commits)")[![HikiMato](https://avatars.githubusercontent.com/u/91527805?v=4)](https://github.com/HikiMato "HikiMato (4 commits)")[![JulianaChiabai](https://avatars.githubusercontent.com/u/91732345?v=4)](https://github.com/JulianaChiabai "JulianaChiabai (4 commits)")

---

Tags

creacoonlaravel-dashboard-helpscout-tile

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[fidum/laravel-dashboard-chart-tile

Generic chart tiles for laravel dashboard

16234.7k1](/packages/fidum-laravel-dashboard-chart-tile)[spatie/laravel-dashboard-time-weather-tile

A tile for Laravel Dashboard that displays the time and the weather

1112.1k1](/packages/spatie-laravel-dashboard-time-weather-tile)

PHPackages © 2026

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