Skip to content

Instantly share code, notes, and snippets.

@codevalve
Created November 22, 2021 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codevalve/1c84ef5bc2eb3c070f1d072d4f46372a to your computer and use it in GitHub Desktop.
Save codevalve/1c84ef5bc2eb3c070f1d072d4f46372a to your computer and use it in GitHub Desktop.

How-To 301 the CLOUD-6999

Use the HTML meta refresh to redirect to your Jira service desk portals.

Change the "yoursite" portion to your Jira cloud portal tenant name.


“Complaining does not work as a strategy. We all have finite time and energy. Any time we spend whining is unlikely to help us achieve our goals. And it won't make us happier.” ― Randy Pausch

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="1; url='https://yoursite.atlassian.net/servicedesk/customer/portals'" />
</head>
<body>
<p>CLOUD-6999 Redirect <a href="https://jira.atlassian.com/browse/CLOUD-6999">CLOUD-6999</a>.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment