-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 11.25.1
-
Component/s: Features - Attribute
-
1
-
Severity 3 - Minor
-
No
Issue Summary
When a Feature is associated with a parent that has a Theme assigned, any update made to that Feature via import will "lock" the Theme data on the Feature record. After this lock occurs:
- If the parent's Theme is subsequently changed, the updated Theme will appear correctly in the UI (grid display).
- However, the Feature's underlying data will retain the old (locked) Theme value.
- This stale Theme data then surfaces in API responses and affects grid filter results, causing inconsistencies between what users see in the UI and what is returned programmatically.
As a consequence:
- API consumers receive outdated Theme information for affected Features.
- Grid filters return incorrect results, as they operate on the locked (stale) Theme value rather than the current parent Theme.
Steps to Reproduce
- Create an Epic with a theme
- Create a feature under this epic
- Do an import to update the feature description, or primary program
- Now update the theme associated with the Epic
- Open the Feature and see how on the UI the new theme is reflected
- Run an API call to this Feature, and see how the themeId returned is the old one
Expected Results
When the parent theme is changed, the feature will reflect it.
Actual Results
When an import is made, the theme will not change behind the scenes when the parent theme changes.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- causes
-
ALIGNSP-34090 Loading...
- is connected to
-
JAIAC-8349 Loading...