How should I configure custom Jira fields when creating a Jira destination?

How should I configure custom Jira fields when creating a Jira destination?

When setting up a Jira destination, the Custom Jira Fields section must be populated with the required custom fields from the linked Jira account in JSON format. These fields are mandatory for the creation of a ticket, even though standard fields like summary, description, and priority are automatically populated by the Uptycs.

If there are custom fields that must be filled, they should be provided in the Jira Custom Fields section, as shown in the example below:



{ "fields": { "customfield_10879": "Customer Request", "customfield_10827": 5640, "customfield_10809": { "value": "FINRA" } } }

Without these additional fields, the ticket cannot be created successfully as shown in below image. Make sure all required custom fields from your Jira account are included in this section.
Example of failed ticket creation


    • Related Articles

    • What should be entered in the "Username" field when configuring a Jira destination?

      When setting up a Jira destination, the Username field should contain the email address associated with the Jira account you are linking. Make sure this email is the one used for logging into the Jira system.
    • How to get the custom name as standard name in the overview page of Host compliance ?

      This article provides you the steps that can be followed to get the custom name as standard name on the overview page of the host compliance as shown below. 1. To land on compliance overview page , go to Uptycs EDR --> Audit --> Compliance . 2. Then ...
    • How to obtain an API Key

      Overview An API key & secret are used to authenticate API clients to access Uptycs related resources. An API key / secret is unique to individual users. The document describes the process to obtain the same on Uptycs eco-system. Procedure Login into ...
    • TimeZones in the UI and API

      This FAQ clarifies how timezones are handled within the UI and API. Time displayed in the UI: All configuration items within the UI will be displayed in your local time. This ensures you see familiar time formats while configuring rules and ...
    • How to generate and provide HAR file to Uptycs Support

      HAR (HTTP Archive) is a file format used by several HTTP session tools to export the captured data. The format is basically a JSON object with a particular set of fields. Procedure on how to generate HAR file for different browsers can be obtained at ...