Does Ketryx support third-party Jira fields? – Ketryx

Frequently Asked Questions

Does Ketryx support third-party Jira fields?

Emma Pedolzky

Ketryx can read and display many third-party Jira fields.

However, support for creating or updating these fields depends on how the Jira app implements validation and API behavior.


What happens if a third-party Jira field is required?

If a third-party Jira field is marked as required, Jira may reject create or update requests coming from Ketryx. This can block syncing from Ketryx → Jira, even when the field is mapped correctly.


What options do I have if a required third-party field blocks syncing?

There are two supported approaches, depending on your workflow needs.


Option 1: Keep the field required and allow edit-only behavior in Ketryx

In this setup:

Example configuration (Tempo Time Tracking for Jira)

Note:
The following configuration example is specific to the Tempo Time Tracking plugin for Jira.
Other third-party Jira apps may require different configurations and may behave differently.

This example shows how a Tempo-managed Account field can be surfaced in Ketryx in a read-only, sync-from-Jira setup when the field is required in Jira.

Item fields

{
  "Requirement": {
    "addedFields": [
      { "kind": "CUSTOM", "name": "Account" }
    ]
  }
}

Custom fields

{
  "Account": {
    "type": "SHORT_TEXT",
    "isEditableInKetryx": false,
    "syncToExternalSystem": false
  }
}

Jira field mapping

{
  "customfield_XXXXX": "Account"
}

Result


Option 2: Make the third-party field optional in Jira

In this setup:

Result


Which option should I choose?


Will Ketryx support required third-party fields for creation in the future?

Ketryx continues to evaluate support for additional Jira field types and third-party apps.