Ticketing System

Ticketing System

Hello @Xcellities

What is the ticketing system?

A way to manage your DevOps related queries.

What's the need of implementing a ticketing system?

1. To keep track of all of your queries.
2. To provide Transparency in the flow of work in a properly documented way.
3. Provide real-time updates.
4. Provide a knowledge base for frequent issues.

How does it work?

Just send mail to 'devops@openxcell.info' with all the relevant details and you will be notified about the SLA(Service level agreement) with a ticket number.
All the future interaction will be based on ticket number.

*No issues will be taken by the DevOps team on any other medium. ie skype, slack, verbal etc.
**No matter how big or urgent issue is.

If you have any concern related to the ticketing system. feel free to contact us via ticketing system ;) 


    • Related Articles

    • What & How: Add Sudo User in any Ubuntu System.

      1. Create a new user adduser username 2. Add it to Sudoers Group so it can have the privilege of sudo access. usermod -aG sudo username 3. Now If you want to enable password-based login for this user and you are getting an error like "Permission ...
    • Connecting to development database

      Overview: Database Admin UI URL PHPMyAdmin https://pma.openxcell.dev Adminer https://adminer.openxcell.dev MySQL Databases: For all the application using mysql database https://pma.openxcell.dev serves the PHPMyAdmin Frontend. To access the ...
    • CHANGE GITLAB RUNNER

      Required Details : - server architectures type [ x86, AMD64, ARM64, ARM, s390x, ppc64le ] - super user access [ sudo password ] SSH in server where you want to set git runner. Step 1) #download binary for your system Warning : Select binary as per ...
    • What & How : IP Address

      Our company has purchased some IP and we use them to connect to the outside world. when we google my IP or hit http://speedtest.net/ it that IP we are talking about., let's call this Global IP. Then there is local IP: its starts with 192.168.x.x, we ...
    • FTP Server on Wndows

      Server Side - Install Filezilla Server : https://filezilla-project.org/download.php?type=server - Edit -> Settings -> Passive Settings -> Port range 50000-51000 / Add Public IP Address - Open ports 21,990,50000-51000 Client Side - Install Winscp ...