Thank you very much for this tips.
So i export and clean the blueprint.json :
blueprint.json (49.3 KB)
i make many test and in this blueprint missing this line :
"System.AreaId": "xxxx",
"System.Parent": "12345",
"System.Description": "la description de ma tâche avec son contenu",
"System.Tags": "monTag",
And i have the bundle also clean (but i can’t add .txt file so :
input
Item Type User Story
Project xxxx
Tags monTag
Title TEST MAKE - TEST MAKE - test du 23/01/24
Area ID xxxx
Parent 10394
Description la description de ma tâche avec son contenu
Iteration ID xxxx
Acceptance Criteria mon test d'acceptance
output
[
{
"id": 10505,
"rev": 1,
"url": "xxxx",
"System.AreaPath": "xxxx",
"System.TeamProject": "xxxx",
"System.IterationPath": "xxxx",
"System.WorkItemType": "User Story",
"System.State": "New",
"System.Reason": "New",
"System.CreatedDate": "2024-01-23T08:28:40.730Z",
"System.CreatedBy": {xxxx},
"System.ChangedDate": "2024-01-23T08:28:40.730Z",
"System.ChangedBy": {xxxx},
"System.CommentCount": 0,
"System.Title": "TEST MAKE - TEST MAKE - test du 23/01/24",
"System.BoardColumn": "New",
"System.BoardColumnDone": false,
"Microsoft.VSTS.Common.StateChangeDate": "2024-01-23T08:45:55.040Z",
"Microsoft.VSTS.Common.Priority": 2,
"Microsoft.VSTS.Common.ValueArea": "Business",
"WEF_34AC4527DE104584BA5F8513BA56D2C4_Kanban.Column": "New",
"WEF_34AC4527DE104584BA5F8513BA56D2C4_Kanban.Column.Done": false,
"WEF_7873157CBD7C412FAB388FABAA96D559_Kanban.Column": "New",
"WEF_7873157CBD7C412FAB388FABAA96D559_Kanban.Column.Done": false,
"WEF_6F65EE8DCC0D42D88D678919A254ECA9_Kanban.Column": "New",
"WEF_6F65EE8DCC0D42D88D678919A254ECA9_Kanban.Column.Done": false,
"System.Description": "la description de ma tâche avec son contenu",
"Microsoft.VSTS.Common.AcceptanceCriteria": "mon test d'acceptance",
"System.Tags": "monTag"
}
]
I see in the output all my content : title / description /… but not the “parent” field oO
Could you help me ?
I think, id is not in the good field but i don’t now