PHPackages                             wabisoft/craft-issue-reporter - 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. wabisoft/craft-issue-reporter

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

wabisoft/craft-issue-reporter
=============================

Report issues to Relay

0.2.7(4mo ago)0176↓42.9%proprietaryPHPPHP &gt;=8.2

Since Feb 9Pushed 4mo agoCompare

[ Source](https://github.com/wabi-soft/issue-reporter)[ Packagist](https://packagist.org/packages/wabisoft/craft-issue-reporter)[ RSS](/packages/wabisoft-craft-issue-reporter/feed)WikiDiscussions main Synced 2d ago

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

Issue Reporter
==============

[](#issue-reporter)

Craft CMS plugin that injects the [IssueRelay](https://issuerelay.com) feedback widget for logged-in CP users.

Setup
-----

[](#setup)

1. Install the plugin
2. Go to **Settings &gt; Issue Reporter** in the CP
3. Paste your Host URL, Project UUID, API Key, and API Secret from the IssueRelay dashboard
4. Save

The widget automatically appears on all front-end pages for users with CP access. No template changes needed.

Environment Variables
---------------------

[](#environment-variables)

All string and numeric settings support `$ENV_VAR` syntax directly in the CP settings fields. Boolean settings support env vars via the dropdown menu.

```
ISSUE_RELAY_HOST_URL=https://issuerelay.com
ISSUE_RELAY_PROJECT_UUID=your-uuid
ISSUE_RELAY_API_SECRET=your-secret
```

Then in plugin settings, enter `$ISSUE_RELAY_HOST_URL`, `$ISSUE_RELAY_PROJECT_UUID`, `$ISSUE_RELAY_API_SECRET`. The placeholders show these names by default.

Config File Overrides
---------------------

[](#config-file-overrides)

Create `config/issue-reporter.php` to override any setting. Config file values take precedence over CP settings.

```
