Skip to content

Azure Devops Tasks closed with empty closed date #1122

@jeffpriz

Description

@jeffpriz

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."

Image

Found an issue here #644
#644

looks like this was "fixed" a couple years ago, but seems to still be an issue?

To Reproduce

Steps to reproduce the behavior:

  1. Export items from Jira including Sub-Tasks mapped to Tasks in AzDO
  2. Find tasks that are "Closed"
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions