Skip to content
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

Added information on how to request support for LF IT managed services. #1352

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
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
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,12 @@ Discussion should be held in the open whenever possible. However, if you need to

OpenJS Foundation Collaboration spaces are able to take advantage of several services and benefits as outlined in [COLLABORATION_NETWORK.md](./collaboration-spaces/COLLABORATION_NETWORK.md).

### Help with project infrastructure
### Help with LF IT supported infrastructure

OpenJS projects that have formally engaged with LF IT to support one or more of their services should follow [this guide](./project-resources/requesting_LFIT_support.md) for requesting support.


### Help with non LF IT supported project infrastructure

In almost all situations, the best way to get support is to
[file a ticket with The Linux Foundation](https://members.openjsf.org). For example:
Expand Down
45 changes: 45 additions & 0 deletions project-resources/requesting_LFIT_support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Requesting Linux Foundation IT Support

This guide outlines the procedures and best practices for requesting assistance from the Linux Foundation IT Operations team.

## Who Is This Document For?

This document is for OpenJS projects that have formally engaged with LF IT to support one or more of their services. If you have questions about a non-LF supported service, please contact [email protected].

## How To Contact Linux Foundation IT For Support

### Submit a Ticket

The preferred way to request IT support is by submitting a ticket through the [Jira Service Desk](https://jira.linuxfoundation.org/plugins/servlet/desk/portal/2).

Submitting reqeusts via Jira ensures your request is properly tracked and assigned appropriately.

### What To Include

**Clear Summary:**
A brief overview of the problem you're encountering.

**Detailed Description:**
Provide a comprehensive explanation of the issue, including: Error messages you're receiving (copy and paste if possible) Relevant logs or output Steps to reproduce the problem (if applicable) Links to failing workflows, pipelines, or jobs (if applicable)

**Expected Results:**
Explain what you expected to happen instead of the issue you're facing. The more details you provide, the easier it will be for us to diagnose and address the issue effectively.

### Alternate Contact Method: OpenJS Foundation Slack

For less formal inquiries you can reach out to the IT Operations team channel (#lf-it-support) in the [OpenJS Foundation Slack instance](https://slack-invite.openjsf.org/).

Please note: While Slack can be a convenient way to communicate, submitting a ticket is the recommended method for official support requests as it allows for better tracking and prioritization.


### How Work Is Prioritized

Critical issues resulting in unplanned downtime will be prioritized over other severity types. Please clearly indicate the urgency of your request in the ticket description. Non-critical issues will be addressed according to their severity and order of submission.

### How To Escalate An Issue In Jira

If your issue remains unresolved, you have the option to escalate it directly within the Jira Service Desk. This will bring your ticket to the attention of a senior IT team member.

## Have A Unique Situation?

For urgent, unique, or complex issues that require discussion, please contact [email protected].
Loading