roofiq
roofiq
@ktdixit any idea about this issue? :) All work items are migrated to default swimlane.
hey @ktdixit, thanks again for supporting me :) I've set this flag to true, but still work items are moved to default boardlane. Here is my config: ``` { "$type":...
@ktdixit, I was thinking, maybe I would need to define yet another `FieldToFieldMap`? Currently I have just a default one: ``` { "$type": "FieldtoFieldMapConfig", "WorkItemTypeName": "*", "sourceField": "Microsoft.VSTS.Common.BacklogPriority", "targetField": "Microsoft.VSTS.Common.StackRank",...
@ktdixit for this one I have below: ``` { "$type": "FieldValueMapConfig", "WorkItemTypeName": "*", "sourceField": "System.State", "targetField": "System.State", "defaultValue": "New", "valueMapping": { "New": "New", "To do": "To do", "Analysis": "Analysis", "Waiting...
Hey @dparthi21, nothing. I had to develop custom script, that gets work item boardlane from source and set it to target work item. Hopefully @ktdixit will come with some magic...
Great @YashikaTyagi-MSFT, do you know which guideline we should take as a reference? Additionaly, are the performance tests or metric somewhere published based on which those recommendations/limits were made?