Skip to main content

Jira Integration

Introduction

As a Project or Cloud Administrator, you can create a JIRA issue from within the Reporter's test detail page.

New issue fields can be filled with test fields or tags such test's name or device's properties.

info

In order to create an issue, you need to log in to Jira.

Configuration

Each project has its own JIRA configuration. To access it, in the Reporter click your profile, then click Jira configuraiton.

The Jira Configuration is loaded. This page configures JIRA for the currently selected project.

Required fields for the Jira Configuration

FieldDescription
Base URLThe base URL to be used to open a new JIRA issue, for example:

https://mycompany.atlassian.net
Project IDYour JIRA's project ID where the issue will be created.

How to get project id from the Jira User Interface
Issue TypeIssue type code to be created. These are standard issue types:

* 1 = Bug
* 2 = New Feature
* 3 = Task
* 4 = Improvement
info

Fields that are required to open issues but not defined are required when a JIRA issue is opened.

Default Fields for Jira Configurations

You can fill the issue's field with a constant value, test field (such name), or tag value.

ElementDescriptionField

The field name of the issue, examples:

  • summary
  • priority
  • reporter

Value

Enter the desired constant value or test's field name prefixed by &, for example:

Joe DoeThe field will be populated with the constant value "Joe Doe"
&nameThe field will be populated with the value of the test's name.
5The field will be populated with the constant value "5"

Available test's fields are:

  • name
  • startTime (Unix timestamp)
  • duration
  • status ("pass", "fail", etc.)
  • success (true or false)

Adds or updates (see below) the field & value pair.

Clear field & value inputs.

Removes the field & value.

To modify an existing field:

  1. Select it in from the table populates "Field" & "Value" inputs.
  2. Change the inputs.
  3. Click the checkmark.

To save the current configuration, click Save.

Issue creation

You can create Jira issues from Video Report.

For more information about creating issues see Creating Issues via direct HTML links.