Skip to main content
Skip table of contents

Jira Usage Guide

Subscriptions/Refresh

  • The Type of the Issue is determined from the STEREOTYPE shape, if none is provided, property issueType is used, if none was found, default type of Story is used.

  • Only properties available on the respective screens (Update/Create) are supported.

  • Issue deletion depends on user permissions.

  • Ensure the SBE Correlation Info custom property is created before running the refresh. Refer to section 1.2 of the Installation guide for detailed steps.

Jira Authentication

  • Authentication process differ between Jira Server and Jira Cloud environments.

Jira Server Authentication

  • In Jira Server environments, basic authentication is supported, allowing users to authenticate using their username and password.

Jira Cloud Authentication

  • In Jira Cloud, authentication follows a different approach, common to many modern applications. Users are required to generate an access token to make REST API requests.

  • This token replaces the traditional username and password authentication method. The following are the steps to generate cloud token.

Token for Jira Cloud

To publish from Jira Cloud, users need to use an API token as the password and the email address as the username.

Steps to generate an API token:

  1. Click on the Manage Account button from the top-right user profile.

  2. You will be taken to the profile page.

  3. Go to the Security page and under the API token section, click on Create and manage API tokens.

  4. Click on the Create API token button to generate a new token. Save the token in a secure location as it cannot be retrieved after creation.

For more details, refer to Jira Documentation.

Profile

Jira Plugin

To use the Jira Digital Thread plugin, it must be configured to point to the SBE server. This can be done from the admin page.

Steps to configure:

  1. Go to Settings -> Apps.

  2. You should see the SBE Digital Thread menu option on the left-hand side.

  3. Select the Project and enter the root URL for the SBE server, e.g., https://demo.sbe.com.

CloudSetting

Upgrade Guide SBE 6.6.x to 7.x

Prerequisites

Pre-Upgrade for SBE 7.x

  • Links can only be upgraded if the pre-Upgrade steps were executed in Wakefield (SBE 6.x).

  • This step should be run in SBE 6.x

  • The following action need to be executed via Postman. The payload is similar to that used in the publish operation, with the only difference being the command type:

    • Command Type: pre-upgrade

    • This command is used to gather information for the SBE 7.x upgrade.

CODE
{
  "_content": "RESOURCE",
  "_distribution": "direct",
  "_type": "JIRA-CMD",
  "_name": "Jira Publish",
  "_subject": "pre-upgrade",
  "_dataSourceType": "JIRA",
  "_dataSource": "JIRA_SOURCE_1",
  "_channel": "{{channelNumber}}",
  "_credentials": {
    "username": "{{JIRA_username}}",
    "password": "{{JIRA_password}}",
    "authType": "ldap"
  }
}

Required property

  • Add a new custom property, SBE Correlation Info, for all issue types. Refer to section 1.2 of the Installation guide for detailed steps.

Note: Ensure the SBE Correlation Info custom property is created before running the upgrade.

Required mappings

  • Update Jira mappings: Wakefield -> Woburnield

    Woburn

Wakefield

Woburn

Relation - Contains

ChildOf

Property - description type String

description type Html

Shape Type - META_CLASS

METACLASS

Shape Type - STEREO_TYPE

STEREOTYPE

Run Upgrade

  • Run the upgrade.

  • After the upgrade, the SBE Correlation Info property must be populated for all subscribed issues.

Before:

Pre Upgrade

After:

Post Upgrade
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.