Ability to configure the jira issues integration at the group level

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

It would be great to be able to configure the jira integration at group level, i see that the rest api is available for it: https://docs.gitlab.com/api/group_integrations/#set-up-jira

I see the provider currently has https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/project_integration_jira, it would be effectively the same but group_integration_jira (assuming naming follows the project_ or group_ structure)

I see that service_jira (https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/service_jira) is deprecated and points to -> gitlab_integration_jira (https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/integration_jira) which is also deprecated and points to project_integration_jira(https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/project_integration_jira)

I can get around this by using the project level integration, but the mass API calls can be removed by using the group one instead

Implementation Guide

  • Read the CONTRIBUTING.md guide for setting up your local development environment and clone the community fork of this project.
  • Follow the CreatingANewResource.md guide to create a new resource called gitlab_group_integration_jira.
Edited by 🤖 GitLab Bot 🤖