Configuring Jira integrations#

Integrate Jira into the value stream.

This topic describes how to integrate Jira into a value stream by modifying the value_stream_name.json file.

To define an integration, complete the following steps:

  1. On the Value Stream page, click Download value stream map. The value_stream_name.json is downloaded to the specified location.

  2. Using a text editor, define an integration object in the integrations array, or area, of the value_stream_name.json file.

    The following code example illustrate a typical integration.

    { "_id": "velocity-generated-id", "type": "ucv-ext-jira", "tenant_id": "velocity-generated-id", "name": "my-JIRA", "disabled": false, "properties": { "baseUrl": "http://my-jira-url", "username": "admin", "password": "****", "jiraProjects": [ "My-Project" ] } },

  3. On the Value Stream page, click Replace value stream map, and then select the modified file.

    For more information about creating value stream integrations, see Intégration d'outils dans des chaînes de valeur.

Objects from the integrated Jira instance appear in stages of the value stream, and the integration is listed on the Integrations page in the web UI.