Webapp Output:
2020-09-23 12:22:16,472 INFO [shotgun_session] Connected to https://xxxx.shotgunstudio.com.
2020-09-23 12:22:18,017 INFO [entity_issue_handler] Creating Jira Issue in Project FIA for Shotgun Task ‘MBK_TEST_1’ (5962)
2020-09-23 12:22:18,212 ERROR [bridge] Unable to retrieve create meta data for Project FIA Issue type 10268.
Traceback (most recent call last):
File “/xxxx/SG_Jira/sg-jira-bridge/sg_jira/bridge.py”, line 354, in sync_in_jira
entity_type, entity_id, safe_event
File “/xxx/SG_Jira/sg-jira-bridge/sg_jira/handlers/enable_syncing_handler.py”, line 94, in process_shotgun_event
entity_type, entity_id, event,
File “/xxx/SG_Jira/sg-jira-bridge/sg_jira/handlers/task_issue_handler.py”, line 228, in process_shotgun_event
“originalEstimate”: “%d m” % (sg_entity[“est_in_mins”] or 0)
File “/xxxx/SG_Jira/sg-jira-bridge/sg_jira/handlers/entity_issue_handler.py”, line 232, in _create_jira_issue_for_entity
return self._jira.create_issue_from_data(jira_project, issue_type, data,)
File “/xxx/SG_Jira/sg-jira-bridge/sg_jira/jira_session.py”, line 529, in create_issue_from_data
% (jira_project, jira_issue_type.id,)
RuntimeError: Unable to retrieve create meta data for Project FIA Issue type 10268.
2020-09-23 12:22:18,213 ERROR [webapp] 192.xx.1.xx - /sg2jira/default/Task/5962 - code 500, message Unable to retrieve create meta data for Project FIA Issue type 10268.
Daemon Output: (just created a new task )
INFO:plugin.sg_jira_event_trigger:Adding event id 479598 to backlog.
DEBUG:plugin.sg_jira_event_trigger:Dispatching event 479600 to callback process_event.
DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {‘attribute_name’: ‘color’, ‘event_type’: ‘Shotgun_Task_Change’, ‘created_at’: datetime.datetime(2020, 9, 24, 8, 47, 54, tzinfo=<shotgun_api3.lib.sgtimezone.LocalTimezone object at 0x7fa8d0fdd0d0>), ‘entity’: {‘type’: ‘Task’, ‘id’: 5992, ‘name’: ‘mbktest’}, ‘project’: {‘type’: ‘Project’, ‘id’: 72, ‘name’: ‘Demo: Game’}, ‘meta’: {‘entity_id’: 5992, ‘attribute_name’: ‘color’, ‘in_create’: True, ‘entity_type’: ‘Task’, ‘old_value’: None, ‘new_value’: ‘pipeline_step’, ‘field_data_type’: ‘color’, ‘type’: ‘attribute_change’}, ‘user’: {‘type’: ‘HumanUser’, ‘id’: 121, ‘name’: ‘Muhammad Bin Khalid’}, ‘session_uuid’: ‘xx-fdd4-11ea-xx-0242ac11xx03’, ‘type’: ‘EventLogEntry’, ‘id’: 479600}
INFO:plugin.sg_jira_event_trigger.process_event:Retrieving sync routing for Project 72
DEBUG:plugin.sg_jira_event_trigger.process_event:Posting to https://xxx.ngrok.io/admin/reset
DEBUG:plugin.sg_jira_event_trigger.process_event:Jira Bridge reset.
DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {‘entity_id’: 5992, ‘attribute_name’: ‘color’, ‘in_create’: True, ‘entity_type’: ‘Task’, ‘old_value’: None, ‘new_value’: ‘pipeline_step’, ‘field_data_type’: ‘color’, ‘type’: ‘attribute_change’} to https://xxx.ngrok.io/sg2jira/default/Task/5992
DEBUG:plugin.sg_jira_event_trigger.process_event:Event successfully processed.
DEBUG:plugin.sg_jira_event_trigger:Dispatching event 479601 to callback process_event.
DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {‘attribute_name’: ‘content’, ‘event_type’: ‘Shotgun_Task_Change’, ‘created_at’: datetime.datetime(2020, 9, 24, 8, 47, 54, tzinfo=<shotgun_api3.lib.sgtimezone.LocalTimezone object at 0x7fa8d0fdd0d0>), ‘entity’: {‘type’: ‘Task’, ‘id’: 5992, ‘name’: ‘mbktest’}, ‘project’: {‘type’: ‘Project’, ‘id’: 72, ‘name’: ‘Demo: Game’}, ‘meta’: {‘entity_id’: 5992, ‘attribute_name’: ‘content’, ‘in_create’: True, ‘entity_type’: ‘Task’, ‘old_value’: None, ‘new_value’: ‘mbktest’, ‘field_data_type’: ‘text’, ‘type’: ‘attribute_change’}, ‘user’: {‘type’: ‘HumanUser’, ‘id’: 121, ‘name’: 'xxx '}, ‘session_uuid’: ‘c745660a-fdd4-11ea-8c34-0242ac110003’, ‘type’: ‘EventLogEntry’, ‘id’: 479601}
DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {‘entity_id’: 5992, ‘attribute_name’: ‘content’, ‘in_create’: True, ‘entity_type’: ‘Task’, ‘old_value’: None, ‘new_value’: ‘mbktest’, ‘field_data_type’: ‘text’, ‘type’: ‘attribute_change’} to https://xxx.ngrok.io/sg2jira/default/Task/5992
CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event.
Traceback (most recent call last):
File “./src/shotgunEventDaemon.py”, line 1117, in process
self._callback(self._shotgun, self._logger, event, self._args)
File “/xxx/SG_Jira/sg-jira-bridge/triggers/sg_jira_event_trigger.py”, line 173, in process_event
response.raise_for_status()
File “/xxx/.local/lib/python2.7/site-packages/requests/models.py”, line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
HTTPError: 500 Server Error: Unable to retrieve create meta data for Project FIA Issue type 10268. for url: https://xxx.ngrok.io/sg2jira/default/Task/5992