Skip to content

Adding .ghe support ticket creation steps #39744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ topics:
- Support
---

## About support tickets
## About support tickets

{% ifversion fpt %}
{% data reusables.support.free-and-paid-support %}
Expand Down Expand Up @@ -83,6 +83,10 @@ Especially for tickets with {% data variables.product.support_ticket_priority_ur
1. Navigate to the {% data variables.contact.contact_landing_page_portal %} and choose one of the following options:

* To sign in with your {% data variables.product.github %} account, click **Sign in with {% data variables.product.github %}**.
* If your organization uses Data Residency or Enterprise Managed Users (accounts ending in `.ghe`):
1. In the sign-in dialog, click **Sign in to your .ghe account**.
1. Enter your enterprise or tenant name (provided by your administrator) and continue.
1. Complete the SAML authentication process as prompted. This will sign you in to your .ghe enterprise-managed account.
Copy link
Preview

Copilot AI Aug 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hardcoded text 'Data Residency' and 'Enterprise Managed Users' should use variables instead. Check data/variables/enterprise.yml for existing variables like {% data variables.enterprise.prodname_managed_user %} for managed user accounts, or define new variables if they don't exist.

Copilot uses AI. Check for mistakes.

* To sign up for {% data variables.product.github %}, click **Sign up for {% data variables.product.github %}**.
* If you can't sign in or sign up, click **Can't sign in?** and fill out the form. You will be guided through an email verification process.{% ifversion ghec or ghes %} You will need to upload your {% data variables.product.prodname_enterprise %} license. For more information, see [AUTOTITLE](/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise).{% endif %}

Expand Down
Loading