-
Bug
-
Resolution: Unresolved
-
High
-
None
-
None
-
1
-
Severity 2 - Major
-
No
Issue Summary
The "Program Increment List" column in the "Capability History" table shows incorrect data when multiple capabilities are created using the Import functionality
As a result, the EI data will show a [Program Increment List] column for the [Capability History] table, with the Incorrect data. It displays PIs that are not assigned to the Capability.
Steps to Reproduce
- Create an Excel file to import multiple capabilities (with PI information) (following steps outlined in the help page: https://help.jiraalign.com/hc/en-us/articles/115000088674-Import-objects-via-Excel-overview)
- Wait for the Enterprise Insight replication to complete
- Run, for example, the following query
select [Capability Fact Valid To], [FK Capability ID], [Program Increment List] from current_dw.[Capability History] where [FK Capability ID] > "imported Capability ID"
Expected Results
The "Program Increment List" column should not display the Program Increment IDs that are not linked to Capability
Actual Results
"Program Increment List" displays the PIs that are not linked to the Capability
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available