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.14(2w ago)12.0M—4%4[1 issues](https://github.com/reload/jira-security-issue/issues)MITPHPPHP &gt;=8.3.0 &lt;8.5CI passing

Since Jul 13Pushed 2w 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 yesterday

READMEChangelogDependencies (22)Versions (69)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

61

—

FairBetter than 98% of packages

Maintenance78

Regular maintenance activity

Popularity43

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 54.4% 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 ~32 days

Recently: every ~68 days

Total

68

Last Release

14d 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] (98 commits)")[![arnested](https://avatars.githubusercontent.com/u/190005?v=4)](https://github.com/arnested "arnested (62 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

[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)[inpsyde/object-hooks-remover

Package to remove WordPress hook callbacks that uses object methods or closures.

6365.7k1](/packages/inpsyde-object-hooks-remover)[felixdorn/laravel-rickroll

Rickrolls people trying to break your site.

867.3k](/packages/felixdorn-laravel-rickroll)

PHPackages © 2026

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