Skip to content

Remove jira_connect/users page

What does this MR do and why?

Remove jira_connect/users page and its related views (HAML, CSS), controller, route.

This page was linked from the GitLab for Jira app with cookie authentication right after users finished logging in. We no longer need it since we now have the OAuth flow and have removed all code related to cookie authentication.

Changelog: removed

Screenshots or screen recordings

Before After
Jira_Connect_users_before Jira_Connect_users_after

How to set up and validate locally

Go to http://127.0.0.1:3000/-/jira_connect/users?return_to=https://example.atlassian.net/.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #409880 (closed)

Merge request reports