Download the PHP package traw/powermail-jira without Composer
On this page you can find all versions of the php package traw/powermail-jira. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package powermail-jira
powermail-jira-issues
Post powermail form submissions as jira issues
Installation
This is the base extension, and doesn't work on it's own - please install either https://github.com/thomasrawiel/powermail-jira-issues or https://github.com/thomasrawiel/powermail-jiraonpremise-issues
Requirements
You will need:
- at least 1 Jira project where you can post issues.
- A Jira user that is allowed to create issues in that project
- A personal access token, which you can get https://id.atlassian.com/manage-profile/security/api-tokens
Also see for more configuration infos:
https://github.com/lesstif/php-JiraCloud-RESTAPI
https://github.com/lesstif/php-jira-rest-client
Configuration
(work in progress)
It is recommended to have your credentials and security related configuration values in a seperated .env file
Connecting to your Jira instance
Add this e.g. in your additional.php configuration file
This user will also be the author of the created issues.
Adding projects
For each project add a configuration array Each project can have multiple configurations that are by conditions
Hint: The project key is the prefix of the issue number. In the example of JRA-123, the "JRA" portion of the issue number is the project key.
The label and project key are required.
Usage
To enable posting to your Jira Board, make sure to add the static typoscript include Add Powermail Jira Issues Finisher
to your page's template.
In your form, select the configuration
The title of the issue will be the subject of the email to the receiver, that you configure in the powermail plugin
All fields of the form will be added to the description of the issue
Uploads fields are detected automatically and files will be attached to the issue after it has been created.
This extension is work in progess and can change anytime.
All versions of powermail-jira with dependencies
php Version ^8.1
in2code/powermail Version ^12.0
evoweb/extender Version ^10