Feature Product Field in Jira Align clears after Connector Sync

Still need help?

The Atlassian Community is here for you.

Ask the community



Summary

This article is intended to fix the issue whereby the Jira connector resets the Feature’s Product field in Jira Align after the connector sync.

Environment

Jira Align

Diagnosis

This article is intended to fix the issue whereby the Jira connector resets the Feature’s Product field in Jira Align after the connector sync and no errors are captured in the JA feature’s audit log nor in Splunk.

Cause

When you have Jira Align Admin > Jira Settings > Jira Setup > Feature Product configured to use a Custom Field ID the Product sync becomes Bi-Directional

AND

If you don't have all the Jira Products mapped in Jira Align Admin > Jira Settings > Jira Setup > Product custom field > Manage > Sync Jira Products, the connector resets the Feature’s Product field.

Solution

  1. In Jira, navigate to issues > Custom Fields.

  2. Search for the custom field "Product”> Click the ellipsis button > Context and Default values.

  3. The Field type must be "Select Single Choice"

  4. Make sure all the products found in Jira match products in JA and the sync should successfully occur.

To prevent typos and errors when the user is comparing products in Jira x JA, another way to capture the list of products available in JA and Jira is by running a GET API call to return the values.

Jira API call:

https://<jira-url>/rest/api/2/issue/<issue-key>/editmeta

JA API call:

https://<jira-align>.jiraalign.com/rest/align/api/2/Products



Last modified on Feb 23, 2024

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.