PHPackages                             ueslialmeida/jira-codeception-extension - 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. ueslialmeida/jira-codeception-extension

ActiveLibrary

ueslialmeida/jira-codeception-extension
=======================================

This package provides an extension for Codeception to create Jira issues automatically when a test fails.

v0.0.2(4y ago)031MITPHP

Since Nov 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ueslialmeida/jira-codeception-extension)[ Packagist](https://packagist.org/packages/ueslialmeida/jira-codeception-extension)[ RSS](/packages/ueslialmeida-jira-codeception-extension/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (4)Used By (0)

jira-codeception-extension
==========================

[](#jira-codeception-extension)

This package provides an extension for Codeception to create issues in Jira automatically when a test fails.

### How it works?

[](#how-it-works)

When you run a test and it fails the extension will connect with your Jira instance through the Jira API and create an issue containing the data generated by Codeception at the moment of the failure. The number of issues created will vary depending on the number of failed tests, if two tests failed then two separated issues will be created.

The issue will contain the following data:

- Test Name
- Failure Message
- Failed Step
- File Name
- Stack Trace

### Configuration Example

[](#configuration-example)

This extension creates a Jira issue after a test failure. To use this extension a valid Jira configuration is required.

- host: A Jira instance.
- user: A valid user that has permission to create issues in the specified project.
- token: A valid token for the specified user. The API will not accept the user password so a token is required. You can create a token in the user configuration panel, for more information follow the Jira official documentation [here](https://confluence.atlassian.com/cloud/api-tokens-938839638.html).
- projectKey: A valid Jira project key (e.g. TA, ZTE, ETC).
- issueType: Usually the issue is created as a Bug but you can change it for Task or another valid issue type available in your Jira instance.
- debugMode: In case you are creating tests or debugging tests you may not want to create issues (and I don't recommend it) so setting this config to true the extension will not create issues in production set it back to false.

Configuration 'codeception.yml' example:

```
extensions:
  enabled:
    - Codeception\Extension\JiraExtension
  config:
    Codeception\Extension\JiraExtension:
      host: https://yourdomain.atlassian.net
      user: email@mail.com
      token: Tg7womaGGFpn9EC16qD3L7T6
      projectKey: JE
      issueType: Bug
      label:
        - autotest_bug
      debugMode: false

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

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 ~178 days

Total

3

Last Release

1634d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44954661?v=4)[Uesli Almeida](/maintainers/ueslialmeida)[@ueslialmeida](https://github.com/ueslialmeida)

---

Top Contributors

[![ueslialmeida](https://avatars.githubusercontent.com/u/44954661?v=4)](https://github.com/ueslialmeida "ueslialmeida (8 commits)")

---

Tags

codeceptionextensionjiraissue

### Embed Badge

![Health badge](/badges/ueslialmeida-jira-codeception-extension/health.svg)

```
[![Health](https://phpackages.com/badges/ueslialmeida-jira-codeception-extension/health.svg)](https://phpackages.com/packages/ueslialmeida-jira-codeception-extension)
```

###  Alternatives

[site5/phantoman

The Codeception extension for automatically starting and stopping PhantomJS when running tests.

481.1M17](/packages/site5-phantoman)[mcustiel/phiremock-codeception-extension

Codeception extension for Phiremock. Allows to stub remote services for HTTP requests.

311.0M5](/packages/mcustiel-phiremock-codeception-extension)[oprudkyi/codeception-events-scripting

The Codeception extension for automatically running shell scripts on codeception events

1257.3k1](/packages/oprudkyi-codeception-events-scripting)[mcustiel/codeception-http-mock

Extension for HTTP Mock.

1424.3k1](/packages/mcustiel-codeception-http-mock)

PHPackages © 2026

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