JetBrains / JetBrains/YouTrackSharp
Custom field value is both null and not-null (?)
Open
- Dominant language
- C#
- Stars
- 143
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
I'm querying an issue by ID and with some fields and custom fields.
When I look for a field by name, I can get the entity (in this case, an instance of `SimpleProjectCustomField`):
As you can see, the field's properties are duplicated.
In the case of `Value`, it's once set as `null` and the other time with the actual correct value.
When reading the value, I always get the `null` one.
Contributor guide
Assessment
This issue has not been assessed yet.