Work with requests

This topic explains how to manage requests in Visual Studio Code.

Git Client IDE plugin 1.5 and later: You can work with requests from different providers in the same Dimensions CM instance. The supported providers are ALM Octane, Atlassian Jira, and SBM. For details, see Configure request providers.

View requests

You can view your inbox requests for the current Dimensions CM stream. If you are starting work on a request that is not in your inbox, you can display all requests in the current stream.

To view a request:

  1. In Visual Studio Code, select View > Open View... > Dimensions Explorer. The Dimensions Explorer opens in the sidebar.
  2. To view your inbox requests, expand Requests.
  3. To open a request in Visual Studio Code, double-click the request. The request opens in the main window.

    To then open the request in your default browser, click the request's title. Dimensions CM requests open in the Dimensions CM web client. External requests open in their relevant provider instance such as ALM Octane, Jira, or SBM.

  4. To open a request in your default browser, right-click the request, and select Open Request.

    Dimensions CM requests open in the Dimensions CM web client. External requests open in their relevant provider instance.

  5. To view all the requests in the current stream, expand Show Recent in the Requests list.

Back to top

Set default request

You can set the default request for a stream.

To set the default request:

  1. Find the request you want to set as the default, as described in View requests.
  2. Right-click the request and select Set Default Request.

Back to top

Relate requests and commit changes

You can relate requests to changes and then commit changes to a repository.

To relate a request and commit changes:

  1. In Visual Studio Code, select View > Open View... > Source Control. The Source Control view is displayed.
  2. (Optional) Add a commit message.
  3. To relate a request to a change:

    1. Expand Dimensions Requests. The Dimensions Requests inbox is displayed.

    2. Select the request.

    3. On the highlighted request row, click Add Request to Commit Message.

  4. To commit the changes to the repository, at the top of the Source Control view, click Commit.

    Or click More Actions and select an action, for example, Commit Staged.

Back to top

Create topic branches from requests

You can create topic branches from requests.

To create a topic branch from a request:

  1. Find the request from which you want to create a topic branch, as described in View requests.
  2. Right-click the request and select Create Topic Branch....
  3. Enter a name for the topic branch.
  4. Click Enter.

Back to top

See also: