We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a custom multiple values field as follow:
<custom_field id="26" name="Platform Definition of Done" multiple="true"> <value type="array"> <value>Tools</value> <value>API documentation</value> <value>Code</value> </value> </custom_field>
In eclipse field is render with a simple Combo. So only one value can be select at a time and every submit reset values to the select ones.
If a custom multi value field is required, this defect makes plugin useless (read only).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a custom multiple values field as follow:
In eclipse field is render with a simple Combo. So only one value can be select at a time and every submit reset values to the select ones.
If a custom multi value field is required, this defect makes plugin useless (read only).
The text was updated successfully, but these errors were encountered: