Below you will find pages that utilize the taxonomy term “GeorgeDavis-Ibexlabs”
December 22, 2025
Publish SARIF to JIRA
Version updated for https://github.com/GeorgeDavis-Ibexlabs/publish-sarif-to-jira to version 0.0.15.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The publish-sarif-to-jira GitHub Action automates the process of parsing SARIF (Static Analysis Results Interchange Format) files and creating corresponding JIRA issues in a JIRA Cloud instance. It simplifies the workflow of managing and tracking issues identified by static analysis tools by directly integrating with JIRA, enabling teams to streamline project management and issue tracking.
April 2, 2024
Publish SARIF to JIRA
Version updated for GeorgeDavis-Ibexlabs/publish-sarif-to-jira to version v0.0.9.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/GeorgeDavis-Ibexlabs/publish-sarif-to-jira/compare/v0.0.8...v0.0.9
April 2, 2024
Create JIRA tickets from SARIF
Version updated for GeorgeDavis-Ibexlabs/publish-sarif-to-jira to version v0.0.6.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Remove testing limiter, comments and lint code by @GeorgeDavis-Ibexlabs in https://github.com/GeorgeDavis-Ibexlabs/jira-cloud-ticket-automation/pull/6 Full Changelog: https://github.com/GeorgeDavis-Ibexlabs/jira-cloud-ticket-automation/compare/v0.0.5...v0.0.6
March 31, 2024
Create JIRA tickets from SARIF
Version updated for GeorgeDavis-Ibexlabs/jira-cloud-ticket-automation to version v0.0.5.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed fix: Handling INPUT variables logic when running within GitHub Actions by @GeorgeDavis-Ibexlabs in https://github.com/GeorgeDavis-Ibexlabs/jira-cloud-ticket-automation/pull/5 Full Changelog: https://github.com/GeorgeDavis-Ibexlabs/jira-cloud-ticket-automation/compare/v0.0.4...v0.0.5
March 30, 2024
Create JIRA tickets from SARIF
Version updated for GeorgeDavis-Ibexlabs/jira-cloud-ticket-automation to version v0.0.4.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed debug: Logging environment variables for GitHub Actions troubleshooting by @GeorgeDavis-Ibexlabs in https://github.com/GeorgeDavis-Ibexlabs/jira-cloud-ticket-automation/pull/4 Full Changelog: https://github.com/GeorgeDavis-Ibexlabs/jira-cloud-ticket-automation/compare/v0.0.3...v0.0.4
March 28, 2024
Create JIRA tickets from SARIF
Version updated for GeorgeDavis-Ibexlabs/jira-cloud-ticket-automation to version v0.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release includes the basic functionality to read SARIF files using the standard SARIF file naming conventions and publish issues to JIRA Cloud.
The GitHub Action can create JIRA Issues and update if the issue exists already. Prerequisites This GitHub Action needs to be used towards the end of the CI workflow to read all SARIF files in the GitHub Workspace and create/update JIRA Issues.