# Jira Service Management Customer Portal

We support Jira Service Management customers cleaning the sensitive data out of a HAR file before ever uploading it to Jira. This further reduces the risk of data being leaked.&#x20;

Once [Securely ](https://marketplace.atlassian.com/apps/1232593/securely-for-jira-har-cleaner-compliance-automation-free?tab=overview\&hosting=cloud)is installed in a system with Jira Service Management, a new box will appear in the Customer Portal UI:<br>

<figure><img src="/files/SgwiAOWcY2zvGLtV4Zal" alt="" width="375"><figcaption></figcaption></figure>

A user will then need to upload one or more HAR file into this box. The code will fetch your cleaning [configuration](/securely/secure-har-file-management-with-securely/configuration.md) and then provide the user with the new HAR files for download. Here is an example:

<figure><img src="/files/6LMB5A6kmnnHv4rFLvZl" alt=""><figcaption></figcaption></figure>

The user will need to download the cleaned file and then attach the resulting file to the Attachment field above.

If the user has an open ticket in JSM and you want them to attach a HAR file there, we also support browser side scrubbing below the comment area in a JSM ticket:

<figure><img src="/files/t7og14dm24hI9MXN1uoA" alt="" width="563"><figcaption></figcaption></figure>

#### Known issues

This panel may be a bit slow to load. There isn't anything we can do about this, this code is loaded entirely by Atlassian and served by Atlassian.&#x20;

We understand that it would be preferable if we could dynamically clean HAR files when they are uploaded to the attachment field, but Atlassian doesn't provide APIs for this.

We would also like to only show our UI if there was a HAR file in the Attachment field, but again there is no API for this.

We would also like for a customer who uses our interface to have the clean HAR file automatically attached to the request, but as you may have guessed, there is no API for this.&#x20;

If you would like any of the above to change, we encourage you to contact Atlassian and ask them to make the necessary changes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://abrega.gitbook.io/securely/secure-har-file-management-with-securely/jira-service-management-customer-portal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
