PHPackages                             reload/jira-security-issue - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. reload/jira-security-issue

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

reload/jira-security-issue
==========================

Create Jira issues if it doesn't exist

v2.0.13(5mo ago)11.9M—3%4[1 issues](https://github.com/reload/jira-security-issue/issues)MITPHPPHP &gt;=8.3.0 &lt;8.5CI passing

Since Jul 13Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/reload/jira-security-issue)[ Packagist](https://packagist.org/packages/reload/jira-security-issue)[ RSS](/packages/reload-jira-security-issue/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (11)Versions (68)Used By (0)

Reload Jira Security Issue
==========================

[](#reload-jira-security-issue)

This is a small library that can create Jira issues. The main idea is that it's simple to use and it'll not recreate an issue if the proper keys are supplied.

Quick example:

```
        $issue = new JiraSecurityIssue();

        $issue->setTitle('Issue title')
            ->setBody('The main body');

        $issue->setKeyLabel('some-unique-id');

        echo $issue->ensure();
```

Configuration is set using environment variables, for ease of use in CI systems.

- `JIRA_TOKEN`: A reference to the repo secret `JiraApiToken` (**REQUIRED**)
- `JIRA_HOST`: The endpoint for your Jira instance, e.g.  (**REQUIRED**)
- `JIRA_USER`: The ID of the Jira user which is associated with the 'JiraApiToken' secret, eg '' (**REQUIRED**)
- `JIRA_PROJECT`: The project key for the Jira project where issues should be created, eg `TEST` or `ABC`. (**REQUIRED** if not set in code)
- `JIRA_ISSUE_TYPE`: Type of issue to create, e.g. `Security`. Defaults to `Bug`. (*Optional*)
- `JIRA_PRIORITY`: The priority of issue to create, e.g. `Critical`. (*Optional*)
- `JIRA_WATCHERS`: Jira users to add as watchers to tickets. Separate multiple watchers with comma (no spaces). (*Optional*)
- `JIRA_RESTRICTED_COMMENT_ROLE`: A comment with restricted visibility to this role is posted with info about who was added as watchers to the issue. Defaults to `Developers`. (*Optional*)

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance50

Moderate activity, may be stable

Popularity43

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity87

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 54.5% 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 ~29 days

Recently: every ~18 days

Total

67

Last Release

171d ago

Major Versions

v1.1.1 → v2.0.02024-04-16

PHP version history (4 changes)v1.0.0PHP &gt;=7.2.0

v1.0.41PHP &gt;=8.2.0

v2.0.9PHP &gt;=8.3.0

v2.0.12PHP &gt;=8.3.0 &lt;8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/a7ad4d54daf1994f9c176af5dacde72d09d9f4b5d29b240bd3c554687b5b395d?d=identicon)[arnested](/maintainers/arnested)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (97 commits)")[![arnested](https://avatars.githubusercontent.com/u/190005?v=4)](https://github.com/arnested "arnested (61 commits)")[![xendk](https://avatars.githubusercontent.com/u/229422?v=4)](https://github.com/xendk "xendk (19 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/reload-jira-security-issue/health.svg)

```
[![Health](https://phpackages.com/badges/reload-jira-security-issue/health.svg)](https://phpackages.com/packages/reload-jira-security-issue)
```

###  Alternatives

[spatie/holidays

Calculate public holidays

392604.1k1](/packages/spatie-holidays)[codeigniter4/devkit

Development toolkit for CodeIgniter libraries and projects

68187.1k82](/packages/codeigniter4-devkit)[mikealmond/color

A small library to manipulate and display colors

26221.9k2](/packages/mikealmond-color)[synolia/sylius-gdpr-plugin

Synolia sylius GDPR plugin.

20148.1k](/packages/synolia-sylius-gdpr-plugin)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)

PHPackages © 2026

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