PHPackages                             artack/monolog-jira-handler - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. artack/monolog-jira-handler

AbandonedArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

artack/monolog-jira-handler
===========================

jira handler for monolog

0.3.0(7y ago)21531MITPHPPHP ^7.1.3

Since Feb 22Pushed 4y agoCompare

[ Source](https://github.com/artack/monolog-jira-handler)[ Packagist](https://packagist.org/packages/artack/monolog-jira-handler)[ RSS](/packages/artack-monolog-jira-handler/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (13)Versions (4)Used By (0)

> **ATTENTION:** This repository is archived and therefore readonly.

---

JIRA Handler for Monolog
========================

[](#jira-handler-for-monolog)

[![Build Status](https://camo.githubusercontent.com/148b136a170c3eb1f7abd5f9b2e79af848b86ef3af102265188118362c2682d0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f41525441434b2f6d6f6e6f6c6f672d6a6972612d68616e646c65722e7376673f7374796c653d666c6174)](https://travis-ci.org/ARTACK/monolog-jira-handler)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/b06dc0e96c1d75ee6a5f470129077d0ca4311d7a0fa6600e10327890b11c9e14/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f61727461636b2f6d6f6e6f6c6f672d6a6972612d68616e646c65722e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/artack/monolog-jira-handler/)[![Scrutinizer Coverage](https://camo.githubusercontent.com/8dcded27b0b1bc8f4a3d605a31087ca2ab9dfe1a0e64489d09634e8b1e112295/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f61727461636b2f6d6f6e6f6c6f672d6a6972612d68616e646c65722e737667)](https://scrutinizer-ci.com/g/artack/monolog-jira-handler/)[![Latest Release](https://camo.githubusercontent.com/a16a31376d3b9d91427e16869897506fc3f41a7d7740c0023d11dc9d51bb9947/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61727461636b2f6d6f6e6f6c6f672d6a6972612d68616e646c65722e737667)](https://packagist.org/packages/artack/monolog-jira-handler)[![MIT License](https://camo.githubusercontent.com/2b5387574f66c06c2a010d1d71edc0e85219e19396266eb1f81c9aac32ee6075/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61727461636b2f6d6f6e6f6c6f672d6a6972612d68616e646c65722e737667)](http://opensource.org/licenses/MIT)[![Total Downloads](https://camo.githubusercontent.com/3fba36a1a637b7a6130233cd42647595d1be8a5f60a499f965bfb6d30fbebe13/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61727461636b2f6d6f6e6f6c6f672d6a6972612d68616e646c65722e737667)](https://packagist.org/packages/artack/monolog-jira-handler)

Developed by [ARTACK WebLab GmbH](https://www.artack.ch) in Zurich, Switzerland.

Introduction
------------

[](#introduction)

This handler will write the logs to a JIRA instance. The handler will calculate a hash over the log-data except time sensitive data. It then will query the JIRA REST API to determe if there is already a JIRA Issue with the corresponding hash. If so, the handler will do nothing. If there is no issue matching the hash the handler will create a new issue with the content of the log entry.

Installation
------------

[](#installation)

You can install it through [Composer](https://getcomposer.org):

```
$ composer require artack/monolog-jira-handler
```

Usage
-----

[](#usage)

With this setup each log entry is transmitted to JIRA.

```
