polonel / trudesk

:coffee: :seedling: Trudesk is an open-source help desk/ticketing solution.
http://trudesk.io
Other
1.31k stars 442 forks source link

Issue When Creating Tickets VIA API #594

Closed mlunato47 closed 1 year ago

mlunato47 commented 1 year ago

Is this a BUG REPORT or FEATURE REQUEST?:

What happened: When creating a test ticket VIA the API I can not interact with the ticket in the UI. When trying to click the ticket in the UI I receive a 502 Bad Gateway error everytime. I have tried a hard reboot of the container running Trudesk and that did not do the trick. The test ticket I created VIA the UI works fine with no issues, I can interact with it as expected. When the 502 error happens I have to go back to the main page and relog in everytime. We are trying to have tickets auto generated from our SIEM tool when an alert of a certain severity comes into the SIEM tool. What did you expect to happen: When creating the ticket VIA the API I expected to be able to click and interact with the ticket in the UI as normal. How to reproduce it (as minimally and precisely as possible): I created the two test tickets VIA a Postman request. Here is the body of the POST being sent from Postman, I changed the actual values to xxx just to omit the actual IDs. When sending the request I have the actual IDs needed. I also receive a success back along with seeing the new ticket in the UI, just getting the 502 bad gateway when clicking it. { "subject": "Testing", "issue": "This is a test ticket created using the Trudesk API", "owner": "xxx", "group": "xxx", "type": "xxx", "priority": "xxx" }

Anything else we need to know?: Nothing else needed to know but I am also not sure how to generate an API key for a user. There is no button in the UI to do so. The API key I am using is for the default admin account created when first booting up Trudesk, the other accounts I created don't have a key assigned and there is no way that I am aware of to assign one. Environment:

polonel commented 1 year ago

If you refresh the page are you able to interact with the ticket?

Can you provide any logs from the container (/usr/src/trudesk/logs) which should show the container crashing if you get a 502 Bad Gateway. If you have a proxy in front logs from that as well would be helpful.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 5 days with no activity.