Download the PHP package reload/jira-security-issue without Composer
On this page you can find all versions of the php package reload/jira-security-issue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download reload/jira-security-issue
More information about reload/jira-security-issue
Files in reload/jira-security-issue
Download reload/jira-security-issue
More information about reload/jira-security-issue
Files in reload/jira-security-issue
Vendor reload
Package jira-security-issue
Short Description Create Jira issues if it doesn't exist
License MIT
Package jira-security-issue
Short Description Create Jira issues if it doesn't exist
License MIT
Please rate this library. Is it a good library?
Informations about the package 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:
Configuration is set using environment variables, for ease of use in CI systems.
JIRA_TOKEN
: A reference to the repo secretJiraApiToken
(REQUIRED)JIRA_HOST
: The endpoint for your Jira instance, e.g. https://foo.atlassian.net (REQUIRED)JIRA_USER
: The ID of the Jira user which is associated with the 'JiraApiToken' secret, eg '[email protected]' (REQUIRED)JIRA_PROJECT
: The project key for the Jira project where issues should be created, egTEST
orABC
. (REQUIRED if not set in code)JIRA_ISSUE_TYPE
: Type of issue to create, e.g.Security
. Defaults toBug
. (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 toDevelopers
. (Optional)
All versions of jira-security-issue with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2.0
lesstif/php-jira-rest-client Version ^5
webignition/symfony-console-typed-input Version ^0.6
lesstif/php-jira-rest-client Version ^5
webignition/symfony-console-typed-input Version ^0.6
The package reload/jira-security-issue contains the following files
Loading the files please wait ....