-
-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Description
Tasks migrated from Jira To Azure DevOps for Agile process template, end up closed with an empty closed date, leaving an error in Azure DevOps on the Task "Field 'Closed Date' cannot be empty."
looks like this was "fixed" a couple years ago, but seems to still be an issue?
To Reproduce
Steps to reproduce the behavior:
- Export items from Jira including Sub-Tasks mapped to Tasks in AzDO
- Find tasks that are "Closed"
- Find error message in Azure DevOPs
Tool version
-
Version of the jira-azuredevops-migrator tool 21772
{
"source": "status",
"target": "System.State",
"for": "Task",
"mapping": {
"values": [
{
"source": "To Do",
"target": "New"
},
{
"source": "In Progress",
"target": "Active"
},
{
"source": "Done",
"target": "Closed"
},
{
"source": "Removed",
"target": "Removed"
}
]
}
},
Metadata
Metadata
Assignees
Labels
No labels
