Jira integration - unable to configure issue creation from vulnerabilities at group level

Summary

Configuring Enable Jira issue creation from vulnerabilities at group level always fails with the error: An error occurred while fetching issue list

Steps to reproduce

  1. Select a GitLab group
  2. Navigate to Settings > Integrations > Jira
  3. Check Enable Jira Issues and provide a Jira project key
  4. Check Enable Jira issue creation from vulnerabilities
  5. Click refresh - image

What is the current bug behavior?

When attempting to fetch the list of Jira issue types, the operation is unsuccessful and the following error is produced:

image

An error occurred while fetching issue list
Connection failed. Check your integration settings.

What is the expected correct behavior?

Issue types should be collected from Jira and presented to the user by way of the Select issue type dropdown.

Output of checks

Possible fixes

I believe this was implemented by:

However, currently I do not believe performing tests at group level is supported, see #213138 (comment 1202622183)

Documentation still states that You can enable this setting at the project level only., which might suggest this is not fully implemented. We should not however, have the dysfunctional configuration available in the UI at group level.

Edited by Chris Stone