Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Custom fields are ignored #270

Open
TregubArtem opened this issue Aug 8, 2018 · 0 comments
Open

Custom fields are ignored #270

TregubArtem opened this issue Aug 8, 2018 · 0 comments

Comments

@TregubArtem
Copy link

TregubArtem commented Aug 8, 2018

Hi, i'm trying to send field app_version in user idea using this project. I've tried it as config.putUserTrait and config.putAccountTrait and both of this approaches were ignored. After some googling i found out that correct way to do this is something like:

        Map<String, String> customFields = new HashMap<>();
        customFields.put("app_version", BuildConfig.VERSION_NAME);
        config.setCustomFields(customFields);

But i still didn't see anything in idea, i have already add this field in https://xxx.uservoice.com/admin/settings/tickets/fields and i also tried both Read-only and Text input but i can't see anything in UI of an app and in idea on site. What am i doing wrong?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant