jira-azuredevops-migrator icon indicating copy to clipboard operation
jira-azuredevops-migrator copied to clipboard

Tool to migrate work items from Atlassian Jira to Microsoft Azure DevOps/VSTS/TFS.

Results 126 jira-azuredevops-migrator issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/solidify/jira-azuredevops-migrator/discussions/493 Originally posted by **KumarNSR** July 17, 2022 Countries and GEO assigned in Jira are not being adding in Azure, below is the code pls look into...

support
stale

Use the configured PAT in WitClientWrapper.cs Uses the same code as [EstablishRestConnection](https://github.com/solidify/jira-azuredevops-migrator/blob/b3d3d3d51e44f98e950dabc1ebeed6e9f9bd3974/src/WorkItemMigrator/WorkItemImport/Agent.cs#L209) and [EstablishSoapConnection](https://github.com/solidify/jira-azuredevops-migrator/blob/b3d3d3d51e44f98e950dabc1ebeed6e9f9bd3974/src/WorkItemMigrator/WorkItemImport/Agent.cs#L222) fixes #515 , I have verified that this works in my environment.

**Describe the bug** Latest version of Work Item Importer (master branch) shows a Chromium Edge Browser pop-up when connecting to Azure DevOps where I can select the correct Microsoft Login...

**Describe the bug** Latest version of Jira export (master branch) crashes with NullReferenceException. ``` ----- Export Jira issues ----- Jira Exporter v2.3.3 Copyright (c) Solidify Wow, there's a newer release...

bug

**Describe the bug** Latest version of Work Item Importer (master branch) crashes because it is missing a required assembly when build with the included azure-pipelines.yaml The error is: ``` Work...

bug

Here is a small fix to the Azure DevOps pipeline for you to consider. It adds a runtime required assembly for the Work Item Importer to the WorkIemMigrator.zip build artifact....

Here is a small change for you to consider. Works for me. fixes #511

I have two Text (multiple lines) fields in my Bug WIT. Only one of the fields is rendering the images correctly after the import. The images themselves are being migrated...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

support

**Describe the bug** As referenced in #292 I am trying to map the cascading fields I have in Jira that looks like this: ![image](https://user-images.githubusercontent.com/92213401/182675300-12a33d17-7d76-4a89-92bc-cc6129203066.png) ![image](https://user-images.githubusercontent.com/92213401/182675402-7a5420c3-bca8-44c7-b432-9ba9b92b3777.png) I am trying to map...

enhancement