Skip to content

Pipeline Sec: Fix Jira issue creation

What does this MR do and why?

This change resolves an issue in which a finding, which has an existing GitLab issue attached, would not be allowed to have a Jira issue created.

Changelog: fixed EE: true

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Jira disabled Jira enabled: before Jira enabled: after
Screenshot_2024-03-25_at_12.54.09_PM Screenshot_2024-03-25_at_12.58.09_PM Screenshot_2024-03-25_at_12.57.20_PM

How to set up and validate locally

  1. Go to a project and make sure that Jira issue-integration is disabled
  2. Create a GitLab issue for a pipeline finding
  3. Enable Jira issue-integration
  4. Check that it is possible to create a Jira issue for the finding with a GitLab issue from within the pipeline security report

Related to #451446 (closed)

Edited by David Pisek

Merge request reports