pylero icon indicating copy to clipboard operation
pylero copied to clipboard

project.py - wrong code in get_defined_custom_field_type and get_defined_custom_field_types

Open emesika opened this issue 1 year ago • 0 comments

Wrong code in get_defined_custom_field_type and get_defined_custom_field_types

  1. get_defined_custom_field_type:

         self._uri, work_item_type_id, key
         should be :
         self.project_id, work_item_type_id, key)
    
  2. get_defined_custom_field_types:

         self._uri, work_item_type_id
         should be:
         self.project_id, work_item_type_id
    

emesika avatar Nov 03 '23 01:11 emesika