Resolved Issues
Connect
Software version: 24.1
The following issues were resolved in this release. No configurations changes are required unless explicitly stated.
Key | Summary |
OCTCR42D698011, SC:02652310, SC:02670749 | Links between Jira issues were being removed by when two relationship fields from ALM Octane were mapped to a single field in Jira. This was caused by the lack of support for duplicate mapping. This issue was addressed by introducing new Calculated Value functions: FindAllInProperties(property1, property2, ...) and FindAllInPropertiesOrThrow(property1, property2, ...). The new functions are similar to the existing FindAllInProperty(property) and FindAllInPropertyOrThrow(property), with the additional capability of accepting multiple properties. |
OCTCR42D690013, SC:02471541 | Fixed an issue where the SyncSet path property was ignored and a wrong path was selected, when syncing two syncsets into folders with the same name in Requirements. |
OCTCR42D674120, SC:02531890 | ALM Octane to ALM Octane migration failed as a result of the inability to map a list to a Release field. This issue was fixed by using label suffixes in calculated values. |
OCTCR42D786038, SC:02670522 | In Jira to ALM Octane synchronizations, when Jira endpoints were moved to out of scope, the epic links to features were removed in ALM Octane. This issue was fixed by processing the missing endpoint references and ensuring that the corresponding links were not removed in the target. |
OCTCR42D751006, SC:02672541 | Fixed an HTTP 404 error that occurred when attempting to perform a value mapping between two fields. |
OCTCR42D767024, SC:02714075 | A synchronized Jira URL field resulted in an unclickable URL in the ALM Octane memo field. This issue was fixed and a calculated value script was proposed to make this URL clickable. For example: Eval('<a href="' + otherItem.URL + '">' + otherItem.URL + '</a>') |
Key | Connector | Summary |
OCTCR42D551010, SC:02479638 | Azure DevOps | Fixed a restriction that prevented the creation of multiple connection type rules for the same set of projects and types. You can now define multiple rules, giving you more control in managing project connections. |
OCTCR42D775014, SC:02705720 | Azure DevOps | Attachment sizes were shown with incorrect values. The correct attachment size and comment are now shown in the issue's attachment information. |
OCTCR42D737005, SC:02669734 | Jira | Defect descriptions were constantly being updated after synchronizing anchors with invalid href formats from ALM Octane. This was fixed by validating the href URL in Jira. |
OCTCR42D742001, SC:02669734 | Jira | Defect descriptions were constantly being updated, even if there were no changes. |