Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
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?
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.
I believe the answer can be found here:
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.
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 🙂