Tried to convert issue 55 in the test Taiga instance. It did not convert the issue to a user story, but it also gave no obvious error output:
[🎩1033 bcotton@fpgm ~/devel/fedora-change-wrangler ]$ python3 main.py convert --taiga 55 config.ini Namespace(config='config.ini', taiga=[55]) https://api.taiga.io/api/v1/issues/by_ref?ref=55&project=325667 {'tags': [], 'due_date': None, 'due_date_reason': '', 'due_date_status': 'not_set', 'attachments': [], 'project': 325667, 'project_extra_info': {'name': 'Test Changes Tracker Kanban', 'slug': 'pac_23-test-changes-tracker-kanban', 'logo_small_url': None, 'id': 325667}, 'status': 2283176, 'status_extra_info': {'name': 'New', 'color': '#999999', 'is_closed': False}, 'assigned_to': None, 'assigned_to_extra_info': None, 'owner': 356804, 'owner_extra_info': {'username': 'pac_23', 'full_name_display': 'Manas Mangaonkar', 'photo': None, 'big_photo': None, 'gravatar_id': 'f86b1f547a4546e81384696c52426538', 'is_active': True, 'id': 356804}, 'is_watcher': False, 'total_watchers': 0, 'is_voter': False, 'total_voters': 0, 'id': 1233410, 'ref': 55, 'severity': 1627046, 'priority': 979361, 'type': 983893, 'milestone': None, 'created_date': '2019-06-07T11:12:44.373Z', 'modified_date': '2019-06-07T11:12:44.420Z', 'finished_date': None, 'subject': 'test listing issues dummmy', 'external_reference': None, 'version': 1, 'watchers': [], 'is_blocked': False, 'blocked_note': '', 'is_closed': False, 'comment': '', 'generated_user_stories': None, 'blocked_note_html': '', 'description': 'dummy', 'description_html': '<p>dummy</p>', 'neighbors': {'previous': {'id': 1233411, 'ref': 56, 'subject': 'test taiga issue list dummy'}, 'next': {'id': 1232291, 'ref': 4, 'subject': 'Test issue for convert to user story test'}}} this is issue data Step 1 1233410 https://api.taiga.io/api/v1/issues/custom-attributes-values/1233410 {'attributes_values': {}, 'version': 1, 'issue': 1233410} step 2 '11372'
fixed
Metadata Update from @pac23: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)