-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field 'Activated Date' cannot be empty, even after passing ActivatedDate value in Json #884
Comments
@KatteriSharath, give this build of the WorkItem Importer a try and let me know the resuults! |
Hi @Alexander-Hjelm , Thanks for the response. |
@KatteriSharath Ok! It looks like ActivatedDate field on your exported work item is on the wrong format. The value is Could you try and edit the value for If so, let me have a look and see if maybe the tool is missing a conversion somewhere. |
@KatteriSharath Furthermore, which time zone are you in? |
@Alexander-Hjelm i am in BST time zone (UK) |
Additionally, I conducted testing on approximately 300 work items, with only 5 of them exhibiting this error. Moreover, I have just attempted this for another work item, and the activation date is as follows: "ReferenceName": "Microsoft.VSTS.Common.ActivatedDate", This item was successfully imported into Azure without encountering any errors. |
When using a process that uses "Resolved" there is also "Resolved Date" not being set for resolved issues. Could it be that you need similar logic as jira-azuredevops-migrator/src/WorkItemMigrator/WorkItemImport/WitClient/WitClientUtils.cs Line 660 in cac9794
For activated and resolved as well? It seems like only the initial values are set for activated date |
Thanks for Response @wallymathieu , |
Describe the problem
Hi Team,
For few Jira Items, even though the ActivatedDate Field is present in the generated JSON, while and after importing to Azure it is giving the error: Invalid field status 'InvalidType' for field 'Microsoft.VSTS.Common.ActivatedDate'.
below is the Json generated after Exporting from Jira
below is the error while importing
below is the error displaying in Azure board
The text was updated successfully, but these errors were encountered: