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

Dynamic Ticket Types to Replace Hardcoded Values #540

Open
nolotz opened this issue Jan 7, 2024 · 1 comment
Open

Dynamic Ticket Types to Replace Hardcoded Values #540

nolotz opened this issue Jan 7, 2024 · 1 comment

Comments

@nolotz
Copy link

nolotz commented Jan 7, 2024

Currently, the ticket types are hardcoded within Ticket::TYPES. This approach, while straightforward, limits the system's flexibility and adaptability. In scenarios where different or additional ticket types are needed, the hardcoded list becomes a constraint.

I propose implementing a more dynamic system for managing ticket types. This could involve allowing ticket types to be defined and managed through the settings panel.

I would love to hear your thoughts on this proposal. Does this idea align with your vision for Bileto? Are there any specific considerations to keep in mind for implementing such a feature?

@marien-probesys
Copy link
Member

Context: one of our goals with Bileto is to slowly align the application with the ITIL practices. I'm not an ITIL expert myself and sources on the Internet don't all agree on what the types of tickets are, but the most common ones I'm aware of are: incident, request, problem and change.

At Probesys (and our customers as well), we only use requests and incidents. So this is basically the reason why these two types are hardcoded. Also, our priorities are definitely on different subjects.

Could you explain your need so I can better understand what you're trying to do, and see if we can provide an alternative?

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

No branches or pull requests

2 participants