How to add bundle version as a tag though API
Hi
I saw this reference for api tags:
But I'm still not sure I understand. How can I add tag of bundle for example?
Best Answer
-
Hi,
Yes, the custom field component can be used for this purpose, in fact when creating a custom field component in your plugin, you can set the type of a custom field as a BUNDLE, which means on the UI you will get a dropdown with all the project's bundle names when selecting a value for that custom field. However, you mentioned that you were doing this via the API, so you will have to edit the string value of that field directly.
Answers
-
I believe the answer can be found here:
-
Tnx, only in my case I want it to be used to set/declare new version, so I need it to be from String type, and then validate the input using python. that's why I've opened new issue in plugins section