Interim fix ELM_702_iFix016.zip This interim fix is only valid for the IBM solution for Engineering Lifecycle Management (ELM) 7.0.2 SR1 release. Future 7.0.2 iFixes will include these fixes, as will the next release of the IBM solution for ELM. This interim fix requires full installation of 7.0.2 iFix015 SR1. 7.0.2 iFix015 SR1 is the prerequisite for future incremental interim fixes. For more information, see IBM Support portal IBM Engineering Lifecycle Management (ELM) 7.0.2 SR1 contained improvements in addition to APARs and defect fixes. For more information, see the ADDITIONAL IMPROVEMENTS section. CONTENTS OF THE INTERIM FIX 1. This readme file: readme.txt 2. Server patch file: ELM_server_patch_7.0.2.0-iFix016-ELM702M-I20220830-1653.zip (see the SERVER PATCH INSTRUCTIONS section) 3. Jazz Reporting Service (Report Builder) patch file: rs.war (see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section) 4. Lifecycle Query Engine patch file: lqe.war (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section) 5. Link Index Provider patch file: ldx.war (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section) 6. IBM Engineering Workflow Management Client for Eclipse update site: UpdateSiteFor_7.0.2.0-iFix016-ELM702M-I20220830-1653.zip (see the IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS section) 7. IBM Engineering Workflow Management Client for Microsoft Visual Studio readme file: readme-vsclient.txt 8. IBM Engineering Workflow Management Client for Microsoft Visual Studio patch file: ewm_vsclient_I7.0.2_iFix008.zip (see the IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR MICROSOFT VISUAL STUDIO INSTRUCTIONS section) 9. IBM Engineering Workflow Management Client for Microsoft Windows Shell readme file: readme_winshellclient.txt 10.IBM Engineering Workflow Management for Microsoft Windows Shell patch file: ewm_winshellclient_I7.0.2_iFix008.zip (see the IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR WINDOWS SHELL INSTRUCTIONS section) 11. APAR PH32216 fix: THIRDPARTYLICENSEREADME.txt (see the ADDITIONAL APAR FIXES INSTRUCTIONS section) 12. WebSphere Application Server script file: clm_update.py (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS and JAZZ REPORTING SERVICE INSTRUCTIONS sections) 13. Default context root map file: context-root-default.properties (used with clm_update.py in the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS and JAZZ REPORTING SERVICE INSTRUCTIONS sections) In addition to the fixes listed in this readme file, the interim fix might also contain fixes for security issues. For details, see the IBM Product Security Incident Response Blog: https://www.ibm.com/blogs/psirt/ CONTENTS OF THIS FILE 1. SERVER PATCH INSTRUCTIONS 2. JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS 3. LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS 4. IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS 5. IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR MICROSOFT VISUAL STUDIO INSTRUCTIONS 6. IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR WINDOWS SHELL INSTRUCTIONS 7. NEW APAR FIXES IN THIS IFIX 8. ADDITIONAL FIXES INSTRUCTIONS 9. CONSOLIDATED LIST OF APAR FIXES 10. CLIENT APAR FIXES 11. ADDITIONAL IMPROVEMENTS 12. KNOWN ISSUES 1. SERVER PATCH INSTRUCTIONS Note: -The ELM server patch file, ELM_server_patch_7.0.2.0-iFix016-ELM702M-I20220830-1653.zip, might contain fixes for either a subset or all of these applications: Jazz Team Server, IBM Engineering Workflow Management, IBM Engineering Test Management, IBM Engineering Requirements Management DOORS Next, IBM Engineering Systems Design Rhapsody - Model Manager, IBM Engineering Lifecycle Optimization Engineering Insights. For the list of APARs that were fixed, listed by application, see the APAR FIXES section. -Before you install the server patch file, ELM_server_patch_7.0.2.0-iFix016-ELM702M-I20220830-1653.zip, verify that no other test fixes or hot fixes are installed. If other fixes are installed, contact IBM Software Support. -For an ELM deployment on a single server, complete the following steps once. For a distributed ELM deployment, complete the same steps on each server. To install the server patch: a. Stop the ELM server. b. Verify whether the following directory exists: /server/patch. -If the directory exists, back up and then remove its contents. -If the directory does not exist, create it. c. Copy the server patch file, ELM_server_patch_7.0.2.0-iFix016-ELM702M-I20220830-1653.zip, into the /server/patch directory. d. Clear the application server cache. For instructions on clearing the cache, consult the application server's detailed documentation. For instructions on what to remove, see the "To clear the application cache on WebSphere Application Server" and "To clear the application cache on WebSphere Liberty Server" sections in this file. e. Start the ELM server. f. Run repotools- -clean for each application that is installed to clear the repotools cache. Note: This will also display the help output. For instance: - repotools-ccm -clean - repotools-gc -clean - repotools-jts -clean - repotools-qm -clean - repotools-relm -clean - repotools-rm -clean - repotools-dcc -clean g. Check the ADDITIONAL FIXES INSTRUCTIONS section for additional steps that may be needed for a specific APAR Note: For a distributed ELM deployment, complete the same steps on each server. To uninstall the server patch: a. Stop the ELM server. b. Back up and then remove the contents of the following directory: /server/patch c. Clear the application server cache. For instructions on clearing the cache, consult the application server's detailed documentation. For instructions on what to remove, see the "To clear the application cache on WebSphere Application Server" and "To clear the application cache on WebSphere Liberty Server" sections in this file. d. Start the ELM server. e. Run repotools- -clean for each application that is installed. Note: This will also display the help output. For instance: - repotools-ccm -clean - repotools-gc -clean - repotools-jts -clean - repotools-qm -clean - repotools-relm -clean - repotools-rm -clean - repotools-dcc -clean To clear the application and class cache on WebSphere Application Server: Remove the contents from these directories under the profile root(e.g. //profiles/), except for the noted help directory: temp, wstemp, workspace. Note: Do not remove this directory, which is required for the ELM local help: temp/{jts_node}/{jts_server}/clmhelp_war. For UNIX platforms, run the following script: /bin/clearClassCache.sh For Windows platforms, run the following script: \bin\clearClassCache.bat To clear the application cache on WebSphere Liberty Server: We have not identified the need to clear any cache in WebSphere Liberty Server To validate that the server patch was successfully installed or uninstalled: a. After the server starts, open an ELM application. b. Click Help > About the Server. c. In the Build Information section, review the interim fix information to confirm that it is either installed (listed) or uninstalled (not listed). 2. JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS To install the patch with Jazz Reporting Service (Report Builder) deployed on WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). b. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f /server/was/clm_update.py> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> NOTE: This will update all applications with war files from the iFixPatch directory specified NOTE: If you selected non-default application context roots during the original install, use a context-root.properties file to specify the map from default to renamed context roots. Option 2: Using the WebSphere Application Server Admin Console a. In the WebSphere Application Server Admin Console, stop the Jazz Reporting Service: Click Applications > Application Types > WebSphere enterprise applications, select the rs_war check box, and click Stop. b. Update the rs_war file: Select the rs_war check box and click Update. c. Select "Replace the entire application," browse to the new rs.war file in the location that you extracted it to, and click Next. d. Follow the Fast Path installation, and accept all of the default values. e. After the update is complete, save the configuration changes when you are prompted to. f. Start the Jazz Reporting Service: Select the rs_war check box and click Start. To uninstall the patch with Jazz Reporting Service (Report Builder) deployed on WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Locate the rs.war file in the original Jazz Reporting Service installation. If there are other war files in this directory, copy the war files that you want to update to a new temporary folder (the clm_update.py script updates all applications with war files in the directory specified). b. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). c. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f /server/was/clm_update.py> /server/webapps> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> /server/webapps> Option 2: Using the WebSphere Application Server Admin Console a. Locate the rs.war file in the original Jazz Reporting Service installation. b. In the WebSphere Application Server Admin Console, stop the Jazz Reporting Service: Click Applications > Application Types > WebSphere enterprise applications, select the rs_war check box, and click Stop. c. Update the rs_war file: Select the rs_war check box and click Update. d. Select "Replace the entire application," browse to the rs.war file in the original installation location, and click Next. e. Follow the Fast Path installation, and accept all of the default values. f. After the update is complete, save the configuration changes when you are prompted to. g. Start the Jazz Reporting Service: Select the rs_war check box and click Start. To install the patch with Jazz Reporting Service (Report Builder) deployed on WebSphere Liberty Server: a. Rename the new rs.war file as rs.war.zip. b. Stop the WebSphere Liberty Server for the Jazz Reporting Service. c. Back up the following file in case you need to revert the patch: \server\liberty\servers\clm\apps\rs.war.zip d. Delete the following files: \server\liberty\servers\clm\apps\rs.war.zip \server\liberty\clmServerTemplate\apps\rs.war.zip e. Delete the following directories: \server\liberty\servers\clm\apps\rs.war \server\liberty\clmServerTemplate\apps\rs.war f. Place the new rs.war.zip file in the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps g. Unzip the new rs.war.zip file into the following directories: \server\liberty\servers\clm\apps\rs.war \server\liberty\clmServerTemplate\apps\rs.war h. Start the server. To uninstall the patch with Jazz Reporting Service (Report Builder) deployed on WebSphere Liberty Server: a. Stop the WebSphere Liberty Server for the Jazz Reporting Service. b. Restore the original rs.war.zip file that was backed up during the installation to the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps c. Delete the following directories: \server\liberty\servers\clm\apps\rs.war \server\liberty\clmServerTemplate\apps\rs.war d. Unzip the original rs.war.zip file into the following directories: \server\liberty\servers\clm\apps\rs.war \server\liberty\clmServerTemplate\apps\rs.war e. Start the server. To verify that the patch was successfully installed: a. After the server starts, open the Jazz Reporting Service home page. b. Click the question mark icon near the upper right. c. Select About Jazz Reporting Service. d. Check that the build ID in the dialog box is JRS_7.0.2-I20220830-1238 3. LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS If this is a new installation, a backup is not needed. Otherwise, be sure you have a backup before you install this interim fix. For details, see "Backing up and restoring Lifecycle Query Engine": https://www.ibm.com/support/knowledgecenter/SSYMRC_7.0.1/com.ibm.team.jp.lqe2.doc/topics/t_lqe_backup.html To install the patch with Lifecycle Query Engine or Link Index Provider deployed on a WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). b. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f /server/was/clm_update.py> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> NOTE: This will update all applications with war files from the iFixPatch directory specified NOTE: If you selected non-default application context roots during the original install, use a context-root.properties file to specify the map from default to renamed context roots. Option 2: Using the WebSphere Application Server Admin Console a. Extract the lqe.war or ldx.war file to your local computer or on the Lifecycle Query Engine or Link Index Provider server. b. In the WebSphere Application Server Admin Console, stop the Lifecycle Query Engine or Link Index Provider application: Click Applications > Application Types > WebSphere enterprise applications, select the lqe_war or ldx_war check box, and click Stop. c. Update the lqe_war or ldx_war file: Select the lqe_war or ldx_war check box and click Update. d. Select "Replace the entire application," browse to the new lqe.war or ldx.war file in the location that you extracted it to, and click Next. e. Follow the Fast Path installation, and accept all of the default values. f. After the update is complete, save the configuration changes when you are prompted to. g. Start the Lifecycle Query Engine or Link Index Provider application: Select the lqe_war or ldx_war check box and click Start. To uninstall the patch with Lifecycle Query Engine or Link Index Provider deployed on a WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Locate the lqe.war or ldx.war file in the original Jazz Reporting Service installation. If there are other war files in this directory, copy the war files that you want to update to a new temporary folder (the clm_update.py script updates all applications with war files in the directory specified). b. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). c. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f /server/was/clm_update.py> /server/webapps> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> /server/webapps> Option 2: Using the WebSphere Application Server Admin Console a. Locate the lqe.war or ldx.war file in the original Lifecycle Query Engine or Link Index Provider installation. b. In the WebSphere Application Server Admin Console, stop the Lifecycle Query Engine or Link Index Provider application: Click Applications > Application Types > WebSphere enterprise applications, select the lqe_war or ldx_war check box, and click Stop. c. Update the lqe_war or ldx_war file: Select the lqe_war or ldx_war check box and click Update. d. Select "Replace the entire application," browse to the lqe.war or ldx.war file in the original installation location, and click Next. e. Follow the Fast Path installation, and accept all of the default values. f. After the update is complete, save the configuration changes when you are prompted to. g. Start the Lifecycle Query Engine or Link Index Provider application: Select the lqe_war or ldx_war check box and click Start. To install the patch with Lifecycle Query Engine or Link Index Provider deployed on WebSphere Liberty Server: a. Rename the new lqe.war or ldx.war file as lqe.war.zip or ldx.war.zip. b. Stop the WebSphere Liberty Server for the Lifecycle Query Engine or Link Index Provider. c. Back up the following file in case you need to revert the patch: \server\liberty\servers\clm\apps\lqe.war.zip or \server\liberty\servers\clm\apps\ldx.war.zip d. Delete the following files: \server\liberty\servers\clm\apps\lqe.war.zip \server\liberty\clmServerTemplate\apps\lqe.war.zip or \server\liberty\servers\clm\apps\ldx.war.zip \server\liberty\clmServerTemplate\apps\ldx.war.zip e. Delete the following directories: \server\liberty\servers\clm\apps\lqe.war \server\liberty\clmServerTemplate\apps\lqe.war or \server\liberty\servers\clm\apps\ldx.war \server\liberty\clmServerTemplate\apps\ldx.war f. Place the new lqe.war.zip or ldx.war.zip file in the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps or \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps g. Unzip the new lqe.war.zip or ldx.war.zip file into the following directories: \server\liberty\servers\clm\apps\lqe.war \server\liberty\clmServerTemplate\apps\lqe.war or \server\liberty\servers\clm\apps\ldx.war \server\liberty\clmServerTemplate\apps\ldx.war h. Start the server. To uninstall the patch with Lifecycle Query Engine or Link Index Provider deployed on WebSphere Liberty Server: a. Stop the WebSphere Liberty Server for the Lifecycle Query Engine or Link Index Provider. b. Restore the original lqe.war.zip or ldx.war.zip file that was backed up during the installation to the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps or \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps c. Delete the following directories: \server\liberty\servers\clm\apps\lqe.war \server\liberty\clmServerTemplate\apps\lqe.war or \server\liberty\servers\clm\apps\ldx.war \server\liberty\clmServerTemplate\apps\ldx.war d. Unzip the original rs.war.zip file into the following directories: \server\liberty\servers\clm\apps\lqe.war \server\liberty\clmServerTemplate\apps\lqe.war or \server\liberty\servers\clm\apps\ldx.war \server\liberty\clmServerTemplate\apps\ldx.war e. Start the server. To verify that the patch was successfully installed: a. After the server starts, open the Lifecycle Query Engine or Link Index Provider home page. b. Verify that the build ID in the upper right matches LQE_7.0.2-I20220713-1225. After installing the patch: a. The Lifecycle Query Engine or Link Index Provider automatically detects whether it is necessary to migrate data from an existing instance. If data migration is necessary, a Start Migration button is displayed on the main Lifecycle Query Engine or Link Index Provider page: https:///lqe/web/admin/data-sources or https:///lqe/web/admin/data-sources. If the button is displayed, click Start Migration. b. Reindex the data sources as required. 4. IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS To install the client update site: NOTE: When going through the installation steps, if no features are listed, uncheck the "Group items by category" check box. a. Extract the update site file to the computer where the client is installed. b. In the IBM Engineering Workflow Management client, click Help > Install New Software. c. In the Install window, click Add. d. In the Add Repository window, click Local and navigate to the extracted update site file. The update site root directory contains a site.xml file. e. Select the patches to install. f. If you agree to the terms, accept the license agreement and click Install. g. After the installation is complete, restart the IBM Engineering Workflow Management client. To update the feature patch, you can install the new version directly over an old patch. You do not have to uninstall the old patch. To uninstall the client update site: a. In the IBM Engineering Workflow Management client, click Help > About IBM Engineering Workflow Management > Installation Details. b. Select the patches to uninstall and click Uninstall. c. After the uninstall process is complete, restart the IBM Engineering Workflow Management client. WARNING: -If you run the uninstall process on an IBM Engineering Workflow Management client that was installed by using a .zip file, the feature patch will be removed along with the original feature. Removing the patch breaks the functionality of the affected feature. For a client that was installed by using a .zip file, reinstall the features by downloading the IBM Engineering Workflow Management p2 repository from Jazz.net, and use the same installation steps with the following exception. For step d, click Archive and select the p2 repository .zip file and install the IBM Engineering Workflow Management feature. This step removes the patched plug-ins and replaces the missing features with the original versions of the feature from the p2 repository. -If you run the uninstall process on an IBM Engineering Workflow Management client that was installed by using the p2 repository, to remove the patch, you must uninstall the entire IBM Engineering Workflow Management p2 feature and then reinstall the entire IBM Engineering Workflow Management feature through the p2 repository. 5. IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR MICROSOFT VISUAL STUDIO INSTRUCTIONS For installation instructions and details of the fixes in this interim fix, see the readme-vsclient.txt file that is bundled with this interim fix. 6. IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR WINDOWS SHELL INSTRUCTIONS For installation instructions and details of the fixes in this interim fix, see the readme-winshellclient.txt file that is bundled with this interim fix. 7. NEW APAR FIXES IN THIS IFIX +-- IBM Engineering Lifecycle Optimization - Engineering Insights [APAR PH32216] [View level PA Scope not applied to CAE containers] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555363] +-- IBM Engineering Requirements Management DOORS Next [APAR PH47214] [OSLC query returns all artifacts even after specifying creator.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144339] [APAR PH48420] [Browser runs out of memory when reloading a view in a project with many link constraints] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144454] [APAR PH48485] [The component selection menu lists the components “Not in current configuration” first and then lists components “Recently viewed and in current configuration"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144449] [APAR PH47912] [Cross-Project, Paste Special: No link types are available for link to original artifact when link constraints exist] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144387] [APAR PH47321] [Linking operations perform poorly in large GC contexts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144434] [APAR PH42155] [Slow RequirementQueryService.getModuleBindingLinkInfo] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144369] [APAR PH47337] [User with only team area permissions is not able to perform 'Link by Attribute' from a View] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144433] [APAR PH47938] [Slow RequirementQueryService.getBoundArtifactsByIdExtended during link-by-attribute] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144427] [APAR PH47336] [User with only team area permissions is not able to create a shared view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144430] [APAR PH47888] [Delivery leaves artifacts locked if user ID has @ symbol in it] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144441] +-- Jazz Foundation [APAR PH42821] [DB2: VersionTable.shouldPreserveQueryableRow performance degrades as configuration table size grows [702]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552575] [APAR PH32216] [[702] Enhanced SQL tracing - log bind parameter values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555269] [APAR PH45899] [Stack Overflow When Importing Contributors for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/554170] [APAR PH45488] [Create a tool to run changesets computation online for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555113] [APAR PH32216] [[702] Make SQLException with SQLSTATE 08000 error code 17410 retryable on Oracle] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555805] +-- IBM Engineering Workflow Management [APAR PH45246] [When Build result containing the associated work item is deleted then OSLC links are not generating between new Build Result and Work Item on Web UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555033] +-- IBM Engineering Test Management [APAR PH32216] [Copying fails for resource types that support custom attributes (Test Script, Manual Step, TCER, TSER,TCR, TSR) using the ETM Copy Utility] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192844] [APAR PH32216] [Renew certificate to a certificate authority (CA) or a Microsoft partner] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192875] [APAR PH32216] [Creation of test case containing custom attribute using CopyUtility Fails.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192843] [APAR PH44898] [ETM Test Plan Exported PDF Included Artifacts from Other Test Plans] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192868] [APAR PH46818] [Test Phase ID's for associated TCER's are incorrectly being assigned when copied via a Test Plan] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192934] [APAR PH43800] [Test script step expected results is not emptying if modified using Excel importer.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192871] [APAR PH47162] [Testcase Requirements can't be added if user doesn't have ProjectArea Permission & has TeamArea permission.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192929] [APAR PH48058] [Unable to update a Build value for a TCR (automated test) when the Built-In Variable option is enabled] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192870] [APAR PH46693] ["An uncaught error " when attempting to PDF print of a Test Case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192869] [APAR PH44436] [ETM 7.0.2 ExcelImport AddIn - .rqms imported to Excel does not have carriage return on Step Description attribute] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192907] [APAR PH47155] [Test Plan which links to a completed task work item throws an error when we try to change test plan state to Under Review and save it.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192925] 8. ADDITIONAL FIXES INSTRUCTIONS #### Fixes before iFix016 #### +-- Product IBM Engineering Requirements Management DOORS Next Fixed in release 7.0.3: [APAR PH32910] [Term Lookup issue with Team area assigned] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141216] This defect requires additional steps to apply: This fix prevents the issue with future data, but the existing data may require reindexing. This can be done by enabling advanced property "Defect139046RepairTask enable" followed by a server restart. Or, you can manually do a full text reindex, e.g. "repotools-rm -rebuildTextIndices". ---- [APAR PH36203] [The TRS incremental rebase does not always runs in the expected day (it runs on a week day)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140357] This defect requires additional steps to apply: In order to take advantage of this fix, you must set the following advanced properties: "The day when the TRS incremental rebase should run": The value must be between 1 (Monday) and 7 (Sunday). "The hour when the TRS incremental rebase should run": The value must be between 0 and 23. "The period to run the TRS incremental rebase": The values should start with H|h, D|d, W|w and be followed by numbers, where H|h == hour, D|d == day and W|w == week. For example, W2 means 2 weeks, D3 means 3 days, etc. The first 2 properties determine the day and the hour of the first execution of the TRS incremental rebase after a server restart and the 3rd property determines the cadence to execute the TRS incremental rebase. With this change, the server can be restarted any time without affecting the schedule. Also note that if one of these 3 new advanced properties is not set correctly or is disabled, the TRS incremental rebase will be scheduled as it would have been prior to this change. ---- +-- Product Jazz Foundation Fixed in release 7.0.3: [APAR PH32216] [Backport SameSite mitigation changes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/541565] This defect requires additional steps to apply: To mitigate SameSite enforcements, users must manually update the configuration files in their application servers. Follow instructions provided in the following IBM help topics: - For WebSphere Application Server - See step 17 in the "Setting up WebSphere Application Server" topic - For WebSphere Application Liberty Server, see the following topics - "Customize the WebSphere Liberty server for SameSite" - "Customize the Jazz Authorization Server for SameSite" ---- [APAR PH32216] [RDF of global baseline uses wrong predicate for committed by] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/543913] This defect requires additional steps to apply: After applying the fix, reindex the GCM data source in LQE. ---- [APAR PH32216] [Resource shape for global configurations missing OSLC properties for committed and committer] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/543912] This defect requires additional steps to apply: After applying the fix, reindex the GCM data source in LQE. ---- [APAR PH36600] [The data warehouse server rename repotools command should rename without matching reporoot id (v7.0.2)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/534049] This defect requires additional steps to apply: The change will be disabled by default and only enabled if the following team server property gets set to false for all apps. com.ibm.team.datawarehouse.match.source.id=false the UI name of the property is: Match source identifiers during server rename ---- +-- Product IBM Engineering Workflow Management Fixed in release 7.0.2: [APAR PH41936] [Multiple label change events fired when actions are performed in the pending changes view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547978] This defect requires additional steps to apply: Patch must be installed from the eclipse update site patch. ---- Fixed in release 7.0.3: [APAR PH30709] [[CLI] CLI should not import projects while updating the sandbox for 7.0.2 iFix002] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524811] This defect requires additional steps to apply: Ask support for the latest SCM CLI toolkit. ---- +-- Product IBM Engineering Test Management Fixed in release 7.0.3: [APAR PH32216] [RQM web UI should give a warning when a comprehensive PDF job is going to spawn a very large number of child jobs] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189302] This defect requires additional steps to apply: New advanced server properties 'Maximum number of associated test artifacts for the PDF print job' sets the maximum number of associated test artifacts that can be allowed for the PDF print job of a test artifact. For example, during the PDF print job of a test plan that has multiple associated test artifacts, this property checks whether the allowable number of associated test artifacts is more than the actual number of associated test cases, test suites, and other test artifacts for the test plan. For the PDF print job of the browse table view, this property checks the number of test artifacts that are selected for the PDF print job. The default value for this property is 10000. 'Enable the check for the property - Maximum number of associated test artifacts for the PDF print job' property is introduced to enable the first property. The default value for this property is false. Note, the user needs to set this property to true to enable the first property. ---- [APAR PH34097] [Test Case Suspect Status or locked status can not be updated via the REST API when approved] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189557] This defect requires additional steps to apply: See https://jazz.net/wiki/bin/view/Main/RqmApi#suspectStatus for the usage and details of the 'suspectStatus' request parameter. ---- +-- Product Data Collection Component Fixed in release 7.0.3: [APAR PH44220] [F_EXEC_WORKITEM_REQU_METRICS grows too big because REQUIREMENT is used as a dimensionF_EXEC_WORKITEM_REQU_METRICS grows too big because REQUIREMENT is used as a dimension] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549256] This defect requires additional steps to apply: While DCC is down, edit DCC's teamserver.properties file and set the following property to false: com.ibm.rational.datacollection.initialized=false This will cause DCC to reload all the ETL logic. Any DCC jobs that were manually disabled by the user will also be re-enabled. So the user will need to remember and disable those after DCC starts. ---- #### Fixes iFix016 and after #### +-- Product Jazz Reporting Service Fixed in release 7.0.3: [APAR PH41250] [Size of popup in dashboard widget is different from the popup in JRS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/544255] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH47207] [Project id associated to the category in report query is for a different project] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555509] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH32216 ] [Download Log File button not visible in Report Builder Admin page [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555526] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH32216] [Other Prevent TCP connection timeouts from occurring between Report Builder and LQE [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555998] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- 9. CONSOLIDATED LIST OF APAR FIXES This interim fix contains fixes for the following APARs: [APAR ID] [Maintenance Item Summary] [Maintenance Item URL] #### Fixes before iFix016 #### +-- Product Jazz Reporting Service Fixed in release 7.0.3: [APAR PH30922] [Handle null datatype in RB [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552495] [APAR PH30942] [Clicking + button to select more values for a condition has no effect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520676] [APAR PH31958] [Drill down in bar graph report results in CRRGW5612E] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528248] [APAR PH32216] [Broken link validity report when displaying more than one validity status] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/541669] [APAR PH32216] [Broken link validity report when displaying more than one validity status] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/546370] [APAR PH32216] [Creator of report changes when you save a report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537023] [APAR PH32216] [Need an indication that the report is dirty, if it is not refreshed after a change] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/521426] [APAR PH32216] [No DD data for DateScaleCalc=First/Last & Date Sacle=Months] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/521530] [APAR PH32216] [Reports that that use Work Item signature are broken [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549139] [APAR PH32216] [SQLParserException on using "AND NOT" and "OR NOT" on grouped conditions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548686] [APAR PH32216] [[7.0.2]For a jazzAdmin user My Reports->Group by Datasource lists reports neither owned or created.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547584] [APAR PH32232] [DD on combined columns bar fails with an SQL error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528108] [APAR PH32699] [Incorrect dynamic filters in DD SQL] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524611] [APAR PH32884] ["Created by Me" filter shows reports for which the user is owner but not creator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526633] [APAR PH33374] [JRS pop-up dialog for URLs is too small.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532978] [APAR PH33816] [JRS with Db2 z/OS as data source throws SQL error when specifying dates] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526345] [APAR PH34219] [Report does not consider the condition for selected Test Script value if multiple projects are selected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528890] [APAR PH34258] [WorkItems with Unassigned deliverable attribute are shown in an incorrect bar in graph view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528250] [APAR PH34509] [Drill down of a count on a data warehouse report returns no results when a merge multiple traceability is used.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530117] [APAR PH34538] [Exporting excel report shows ERROR ExcelExporter in log] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/536054] [APAR PH34573] [Missing old reports of uid=email-id post SSO migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528327] [APAR PH34685] [DW : Not all time entries are listed on DD Calc column (SUM) on Time entries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/529273] [APAR PH35187] [LQE-based report : No DD results if column data contains HTTP encoded string] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/533185] [APAR PH35446] [Unauth errors in lqe.log during live excel refresh on JTS auth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531331] [APAR PH35788] [RB performance: RB is slow on jazz net (self host) intermittent hangs slow performance] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531478] [APAR PH36291] [Query timeout fetching configurations using "LQE scoped by configuration".] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532865] [APAR PH36342] [prefixToUrl mapping is not retained in meta model cache file] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/540844] [APAR PH36459] [Creation date is empty when exporting historical trend report to static excel spreadsheet] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532973] [APAR PH36774] [Metamodel refresh is slow caused by redundant query execution] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/533691] [APAR PH36894] [Displaying wrong groupname for relationship] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/535229] [APAR PH36911] [LQE Excel Export shows Rich Text formatting tags in the concatenated primary text fields] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/536437] [APAR PH37189] [Warning messages in JRS moves the focus to the top of the page on each interaction to the attributes in the format results page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/546882] [APAR PH37381] ["Does not exist" is not working for keyword-Default test script relationship in report builder.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537345] [APAR PH37743] [NPE while accessing PUB Document specification url] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/535754] [APAR PH38632] [Date format not preserved on refresh of live Excel] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/538477] [APAR PH39645] [Using "SUBSTR" function in RB, the results are empty with LQE data source [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/550217] [APAR PH40165] [Reports using LISTAGG throw error while using multiple traceability] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/546831] [APAR PH41090] [RB/QM: expected test plans not populating in add condition dialog] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/543617] [APAR PH41250] [Problems with preview popup from hovering over links in report builder widgets on a dashboard] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548251] [APAR PH42465] [Potential regression caused by defect fix 512368] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547099] [APAR PH42685] [No Drill-Down (DD) data on bar against X value with ',' char in it] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548120] [APAR PH42994] [Attempts to use a traceability with multiple 'Satisfies' relationships fails to return last relationship in results.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547180] [APAR PH43220] [No results found in a report that shows requirements tracked by work items] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547351] [APAR PH43332] [Report Builder NPE when grouping reports in a folder] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548477] [APAR PH43827] [Multiple subtree conditions cause incorrect results in LQE SPARQL reports] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548688] [APAR PH43880] [Report Builder has an issue matching - Address slow SPARQL query in RM->CCM links (548347) [7.0.2 Maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549234] [APAR PH44241] [Improve SPARQL query performance when an enumeration (with external URI) is added as a column with FILTER added on the same attribute.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/543665] [APAR PH44930] [Font size on line charts is much smaller than on bar charts] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552262] [APAR PH45021] [Result not getting displayed in My Results/All Results page for specific scheduled reports [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/550737] [APAR PH46266] [Primary Text displaying HTML code in Graph View of Report Builder [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/553082] [APAR PH46382] [A report is rendered differently between Report Builder UI and ELM dashboard if there is a lot of data returned. [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552876] [APAR PH46413] [In ENI view, "Set condition" tab in Refine container content dialog does not stop loading [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552862] [APAR PH46722] [report validation fails first time and then subsequent validation is successful [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/553829] [APAR ] [A label for configuration gets garbled in a report builder and Report Widget [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/553956] +-- Product Lifecycle Query Engine Fixed in release 7.0.3: [APAR PH32216] [7.0.2 LQE HistoryScrubbingService performs poorly and becomes untenable over time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548170] [APAR PH32216] [Create Internal flag to stop Access synchronizer job to link user groups to project or Team area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552346] [APAR PH32216] [Discrepancy in the number of skipped resources reported by LQE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547078] [APAR PH32216] [Health monitoring graphs are largely empty] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520960] [APAR PH32216] [LDX is failing to index an ETM data source. Throwing a NPE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/536869] [APAR PH32216] [LQE data source on selfhost server appears to be stuck due to initializing operation taking a long time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525346] [APAR PH32216] [RM project is not listed under 'Limit the scope' when creating report with LQE data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532628] [APAR PH32216] [Restoring lqe databases from backup gives an error "server\conf\lqe\datasets\history\historyText' does not exist"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/521110] [APAR PH32216] [Unable to restore LQE when using DB2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/535044] [APAR PH33467] [Restarting during a validation leaves data source showing a validation failed status] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525701] [APAR PH33829] [LQE Backup takes 82 hours] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524600] [APAR PH39227] [LQE requires a lot of space to create compressed backups relative to the size of the compressed files] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/539606] [APAR PH42633] [JDBC driver deadlock with Oracle, Scrubbing Services blocks TRS indexing operations] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/546894] [APAR PH42926] [LQE may report "CRLQE1337E The query did not run" even when no query timed out in the previous 2 minutes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547149] [APAR PH43623] [Reindex failed in LQE with java.io.FileNotFoundException:] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548202] [APAR PH44097] [High volume of the same sparql query may result in erroneous counts on the Health Monitoring Statistics page.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/546854] [APAR PH45629] [LQE data source UI keeps switching back to the Overview tab when viewing other tabs besides History] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/551692] +-- Product IBM Rhapsody Model Manager Fixed in release 7.0.3: [APAR PH31460] [RPE fails to processes Aggregates relationships in 7.0.1] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/74369] [APAR PH32110] [[RMM] Change sets containing conflicting changes resolved with "Resolve with Mine" option cannot be delivered] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/74363] [APAR PH32527] [Unable to link requirement to an operation in Rhapsody in RMM web browser] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/75325] [APAR PH33888] [Upgrade of CCM from 6061 iFix13 to 7.0.1 failed due to unresolved reference to a process definition item] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/74828] [APAR PH35680] [Failed to save to database error observed in EWM(with AM) logs - Support large text content for propertiesPageData attribute of a model element] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/75768] [APAR PH35680] [Failed to save to database error observed in EWM(with AM) logs.] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/75317] [APAR PH37442] [The RMM predefined follow-up action is not being renamed during the migration if project area was created with custom process definition] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/75721] [APAR PH38217] [RMM: Adopt the changes provided in "Enable OSLC Mappings must not perform GC opt-in on non-EWM servers (537098)"  ] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/75663] [APAR PH38574] [Unable to create links to DNG requirements from operation in RMM] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/75754] [APAR PH42751] [IndexDeliveredFilesTask should ensure that it only runs once (even if Foundation were to request multiple Tasks to be run in parallel)] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76295] [APAR PH45088] [Many 'orphaned' IDMappings2 entries can cause a performance impact when trying to save a file, and there is no mechanism in place to correct from this situation] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76514] [APAR PH45092] [[Serviceability Defect] IDMappingsService does not provide enough logging information to diagnose issues] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76515] [APAR PH45706] [RMM opens the Deliverable selection dialog instead of the ChangeRequest dialog.] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76575] [APAR PH45878] [An incorrect fix was used for: Defect "Rhapsody delivery failing for model elements with invalid RMM Server ID and RHP-ID" (75803)] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76551] [APAR PH45878] [Implement a mechanism to fix Mismatch Server ID error (CRRMM0111E)] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76406] [APAR PH45878] [NPE found in server logs related to indexing] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76567] [APAR PH45878] [On change set delivery, if a file would result in an 'CRRMM0111E error', the Team Advisor only reports the first occurrence, which is very misleading] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76584] [APAR PH46854] [ID assignment of all elements in a file will fail if 1+ elements has a missing GUID] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76747] [APAR PH47057] [Proposed ID mapping not created in DB after running RMM Validation] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76679] [APAR PH47059] [Server code unable to resolve 2048+ ID conflicts in a single file (preventing rmm server ID generation of new elements for example) (76708)] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76748] [APAR PH47152] [Show all the ID related indexing errors (across all files) instead of stopping at the first occurrence in one of the processing threads (also the previous reported exceptions were random due to multi-thread processing)] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76723] [APAR PH47327] [RMM indexing / reindexing no longer processes the same files in the order they were added in a stream] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76754] [APAR PH47328] [Occasionally during RMM indexing / reindex, duplicate ModelElements are created (with the exact same properties, but two different itemIds) due to a multi-thread race condition] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76753] [APAR PH47329] [Handle StaleDataException that may occur during the indexing / reindexing operation] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76751] [APAR PH47330] [When indexing / reindex RMM data, the check for conflicting IDs needs to be disabled (so that IDMappings/CCMFile/ModelElement data is re-created)] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76750] [APAR PH47331] [A ClassCastException is masking the real exception when indexing exceptions are thrown] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76726] [APAR PH47332] [It's too easy to run the destructive 'reindex' command or 'rebuild tables'] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76749] [APAR PH47333] [RMM Indexing fails when trying to save a ModelElement that has a label over 250 bytes] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76756] [APAR PH47352] [The RMM index / reindex code should continue indexing data, even if one file failed to index] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76752] [APAR PH47369] [RMM Indexing fails when trying to save a ModelElement that has a name over 250 bytes] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76757] [APAR PH47502] [The RMM Server is not correctly handling the request to generate new IDs when the Rhapsody client detects conflicts in the model (i.e. when Rhapsody sends a fileItemID with a value of "_A__Request-ReNew-ID__A")] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76774] [APAR PH47977] [Multiple 'Collection Selection' and 'Collection Creation' actions appearing in Rhapsody client] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76839] [APAR ] [NPE if a GC hierarchy contains a snapshot in which one of the baselines in the snapshot is inaccessible to the logged in user] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/76845] +-- Product IBM Engineering Lifecycle Optimization - Engineering Insights Fixed in release 7.0.3: [APAR PH32216] [Compare Configurations discards sorting] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/546347] [APAR PH32216] [Condition applied to one node results in filter on other node] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548982] [APAR PH32216] [Conditional Property Editor just shows] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526074] [APAR PH32216] [Dynamic Views do not work any more] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537888] [APAR PH32216] [ENI application shown as offline in Home-menu and Explore Project link is not available in ENI Project areas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537412] [APAR PH32216] [Global and Local Configuration selection dialog of ENI is blocked by offline/erroneous/buggy applications] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/543948] [APAR PH32216] [No preview for any CAE in iFix3] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537730] [APAR PH32216] [On performing Show Count, the Count node is rendered empty.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528154] [APAR PH32216] [Report builder is not accessible if one of the registered RB server instance is down or not accessible] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549149] [APAR PH32216] [[ENI 7.0.2] Change Artifact Type does nothing in some cases] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552505] [APAR PH32216] [[ENI 7.0.2] Missing connection handle for ellipse in a node] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552470] [APAR PH35041] [In case of multiple instances of RB, Error on loading "Set Conditions" dialog on dropping a new Artifact to View canvas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/535601] [APAR PH39522] [In few cases, selecting a configuration from Configuration Picker result in error "Details for the selected configuration are not available for this application"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/540266] [APAR PH40135] [View's Project Scope is not honored while fetching Attributes and Relationships from RB] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/541388] [APAR PH42401] [When adding ENI view in dashboard's widget, correct endpoint(Data-Source) is not passed to fetch the list of Project Areas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/546607] [APAR PH44117] [When IA Diagram is saved for the first time with its name, the diagram reloads causing delay in saving the IA Diagram] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549092] [APAR PH46327] [[ENI 7.0.2] ENI does not filter out the archived Data Sources from Report Builder] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552506] [APAR PH46413] [[ENI 7.0.2] "Set condition" tab in Refine container content dialog does not stop loading] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552861] +-- Product IBM Engineering Requirements Management DOORS Next Fixed in release 7.0.3: [APAR PH26756] [TRS feed does not gets updated when re-imported a reqif after importing a reqif , deleting the artifact and definition.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139583] [APAR PH28346] [ReqIF Export functionality exports XML tags / attributes that are not compliant with the ReqIF standard] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138589] [APAR PH29892] [Error CRRRW7558E while executing a Promote or Demote in 7.0.1] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138846] [APAR PH30081] [Module Analysis does not properly detect bindings with no bound artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139106] [APAR PH30316] [Import an xlsx file containing Text with embedded Artifact and New Line characters at the end of the text results in extra newlines after every edit] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140812] [APAR PH30383] [If there are links among 2 projects and user is only member in one, the links are not displayed correctly in the Links section of the "selected artifact" panel] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138642] [APAR PH30723] [When selecting Add a link to artifact, the link dialog box opens on the artifacts preferred link type] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138465] [APAR PH30955] [Collection fails to display correct values for attributes edited in grid view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138600] [APAR PH31018] [ReqIF: MIME type for a JPEG image inserted in an Artifact is represented as PNG] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138602] [APAR PH31271] [0.6 migration: ClassCastException: com.ibm.rdm.service.artifacts.model.impl.Text incompatible with com.ibm.rdm.service.artifacts.model.IBinding] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138601] [APAR PH31303] [MAT repair gaps for Module structure inconsistencies] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138607] [APAR PH31365] [Poor performance when exporting a module view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138852] [APAR PH31369] [0.6 migration: error migrating links with more than 449 characters in subject URI] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141472] [APAR PH31487] [0.6 migration: Remove long running migration.producer.concept.count query] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138605] [APAR PH31640] [Comments made before upgrade to 7.0 cannot be resolved] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139114] [APAR PH31641] [CreateComponentTemplateTask.populateBookmarkEntry leads to ZipException: duplicate entry] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138713] [APAR PH31804] [DNG does not update existing artifacts with CSV import] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140894] [APAR PH31830] [0.6 migration: NullPointerException when comparing module structure annotations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138733] [APAR PH31834, PH36158] [TRS stops receiving events and updating the feed to LQE] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139555] [APAR PH31850] [[DB Migration] repotools-rm -verify fails post migration for Oracle DB] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138702] [APAR PH31897] [In some cases attributes of type string are exported as XHTML in ReqIF Exports] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139118] [APAR PH32020] [Permission error modifying enum values from an attribute where another enum value was deleted] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138915] [APAR PH32027] [0.6 migration: IllegalArgumentException: Duration can not be negative] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138777] [APAR PH32064] [0.6 migration: NPE in ArtifactConverter when rdf:value is a blank node] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138818] [APAR PH32104] [Artifact attributes widget does not return any response code when artifact does not contain a link] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139551] [APAR PH32164] [DNG incorrectly filtering out Heading and XHTML identifier elements on read.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138903] [APAR PH32173] [Edit Attributes: asking for this dialog to appear may result in the dialog never appearing] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138886] [APAR PH32216] [0.6 migration performance: reduce number of upgrade mappings] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139466] [APAR PH32216] [0.6 migration: InvalidCacheLoadException occurs when processing locks] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143418] [APAR PH32216] [0.6 migration: add metrics and migration control to allow finer-grained analysis of migration pipeline] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139460] [APAR PH32216] [0.6 migration: enable consumerDoesFetch by default] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139464] [APAR PH32216] [0.6 migration: exceptions not being logged correctly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143791] [APAR PH32216] [0.6 migration: improve performance of archived resource migration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139458] [APAR PH32216] [0.6 migration: replace saveItemInTxn with importItem] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139462] [APAR PH32216] [0.6 migration: switch to performant handling of archived resources] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139507] [APAR PH32216] [Adopt Foundation changeSetService.getChangesCommittedToParentStream where applicable in Delivery Module Processor] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140932] [APAR PH32216] [Audit history broken for cloned resources, where user doesn't have permission to access the source component (ForbiddenException: com.ibm.rdm.fronting.server.exception.ForbiddenException)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141213] [APAR PH32216] [Bad Error when someone who belongs to a project but doesn't have an AC license assigned to them tries to access AC content] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142519] [APAR PH32216] [Can't edit artifact after saving a value of 1000 for Allocated Capacity or Budgeted Investment which are float attributes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139485] [APAR PH32216] [Comment number allocation race condition may result in duplicate IDs] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140028] [APAR PH32216] [Comments section is not showing any data when the artifact is exported to Word/PDF] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138858] [APAR PH32216] [Hover is slow for artifacts with links when in a GC] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139914] [APAR PH32216] [Implement MAT repair - implement 'Recover Bindings and Artifacts' repair] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139928] [APAR PH32216] [Implement a cache for IProjectArea in ProjectAreaService] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143596] [APAR PH32216] [MAT showing compile error in AnalysisResults.js isAnalysisInAChangeset when RM runs - freezes UI at "loading"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143284] [APAR PH32216] [Opt-out environment : Cross project out going links is not displayed if there is an incoming local link] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142714] [APAR PH32216] [Premium content licensing not working as expected in DOORS Next] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142122] [APAR PH32216] [REST service exception is not logged] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142067] [APAR PH32216] [RM repotools addTables command stops logging to addTables log file during execution] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144378] [APAR PH32216] [ReqIF import report does not inform user if an artifact is not updated due to it being locked] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138826] [APAR PH32216] [Running a Traceability report from a module view ( and folder view ) make the the selection of the artifact hang forever] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138855] [APAR PH32216] [Strange behaviour not allowing for Module edit] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138849] [APAR PH32216] [Too hard to develop templates in DNG 7.0.1] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140951] [APAR PH32216] [User is not able to perform operations as per the permission set defined for team area] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138854] [APAR PH32216] [View performance degrades when working in a change set] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138857] [APAR PH32216] [comments - all comments created for an artifact in a changeset are numbered '1' even after delivery] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139990] [APAR PH32216] [l3 trsselections tool support reset+publish] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144302] [APAR PH32216] [reqif recreation? - Error importing Wrapped Resource 500 Propagated exception; original message [IllegalArgumentException: Storage service must not be supplied with a null configuration]] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141901] [APAR PH32216] [rm throwing errors because dcc_user is not assigned an Automotive license. Internal accounts should never require a role based license/customer purchased license to work] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142123] [APAR PH32216] [rmVDI log getting polluted with VDI049 states from the archived components] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143537] [APAR PH32261] [0.6 migration: deadlock when inserting concept upgrade mappings] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138877] [APAR PH32348] [Link Constraints prevents the link creation when duplicating an artifact with Copy + Paste Special + enable "Link Pasted and Original Artifacts"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139102] [APAR PH32543] [DOORS NEXT Performance issues resulting in DNG not being reachable due to long running active services after Users hover over multiple Requirements links in RQM] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139878] [APAR PH32566] [Changed Resources UI shows last revision of delivered changeset with timestamp set to delivery instead of revision's creation] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139905] [APAR PH32618] [Prevent component overlap from occurring] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139651] [APAR PH32635] [Table Font/Structure not maintained through REQIF interchanges from DOORS to DNG] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140039] [APAR PH32687] [0.6 migration: MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence when upgrading links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139104] [APAR PH32734] [Partition link by attribute query requests for BaseLinkByAttributeProcessor.queryByIdInModules] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139332] [APAR PH32751] [Exporting artifacts with embedded files in the primary text are not recognized by other tools] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139441] [APAR PH32752] [Artifacts with Embedded file can no longer receive updates via ReqIF] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139351] [APAR PH32756] [Failure to retrieve context map can result in map overwrite.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139098] [APAR PH32803] [Reqif import into component, which worked pre-upgrade, fails after upgrade to 7.0] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139050] [APAR PH32827] [DNG Diagram text won't wrap in module grid view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139156] [APAR PH32851] [Revision history of cloned module gives JavaScript error when clicking between thumbnails] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139932] [APAR PH32873] [0.6 migration: ArrayIndexOutOfBoundsException when upgrading diagram] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139401] [APAR PH32910] [Term Lookup issue with Team area assigned] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141216] [APAR PH32991] [OSLC Folder queries resolve process area as project context, leading to configuration resolution failure] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139213] [APAR PH33167] [ReqIF advanced import stalls on summary page] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139147] [APAR PH33216] [VVCService.getWorkingConfiguration for a concept uri can trigger expensive query for all configurations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139868] [APAR PH33268] [DNG Reqif Import - Images placed in a wrong folder and not visible in the module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140070] [APAR PH33388] [On Linux servers, embedded document preview service generates blank previews (png) for OLEs from DOORS] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139387] [APAR PH33404] [DOORS generated (ole extracted) native files are not being displayed inline in the module view after reqif import.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139578] [APAR PH33502] [reqif - unable to import changes to structure after recovering from importing changes into a locked module [Already ACTIVE. Raising Conflict]] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139278] [APAR PH33561] [VvcQueryRevisionsRequest06 using too much heap] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139612] [APAR PH33662] [RDNG OSLC query capability returns nav:parent for Bindings artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139564] [APAR PH33663] [REST API call rm/publish/text?moduleURI fails with Error 400: Bad Request on data upgraded from 6.0.6.1 to 7.0.2 only in a GC context.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139337] [APAR PH33698] [The TRS Feed validation does not remove versionedResources for Bindings] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139343] [APAR PH33710] [0.6 migration: DB2 timestamp conversion error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139363] [APAR PH33736] [Delta job is not processing links between artifacts modified before the last job execution and new created artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139509] [APAR PH33769] [Publish API does not expose module information] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139917] [APAR PH33851] [Ensure ordering of TRS events] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139382] [APAR PH33871] [Several MAT functions result in expensive database operations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140199] [APAR PH33902] [Link sidebar loading is slow in opt-out projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139586] [APAR PH33968] [0.6 migration: insert of deletion mappings is not being retried] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139486] [APAR PH33975] [Links to DM are not exported to report] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139566] [APAR PH33976] [Link Constraint breaks when importing project properties on a inherited project area] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140936] [APAR PH33995] [Schema cannot be added in PUB if there are only CM enabled projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139511] [APAR PH34008] [OSLC queries based on Types/Attributes upgraded from 6.x to 7.x return wrong results] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139454] [APAR PH34191] [Error is shown when trying to create a link] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139575] [APAR PH34302] [0.6 migration: Folder missing title PropertyConstraintException] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139547] [APAR PH34382] [Avoid query to resolve project context when global configuration is included in a request] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139589] [APAR PH34390] [API to fetch the active changsets of current user and stream in RDF format includes delivered changesets too.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139832] [APAR PH34504] [Attributes Created By and Modify By, for users with their "User ID" set with an email address, appear empty] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139647] [APAR PH34512] [Updating an Artifact Type with 'missing' attributes fails with error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139841] [APAR PH34521] [Updating artifact attributes and then save results in CRRRW7556E error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139728] [APAR PH34530] [Flipped Diagram object doesn't display correctly in the module grid view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139655] [APAR PH34553] [Module merge deltas are applied in the wrong order] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139688] [APAR PH34638] [Various link operations do a slow lookup for component and configuration in opt-out mode] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139677] [APAR PH34705] [Member of team area is not able to edit artifacts contained in folder that is associated with her team.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139725] [APAR PH34707] [0.6 migration: bookmark has an invalid parent folder URI] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139730] [APAR PH34708] [0.6 migration: module-scoped view has an invalid module URI] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139732] [APAR PH34737] [Paste Special does not copy links if "reuse artifacts" is picked] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140351] [APAR PH34798] [Moving a module form one folder to another is reversed once the Change Set is delivered] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139816] [APAR PH34802] [importing requirements into a Module from Word doc using text delimiter option and setting to an artifact type that is heading does not create it] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140476] [APAR PH34846] [CSV Import is exposing non-legacy URI to QM/LDX link creation request.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139800] [APAR PH34887] [JRS Reporting: cloned artifacts are affected by original project permissions] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144260] [APAR PH34911] [Link creation times out in opt out projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140085] [APAR PH34917] [DB2: DNG Modules fail to open when using views in baselines] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140369] [APAR PH34952] [viewDisplayBaseProperties setting for the rm/publish URLs does not work in 7.x] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140908] [APAR PH34988] [Linking from artifact to Module is not working on cross server architecture] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140163] [APAR PH35034] [Publish API is not returning the module content in the order as it appears in DNG and also it's returning it only partially] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140383] [APAR PH35121] [link constraints - cross component link constraints no longer allow selection of a valid target artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139941] [APAR PH35179] [Inconsistency found with Modified By value for copy/paste in parent and child artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142681] [APAR PH35316] [Audit history fails if artifact contains a workflow state change and that workflow was deleted] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141635] [APAR PH35510] [DNG fails to create a project/component using a template from 6.x that contains orphaned artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141473] [APAR PH35512] [0.6 migration: AttributeDefinitions with a null range case the upgrade to fail] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140103] [APAR PH35531] [XLS/CSV file generated when exporting a view that contains links loses data in the case of links type: Verified By (<), but when exporting a view with Verifies links the file generated is correct.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139557] [APAR PH35533] [rm/publish reports the data from the original module instead of the cloned module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141460] [APAR PH35561] [Oracle: Slow SQL query for view in all artifacts area with filters on enum columns] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140167] [APAR PH35701] [Error when importing a ReqIF file containing an artifact that was previously deleted from the stream] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140891] [APAR PH35751] [References linking should not be restricted] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140194] [APAR PH35792] [MAT does not repair structure with missing bound identifiers] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140230] [APAR PH35816] [IE - Embedded text resources not loading] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140227] [APAR PH35837] [Publish API inconsistently does not expose link information] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141770] [APAR PH35929] ["Show Report" after ReqIF export results in raw HTML] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142453] [APAR PH35962] [XLS/XLSX Export - Cannot export a module that contains wrapped resources previously removed or are part of a different configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140281] [APAR PH35970] [TRS rebase queries are slow in DB2 environments with large numbers of configurations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140275] [APAR PH36010] [Content-Type header not returned by folder service] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140321] [APAR PH36075] [A DNG to DNG reqIF import that should change the type of an already imported artifact fails to make that change] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140974] [APAR PH36107] [Item conversion sometimes fails when processing attribute values for the DOORS Created Thru attribute.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140319] [APAR PH36203] [The TRS incremental rebase does not always runs in the expected day (it runs on a week day)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140357] [APAR PH36358] [Users with correct permissions cannot create changesets via OSLC] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140428] [APAR PH36401] [reqif - exported file failed schema validation for JKE modules] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140429] [APAR PH36419] [0.6 migration: Setting the root configuration creation time may cause changeset validation errors] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140503] [APAR PH36451] [DNG Review report created in a GC shows incorrect Artifact name] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140841] [APAR PH36474] [Upgrade from 606 can result in invalid folders] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140545] [APAR PH36502] [Unable to modify module structure if the URI contains "S_"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140489] [APAR PH36513] [Error 400 Bad Request while accessing view in a module via ReportableRESTAPI in DNG] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140567] [APAR PH36575] [Client extension API RM.data.getAttributes does not work for binding URIs] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140517] [APAR PH36626] [Importing Component Properties fails with CRRRW7553E error code: 400] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140501] [APAR PH36674] [Expanding collapsing headings capability disappears when a Module is filtered but still in book order] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141235] [APAR PH36812] [Cache pre-population during change set creation doesn't work properly in the personal GC case] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141435] [APAR PH36877] [Delta DCC not picking up changes made to artifacts' default system attributes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141127] [APAR PH36944] [It is not possible to select attribute value, for enumerated attibutes, using the up/down arrow keys within a module/artifact view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140738] [APAR PH36951] [Exporting an artifact containing some text with a 0pt font size (or a view with such artifact) results in a 0KB XLS] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140836] [APAR PH37005] [Issues in discarding DNG changesets from a GC using REST API] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140837] [APAR PH37081] [ReqIF export stalling at 95% during the ReqIFParseCommand] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141498] [APAR PH37178] [Comment email indicates rm_user made the comment] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141062] [APAR PH37205] [binding links in ETL request could be overwritten by core links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141106] [APAR PH37211] [Export to CSV of module with link columns takes much longer in local config compared to GC] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141160] [APAR PH37441] [Folders with invalid processAreaIds cause exceptions to be thrown when loading artifacts tab] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141103] [APAR PH37524] [DNG Share Link to view fails for a different user with error CRRRW7236E] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142878] [APAR PH37560] [Import Component Properties fails with CRRRS7704E when title of source data type matches a workflow title in target] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141070] [APAR PH37575] [Embedded images from DOORS tables are not visible on module views] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142100] [APAR PH37599] [Extra entry in TRS base causing LQE reindex to fail] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141078] [APAR PH37736] [0.6 migration: requirements which are missing an artifact format are not migrated (CRRRS2097W)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141477] [APAR PH37811] [ReqIF export performance slows when the project area contains a large alternate ID map] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141199] [APAR PH37823] [Error ID CRRRW7553E Reported when Expanding the Module Structure under the Changed Resources tab of a Change Set when the change is for a deleted artifact.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141474] [APAR PH37844] [Unable to import reqIF, it is throwing error 'Could not parse ReqIF Package: BadRequestException: Could not find a valid ReqIF file in uploaded file.Exception Error: No reqif packages found'] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141165] [APAR PH37878] [All links are not created, while using drag-drop option to create links between module artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141771] [APAR PH38065] [TRS shapes expose attributes that no longer exist] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141296] [APAR PH38211] [User with a role having only the permission "Create Link" for a specific link type cannot create such link] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141861] [APAR PH38229] [Link by attribute with "Add IDs to the attribute" fails if attribute definition does not exist] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141470] [APAR PH38231] [Copy Artifacts does not work for artifacts in a module that contain a complex module hierarchy structure] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142049] [APAR PH38527] [malformed trs delete events may cause duplicate versions in LQE and JRS reports] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141713] [APAR PH38583, PH39629] [Update on uploaded artifact using OSLC does not work] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142310] [APAR PH38612] [Folder gets disappeared after importing reqifs] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142064] [APAR PH38634] [Exporting to Xlsx results in 0Kb file if an artifact is referencing an invalid enum value] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142047] [APAR PH38828] [oslc.select fails to return oslc_config info] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142117] [APAR PH38972] [Team-member only users of a project cannot use some of the grid context menu items and also cannot use grid cell editors] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141880] [APAR PH39000] [Bulk edit attribute using a view containt 5000 artifacts throws an Out of Memory Exception] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142102] [APAR PH39052] [Attribute names which has"comma" are exported in excel to different columns instead of single column] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142322] [APAR PH39088] [If an attribute value is reset to be blank - such changes are not delivered to the target stream when specifying dominant source attributes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142276] [APAR PH39103] [On Migrated server, attempt to deliver a changeset in any configuration / component gives error ID CRRRW7827W When making a delivery a check is made for other sessions you may have. Unfortunately that check has failed.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142164] [APAR PH39124] [Model for binding updated events is not properly set] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/141948] [APAR PH39133] [rm-projects request fails to return projects, fails with an error and server is not usable] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142016] [APAR PH39151] [Undefined objectTypeRole on types causes NPE during migration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142475] [APAR PH39173] [Unable to move artifacts from one folder to another if workflow type changes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142015] [APAR PH39183, PH41933] [DNG is showing an error 400 when they click to Track Link Validity.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142223] [APAR PH39241] [MAT is missing the repair button "Repair boundIdentifiers"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142041] [APAR PH39443] [The deliver session creation API does not validate that the source and target streams are in the same component] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142060] [APAR PH39519] [0.6 migration: exceptions when migrating requirements due to invalid parent folder] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142480] [APAR PH39575] [User is not notified that a link was not created in a cross server configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142129] [APAR PH39638] [Link Constraints prevents the selection of the target artifact when it should be allowed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142441] [APAR PH39644] [Delivery: User IDs that contain @ cannot release locks] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142295] [APAR PH39648] [Invalid UUID error when attempting to change configurations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142158] [APAR PH39661] [Null version is selected incorrectly during delivery] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142477] [APAR PH39662] [conflict with server name and parsing of versioned resources generates TRS delete events.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142284] [APAR PH39702] [Applying pre 7.x project templates on a 7.x server fails when wrapper resources are missing wrapped resources (blobs)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142430] [APAR PH39794] [In a Local Configuration, Images inserted in a Diagram are not saved in the file generated with "Download as PNG file"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142294] [APAR PH39878] [OSLC request for query capability is throwing a Forbidden Exception when the header is used as : Oslc-Core-Version 2.0] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142474] [APAR PH39903] [Grid is not showing up custom defined links if they point to a external site] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143860] [APAR PH40009] [RM application Console.log growing in an unbounded manner] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142410] [APAR PH40211] [Workflow name change not reflected in DW] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142685] [APAR PH40370] [Export to xls generates a 0kb file if an artifact contains links to artifacts that no longer exists] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142621] [APAR PH40395] [LinkByAttribute does not remove incoming cross project links when the option remove links that do not have matching attribute is selected] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143660] [APAR PH40471] [Create Link search raises value entered is not valid error on any module name with alphanumeric values] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142708] [APAR PH40517] [(Back) Link Architecture Element to Requirement is not shown] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142616] [APAR PH40518] [Links from Changesets to Work Items are broken in iFix3 when one of RM's associated servers is down (702 iFix4a)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142610] [APAR PH40536] [During ReqIF import, DNG marks some artifacts in a module as "Resource (saved with no changes)" and others not] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142982] [APAR PH40553] [Link from EWM to a RM opt out project artifact results in an error 404] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143070] [APAR PH40624] [Exporting a ReqIF file that contains a wrapper resource whose type's default format is set to module causes an XSD validation failure] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143110] [APAR PH40683] [ReqIF: export of artifact reports schema validation errors for tables copy/pasted from Word for tables] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143820] [APAR PH40686] [400 error fetching global type system without project context] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143686] [APAR PH40713] [Unable to create cross project link using excel/csv import {LINK id= ArtifactID}] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142858] [APAR PH40721] [ReqIF : Improper handling of tabs on import causes xsd check failures for some elements] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142718] [APAR PH40723] [DNG is unable to fix its own TRS validation] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142721] [APAR PH40864] [Review reports show comments of deleted artifacts but not the deleted artifact itself] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142875] [APAR PH40892] [During changeset delivery enum label shows as added and also removed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142947] [APAR PH40985] [Cross component/project links are not being returned by RM.Data.getLinkedArtifacts function] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142844] [APAR PH41142] [cannot open exported xls file when the artifact which is a target of a cross component has been deleted] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143101] [APAR PH41197] [Reporting: Module book and Module Table reports only contain the Module Comments - Artifact Comments are not being printed in the Module Report] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142904] [APAR PH41225] [Comment count incorrect for comments migrated from 6.x to 7.x] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142932] [APAR PH41242] [-MAT - run time exception attempting to repair unbound bindings] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142912] [APAR PH41584] [Unable to create remote links to RM (from CCM, DM) in GC context when GC root does not match "/gc"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143131] [APAR PH41752] [DNG makes unnecessary LDX query requests when loading Views with link references] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143009] [APAR PH41764] [ConfigurationResolutionService does not return all the configurations in the gc] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143121] [APAR PH41783] [Team area id is used in custom workflow url when the artifact belongs to a team area] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143034] [APAR PH41818] [ReqIF file import raises SAXParseException due to a mismatch in xhtml structure] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143063] [APAR PH41827] [OSLC: "Show More" link text in Links sidebar section is confusing and implies an error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143211] [APAR PH41829] [OSLC: Authentication links in Links sidebar section show the prohibition sign on hover] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143097] [APAR PH41862] [DNG allows to apply a template containing an enum, with an attribut whose default value points to a type that does not exist.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143037] [APAR PH41903] [Re-importing the same DOORS ReqIF data with modifications to the module structure and module artifact content triggers folder update with incorrect information] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143967] [APAR PH41906, PH40586] [Re-importing the same DOORS ReqIF data with modifications to the module structure and module artifact content triggers all module artifacts to show as "Successfully updated Artifact in module" in the ReqIF import report] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143873] [APAR PH41997] [0.6 migration: Bindings are not upgraded when the latest version of the core artifact does not exist in the RESOURCE table] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143103] [APAR PH42032] [URIs to wrappedResources created in 6.x should continue to work after migrating to 7.x] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144128] [APAR PH42134] [0.6 migration: data incorrectly marked as deleted after upgrade to v7] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143068] [APAR PH42150] [Migration to 7.0.2 fails with InputStream set to null] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143158] [APAR PH42161] [Requirements with workflow values are breaking the RM DCC ETL] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143062] [APAR PH42181] [Report on module view with traceability column for a custom link between projects doesn't show links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143217] [APAR PH42209] [DB2: Opening modules from a baseline is slow] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143594] [APAR PH42244] [Hyperlink Text is empty when add link to a text selected in Artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143171] [APAR PH42250] [Cross Component link to a configuration not included in a GC incorrectly shows the link in the Grid] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143115] [APAR PH42263] [FolderIntegrityCheck creates multiple changesets and versions when repairing orphaned artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143157] [APAR PH42271] [0.6 migration: WrapperResource with incorrect WrappedResourceURIs causes error in upgrade] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143209] [APAR PH42281] [Artifact grid loads slowly when there are many fine-grained permissions for the type system] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143210] [APAR PH42403] [0.6 migration: ReqIF recreated data deleted during data migration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143373] [APAR PH42412] [Publish API is not returning the tags of the module bindings] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143213] [APAR PH42460] [Copy and paste of collections across project areas does not link non-module artifacts contained in the collection] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143214] [APAR PH42462] [OSLC: Can't initiate authentication with third-party tool in order to show its potential links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143212] [APAR PH42467] [Audit history can fail with exception if some specific text is pasted into the artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143183] [APAR PH42495] [Link ID for link column in the exported excel contains module reference for the incorrect module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143184] [APAR PH42508] [0.6 migration: Migration fails when Module Structure resources on a renamed server still have the original absolute URI in their RDF representations in storage.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143208] [APAR PH42564] [Copy/Paste after an artifact with a link to a locked test case does not return any message in the Web UI although returns an error in rm.log] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143414] [APAR PH42603] [DNG Project Templates (.archive) can contain more than one file for Link Constraints] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143516] [APAR PH42604] [Resource type resolution fails when a link target is a configuration, component, or project.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143172] [APAR PH42605] [Find & Replace functionality in DNG is not finding the term correctly if the text is in German] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143774] [APAR PH42635] [DNG does not allow to create links to external resources] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143474] [APAR PH42754] [Link create from LIA (ccm, qm) to DNG fails (used to work in 6.0.6.1)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143585] [APAR PH42770] [Workflow state does not display for artifacts that reside in a team area owned folder] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143226] [APAR PH43026] [DNG allows to create duplicate links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143371] [APAR PH43045] [Artifact hashes are incorrectly calculated by the 7x migration resulting in incorrect LV status for migrated links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143287] [APAR PH43181] [Error "CRRRS6515E The report could not be uploaded" when creating Baseline/Stream Comparison Report] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143289] [APAR PH43209] [RM Upgrade to 702ifix008 does not detect anomalies with duplicate root folders which leads to missing folders after upgrade] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143699] [APAR PH43251] [ReqIF imports are failing in some cases due to conflicts with the DNG XHTML schema] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143288] [APAR PH43293] [reqif - deletions to wrapped resources made in the home data cause [BadRequestException: Unable to convert resource to item] errors when data is returned from DOORS 9] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143362] [APAR PH43393] [Specific publish request using publish.ShowVersionLabel advanced property is throwing a 400 error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143313] [APAR PH43394] [Diagram preview disappears after RTC -> DNG link creation] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143332] [APAR PH43414] [Duplicate artifacts observed in grid by JazzUsers for environments using Oracle 19c (JazzAdmin not reproducible)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143320] [APAR PH43477] [Publish API does not return RMM links for migrated resources in Opt-Out projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143334] [APAR PH43505] [Duplicate permissions operation id error after manually editing a process template and multiple upgrades] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143827] [APAR PH43589] [Performance is degraded in 702 iFix008 for API /publish/views] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143744] [APAR PH43596] [Link Validity state is changed when attributes and removed from type system of the related object type.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143356] [APAR PH43602] [reqif / delivery? - simple roundtrip fails with specific data [ForbiddenException: CRRRS8663E This attribute definition is unknown:]] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138851] [APAR PH43645] [ProjectAreaService.getAllAccessibleProjectAreaURIsForCurrentUser() is doing unnecessary work that slows it down] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143366] [APAR PH43741] [TRS repair does not remove EXTRA artifacts mapped to baselines in opt-out projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143375] [APAR PH43793] [NotFoundException delivering module without type] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144059] [APAR PH43842] [ReqIF not robust to xhtml data being incorrectly passed as STRING data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143429] [APAR PH43912] [Error "Item Handle Array cannot exceed 2048 elements" while performing stream comparison.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143426] [APAR PH43970] [Following the link and clicking on module results in empty Module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143763] [APAR PH44020] [Drag and drop use case fails with "CRRRW8104W Some links might not be displayed, as the link result exceeds the maximum number of link values allowed"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143532] [APAR PH44053] ["Ok" button greyed out while creating External Links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143475] [APAR PH44118] [OSLC Service provider expose links inside rich text as post migrated uris] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143508] [APAR PH44172] [DB2: View timeouts in larger modules in baselines] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143595] [APAR PH44192] [DNG ReqIF incorrectly handling export of primary text on Modules/Specifications] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143496] [APAR PH44202] [Link constraints are not refreshed when switched between Streams and Baselines] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143486] [APAR PH44216] [Links missing from exported Excel file , add extra logging to debug the issue] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143476] [APAR PH44248] [Implemented By link ID missing from report] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143581] [APAR PH44319] [Changeset delivery fails with error 'com.ibm.rdm.service.views.model.impl.ViewHandle incompatible with com.ibm.rdm.service.provider.IConfigurationAwareModelItemHandle'] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143503] [APAR PH44335] [Misspelling in DNG Reviews Columns / Attributes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143655] [APAR PH44397] [Module Artifact Types cannot be deleted when associated Saved Views still exist] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143772] [APAR PH44472] [External Links: Resource name is not being shown in the grid's remove link menu] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143656] [APAR PH44502] [Date on review comments returned from Publish API are not formatted properly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143545] [APAR PH44529] [ReqIF Import creates new artifact at incorrect hierarchy position] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143672] [APAR PH44542] [Error when opening an specific module ( given when doing a GET to an user uri).] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143548] [APAR PH44620] [VDI015 Skipped resources reported in V7.0.2 : rmTRS.log reports java.lang.IllegalArgumentException: invalid UUID] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144060] [APAR PH44649] [Artifacts cannot be moved between folders due to existence of bad reference] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143773] [APAR PH44741] [Viewing links to RM artifacts from QM results in hanging threads and high CPU usage] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143609] [APAR PH44796] [OSLC query fails intermittently with NullPointerException] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143608] [APAR PH44860] [Cannot edit attributes of multiple artifacts with same ID simultaneously] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143631] [APAR PH44960] [DNG-RMM - links aren't being copy/pasted correctly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143654] [APAR PH44971] [0.6 migration: retriable exception not being retried.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143696] [APAR PH45095] [DNG: CRRRS8657E An invalid value was specified for the attribute definition URL https:///rm/types/AT_3YfZQJwFEey27e_glcYQ0Q#_kZYxsPbnHEPBhwIjJ8ssIQ. ])] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144122] [APAR PH45154] [Importing the same Type System into parallel streams within a component results in types with duplicate RDF-URIs when delivered between streams] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143816] [APAR PH45217] [Artifact ID of Links are displayed incorrectly in local configuration when links are created from incoming side] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143808] [APAR PH45218] [Column "Review comments" disappears from the view when the view is changed outside the review] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144088] [APAR PH45285] [Permissions for specific types can display permissions for archived streams] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143800] [APAR PH45290] [Exception when cloning module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143714] [APAR PH45327] [DB2: Link by attribute is slow] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143924] [APAR PH45340] [0.6 migration: Exception caused by retryable exception not being retried] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143721] [APAR PH45416] [OSLC based updates to module level attribute is reverted during changeset delivery] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143884] [APAR PH45490] [Tags exposed in the grid view are not ordered by name ( works in 6.x )] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143756] [APAR PH45492] [ReqIF Import fails on Null Pointer Exception] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144263] [APAR PH45509] [OSLC PUT with special escaped carriage return in an attribute value causes problems with future edits] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144147] [APAR PH45564] [When a link column is configured to display a multi value attribute only one value is displayed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144132] [APAR PH45595] [OSLC Service provider does not return the same number of binding artifacts for a module OSLC Get as the RDNG UI] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143792] [APAR PH45598] [Link Constraint prevents link creation for Incoming links during Copy+Paste of artifacts in a module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143959] [APAR PH45646] [Query for view with Validated By links timeouts, resulting in HTTP 0] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143751] [APAR PH45694] [Stream to Stream delivery fails with GoneException for core artifact deleted in target stream] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143815] [APAR PH45784] [Module enumeration attribute changes not retained after save operation] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143848] [APAR PH45793] [Creating a module, based on a module template, does not assign the module's ownership with the ownership of the folder] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144270] [APAR PH45795] [Folder ownership modified when using the assignment option "Use the same project area or team area for all subfolders and artifacts"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144269] [APAR PH45949] [Slow baseline view query on DB2 for baseline-stream compare] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144370] [APAR PH45955] [upgrade not detecting a retryable exception] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143911] [APAR PH46067] [TRS Selections validation/repair very slow due to inefficient removeAll() call] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143963] [APAR PH46088] [Inconsistent way to display Module Binding title for links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144308] [APAR PH46114] [0.6 migration: SQLServerException: The conversion from bigint to TIMESTAMP is unsupported.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143954] [APAR PH46134] [Hover over collection causes SQL on DB_BINDING_CONTAINER] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144268] [APAR PH46185] [Repairing a selection in COMPACTION mode should not trigger the repair if the validation finds no problems with the selection] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/143989] [APAR PH46188] [The button named "Repair boundIdentifiers" in MAT is missing and it should not be] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144040] [APAR PH46325] [Publish API: Project resolution behavior in a GC context is incorrect for cloned artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144153] [APAR PH46384] [When approved changesets required and CS is linked to a workitem which is approved, changeset delivery fails saying WI not approved] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144033] [APAR PH46523] [A cloned module with links is missing the links if user isn't a member of the clone's source project] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144075] [APAR PH46643] [Publish API: Embedded artifacts from a different component in the same GC are not visible] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144267] [APAR PH46669] [Artifact Contents, CKEditor: Lines of text after embedded artifacts can sometimes be removed by the client when saving the artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144139] [APAR PH46675] [NullPointerException while cloning links when the link type doesn't exist in the target configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144091] [APAR PH46804] [Backlinks from CCM to RM are not created during Module paste on Target Project Area.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144166] [APAR PH46903, PH46829] [Publish Views: Linked resources not local to DN server can cause report to fail - IllegalArgumentException from getDescribeParams4Resource] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144154] [APAR PH46908] [Exclude the ignored configurations during a full rebase] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144279] [APAR PH46971] [Cannot create links with Link By Attribute when Link Constraints are set] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144176] [APAR PH46979] [Filtering by Lifecycle Status gives incorrect output] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144262] [APAR PH46984] [History fails if it contains a comment that was deleted but never created] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144161] [APAR PH47030] [RM Client Extension API (RM.Data.getLinkedArtifacts) with filters using constants no RMM links are fetched] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144256] [APAR PH47066] [Error 400 when importing project properties from another component] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144233] [APAR PH47124] [TRS validation repair action does not repair selection resources] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144303] [APAR PH47154] [CSV/XLS Export: The order of enumeration values can be different from the order shown in the grid] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144261] [APAR PH47210] [An object type url is exposed in the change log as a state item instead of as a configuration item.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144220] [APAR PH47251] [Recently Viewed Artifacts does not populate when artifact title contains XML-reserved characters] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144286] [APAR PH47588] [Publish: During report generation, sometimes the task tracker requests can intermittently fail with an HTTP 0 error due to a network issue] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144325] [APAR PH47670] [Cannot create links with Link By Attribute when Link Constraints are set -- OptIn projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144342] [APAR PH47811] [TRS pointers cache should be disabled by default; causes problems for selections] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144336] [APAR PH48038] [L3 TRS selections tool not publishing the configuration resource when reset + publish option is used] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144375] [APAR PH47802] [Add optional REOPT hint for DB2 baseline direct SQL] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144341] [APAR PH32216] [Comparison report is showing artifacts' title in the module context and not the artifacts' contents] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142682] [APAR PH32216] [EDG report for opt-out module generates incorrect Hyperlink for RMM link types.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142671] [APAR PH32216] [Reporting: Module book and Module Table reports have wrong 'Created On' & 'Last Modified' date and times, instead of the Module's Data the time-of-report generation is printed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/142966] +-- Product Jazz Foundation Fixed in release 7.0.3: [APAR PH17187] [ClusterDiagnostic of the clustered environment should somehow factor in *when* the slowness was observed and gradually phase the ERROR/WARNING statuses for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/523966] [APAR PH26386] [[702] 7.0.2 iFix001m Upgrade causes unique constraint violation reported addTables log] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532473] [APAR PH26990] [Shared personal dashboard does not appear in All Personal dashboard list when other user logs in] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/536843] [APAR PH30148] [Query doesn't used ? style parameters[702]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/529451] [APAR PH31009] [Poor performance when process area users modified many times[702]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524499] [APAR PH31975] [[702] Address concurrency issues with Jena TypeMapper] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532465] [APAR PH32061] [RootServicesUtil very slow if a friend application is offline for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/535667] [APAR PH32216] ["Boolean value for using Guava Cache In Jena" is not visible in the UI or in teamserver.properties[7.0.2]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531053] [APAR PH32216] [Add JSON info to exception when reporting missing required JSON property [7.0.2 Maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548433] [APAR PH32216] [Add trace logging for saving cache maintenance errors] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547781] [APAR PH32216] [Can't link EWM source files to artifacts in a GC because the Select Configuration dialog shows an error from EWM Eclipse client] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520326] [APAR PH32216] [DNG Migration failed due to the changes for 517912 for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/535766] [APAR PH32216] [Error showing history for global streams with % character in title] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/536863] [APAR PH32216] [Fix for transitive dependencies has performance concern[702+]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/545933] [APAR PH32216] [GC SDK TRS mode contribution cache may process older events for a GC even though it has processed a more recent event [7.0.2 Maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548402] [APAR PH32216] [GC SDK contribution caching does not detect case where the last processed event is missing from the change log [7.0.2 Maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547909] [APAR PH32216] [GC SDK error (TeamRepositoryException: Referenced content does not exist) [7.0.2 Maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549226] [APAR PH32216] [GlobalConfigurationCacheUpdateTask writes to database when there are no changes (7.0.2 Maintenance)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547888] [APAR PH32216] [Importing releases may see truncated query results from any EWM, and may see EWM query expired errors with a clustered EWM [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549914] [APAR PH32216] [Improve serviceability for GC SDK contribution caching] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547782] [APAR PH32216] [Jazz Authorization Server - LDAP and RACF Connectivity and Functionality for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525248] [APAR PH32216] [Make the change set commit code insert the correct contributor_id value] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532130] [APAR PH32216] [Migration on 7.x throws a SQL error on an non-existent table for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/541446] [APAR PH32216] [Online Verify isn't scalable[702]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/523857] [APAR PH32216] [RDF of global baseline uses wrong predicate for committed by] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/543913] [APAR PH32216] [Resource shape for global configurations missing OSLC properties for committed and committer] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/543912] [APAR PH32216] [TRS contribution caching vulnerable to transient GCM server errors [7.0.2 Maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547803] [APAR PH32216] [[702] 7.0.1 upgrade: Change set initialization take 40+ hours] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532469] [APAR PH32216] [[702] Address the performance concern due to an additional SQL call while detecting conflicts for Changesets.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/534690] [APAR PH32216] [[702] CRJAZ0367E Connection closed exception while executing some new JUNITS on oracle 19C] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/535336] [APAR PH32216] [[702] ConfigurationManagementImportService does not preserve ChangeSet.modifiedBy when updating or recreating change sets] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531701] [APAR PH32216] [[702] IFullTextService.search() doesn't handle changsets properly - issue with ConfigurationManagementService.isInConfigurations()] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/535167] [APAR PH32216] [[702] Move the Unreferenced versions verifier to > 5 level] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532470] [APAR PH32216] [[702] Provide API to identify all states of items of one or more managed item types] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528444] [APAR PH32216] [[702] Provide new API to fetch all states of a configuration-aware item regardless of configuration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525885] [APAR PH32216] [[702] Provide query API support for specifying DB2 optimization guidelines] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/534846] [APAR PH32216] [[702] Request to change disposition of REORG dataset from DISP=(MOD,DELETE,CATLG) to DISP=(MOD,CATLG,CATLG)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/534766] [APAR PH32216] [[702] Test Failure (RJF-SqlServer-2016-I20220112-2126): com.ibm.team.repository.service.tests.internal.configaware.DeliveryServiceTests.test4gChangeSetDependenciesWithTransitiveDisconnect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549189] [APAR PH32216] [[702] Unmatched '{' in ""] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/535397] [APAR PH32216] [[702] Upgrade failed in addTables when Validating version tables for identical timestamp issue (520509)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532472] [APAR PH32216] [[702] Use Literals instead of bind variables for DBIDs in the composite query pattern.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/534849] [APAR PH32216] [[702] VersionTable.getCommittedChangesInChangeSets will not return properly ordered changes if >1000 change set handles are passed in] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549190] [APAR PH32216] [[702]Session delta calculation can potential miss conflicts in some Changeset -> Stream scenarios.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/534619] [APAR PH32216] [[702][DNG Migration] Asynchronously validate migrated delivery records] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531968] [APAR PH32605] [NullPointer in repairQueryableTables[702]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/523127] [APAR PH32788] [Unrecoverable Error while creating Lucene Indexes for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/538756] [APAR PH33101] [IRepositoryDataMediator.getItemHistory() returns wrong user for who delivered the change to the stream for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/527070] [APAR PH33114] [When running the "repotools-rm.bat -verify" if it encounters a "CRJAZ1150E The repository was not verified: Duplicate permissions operation id specified" error the Verify does not detail the affected project area and stops instead of proceeding with the rest of the verify.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/535873] [APAR PH33114] [repotools-rm.bat -verify command does not report the affected project area in the log to fix it.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526792] [APAR PH33700] [DeliveryService.getSessionDeliverableChangeSets hanging for hours for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/527846] [APAR PH33832] [Unused tags in GC are not removed after deleting] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537018] [APAR PH34038] [[7.0.2] Data issues in DeliveredChange table causing DNG Migration failure] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526774] [APAR PH34905] [Functional users (lqe_user and jrs_user) are wrongly created when using registerApp repotools command.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/535116] [APAR PH35115] [[702] Getting message: Maximum number of expressions in a list is 1000 running addTables in an upgrade from 6.0.6.1 to 7.0.1] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530977] [APAR PH35568] [[7.0.2] Slow stream loading in "Manage components and configurations"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/533503] [APAR PH36204] [Slow query looking up links] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537019] [APAR PH36600] [The data warehouse server rename repotools command should rename without matching reporoot id (v7.0.2)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/534049] [APAR PH36603] [The repairVersionsWithIdenticalTimestampIdentical tool misses two scenarios for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/535117] [APAR PH37023] [[702]Production jazzdev's jts.log reports com.ibm.juno.core.parser.ParseException: Parse exception occurred at line='1', column='0'. Could not find ':' following attribute name on JSON object.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/536506] [APAR PH37127] [Performance issue with query in ConceptToConfigurationVersionCache.updateCacheWithPreviousVersionInfo] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537051] [APAR PH38920] [[702] Diagnostics of JSF Storage in JTS shows an error PropertyConstraintException] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/538968] [APAR PH39021] [Server rename has a slow query that looks like a hang[702]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/539065] [APAR PH39047] [[7.0.2] Raw Item state service has incompatible SQL syntax for different SQL versions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/541985] [APAR PH39396] [Disable services and tasks during 7.x Migration that do not have database entries in 6.x | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/539930] [APAR PH39870] [Error while Finalizing setup of second remote RM instance with JTS for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/543523] [APAR PH40293] [Unable to fetch the Artifact's history information due to NULLA marker values in Repository.Version -> prev_config_id] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549124] [APAR PH40523] [[7.0.2] Detect duplicate collection entry from blob in repairQueryableTables] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/542713] [APAR PH40538] [ETM Process Resources data source sometimes fails in LDX with error "CRLQE0489E Rollback detected. Data source may have been rolled back.Encountered an entry older than the last processed."] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549535] [APAR PH41421] [Importing RPE reports fails with "Report contents are invalid. Cause: Content is not allowed in prolog"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/546044] [APAR PH41652] [State validation fails when state of change set being delivered is from a parent stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/545925] [APAR PH42171] [Backport - GCM UI does not support custom link values that are valid URIs using protocols other than http or https (702_Maintenance)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547770] [APAR PH42992] [[702] Nodes may get wrongly detected as stale due to high concurrency/ load & timing issues on different nodes which can cause unnecessary rescheduling of global tasks.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547560] [APAR PH43160] [Configuration tree fails to load if remote server login is canceled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547505] [APAR PH43206] [[702 iFix011] ConfigurationManagementService.internalCopyItemStates does not anticipate that configuration data could be null during changeset delivery] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549785] [APAR PH43206] [[702] ConfigurationManagementService.internalCopyItemStates does not anticipate that configuration data could be null during changeset delivery] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549188] [APAR PH43548] [Upgrade from 6.0.6.1 to 7.0.2 fails with Validation failed!] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548217] [APAR PH43880] [Address slow SPARQL query in RM->CCM links and LDX: Add a switch to disable the optimized SPARQL Query (EWM Work Item) Change [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549727] [APAR PH44989] [Disable local version DeliveryServiceActivationAsyncTask in 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/550467] [APAR PH45574] [ConfigurationManagementImportService.internalFinalizeImport() does not wait for completion of validateDeliveredChangeMigratedData [702]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/551629] [APAR PH45905] [ORA-04021 not recognized as retryable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/551620] [APAR PH46121] [com.ibm.rdm.fronting.server.exception.BadRequestException: changeSetHandles is missing dependency [702]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552408] [APAR PH46521] [[702] Omit Oracle hint in getSqlGetChangesInConfiguration for scope==states in non-baselines w/o includePrevious] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552731] [APAR n/a] [[702] DB2: Enable collection of section actuals for SQL executed from ELM] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/553647] +-- Product IBM Engineering Workflow Management Fixed in release 7.0.2: [APAR PH45857] [Missing history from checked in item] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/551624] Fixed in release 7.0.3: [APAR PH31160] ["Export Plan to XML file" does not export items with parents that belong to another PA | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526231] [APAR PH31235] [Reverse OSLC representation has the title XML encoded twice | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526233] [APAR PH31429] [Work Item Copy does not copy values from enumeration list with child link | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526241] [APAR PH31560] [Nested iterations doesn't show up in planned for attribute | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528588] [APAR PH32216] [CAS search terminated with errors when contextual CAS searching from a work item] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520873] [APAR PH32216] [HFS build should support HFS folder being a project] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524434] [APAR PH32216] [Post Compile fields missing from several files following backport] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548580] [APAR PH32216] [RetryableDatabaseExceptions are not always retried for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/533100] [APAR PH32216] [Work item page doesn't navigate back using back button | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/541836] [APAR PH34288] [Quick Planner :: Work item gets opened, when it is dragged from one lane(Open) to other lane(In Progress) in the Work Board] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/527838] [APAR PH34297] [CSV import ignores custom linktypes (created with plugin) | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531706] [APAR PH34405] [Missing name in deletedBuildableFiles during Subset build] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/527706] [APAR PH34658] [Creation of draft work items using OSLC results in a ServiceNotFoundException | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530784] [APAR PH35562] [Query result decimal column changes from rounding to 4 digits to 3 digits after working copy is loaded | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531644] [APAR PH35581] [Opening the build queue on the Web UI can cause an 1000+ IN predicate Oracle error for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537859] [APAR PH35605] [Infinite loop in TopLevelPlanItemChooser | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531014] [APAR PH35969] [Spaces in enumeration ids generate invalid reports... fix issue with existing data | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532065] [APAR PH36278] [When plan item heights are not 25px, height calculations cause plan elements to disappear at top and bottom of plan | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532748] [APAR PH36397] [Component locking may need access hints on oracle for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/534183] [APAR PH36659] [Links attribute presentation not shown on Plan Editor Preview editor presentation | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/536167] [APAR PH36859] [While full text search indexing is offline during an upgrade, attachments added are not visible to anyone except the user that added them | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/534911] [APAR PH37720] [Plan view widget does not show all items | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/538127] [APAR PH38088] [WI linking for Gitlab commit comment and issue is not working | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537647] [APAR PH38206] [Log and catch plan view errors -- new change sets | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/541401] [APAR PH38217] [Enable OSLC Mappings must not perform GC opt-in on non-EWM servers | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537443] [APAR PH38217] [Global configuration opt-in is no longer needed and should be removed | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/539659] [APAR PH38258] [CSV Import does not replace work item list value with empty value from import file | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/538121] [APAR PH38260] [Plan widget on dashboard throws exception during refresh when switching dashboards | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/538129] [APAR PH38281] [Jenkins connection test looks for case sensitive header for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537348] [APAR PH38427] [Burndown and Burnup wrong projection line when scoped to weekdays] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/537665] [APAR PH38529] [Promotion ignores impacted outputs for delivered changesets] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/538093] [APAR PH39027] [Quick Information: Tool-tip doesn't need to show up together with hover dialog for subscribers, mentions links attachments, related items, etc. | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/541980] [APAR PH39306] [Saved Risk item still appears in Unsaved section of Work Items menu | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/541951] [APAR PH40367] [HFS build with subset does not find files to build after creation of a new source folder] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548658] [APAR PH41186] [Scheduled Deployments fail with NPE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/543725] [APAR PH41559] [Calculated value with dependent attribute not firing | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547828] [APAR PH41725] [SVT HC LaunchPad failure at HealthCheckPreStep01g_ValidateCcmDashboard.test09_VerifyStabilizationTabWidgets(java script issue) - 7.0.2ifix012] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549938] [APAR PH41725] [When linking to Work Items "Show only work items related to the current GC" checkbox does not filter for release when query is selected | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549707] [APAR PH41770] [Save anyway dialog is not presented when remote system can't save backlinks | 7.0.2 Reporting] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547934] [APAR PH42185] [In the packaging wizard, work items associated with lots of files can result in socket timeouts] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/546322] [APAR PH42211] [Saving build definition fails with PropertyConstraintException "greater than the allowed encoded length of 32768 bytes"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/546323] [APAR PH42355] [No statuses shown when editing multiple workitems | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547570] [APAR PH42896] [Spacing is off on dashboard plan view widgets | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547827] [APAR PH43013] [The @user mention logic doesn't recognize valid Jazz user ids with odd characters | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548732] [APAR PH43265] [Work item icons status indicator in the taskboard plan view | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/551197] [APAR PH43310] [Long Comments entered while creating a stream snapshot cause a snapshot creation to fail For 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548111] [APAR PH43361] [Plan Board Will Not Show Progress | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/547831] [APAR PH43592] [ELM 7.0.2 - Access Artifact (document) history yields error "TypeError: this._currentArgs.changeSets is undefined." after updating RTC 6.0.2 to ELM 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548339] [APAR PH44017] [Change event created in SCM that has a previous value the same as the current value for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548582] [APAR PH44332] [HttpValueProvider URL substitution for category includes spaces for hierarchy separation | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549655] [APAR PH44373] [Iterations in Planned For pull down improperly indented when iteration/timeline contains forward slash characters | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549438] [APAR PH44376] [Program board arrows are misaligned when the board is loaded | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549481] [APAR PH44522] [Integrated windows login in CLI giving error if any other authentication exists on the same sandbox] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549193] [APAR PH44787] [Category sort logic does not properly handle the case where saved categoryId is missing trailing delimiter | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/550475] [APAR PH44872] [GC link is not correctly determined in hierarchical plan views when 'Fetch Children on Demand' is enabled | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/550479] [APAR PH45386] [Outplaced Story does not display in Plan Items column of Taskboard view for Plan View widget | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/550831] [APAR PH45485] [EWM httpclients and httpcore issues after IDz 15.0.4 and EWM 7.0.2 shell share installation by IM for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/551357] [APAR PH45626] [Custom View saved from My Stuff error : Failed to populate view | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/551715] [APAR PH45630] [Error occur while annotate file for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/551212] [APAR PH45921] [Exception occurred while executing the task "ScanResultPrunerTask" (for 7.0.2)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/551724] [APAR PH46148] [Ranking Work Items in Plan with circular dependency duplicates rank | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552949] [APAR PH46151] [Categories with similar names/ids can be incorrectly sorted causing odd side effects in the category hierarchy that displays in work item editor | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552128] +-- Product IBM Engineering Test Management Fixed in release 7.0.3: [APAR PH00373] [Repotools command to find ghost links] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190058] [APAR PH11614] [Develop repotool to remove DNG links from test case snapshots] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191228] [APAR PH28702] [Skipped Resource created after inserting a string that includes unicode chars] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188733] [APAR PH30853] [TestMatrix widget has resize problems when number of x-axis points is more than 9] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188758] [APAR PH31052] [Error Too Many ICategoryType matches when restoring a Global Category] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191147] [APAR PH31157] [Unable to Duplicate (Across Project Areas) a Test Plan with more than 2048 Test Cases: com.ibm.rqm.copy.exception.CopyException:] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188717] [APAR PH31325] [The "Edit Test Scripts Inline" section of a Test Case is inoperable after a REST API update] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188684] [APAR PH31353] [Not all machines in a cell are used when execution owner is set] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188791] [APAR PH31542] [Generate Test Case Execution Records does not reflect the choices made such as "Add a prefix to generated test environment names"] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189421] [APAR PH31633] [Error when executing a TSER with a precondition "To run, the test suite execution record must be associated with these attributes: test plan."] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191787] [APAR PH31825] [Suspect flag is not displayed after merging a new version of a Test Case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189247] [APAR PH31828] [Roll-up result displays incorrect State value in a TCER] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188775] [APAR PH32166] [2 test case results created during suite execution using CLA adapter, one left "in-progress"] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188718] [APAR PH32193] [Unrelated Defect link is visible in test case result] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189087] [APAR PH32216] [Add the "defaultValue" to the category type property in the artifact shape] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190520] [APAR PH32216] [Cannot create an artifact snapshot if its contained artifacts were purged] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192046] [APAR PH32216] [CnP : In ETM, button (icon) 'Paste Artifact Link" does not paste copied requirement in test script step] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188757] [APAR PH32216] [Dev demo feedback on error message: Update the error message in the dialog when test plan contains more artifacts than the maximum allowed number of associated artifacts] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189341] [APAR PH32216] [ETM Word Excel Importer : single scriptless testcase offline execution fails to import with unicode characters (errors in Excel UI)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191629] [APAR PH32216] [Multi-Comp : Script step synchronizer fails] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188764] [APAR PH32216] [Multi-Component: Generate TCER wizard shows parent artifact's component instead of default selected component] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188683] [APAR PH32216] [New advance server property "Maximum number of associated test artifacts for the PDF print job" does not validate against minimum value] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189371] [APAR PH32216] [OSLC PUT manual script step content showed up in previous state of the test script] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192129] [APAR PH32216] [RQM web UI should give a warning when a comprehensive PDF job is going to spawn a very large number of child jobs] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189302] [APAR PH32216] [Update to OSLC API to use default values for categories when creating test artifacts] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190419] [APAR PH32216] [Users need a mechanism to enable/disable OSLC Migration task] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192050] [APAR PH32216] [We should remove extension point for com.ibm.team.workitem.common.disableGlobalConfigurationOptIn] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190714] [APAR PH32216] [[Dojo 1.16] Build records and build definitions skipped resources removed from unignore] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188685] [APAR PH32216] [[Dojo 1.16] Unable to use arrow keys in drop down lists] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188765] [APAR PH32216] [[Dojo 1.16] Unable to use arrow keys while creating category and category value] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188763] [APAR PH32237] [Excel Utility installer (RQMExcelImporterSetupX64ForDotNET45.msi) does not install for all users] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188675] [APAR PH32334] [SQL Error Code 1205 or Error Code 3000 during reconcile process] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189300] [APAR PH33117] [Unable to Bulk update Test Cases with requirements; the save never completes] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189659] [APAR PH33198] [Manual Test Script steps are out of order when adding them at runtime] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189678] [APAR PH33303] [CSV/PDF export of TCER list view does not use the TCER's default test script] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189229] [APAR PH33681] [PDF export does not format the data properly when the tag is present] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189192] [APAR PH33843] [Offline imports hangs (Never completes the import) for a bulk import] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189657] [APAR PH33942] [After saving, in addition to adding the link, the value for the execution variable was deleted for test case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189190] [APAR PH33989] [Test Case and Test Scripts are not accessible using Offline Execution in a CM enabled environment] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189652] [APAR PH34097] [Test Case Suspect Status or locked status can not be updated via the REST API when approved] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189557] [APAR PH34110] [HTML tags are appear in the spreadsheet while performing a cut/paste action during an offline import] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189655] [APAR PH34789] [Potential OOM when OSLC Migration keeps failing] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189740] [APAR PH35046] [Manual Script Step context menu is missing icons] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189615] [APAR PH35054] [Condensed step layout is failing with test scripts that contain tables with higher than available rowspan values] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189883] [APAR PH35248] [REST call in a Global Configuration Context consisting of multiple QM configurations only returns artifacts for the first configuration in the list] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190469] [APAR PH35382] [Permissions Denied error when trying to access an image in a Test Script that has been copied from another Project Area] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190479] [APAR PH35489] [Unable to reassign adapter for an execution not started yet] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189889] [APAR PH35491] [Unable to filter Execution Results by Global Category value] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190150] [APAR PH35534] [Approval Descriptor Type - showing multiple results in different languages in JRS reports] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192772] [APAR PH35732] [Inconsistencies in the Manual Test Script UI column settings] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190040] [APAR PH35761] [Custom Attribute(s) sections are reset in a Manual Test Script Template] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190112] [APAR PH35804] [Test case view shows false bad backlinks to requirements depending on number of Test Cases displayed] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190087] [APAR PH36033] [Configuration Management is being enabled by default after updating the OSLC Link/Attribute Mapping section of the project area] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190578] [APAR PH36094] [Missing dcterms:title for Test Case Record Selection Criteria and Record Selection Criteria] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190146] [APAR PH36162] [Updating an artifact category returns an incorrect message using the REST API / Excel Utility] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189951] [APAR PH36276] [Unable to create a link from test script to requirement] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190452] [APAR PH36361] [The "Select Lab Resource Description" (Lab Resources) pop up window does not size correctly in Chrome] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190237] [APAR PH36388] [Unable to clear permissions based error message in a Test Script] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190140] [APAR PH36883] [PDF print of test suite snapshot show the current version of the test case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190289] [APAR PH37299] [Excel Import Test Case Should Use Default Value for Required Categories] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190288] [APAR PH37338] [Test Case/Plan/Script Import screens keep on loading after importing the XML file] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190264] [APAR PH37348] [Execution variable values are not updated in a Test Suite Result] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190669] [APAR PH37871] [SQL Error Code 1205 or Error Code 3000 during reconcile process - while linking test artifact with requirements] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190566] [APAR PH38616] [Test Environments are not reused when using prefix] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190744] [APAR PH38681] [CSV export fails with a large amount of test cases (16k+)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190921] [APAR PH38857] [The list of available columns does not show the Global TCER column in TCR list view] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190716] [APAR PH39370] [PDF export does not include tables in the pre and post condition sections] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191004] [APAR PH39388] [404 status code when clicking a link to requirement artifact on PDF file exported from a project in which only baseline is enabled in ETM.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/190934] [APAR PH39442] [Table View columns go into edit mode when selecting the sort order option] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191283] [APAR PH39844] [Error duplicating test case with test script using test data and test data filter] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191073] [APAR PH40599] [Inconsistent adapter assignment when running multiple Test Cases within a Test Suite] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191625] [APAR PH41214] [TRS feed cleanup can fail and can take a long time to complete] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191810] [APAR PH41260] [Sort order for a shared query is not being honored when execution from a widget] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192221] [APAR PH41452] [History entries for Test Script steps are omitting tags] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191965] [APAR PH41495] [Unable to remove content from the Result Details section of a Test Case Result] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191789] [APAR PH41512] [Manual Script Step number value is out of order when associating Test Data] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191795] [APAR PH42227] [Unable to export PDF in test script table view and in test script editor] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191748] [APAR PH42497] [Display and settings issues with the Test Plans Execution Status Widget] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191956] [APAR PH42995] [A user is able to create links from test case to a requirement without having create/modify permissions] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192269] [APAR PH43082] [Print PDF of a Test Script is failing due to Row Span format] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192295] [APAR PH43161] [OSLC put request succeeds, even if user has no permissions.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192130] [APAR PH43388] [Execution of Testsuite with multiple JUnit Selenium Adapter causing problem.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192408] [APAR PH43501] [The test cases for missing links show up as skipped resources in LDX with error code 400.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191864] [APAR PH43502] [Custom Attribute Data is not visible after unlocking Test Case Result.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192012] [APAR PH43597] [Registration of CLA adapter fails with error 400] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191987] [APAR PH43652] [ETM Test Plan snapshot fails due to NullPointerException on cloneTSERsForSnapshot()] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/191921] [APAR PH43856] [Test Matrix Widget is not working in TCER queries.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192086] [APAR PH43858] [Children global categories can have different global scope from the parent category] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192314] [APAR PH43858] [PDF Print hangs due to Global Categories hierarchy - three levels] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192313] [APAR PH43980] [Test case icon in test case list view shows last run status and not the most severe one.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192461] [APAR PH43995] [TCER list view is not working in the viewlet without specifying any sort column] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192090] [APAR PH44173] [QM API displays artifact url on summary attribute for EWM artifacts] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192292] [APAR PH44398] [Status Code 400 (Bad Request) java.lang.NoSuchMethodError is returned when performing a GET an OSLC concept URL] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192004] [APAR PH44585] [REST API update (PUT) for execution variables do not capture the correct history event] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192271] [APAR PH44637] [REST API the "executionscript" resource does not return project level execution variable (while the 'remotescript' resource does)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192286] [APAR PH44680] [The Test Case Description Field does not adjust in in height to display multiple lines of content (Edge and Chrome)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192722] [APAR PH44686] [Pasting URL with German signs into Rich Text section results in malformed pasted text] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192474] [APAR PH44757] [Need an advanced server property for a non-responsive server warning threshold to display the alert message] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192287] [APAR PH45060] [Filter icon is not displayed on the compare configurations window] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192398] [APAR PH45269] [Merge Error: An exception is thrown while advising the operation: java.lang.NullPointerException] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192377] [APAR PH45302] [Test matrix widget not working properly with Test Case results/ Test Suite Result] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192557] [APAR PH45699] [Test plan snapshot operation can take a long time and the REST call doesn't response until the operation is completed.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192200] [APAR PH45980] [Add Linked Test Cases to Current Plan row-level action not displayed in the Reconcile dialog.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192363] [APAR PH46506] ["Test Statistic" Widget Bar Chart is not clickable] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192574] [APAR PH46706] [Test Plan Snapshot error An unexpected exception was caught while trying to activate this copy job] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192488] [APAR PH46817] [User able to create link from test case to requirement without permission to modify/edit Test Case in an GC enabled project] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192730] [APAR PH46986] [Requirement link shows requirement information when hover over requirement in local configuration context] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192727] [APAR PH47275] [Running Testcase with Testscript & Testdata with 1 row data displays error of Record Missing] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192738] [APAR PH47313] [TSER precondition not showing errors when it is not met] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192710] +-- Product Data Collection Component Fixed in release 7.0.3: [APAR PH43447] [Some Test metric tables use test case as a dimension causing scale/sizing issues] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548729] [APAR PH44220] [F_EXEC_WORKITEM_REQU_METRICS grows too big because REQUIREMENT is used as a dimensionF_EXEC_WORKITEM_REQU_METRICS grows too big because REQUIREMENT is used as a dimension] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549256] #### Fixes iFix016 and after #### +-- Product Jazz Reporting Service Fixed in release 7.0.3: [APAR PH41250] [Size of popup in dashboard widget is different from the popup in JRS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/544255] [APAR PH47207] [Project id associated to the category in report query is for a different project] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555509] [APAR PH32216] [Download Log File button not visible in Report Builder Admin page [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555526] [APAR PH32216] [Other Prevent TCP connection timeouts from occurring between Report Builder and LQE [7.0.2 maintenance]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555998] +-- Product IBM Engineering Lifecycle Optimization - Engineering Insights Fixed in release 7.0.3: [APAR PH32216] [View level PA Scope not applied to CAE containers] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555363] +-- Product IBM Engineering Requirements Management DOORS Next Fixed in release 7.0.3: [APAR PH42155] [Slow RequirementQueryService.getModuleBindingLinkInfo] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144369] [APAR PH47214] [OSLC query returns all artifacts even after specifying creator.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144339] [APAR PH47321] [Linking operations perform poorly in large GC contexts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144434] [APAR PH47336] [User with only team area permissions is not able to create a shared view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144430] [APAR PH47337] [User with only team area permissions is not able to perform 'Link by Attribute' from a View] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144433] [APAR PH47888] [Delivery leaves artifacts locked if user ID has @ symbol in it] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144441] [APAR PH47912] [Cross-Project, Paste Special: No link types are available for link to original artifact when link constraints exist] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144387] [APAR PH47938] [Slow RequirementQueryService.getBoundArtifactsByIdExtended during link-by-attribute] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144427] [APAR PH48420] [Browser runs out of memory when reloading a view in a project with many link constraints] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144454] [APAR PH48485] [The component selection menu lists the components “Not in current configuration” first and then lists components “Recently viewed and in current configuration"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/144449] +-- Product Jazz Foundation Fixed in release 7.0.3: [APAR PH32216] [[702] Enhanced SQL tracing - log bind parameter values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555269] [APAR PH42821] [DB2: VersionTable.shouldPreserveQueryableRow performance degrades as configuration table size grows [702]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/552575] [APAR PH45488] [Create a tool to run changesets computation online for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555113] [APAR PH45899] [Stack Overflow When Importing Contributors for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/554170] [APAR PH32216] [[702] Make SQLException with SQLSTATE 08000 error code 17410 retryable on Oracle] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555805] +-- Product IBM Engineering Workflow Management Fixed in release 7.0.2: [APAR PH45246] [When Build result containing the associated work item is deleted then OSLC links are not generating between new Build Result and Work Item on Web UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555033] Fixed in release 7.0.3: [APAR PH48121] [EWM Changeset link from WI not opening and instead downloading a XML file.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/555238] +-- Product IBM Engineering Test Management Fixed in release 7.0.3: [APAR PH32216] [Copying fails for resource types that support custom attributes (Test Script, Manual Step, TCER, TSER,TCR, TSR) using the ETM Copy Utility] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192844] [APAR PH32216] [Creation of test case containing custom attribute using CopyUtility Fails.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192843] [APAR PH32216] [Renew certificate to a certificate authority (CA) or a Microsoft partner] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192875] [APAR PH43800] [Test script step expected results is not emptying if modified using Excel importer.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192871] [APAR PH44436] [ETM 7.0.2 ExcelImport AddIn - .rqms imported to Excel does not have carriage return on Step Description attribute] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192907] [APAR PH44898] [ETM Test Plan Exported PDF Included Artifacts from Other Test Plans] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192868] [APAR PH46693] ["An uncaught error " when attempting to PDF print of a Test Case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192869] [APAR PH46818] [Test Phase ID's for associated TCER's are incorrectly being assigned when copied via a Test Plan] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192934] [APAR PH47155] [Test Plan which links to a completed task work item throws an error when we try to change test plan state to Under Review and save it.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192925] [APAR PH47162] [Testcase Requirements can't be added if user doesn't have ProjectArea Permission & has TeamArea permission.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192929] [APAR PH48058] [Unable to update a Build value for a TCR (automated test) when the Built-In Variable option is enabled] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/192870] 10. CLIENT APAR FIXES This client update site contains fixes for the following defects: [APAR ID] [Maintenance Item Summary] [Maintenance Item URL] #### Fixes before iFix016 #### +-- Product Jazz Foundation Fixed in release 7.0.2: [APAR PH44037] [Logging out and back in with a user not in the Project Area disconnects the PA in Eclipse]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/548655] +-- Product IBM Engineering Workflow Management Fixed in release 7.0.3: [APAR PH31110] [Cannot drag and drop work item to changeset in Ubuntu] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/536540] [APAR PH31268] [Using check-in all button performs much worse with current work item set for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/522337] [APAR PH33211] [Eclipse: Tracks links are not available when dropping a Work Item | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532455] [APAR PH33495] [Packaging process latest more than 18 hours] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525685] [APAR PH34942] [Internal migration - System definitions various fix] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530743] [APAR PH35615] [Build output missing when condition is set on a translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531040] [APAR PH37089] [Issue with Associate Change Request option in Eclipse client] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/539934] [APAR PH38141] [Orphaned issues should not be considered while showing the count of total and unresolved issues in the code review presentation in the work item.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/539133] [APAR PH38868] [Selecting Relationships->children on the work item query toolbar causes type column to disappear | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/541965] [APAR PH44448] [Export/Import of promotion build definition result in NPE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/549339] #### Fixes iFix016 and after #### 11. ADDITIONAL IMPROVEMENTS The following additional improvements for the interim fix for IBM Engineering Lifecycle Management (ELM) 7.0.2 iFix008 are listed by application: 1. Global Configuration Management (GCM) a. Whitespace is normalized in GCM artifact titles: GCM improved and expanded its whitespace normalization of artifact titles (names) to help prevent unwanted characters from data entry errors. Extraneous and redundant whitespace-related characters are removed or collapsed to a single space. For example, a global configuration title that is entered as "ElectricVehicle" is normalized to "ElectricVehicle". b. Improved release dialog boxes: The "Add Releases" and "Import Release Links" dialog boxes in GCM now group EWM project areas by server, list only the project areas that the current user can access, and perform better when many EWM project areas exist. 2. IBM Engineering Workflow Management (EWM) a. Ability to open web-based UI in Visual Studio, Shell, and MSSCCI clients by using the Microsoft Edge Chromium runtime: All web-based UI in the Visual Studio, Shell, and MSSCCI clients now use the Microsoft Edge Chromium rendering engine in place of the unsupported Internet Explorer. This includes the internal web browser, Feeds, History Graph, Operation History, OSLC pickers, hovers, and work item and query editors. You can install the most recent Microsoft Edge Chromium Evergreen Runtime from https://developer.microsoft.com/en-us/microsoft-edge/webview2/. Microsoft Edge Chromium Evergreen Runtime is now a prerequisite for installing any of these clients. b. Dependency Build allows third-party validation before committing build maps: The Enterprise Extensions Dependency Build offers a new extension point for customized build processing. This extension allows scripting for other tools to be invoked, or wait-synchronized, at a critical point in time. You can invoke the scripting after programs are finished compiling and linking, but before the build maps are committed to the EWM repository. This feature allows third-party certification of Dependency Builds. If this certification fails, the build outputs are left in a state where the Dependency Build knows that they still must be rebuilt next time. c. Work item linking and navigation in a GC context: A new option "Enable user selection of the configuration context" is added in the OSLC Link/Attribute Mapping tab of project area administration. When selected, this option enables the global configuration (GC) for outgoing links to be selected by the user in EWM clients. The selected GC is used to discover and link to versioned OSLC artifacts from EWM. When not selected, the GC used for artifact discovery and navigation is inferred from the work item attribute values and the administrative settings of the project area. As a project administrator, you can associate releases with a GC in the Releases page that is used by EWM when the GC for outgoing OSLC links is inferred from work item attribute values. However, you must also specify the inverse association of a GC to a release in GCM to ensure consistent back link filtering of work items from linked OSLC artifacts. In the EWM web client, when user selection of a GC context is enabled for a project area, the selected configuration is used to discover, preview, and navigate to versioned OSLC artifacts from a work item. When you clear the selected configuration (indicated by "---" as the selected configuration) or when GC context selection is not enabled, the GC for outgoing OSLC links is inferred from the work item attribute values and the administrative settings of the project area. d. Whitespace is normalized in SCM artifact names: Source control management (SCM) improved and expanded its whitespace normalization of names of artifacts such as streams, workspaces, components, snapshots, and baselines to help prevent unwanted characters from data entry errors. Extraneous and redundant whitespace-related characters are removed or collapsed to a single space. For example, a stream name that is entered as "SampleStream" is normalized to "SampleStream". e. Support for new versions of GitHub Enterprise server in EWM: EWM 7.0.2 iFix014 and future iFixes now supports GitHub Enterprise server 3.1.7 and 3.4.3 along with future fix packs. f. Support for new versions of GitLab in EWM: EWM 7.0.2 iFix014 and future iFixes now supports integration with GitLab 14.10 and GitLab 13.12.15 and any future fix packs. g. Support of new version of Node.js for Git Integration: EWM 7.0.2 iFix014 and future iFixes now supports Node.js version 18.1.0 for its Git Integration Toolkit. h. Support of new version of Jenkins for Git plugin: EWM 7.0.2 iFix014 and future iFixes now supports integration with Jenkins 2.319.2, 2.319.1 and 2.303.3 and any future fix packs of these versions through its Rational Team Concert - Git plugin. For additional details: https://github.com/jenkinsci/teamconcert-git-plugin/ i. support for Windows 11 for EWM Eclipse client. EWM client for Eclipse 7.0.2 iFix016 and future iFixes is now supported as P2 install on top of Eclipse 4.16 on Windows 11 j. support for Gerrit 3.6 EWM 7.0.2 iFix016 and future iFixes now supports integration with Gerrit 3.6 k. support for Git 2.37.1 EWM 7.0.2 iFix016 and future iFixes now supports integration with Git2.37.1 and any future fix packs of these versions. l. support for Jenkins 2.346.2 Help EWM 7.0.2 iFix016 and future iFixes now supports integration with Jenkins 2.346.2 and future fix packs 3. IBM Engineering Test Management (ETM) Removal of OSLC Link/Attribute Mapping from ETM Project Area administration: In the ETM Project Area administration page, the section "OSLC Link/Attribute Mapping" is now removed. Note: The removed section has never been functional and does not contribute to the ETM Project Area functionality. 4. IBM Engineering Requirements Management DOORS Next (DOORS Next) a. Improved performance of upgrade process from 6.x versions to 7.x versions: The performance of the upgrade process from 6.x versions to 7.x versions is improved. This helps in reducing the time required to upgrade the user repositories. Repositories with requirements data that was deleted in 5.x versions see a significant reduction in the upgrade time. The reduction is evident for requirements with a large audit history. b. Reduce load caused by artifact hovers: When you hover over an artifact, the link information is now shown in a secondary panel. To view this information, click the "Show More" link. Links are loaded only when you click the "Show More" link, which reduces the time to show the initial hover. The query that loads links in the hover is limited in the time it is allowed to execute. The timeout defined for loading the link information is set through an advanced property and the default timeout is 30 seconds. The administrator can change this default timeout by changing the value of the query.client.timeout property under the Advanced Properties section of the project area. Additionally, the administrator can extend the delay time for an artifact hover by changing the value of the "Hover popup open delay (ms)" property under the Advanced Properties section of the project area. The default delay time is 1200 milliseconds. Setting up a longer delay time for the hover helps in avoiding accidental triggers of the artifact. c. DOORS Next performance improvements: - Improved performance of the following use cases: - View queries when the component includes a large number of item states - Deliver and compare operations - Finish-and-deliver stage of change set delivery - Query artifacts with a large number of links (IBM Db2 database only) - Query from custom views with the filter that contains "Link type exists" and the Linked artifacts with selected Artifact Type - Link creation on large scale data sets - Open views with many attributes and multiple values selected - Reduction in the number of change sets that are automatically created during the bulk operations d. Data dump and purge feature is reinstated: In previous releases from 7.0 through 7.0.2, the "Data dump and purge" feature was not supported in DOORS Next. From the current release, the "Data dump and purge" feature is reinstated. This feature helps you to find sensitive data in a project and then redact the data by using the offline repotools command. It supports resources that use the JFS storage mechanism and the new 0.6 storage mechanism.� For 0.6 resource types, it supports Types, Artifacts, Folders, Tags, Views, Artifact comments, ReqIF definitions, ReqIF packages, eSignatures, Issues, Links, and User settings. The 0.6 data is dumped in JSON format by using name-value pairs for all the relevant attributes of a resource. The Delete Resource Data option is not available on the "Delete from Repository" tab. You can use the repotools rmPurge command to delete JFS data and redact 0.6 data. The redaction of 0.6 data is performed by either editing or clearing values in a revision that needs redaction. In previous 6.x releases, the versions in the JFS data storage were deleted. Now, the revisions in the 0.6 data storage are redacted in place. e. Expand and collapse headings of filtered modules: The expand and collapse capability within modules is now active for filtered modules that are not sorted. However, if an artifact's descendant hierarchy is incomplete due to filtering, the expand and collapse behavior is disabled for that artifact. When you hover over the artifact's heading number or a triangle that is next to it, a tooltip is shown that mentions the details about why the expand and collapse behavior is disabled. Note: Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary depending on many factors, including the amount of multiprogramming in the user�s job stream, the I/O configuration, the storage configuration, and the workload that is being processed. Therefore, no assurance can be given that an individual user will achieve results similar to the results that are stated here. 5. IBM Engineering Lifecycle Optimization - Engineering Insights (ENI) Associated style is imported and exported along with the view: The view building experience is improved such that when you export a view, the associated style is exported along with the view. When you import a view, the associated style is imported and available on the "Shared styles" page. 6. IBM Engineering Systems Design Rhapsody - Model Manager (RMM) Display of warning message on the Explorer and Properties pages: If a component is owned by a user and not by a team or project area, the RMM Explorer page, the breadcrumbs on the Properties page, and the Select component section on RMM's OSLC Picker display the following warning message: This component is not owned by team or project area. Creating links with requirements and existing links to this component from other applications might not work. 12. KNOWN ISSUES None