Remove add a namespace section from jira development docs
What does this MR do and why?
It removes the Add a namespace section from https://docs.gitlab.com/ee/development/integrations/jira_connect.html.
The section describes a workaround to add a namespace when using Jira connect on a local development environment. This is only possible when using tunneling, which is now discouraged. See the first section of this page, which says:
You must not use tunneling tools such as Serveo or ngrok. These are security risks, and must not be run on developer laptops.
How to set up and validate locally
- Open http://localhost:3000/help/development/integrations/jira_connect.html
- Observe that the section is no longer there.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.