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
- Select a GitLab group
- Navigate to
Settings>Integrations>Jira - Check
Enable Jira Issuesand provide a Jira project key - Check
Enable Jira issue creation from vulnerabilities - Click refresh -
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:
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.

