Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticketing Updates - Change client #656

Merged
merged 5 commits into from Apr 10, 2023

Conversation

wrongecho
Copy link
Collaborator

This PR adds the ability to change a ticket's client

image

Additionally we're adding a new database field: ticket_source and will soon retire ticket_created_by.

  • Ticket source will show where a ticket was raised from: an agent, the portal, via email, scheduled ticket, etc. Once this is implemented across the code base, we could also report on it to show the breakdown of where your tickets are raised (Feature Request: Ticket metric reporting #514).
  • Ticket created by was originally designed when contacts were considered users. It quickly became clear that it was better to separate contacts and users, meaning there is now no way to differentiate whether the value in ticket_created_by is a user or contact. Given that we track a tickets assigned agent and client contact, and log all tickets raised, it seems safe to remove this field - for the sake of simplicity.

@wrongecho
Copy link
Collaborator Author

Test these changes at: https://ticketing0423656.pr-review.itflow.org
(automatic message)

@sonarcloud
Copy link

sonarcloud bot commented Apr 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

No Coverage information No Coverage information
2.2% 2.2% Duplication

@johnnyq johnnyq merged commit eb49233 into itflow-org:master Apr 10, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants