actions-marketplace-validations/Jira ticket creation
Creates a Jira ticket base on the input of a previous action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 24, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/camelotls_actions-jira-integration@10e6a68c45ccda88f957d6c558557242832d4005 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| JIRA_ON_CLOUD | If you are using Jira on Cloud set this environment variable to true | no | false |
| JIRA_CLOUD_TOKEN | Github secret for the JIRA basic authentication token. NOTE: Should be in base64 | no | — |
| JIRA_USER | Github secret for the JIRA user email for external access | no | — |
| JIRA_PASSWORD | Github secret for the JIRA API token for external access | no | — |
| JIRA_PROJECT | The project key for Jira | yes | — |
| JIRA_URI | The Jira URI used for the REST API to make the requests to | yes | — |
| INPUT_JSON | The path where the JSON input to be parsed | yes | — |
| REPORT_INPUT_KEYS | A list of keys of the input JSON you provide that will be parsed and included in the report | yes | — |
| ISSUE_TYPE | The type of the issue to be used while searching for existing issues. This is needed in order to avoid duplicating already raised issues | yes | "" |
| RUNS_ON_GITHUB | Indicates if the action runs on GitHub or locally, on a Docker container, for testing purposes | yes | true |
| PRIORITY_MAPPER | — | no | "" |
| ISSUE_LABELS_MAPPER | — | yes | — |
| LOAD_BALANCER_COOKIE_ENABLED | Extra cookie needed for clustered Jira server to accommodate different Load Balancers such as F5, httpd etc. | no | "" |
| LOAD_BALANCER_COOKIE_NAME | The name of the cookie for the Load Balancer (if any used) | no | "" |
| UPLOAD_FILES | Uploads a file to each Jira issue created based on a comparison of the file name and its relation to each ticket issueSummary | no | false |
| UPLOAD_FILES_PATH | Used only if UPLOAD_FILES is set to true. It's the path holding the files to be uploaded | no | false |
| JQL_SEARCH_PAYLOAD_RESOLVED_ISSUES | The filter you want to apply in order to check for issues that have already been resolved. It is the jql query you get from the "Advanced" section while searching Jira tickets and it's used for the duplication mechanism prevention. | no | "" |
| JQL_SEARCH_PAYLOAD_OPEN_ISSUES | The filter you want to apply in order to check for issues that are already Open. It is the jql query you get from the "Advanced" section while searching Jira tickets and it's used for the duplication mechanism prevention. | no | "" |
| EXTRA_JIRA_FIELDS | Provide the extra fields you need to include in the payload sent to Jira during an issue creation. | no | "" |
Outputs
no outputs