---
title: "How do I map relation names to Ketryx relation types when fetching data from Jira?"
description: "In your organization, head to the advanced settings and find the ‘Relation names’ configuration. ( Organization - Advanced - Relation names)."
category: "Frequently Asked Questions"
section: "Advanced Settings"
keywords: ["relation names", "relation types", "fetching data", "map", "names configuration", "types follow", "head advanced", "organization head"]
source_url: "https://support.ketryx.com/hc/en-us/articles/35448737563661-How-do-I-map-relation-names-to-Ketryx-relation-types-when-fetching-data-from-Jira"
last_reviewed: 2026-06-11
---

# How do I map relation names to Ketryx relation types when fetching data from Jira?

In your organization, head to the advanced settings and find the ‘Relation names’ configuration. ( **Organization -> Advanced -> Relation names**).

Here you can map multiple Jira relation names to the Ketryx relation types, by following the follow json format:

```
{
   "<Ketryx Relation Type>":
   [\
      "<Jira relation name 1>",\
      "<Jira relation name 2>"\
   ]
}

Example:
Use the name "is child of parent" instead of the default relation name "has parent"

{
   "HAS_PARENT":
   [\
      "is child of parent"\
   ]
}
```

```

```

## Related articles

- [Can I create a new/custom Ketryx relation type for the traceability widget?](can-i-create-a-new-custom-ketryx-relation-type-for-the-traceability-widget.md)
- [Why does Ketryx introduce custom relation fields rather than using Jira's native links?](why-does-ketryx-introduce-custom-relation-fields-rather-than-using-jira-s.md)
- [Can Ketryx convert our existing Jira native links to Ketryx custom relational fields?](can-ketryx-convert-our-existing-jira-native-links-to-ketryx-custom-relational.md)
- [Does Ketryx integrate with Xray?](does-ketryx-integrate-with-xray.md)
- [What Advanced Settings should I change when I \"Use existing Jira configuration\" for a new Ketryx Project](what-advanced-settings-should-i-change-when-i-use-existing-jira-configuration.md)
