# Get support

The Developer Studio team has Teams channels for tenants to ask questions and provide feedback. They are *General* and *Feedback & Help!*

![Teams Channels](https://1981453473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpeS5D0KeRIjJofaPHNV2%2Fuploads%2Fgit-blob-0e7ab029ce10edc68d8df050ecdeeebd6a159d18%2FDevStudioTeamsChannels.png?alt=media)

In addition, every Developer Studio page has a **Get Assistance** button in the bottom right corner.

![Help Button](https://1981453473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpeS5D0KeRIjJofaPHNV2%2Fuploads%2Fgit-blob-c13886622a63ebde184063a2de443538fb7cdfae%2Fhelp.png?alt=media)

When expanded **Help Center** contains links to various help resources.

![Help center](https://1981453473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpeS5D0KeRIjJofaPHNV2%2Fuploads%2Fgit-blob-dd3b46e283ea142c77b90e9032d134a2686fc439%2Fhelp-center.png?alt=media)

## Client 360 Inquiry

While this is generally used by non-Fiserv internal customers, we also have a Client 360 flows for submitting questions regarding various issues with documentation, API functionality, account functionality, etc. We will document their intended usage and process here for understanding and for you to relay to customers as needed.

This Client 360 inquiry will be responded by our on-call support team, either via a response email or forwarded to the appropriate tenant/product team to do the same.

1. Sign into DevStudio (or create account as needed). This provides us a callback email to reply.
2. Choose either `Create an issue` or `Contact sales` (for intergration request) depending on the nature of the inquiry

### Create an issue

* Reason: Pick a reason from the list depending on the issue you're facing ![Reason](https://1981453473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpeS5D0KeRIjJofaPHNV2%2Fuploads%2Fgit-blob-8ed45c9a3235c62025ad2ac8ed7612a3cc846904%2Freason.png?alt=media)
* Product: Pick the product from the list where you're having the issue (Developer Studio is the default for people looking for generic help, though we'll usually tell them to use our Search tool and close the ticket unless given more information) ![Product](https://1981453473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpeS5D0KeRIjJofaPHNV2%2Fuploads%2Fgit-blob-5174bf4ae01e98a03e509bf87880c65c1f6660ed%2Fproduct.png?alt=media)
* Description: More information about the issue to help us direct the inquiry to the correct point of contact for efficient and accurage resolution. ![Description](https://1981453473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpeS5D0KeRIjJofaPHNV2%2Fuploads%2Fgit-blob-12d42dfd3adfe071433f0c9378d4b82dda441fcc%2Fdescription.png?alt=media)

### Contact sales

* Product: Pick the product from the list that you want to get integration help with (`Others` is the default for people who aren't sure, though we'll usually tell them to use our Search tool or the official Fiserv form at <https://www.fiserv.com/en/about-fiserv/contact-us.html>) ![Product](https://1981453473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpeS5D0KeRIjJofaPHNV2%2Fuploads%2Fgit-blob-5174bf4ae01e98a03e509bf87880c65c1f6660ed%2Fproduct.png?alt=media)
* Description: More information about your business and the point of contact needed to quickly get a response for the API and services support you need. ![Description](https://1981453473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpeS5D0KeRIjJofaPHNV2%2Fuploads%2Fgit-blob-fc34f8ba8adeeb999afb4e443e1af7e5f4c35a2a%2Fdescription-1.png?alt=media)

## Github support

To create an issue you need a github account and access to our [Github Support page](https://github.com/Fiserv/Support/issues)

1. Go to Support and click on **New Issue**

```
![Git support](assets/images/support.png "Git support")
```

2. Select issue type: Bug report, Feature request, Feedback

![Create issue](https://1981453473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpeS5D0KeRIjJofaPHNV2%2Fuploads%2Fgit-blob-cd6e02c79081df23cdc8c6a9f8cbb5a929f5e5de%2Fcreate-issue.png?alt=media)

3. Add label(s)

```
![Add label](assets/images/add-label.png "Add label")
```

* If the issue is with the specific product, add product label as well. Then the issue will be send to the assignee under support config in tenant.json

  ![Tenant assignee](https://1981453473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpeS5D0KeRIjJofaPHNV2%2Fuploads%2Fgit-blob-75deb7e33ad3d338c95e7d4a7eddb1f8d96ead74%2Ftenant-assignee.png?alt=media)

### Setting Priority and Severity for any Issue

```
<img width="364" alt="labels" src="assets/images/labels.png">
```

#### Priority

Priority defines the order in which we should resolve a defect. 

**DEFECT PRIORITY CLASSIFICATION.**

**High:** Must be fixed in any of the upcoming builds but should be included in the release.

**Medium:** May be fixed after the release / in the next release.

**Low:** May or may not be fixed at all.

**Severity:** It is the extent to which the defect can affect the software. In other words, it defines the impact that a given defect has on the system.

**DEFECT SEVERITY CLASSIFICATION**

**Critical:** The defect affects critical functionality or critical data. It does not have a workaround. Example: Unsuccessful installation, complete failure of a feature.

**Major:** The defect affects major functionality or major data. It has a workaround but is not obvious and is difficult. Example: A feature is not functional from one module but the task is doable if 10 complicated indirect steps are followed in another module/s.

**Minor:** The defect affects minor functionality or non-critical data. It has an easy workaround. Example: A minor feature that is not functional in one module but the same task is easily doable from another module.

**Trivial:** The defect does not affect functionality or data. It does not even need a workaround. It does not impact productivity or efficiency. It is merely an inconvenience. Example: Petty layout discrepancies, spelling/grammatical errors.

## Feedback

If you have any other feedback, concerns, or compliments, please feel free to use the `Feedback` button on DevStudio or reach out to us on Teams directly! We love to receive all your inputs for our engineers to continue improving the platform for everyone.

![Feedback](https://1981453473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpeS5D0KeRIjJofaPHNV2%2Fuploads%2Fgit-blob-1c791f38f1396fdc90f79b8d46c31bb7c61d85e0%2Ffeedback.png?alt=media)
