Known issues

You can find the known issues that are identified in this version of IBM® DevOps Loop.

Known issues in DevOps Loop 2026.06 (2.0.2)

The known issues are as follows:

ID Description
NEXUS00006323

When you install IBM DevOps Loop version 2.0.2 by using the default IBM entitled registry, DevOps Code dev containers that use the copilot or Trivy images might fail to start because the image registry is not configured correctly for the generated image specification.

To work around this problem, update the IMAGE_REGISTRY environment variable in the devops-code-container-mgr deployment after the installation is complete.

  • Run the following command:
    kubectl edit deployment devops-code-container-mgr -n devops-loop
  • Update the IMAGE_REGISTRY environment variable:
    env:
    - name: IMAGE_REGISTRY
      value: cp.icr.io/cp
  • Save the changes and exit the editor.

    Kubernetes restarts the devops-code-container-mgr pod automatically.

After the pod is restarted, you can create DevOps Code dev containers by using the copilot and Trivy images successfully. If you run the DevOps Loop installation script again, you must repeat this configuration change.

Alternatively, before rerunning the installation, update the ibm-devops-loop/charts/ibm-devopscode/templates/helper-deployment.yaml template to set the IMAGE_REGISTRY value correctly.

NEXUS00006321

The demo installation scripts that are included with DevOps Loop 2.0.2 contain incorrect configuration values. As a result, the scripts might fail or produce unexpected results unless they are corrected before execution.

To work around this problem, make the following changes before you run the scripts:

Update the Loop chart version to the correct value:
LOOP_CHART_VERSION=2.0.200

Correct the jsonpath command by removing the extra closing brace ()).

Replace:
-o jsonpath="{.data.valkey-password}" | base64 -d)
with
-o jsonpath="{.data.valkey-password}" | base64 -d

After making these changes, rerun the demo installation scripts.

NEXUS00005995 When you upgrade the DevOps Loop platform to version 2.0.2, existing 2.0.1 Learning Loops continue to use the Ecological Payments sample application and do not include the new Loop Genie tasks that are introduced in version 2.0.2. The Upgrade Loop option is not available for loops that were created in version 2.0.1.

Create a new Learning Loop after upgrading to DevOps Loop 2.0.2 to use the CycleShop sample application and the latest Loop Genie tasks and tools.

NEXUS00006310 When Teamspace creation fails and you select Cancel and Retry Later, the failed teamspace must show in red ribbon to try for later, but the page becomes unresponsive.

To work around this problem, sign in with a different user account and create the Teamspace again.

NEXUS00006264

When you use Loop Genie to list the available loops, the request might fail because of a tool or domain metadata validation issue. As a result, Loop Genie might not display the available loops.

Currently, there is no work around for this problem.

NEXUS00006216

When you use Loop Genie, the first request in a new session might fail with an internal server error because of API rate limiting. Although model validation completes successfully, the initial request might not be processed.

To work around this problem retry the request after a short interval. If the problem persists, start a new Loop Genie session and try the request again.

NEXUS00006225 When you use Loop Genie in a long chat session, the conversation context might not be summarized correctly as the model context window approaches its limit. As a result, Loop Genie might respond unexpectedly or stop processing requests.

To work around this problem, start a new Loop Genie session and continue your conversation there.

NEXUS00005427 When a user is assigned an unsupported Keycloak group and Measure/Release role combination, the system does not display a clear authorization error.Instead, the user may experience one of the following behaviors:
  • Repeated login redirect / loop during authentication

  • Inability to load Measure or Release pages

  • No explicit error message indicating invalid role mapping

To work around this problem:
  • Ensure the user is assigned a supported Keycloak group

  • Verify the user is mapped to a valid Measure/Release role combination

  • For users added to the Users group in Keycloak, use the authorization feature in Measure or Release to assign the required permissions

  • Re-login after correcting the configuration
NEXUS00005067 When you run the list test command, the response returns only the count of projects instead of detailed test information such as test names, IDs, or metadata. In some cases, the returned data might also be inaccurate.

Also, when you run a test prompt, the system might return a test asset file not found error even when the correct project ID and test name are provided, indicating an issue in locating or mapping the specified test file.

Currently, there is no work around for this problem.
NEXUS00006206 When you access the /teamspaces or /teamspaces/{id}/tasks API endpoints in an IHD environment, you might experience slow response times.

Currently, there is no work around for this problem.

NEXUS00006316 The Jenkins data is not available in the Deployment by Environment Name chart in Analytics Dashboards.

Currently, there is no work around for this problem.

Known issues from earlier versions

The known issues identified in the earlier versions of DevOps Loop that are still applicable are as follows:

ID Description Identified in version Applicable in and until version
NEXUS00004152 When you receive a clarification question from Loop Genie, the test box might not get enabled, preventing you from entering a response.

To work around this problem, you must close and restart Loop Genie.

2.0.0 2.0.1
NEXUS00004133 When you use IBM watsonX, it might not provide proper responses for multistep workflows. The issue is currently observed only with workflows involving multiple steps. Single-step workflows work as expected.

To work around this problem, you must use IBM watsonX only for single-step workflows until the issue is resolved.

2.0.0
NEXUS00004078 When loop creation fails, and the API returns a message indicating multiple workflows with the same name (for example, "Multiple workflows found with the same name: Space1~LoopM"), two or more VSMs might get created with the same name. A duplicate VSM can cause failures in subsequent loop creation attempts.
To work around this problem, you must perform the following steps:
  1. Go to the Measure page and identify the duplicated VSM.
  2. Delete one of the duplicates, ensuring that only one VSM with that name remains.
  3. Return to the Loop home page and click the Retry button to create the loop again.
2.0.0 2.0.1
NEXUS00003988 When you use Claude Desktop, the application might occasionally encounter connection issues due to a session timeout. Claude Desktop does not currently prompt the user to re-authenticate or refresh the session automatically.

To work around this problem, you must reconnect the connector to restore the connection. If reconnecting fails, you must delete the existing connector and create a new one, and then restore the connection.

2.0.0 2.0.1
NEXUS00003275 When an administrator is added to a loop by another administrator before logging into Measure for the first time or before creating their own Loop, the administrator cannot log in to Measure.

To work around this problem, you must log in to Measure as another administrator (for example, the one who created the loop) and assign the global Product Administrator role to the administrator who cannot log in.

1.0.3
NEXUS00001925 When a user is invited through the add user process as part of teamspace management, and then the user completes the sign-up process after clicking the invite link received over email, DevOps Loop displays just the confirmation message instead of displaying the login link.

To work around this problem, the user must manually enter the URL to log in to the platform.

1.0.2