solidify / jira-azuredevops-migrator

Tool to migrate work items from Atlassian Jira to Microsoft Azure DevOps/VSTS/TFS.
MIT License
261 stars 224 forks source link

single & multi-select drop down list #300

Open gecon27 opened 3 years ago

gecon27 commented 3 years ago

Refer to https://github.com/solidify/jira-azuredevops-migrator/issues/40#issuecomment-482722481 and previous comment. I haven't seen any further actions on this topic. What I'd like to see is single & multi-select drop down lists, similar to https://marketplace.visualstudio.com/items?itemName=ms-devlabs.vsts-extensions-multivalue-control. Thanks for the good work up to now.

AB#5937

RoyalWulf commented 2 years ago

Hi, Would like this feature, any progress? Cheers

AmarnathReddyN commented 1 year ago

Any update on the multi-select drop down list

Alexander-Hjelm commented 1 year ago

No, and we will probably not prioritize functionality outside of the Core ADO features for now :)

AmarnathReddyN commented 1 year ago

If it's not planning now, is there any option of customizing it by own. Pls share thought of how we can customize by self to own project, as in my project migration the multi select field is must to migrate it.

Also the custom field looking similar to Tag field in AZDO(label field in Jira).I hope we cannot use same Mapper (MapTags) for two fields,is it so?

Alexander-Hjelm commented 1 year ago

Migrate the raw data to a text field and then bulk copy (+transform) the contents of that field to your custom field? You may need a custom script solution if you cannot use ADO Queries