-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
blockedWork cannot proceed due to an external or internal dependency.Work cannot proceed due to an external or internal dependency.enhancementNew feature or requestNew feature or request
Description
SDK(when using with service account) and Connect have a mismatch in returned response.
For example, there is an item with no default values set (aka password, username notes), but has a custom field with any value.
In this case SDK doesn't return fields with empty values at all.
// fields response
[
{
Title: "custom field"
Value: some_value
}
]
In a contrast Connect does return all the fields.
// fields response
[
{
Title: "username"
},
{
Title: "password"
},
{
Title: "custom field"
Value: some_value
}
]
Future SDK releases should have a fix for that, and SDK version used by the operator should be upgraded.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blockedWork cannot proceed due to an external or internal dependency.Work cannot proceed due to an external or internal dependency.enhancementNew feature or requestNew feature or request