Creating value streams#
Create a value stream and then customize it by defining phases and stages that reflect your typical workflow.
When you create a value stream, a plain value stream is displayed on the Value Streams view. To modify the value stream and integrate external tools, edit the value_stream_name-vsm.json
file attached to the value stream.
-
To create a value stream, complete the following steps:
-
On the HCL™ Accelerate dashboard, click Value Streams, and then click the Add new value stream button.
-
On the Create a Value Stream window, in the Name field, enter a name for the value stream.
-
In the Team list, select a team to manage the value stream.
The teams that are available depend on the permissions granted to your user role. In general, you can select teams to which you belong, or that you administer.
-
Click Save.
The new value stream is displayed on the Value Streams page in the All Value Streams tab.
-
To add a created value stream to My Favorites, click the All Value Streams tab and then click
to display the value streams list view. In the list, locate the Name of value stream to add to My Favorites and then click
on the left side of the field.
The value stream is listed on the My Favorites tab.
-
To remove a value stream from My Favorites, click
and the value stream is removed from the My Favorites tab.
-
-
Click
and select Edit value stream map to modify the JSON file in the code or tree view editors.
You can also click
and select Download value stream map.
The
value_stream_name-vsm.json
file is downloaded to the specified location. -
Using a text editor, modify the
value_stream_name-vsm.json
by completing the following steps:-
You can modify the number of phases and stages, and add queries and gates to stages. A query defined in the heading sets the scope for the entire value stream. Queries defined for a stage are scoped to the stage.
-
Define integration objects that integrate external tools into the value stream.
-
Define lead- and cycle-times for the value stream.
Lead-time refers to the time a project, represented by a value stream, takes from initial conception to final disposition. Cycle-time refers to the amount a time individual objects take to complete. Lead- and cycle-times can be displayed on the Value stream tab.
-
Define link rules for integrated tools.
Link rules define how the tools integrated into the value stream are related.
-
-
On the Value stream tab, click
and select Replace value stream map, and then select the modified file.
Next, filter value streams by creating queries with the DevOps query language. Learn about the information presented by value streams.
- Setting up a stage
Setting up a stage with queries you define in the search bar work within the scope set for the value stream. - Customizing value streams
Customize the json file to reflect your typical workflow. - Integrating tools into value streams
Create value stream integrations by defining integration objects to thevalue-stream-name.json
file.
Parent topic: Value stream management