Loading
Manage and Release Changes Easily and Collaboratively with DevOps...
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Work Outside of DevOps Center

          Work Outside of DevOps Center

          After a work item is created, you can choose to do your development work entirely outside DevOps Center (without connecting to a development environment). After changes are merged in the source control system, the promotion is completed in DevOps Center or by using Salesforce CLI.

          After you select which work item to work on, DevOps Center can create the feature branch or you can create the feature branch using the tools of your choice. Be sure to create the feature branch from the first pipeline stage’s branch, for example, Integration. Work item feature branches must follow this naming convention:

          https://github.com/<GitHub-ID>/<Repo-Name>/tree/WI-000000
          https://bitbucket.org/<Workspace>/<Repo-Name>/branch/WI-000000

          Example:

          https://github.com/jdoe/Recruiting_App/tree/WI-000015
          https://bitbucket.org/sfdc/Recruiting_App/branch/WI-000007
          Important
          Important If you’re working directly in the source control repo, delays can occur regarding when these actions happen and when they’re reflected in DevOps Center. If you take subsequent actions on the related objects in DevOps Center before they’re reflected, you're likely to see unexpected or inconsistent behavior. For metadata changes, we recommend that you wait for delayed events to be reflected in DevOps Center. For non-metadata changes, such as updates to the .forceignore file, you can continue with the promotion.
          1. In DevOps Center, create a work item or select an existing one to associate with the work.
          2. Decide how you want the feature branch created.
            • To have DevOps Center create the feature branch, click the work item ID. Select I Want to Develop and Commit My Changes to the Work Item Feature Branch From Outside of DevOps Center, then click Proceed.
            • Create the branch directly in the source control repository from the first pipeline stage’s branch using the required naming convention.
            • Use another tool, such as Salesforce Extensions for VS Code, to create a feature branch from the first pipeline stage’s branch using the required naming convention. Be sure to push the feature branch to the project repository.
            After the branch is created and the event is reflected in DevOps Center, the work item status moves to In Progress. You can start your development work.
            Work Item Changes tab if you created the work item without connecting to a dev environment.
          3. After you complete your development work, commit your changes in the source control system.

            If you commit your changes locally, don’t forget to push them to the repository. After you commit your changes, the changes in the feature branch are reflected in DevOps Center.

          4. Decide how to create the change request and promote your changes to the first stage in the release pipeline.
           
          Loading
          Salesforce Help | Article