• Overview
  • Documentation
  • Version history

Description

Jira is an issue tracking product, developed by Atlassian. The Jira plugin provides an integration with Jira to import and work with Jira work items.

Quick Info

Product icon

Product

HCL DevOps Velocity (HCL Accelerate)
Plugin type icon

Type

Configurable
Compatibility icon

Compatibility

HCL DevOps Velocity 5.0.0 or later, HCL Accelerate 2.0.x to 4.0.x
created by icon

Created by

HCLSoftware
Website icon

Website

Published Date

Last Updated

Summary

The Jira plug-in provides for integration with a Jira server. This plug-in imports Jira issues and saves them as HCL DevOps Velocity issues. Data between the Jira server and the HCL DevOps Velocity server is synchronized every five minutes.

Plug-in Compatibility Matrix

This section provides information about the compatibility requirements for the HCL DevOps Velocity and the Jira plug-in .

Product version

Plugin version

HCL DevOps Velocity 5.0 or later

All

HCL Accelerate 2.0.x to 4.0.x

All

Prerequisites

This section provides information about the tasks that you must have completed to ensure a smooth setup and integration process. You must make sure to follow all the requirements before proceeding with the installation of the plug-in..

Before you begin:

  • Created a kanban project in Jira with the following work statuses:
    • To Do
    • In Progress
    • In Review
    • Done
  • Generated a personal access token for your Jira account.
  • You must have sufficient permissions to create value streams and configure plugin integrations. For more information, refer to Roles and permissions.

     

Integration Procedure

This section provides information about integrating the Jira plug-in in HCLDevOps Velocity..

There are two methods to integrate the Jira plug-in:

1. Using the user interface.

2. Using a JSON file

Method 1: Integrating using the user interface.

Perform the following steps to integrate the Jira plug-in by using the user interface.

  1. 1. On the Home page, click Settings > Integrations > Available tab.
  2. 2. Select Jira from the list, and then click Install.
    The Add Jira Integration dialog is displayed.
  3. 3. In the Integration name field, type a name for the integration. 
  4. 4. In the URL field, type the URL for the Jira project. For example, https://my_project.atlassian.net
  5. 5. Perform any of the authentication methods listed in the following table:

Jira server:

  1. a. Type the personal access token in the Personal Access Token field.
  2. b. Type the username in the Username field, type the password in the Password field.

Jira cloud version

  1. a. Type the username in the Username field.
  2. b. Type the personal access token in the Password field.

OAuth authentication

  1. a. Type the consumer key in the Consumer Key field.
  2. b. Type the consumer secret in the Consumer Secret field.
  3. c. Type the access token in the Access Token field.
  4. d. Type the access token in the Access Token Secret field.

Proxy server

  1. a. Select the Show hidden properties checkbox.
  2. b. Type the URL of the proxy server and the port number in the Proxy Server field.
  3. c. Type the username for the proxy server in the Proxy Username field.
  4. d. Type the password for the proxy server in the Proxy Password field.
  5. e. Type the access token in the Access Token Secret field.
  1. 6. If necessary, add the additional parameters listed in the following table: 
Parameter Action
DevOps Velocity user access key Optional: Accept the default value or type the user access key that the containerized plugin will use to interact with Velocity in the DevOps Velocity user access key field.
JQL Query Optional: Accept the default value or type the JQL query.
Request Timeout Optional: Accept the default value or type the timeout in seconds to apply to each request to the Jira server. Range is 10 to 150 seconds
Custom Field Mapping Optional: Accept the default value or type the value expected by the server as a Name Value pair. For example, "Epic Link": "Epic field in Jira", "Sprint": "Sprint field in Jira", "Story Points": "Story field in Jira
  1. 7. Use defaults for the remaining fields in the integration, and then click Add.

    The integration is listed on the Integrations page and Status field displays that the integration is Online. If the integration is not successful, the Status field displays that integration is Failed. You must use the View log option to troubleshoot the integration.

Method 2: Integrating using a JSOn file.

The JSON file contains the information for creating a value stream. Within the JSON file is a section for integrations. It is in this section that plugin properties can be defined. Refer to the JSON sample code in the Integration Properties section

Perform the following steps to integrate the Jira plug-in by using the user interface.

  1. 1. On the Home page, click Settings > Integrations > Available tab.
  2. 2. Select Jira from the list, and then click Install.
  3. 3. Navigate to the value stream page, and then click the necessary value stream.
  4. 4. Click the wrench icon, and then Select Edit value stream to modify the JSON file in the code or tree view editors.
    Alternatively, you can also click the Download JSON option to download the JSON file, and then select the Import JSON option to upload the revised JSON file.
  5. 5. Edit the integration information in the JSON file to add the plug-in configuration properties. Refer to JSON sample code in the Integration Properties section for more details.
  6. 6. Click Save.

Integration Properties

This section provides information about the properties used to configure the integration. Each table contains the field name when using the user interface and the property name when using a JSON file.

Name Property Name Type  Description Mandatory/Optional
NA image   The version of the plugin that you want to use. To view available versions, click the Version History tab. If a value is not specified, the version named latest is used. Optional
Integration Name Name   An assigned name to the value stream. Mandatory
Logging Level loggingLevel   The level of Log4j messages to display in the log file. Valid values are: all, debug, info, warn, error, fatal, off, and trace. Optional
NA properties   List of plugin configuration properties used to connect and communicate with the Jira server. Enclose the properties within braces. Mandatory
NA tenant_id   The name of the tenant. Mandatory
NA type   Unique identifier assigned to the plugin. The value for the Jira plugin is ucv-ext-jira. Mandatory
HCL DevOps Velocity User Access Key NA   An auto-generated user access key provides credentials for communicating with the HCL DevOps Velocity server. Mandatory
Access Token
Access Token
Secret
Consumer 
String   The access token for oauth authentication with the Jira server. Optional
Consumer Key String   The consumer key for oauth authentication with the Jira server. Optional
Consumer Secret String   The consumer secret for oauth authentication with the Jira server. Optional
Projects Array   A list of Jira project to import data from. Optional
JQL Query String   Any valid JQL Query. Optional
Proxy Server String   The URL of the proxy server including the port number. Optional
Proxy user server String   The user name used to authenticate with the proxy server. Optional
Proxy Password String   The password used to authenticate with the proxy server. Optional
URL String   The base URL of the Jira server. Mandatory
User Name String   The user name used to authenticate with the Jira server. Optional
Custom Field Mapping Multiline   Map Jira fields to the fields expected by this server as a Name Value pair, eg: “Epic Link”: “Epic field in Jira”, “Sprint”: “Sprint field in Jira”, “Story Points”: “Story field in Jira. Mandatory

 

Usage

This section provides information on using  the plug-in after integration. It provides the basic usage and performs the tasks. Step-by-step instructions are provided to help with tasks such as configuring settings, running key functions, and verifying that the plug-in is working correctly. This ensures that users can quickly get started and use the plug-in effectively

A Jira integration, for example, provides Jira project data to the value stream. After integrating the Jira plug-in, now you can begin with creating a valuestream and configure the integration based on the project requirement. If you have already created a value stream, you can edit it. Otherwise follow the below steps to create a new valuestream and configure Jira data source into the value stream .

  1. 1. On the Valuestreams page, click Create to create a Value stream. 
  2. 2. Perform the following steps in Step 1 dialog.
Name field Enter a name for the integration.
Description field Optional: Enter a description for the integration
Team field Select the team that you are part of team or select Default Team, and then click Create & Configure.
  1. 3. Select the Application Lifecycle Management Integration from the list in Step 2 Integrations dialog, and then click Next.
  2. 4. Select the phases for Planning, Development, and Completed in Step 3 Stages/Phases dialog.

  1. 5. Click Save. The Jira project is integrated into the value stream. 

All the work items are imported to HCL DevOps Velocity and  you can access project data and manage Jira issues. Each dot in the value stream page represents a card. Select the dot to display a card with information about the dot, including its history.

What to do next

You can perform the following tasks:

FAQs

This section includes information about most frequently asked questions about the plug-in, integration, and usage. If you need further assistance, you can contact HCL Customer Support.

  1. 1. How to troubleshoot the failed integration.

If the integration is not successful, the Status field displays that integration is Failed. You must use the View log option to troubleshoot the integration.

ucv-ext-jira:2.4.2.tar

Uploaded: 24-Mar-2025 11:00

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.4.2
 

Release Notes

  • Bug Fix: Fixed issues with deletion of old history records in the issue collection normalization. Retaining history entries before the last run is necessary for agile churn analysis.

ucv-ext-jira:2.3.24.tar

Uploaded: 26-Dec-2024 07:36

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.3.24
 

Release Notes

  • Fix for Custom Field Mapping field: Fixed issue that prevented users from mapping custom field names for Epic Link, Sprint, and Story Points in Jira. Previously, if your Jira instance used custom field names such as "Story Point Estimate" instead of "Story Points", then the system not allowing you to import story points. This fix now ensures that custom field names are mapped correctly during import.

ucv-ext-jira:2.3.20.tar

Uploaded: 12-Dec-2024 8:30

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.3.20
 

Release Notes

  • Bug fix for Active Sprint Field Mapping in JIRA cloud

ucv-ext-jira:2.3.17.tar

Uploaded: 04-Apr-2024 10:17

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.3.17
 

Release Notes

  • Bug Fix: Plugin now supports proxy server enabled Jira integration, the configuration page is enhanced to capture proxy server details to enable this functionality

ucv-ext-jira:2.3.14.tar

Uploaded: 19-Feb-2024 07:03

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.3.14
 

Release Notes

  • Improved ReSync functionality

ucv-ext-jira:2.3.13.tar

Uploaded: 12-Feb-2024 12:14

ucv-ext-jira:2.3.12.tar

Uploaded: 11-Jan-2024 10:24

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.3.12
 

Release Notes

  • Added request timeout option

ucv-ext-jira:2.3.10.tar

Uploaded: 26-Sep-2023 12:15

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.3.10
 

Release Notes

  • Bug fix:First automation task was failing and also updated integration configuration property description.

ucv-ext-jira:2.3.9.tar

Uploaded: 13-Sep-2023 10:45

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.3.9
 

Release Notes

  • Fixed version-check bug in jira plugin
  • Resync functionality improved

ucv-ext-jira:2.3.6.tar

Uploaded: 01-Aug-2023 05:34

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.3.6
 

Release Notes

  • Bug Fix: Earlier version of the Plugin could not handle 429 error (too many requests). Now it is handling it.

ucv-ext-jira:2.2.9.tar

Uploaded: 14-Feb-2023 11:11

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.2.9
 

Release Notes

  • Minor Bug Fix: Previous version of plugin was failing with ECONNREFUSED error.

ucv-ext-jira:2.2.8.tar

Uploaded: 26-Sep-2022 11:27

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.2.8
 

Release Notes

  • Deployment plan task added for release process: Deployment plan task created in order to release selected version in the task.

ucv-ext-jira:2.2.7.tar

Uploaded: 08-Sep-2022 12:42

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.2.7
 

Release Notes

  • Previous Version Bug Fix: Previous versions of the plugin had a bug due to which plugin was giving 401 error.
  • Added Category: Application lifecycle management (ALM) is the category of Jira plugin.

ucv-ext-jira:2.2.6.tar

Uploaded: 24-Aug-2022 08:28

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.2.6
 

Release Notes

  • Resolved Incorrect URL Link Issue: The URL link of the VSM dot for redirecting to work-item on Jira server/site was incorrect in previous version of plugi

ucv-ext-jira:2.2.5.tar

Uploaded: 02-Aug-2022 05:43

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.2.5
 

Release Notes

  • Added Project keys

ucv-ext-jira:2.2.4.tar

Uploaded: 22-Apr-2022 10:53

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.2.4
 

Release Notes

  • Bug Fix

ucv-ext-jira:2.2.1.tar

Uploaded: 09-Mar-2022 14:04

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:2.2.1
 

Release Notes

  • Jira Query Language Added
  • Removed Project Keys
  • Initial Sync Date Removed from Plugin side
  • Logging Added

ucv-ext-jira:1.1.95.tar

Uploaded: 28-Feb-2022 10:27

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.1.95
 

Release Notes

  • graphiql performance improvement
  • raw issue reduced

ucv-ext-jira:1.1.94.tar

Uploaded: 28-Feb-2022 09:17

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.1.94
 

Release Notes

  • Reduced vulnerabilities

ucv-ext-jira:1.1.89.tar

Uploaded: 24-Jan-2022 06:49

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.1.89
 

Release Notes

  • Initial Sync Data added
  • more than 10mb data issue resolved
  • Reintroduce base path
  • Labels Updated
  • Debug logs added

ucv-ext-jira:1.0.83.tar

Uploaded: 03-Dec-2021 06:29

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.0.83
 

Release Notes

  • UAK Changes

ucv-ext-jira:1.0.80.tar

Uploaded: 27-Oct-2021 13:41

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.0.80
 

Release Notes

  • epic support

ucv-ext-jira:1.0.74.tar

Uploaded: 29-Sep-2021 05:49

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.0.74
 

Release Notes

  • epic support

ucv-ext-jira:1.0.65.tar

Uploaded: 19-Aug-2021 12:30

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.0.65
 

Release Notes

  • Bug fix: UAK support for older versions

ucv-ext-jira:1.0.64.tar

Uploaded: 11-Aug-2021 06:52

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.0.64
 

Release Notes

  • Auto-generated User Access Key support added
  • ReSync support added

ucv-ext-jira:1.0.52.tar

Uploaded: 06-Jul-2021 08:12

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.0.52
 

Release Notes

  • remove basePath in Jira client

ucv-ext-jira:1.0.51.tar

Uploaded: 11-Jun-2021 14:02

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.0.51
 

Release Notes

  • Removed the display of auth token in error logs

ucv-ext-jira:1.0.50.tar

Uploaded: 28-May-2021 05:42

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.0.50
 

Release Notes

  • Jira rate limit issue fix

ucv-ext-jira:1.0.49.tar

Uploaded: 03-May-2021 13:32

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.0.49
 

Release Notes

  • Removed IBM related keywords

ucv-ext-jira:1.0.39.tar

Uploaded: 08-Feb-2021 07:36

Pull Command

docker pull hclcr.io/accelerate/ucv-ext-jira:1.0.39
 

Release Notes

  • Bug fix

Related Plugins