Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each profile can have specific settings and filters allowing you to sync only particular items and fields on defined conditions.

Intro

To create a profile, simply log in to your Synchronizer and click "Create Synchronization Profile" button.


Image RemovedImage Added


You can either create profile manually or start a wizard. Each method has the same options and capabilities.


Image RemovedImage Added


Make sure to give your profile a descriptive name, so that it's later easy to deduct its purpose.


Image RemovedImage Added

Connecting to Jira

Start with pasting the link to your Jira.
Make sure you're providing root path to your instance – not to particular project.

...

Image Added


Next, please provide Jira authorization credentials.
This account will be used to make all changes to Jira issues during synchronization process.

For Jira Cloud you will need e-mail and API token.
To learn how to generate API token, please see: CN - API Token authentication in Jira Cloud - Cloud Native App

Image Removed

In case of Jira Server you will need to provide user name and password to authenticate.


Image Added


Connecting to Azure DevOps

Similarly, you'll need to connect to your Azure DevOps / TFS. 
Again, make sure you're providing root path to your instance – not to particular project.


Image RemovedImage Added


For Azure DevOps Services (in cloud), you will need an e-mail and Personal Access Token of a user account that will perform all synchronization changes.
To learn how to generate API token, please see: CN - Personal Access Token authentication in Microsoft Azure DevOps (formerly VSTS)

Image Removed

For server versions of Azure DevOps you will need to provide user name and password to authenticate.

Image Removed

- Cloud Native App


Image Added


Synchronization Settings

At this step you'll be able to:

...

You will be able to separately choose sync direction for comments, attachments and links.
Please note that selecting "Not synchronized" will effectively disable synchronization of given elements.

Image Removed

Custom Fields

The Synchronizer uses custom fields in both Jira and Azure DevOps to store info on the linked item/issue ID on the the other platform.

Image Removed

You need to create custom fields in both Jira and Azure DevOps yourself before selecting them in the Synchronizer.

They should be simple, text fields. Their names do not really matter, yet we suggest that they are descriptive, e.g. "AzureDevOpsItemID"/"JiraIssueID".

Please note that the custom fields should not be populated nor edited manually – they are to be used only by the Synchronizer.

...


...

Classic projects

  1. Go to your Jira instance.
  2. Follow the instructions on how to create a custom field for classic projects from the Jira documentation.
    1. Make it a "text field (single line)" type.
    2. Associate the newly created field to all screens that you would like to synchronize (preferably including "Default Screen").

Next-gen projects

  1. Go to your Jira instance.
  2. Follow the instructions on how to create a custom field for next-get projects from the Jira documentation.
    1. Make it a "short text" type.
    2. You will only be able to add it to the "Context fields" section.
  3. Once you do created a custom field, make sure you also add it all other issue types that you would like to synchronize.
    1. Select each issue type one-by-one from the menu and add the previously-created field to them.

...

Azure DevOps Services – Cloud

  1. Go to your Azue DevOps instance.
  2. Follow the instructions on how to create custom field from Microsoft documentation.
    1. Make it a "Text (single line)" type
  3. Once you do created a custom field, make sure you also add it all other item types that you would like to synchronize.
    1. Repeat the process for each item type, but instead of creating a new field each time, select "Use an existing field" option

Alternatively, instead of using custom fields in Azure DevOps, the Synchronizer can utilize work item history to store the Jira issue IDs.
This option can be useful when creating custom fields is not feasible due to lack of privileges.

Type Mapping

Image RemovedImage Added



Type Mapping

Image Added


This screen allows you to select which Jira issue type should be mapped to which Azure DevOps work item type and vice versa.

All unmapped types will default to values selected at the bottom of the screen (Map anything else...).
If you choose "Do nothing" option only items of mapped types will be fetched. This can significantly improve synchronization performance.

State Mapping

Image RemovedImage Added


You can also map Jira statuses to Azure DevOps states.
Workflows in Jira and Azure DevOps should be as similar as possible, otherwise synchronization could end up in an error.

Hierarchy and Subtasks Mapping

The Synchronizer allows you to map Azure DevOps hierarchy in Jira.
This is done by using specific Jira link types.To learn more please see: CN - Hierarchy Synchronization

Image Removed

The same screen allows you to synchronize subtasks.

To learn more please see: CN - Synchronizing JIRA subtasks to TFS / VSTS links

CN - Hierarchy Synchronization

Links Mapping

You can map links in a similar fashion.
Please note that in case you already mapped the hierarchy at previous step – the used link type will not be available for mapping.

CN - Hierarchy Synchronization

Field Mapping

Field Mapping screen allows you to select which fields should be synchronized between Jira and Azure DevOps.

...

Image Added


Some filed types require additional configuration – value mapping.
In the above example two pairs of fields need additional mapping:

...

To define value mapping - please use the "" button next to each pair (marked in red).


Image RemovedImage Added

Mapping mode

Copy values — When Copy values mode is selected the Synchronizer simply copies a modified value attempting to perform type conversion if needed – for example when a numerical field is mapped to string field. For some field types Copy values is the only available mode.

Map values — This mode is applicable to dictionary-type fields only. When Map values mode is selected, the values pairing panel appears.

Mapping direction

You can override profile-wide synchronization direction setting and decide that this particular fields pair is to be synchronized in one direction only.

User Mapping

If case both of the systems share Active Directory - user accounts will be automatically.
Otherwise, you You can manually map user accounts manually.Image Removedin the app:


Image Added

Enabling the Profile

Before the synchronization takes place – the profile needs to be enabled. This will start synchronization of new changes.
To perform synchronization of historic events – please run initial synchronization after saving the profile.


Image RemovedImage Added


Well done! (smile)