Translate Jira epics to features

You can translate a JIRA epic to a feature using the Jira SAFe Epic to Feature Translator Plugin. The plugin translates the epic (in English) and/or equivalent language specific equivalents for other locales. Micro Focus Connect expects a JIRA epic to be named Epic, and when it encounters a name other than that, it may fail. The following topic provides a workaround.

Overview

The Jira SAFe Translator plugin uses the term "Feature" to describe the Jira "Epic." In order to compensate, you must set a locale in which you reinstate the original term of "Epic," and set the Micro Focus Connect data source user to use that locale.

The aim is to choose a locale that is unused in your JIRA data center. The best practice method is to choose English (UK) or English (USA) as a locale.

Back to top

Configure as administrator

Follow these steps to first configure your Jira Administrator settings.

  1. Log in to Jira as an Administrator.
  2. Click the Manage Apps tab.
  3. At the Atlassian Marketplace for JIRA, in the SAFe Translator plugin menu, click Configuration. The SAFe EPIC to Feature Translator configuration page opens.
  4. Unlock Custom Fields Dialog:

    1. Make sure the Unlock the fields radio button is black and therefore, fields are unlocked.

    2. From the Choose locale dropdown menu, select English (UK).
    3. From the Translate the 'Epic' labels to dropdown menu, select Epic.

    4. Click Next.
  5. Translate Custom Fields Dialog:

    1. Go to Administration > Issues > Custom fields.
    2. Click Translate for the following custom fields and input new values in the Field Name for each field: Epic Color, Epic Link, Epic Name, Epic Status.

    3. Click Next.
  6. Lock Custom Fields Dialog:

    1. Make sure the Unlock the fields radio button is green and therefore, fields are locked.
    2. Clear the Cache.
    3. Click Next.

Back to top

Configure as a unique user

Follow these steps to configure your unique Micro Focus Connect data source user settings.

  1. Log in to Jira as a unique Micro Focus Connect data source user.
  2. In the profile section, under Preferences, click the pencil Edit button.
  3. In the Update User Preferences menu, select English (UK) from the Language dropdown, and click Update.

Back to top

Translate existing Jira data sources

If you have Micro Focus Connect Jira data sources that were created before performing these configurations, you may receive error messages informing you that those features are no longer present. To correct this, you can do one of the following:

  • Define a new Micro Focus Connect Jira data source after the changes are made.
  • Trim the Feature type from the existing data sources. This is done by using the Micro Focus Connect REST client mfcFullRestClient.jar, through the trimJiraTypes<dataSourceName> argument.

    For details, see Configure Micro Focus Connect for SSL/TLS.

    The operation updates the specified data source to include only the types used in connections that involve the data source. This also results in improved performance.

Back to top