Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I created a custom field in Jira Align ( for Features). There exists a custom field in Jira Cloud (Epics) with same name and drop down options. How can I enable sync between these two in both directions?
Hi Serajul,
It is not currently possible to use the Jira Connector to synchronise a user created custom field in Jira Align with a Jira custom field.
It is possible for your team to develop a script that would utilise the API 2 for synchronising a user created custom field in Jira Align with a Jira custom field.
For more information on API 2 Custom Field Support for both platforms:
Jira Align: API 2.0 Custom Field Support
Jira Cloud: The Jira Cloud platform REST API (atlassian.com)
Hello Heidi, Thanks for the reply and suggestion. Can you provide some more guidance what this script will do with the API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Serajul,
I suppose a script that would use the API to
1. GET the data from the Jira custom field
2. GET the data from the Jira Align custom field
3. Compare the data. If the same, then exit
4. If different then PATCH the Jira custom field data into the Jira Align custom field.
And maybe vice-versa if you wanted bi-directional sync. Though I would recommend one-way to begin with.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.