You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrong code in get_defined_custom_field_type and get_defined_custom_field_types
get_defined_custom_field_type:
self._uri, work_item_type_id, key
should be :
self.project_id, work_item_type_id, key)
get_defined_custom_field_types:
self._uri, work_item_type_id
should be:
self.project_id, work_item_type_id
Signed-off-by: Eli Mesika <emesika@redhat.com>
Wrong code in get_defined_custom_field_type and get_defined_custom_field_types
get_defined_custom_field_type:
get_defined_custom_field_types:
The text was updated successfully, but these errors were encountered: