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
Hey,
I'm creating a ticket with the following options: crash_ticket: Ticket = Ticket( ticket_form_id=EMERGENCY_FORM_ID, requester=requester, subject="new crash ticket", comment=first_comment, )
But it doesn't open the ticket with the form id, this is what ZenPy is sending to ZenDesk: {'json': {'ticket': {'custom_fields': [{'id': 1500002836061, 'value': 'Yes'}, {'id': 1500002887542, 'value': 'Yes'}, {'id': 360024121454, 'value': ['us', '1003', '134']}], 'id': None, 'requester_id': 399773503114, 'subject': 'new crash ticket', 'tags': ['crash', 'noc-team'], 'comment': {'body': "A ZenDesk ticket was created by tomer.oszlak \nTicket subject - testing \n Service affected - ['Create rider', 'Cannot Access VOC', 'Rider page'] \n City name - ['us', '1003', '134'] \n Multiple users affected? - False \n Can you recreate the issue? - Yes \n More information - testing new flow", 'id': None, 'public': True}, 'requester': {'email': '[email protected]', 'id': 399773503114, 'name': 'via crash bot'}}}, 'timeout': 60.0, 'headers': None}
There is another option to open a ticket with a specific form id?
The text was updated successfully, but these errors were encountered:
Hey,
I'm creating a ticket with the following options:
crash_ticket: Ticket = Ticket( ticket_form_id=EMERGENCY_FORM_ID, requester=requester, subject="new crash ticket", comment=first_comment, )
But it doesn't open the ticket with the form id, this is what ZenPy is sending to ZenDesk:
{'json': {'ticket': {'custom_fields': [{'id': 1500002836061, 'value': 'Yes'}, {'id': 1500002887542, 'value': 'Yes'}, {'id': 360024121454, 'value': ['us', '1003', '134']}], 'id': None, 'requester_id': 399773503114, 'subject': 'new crash ticket', 'tags': ['crash', 'noc-team'], 'comment': {'body': "A ZenDesk ticket was created by tomer.oszlak \nTicket subject - testing \n Service affected - ['Create rider', 'Cannot Access VOC', 'Rider page'] \n City name - ['us', '1003', '134'] \n Multiple users affected? - False \n Can you recreate the issue? - Yes \n More information - testing new flow", 'id': None, 'public': True}, 'requester': {'email': '[email protected]', 'id': 399773503114, 'name': 'via crash bot'}}}, 'timeout': 60.0, 'headers': None}
There is another option to open a ticket with a specific form id?
The text was updated successfully, but these errors were encountered: