Questions tagged [technical-support]
DO NOT USE this tag to ask for technical support! Only use this tag for questions about technical support in the context of the Software Development Lifecycle.
22 questions
6
votes
2
answers
2k
views
How to get out of a memory usage problem of a .NET application?
As mentioned in some StackOverflow posts (like this one), I'm dealing with a difficult situation:
My company is developing some C# applications (being a client-server application). We have migrated ...
55
votes
14
answers
8k
views
Why are reproduction steps helpful for fixing software bugs?
Our company have a support team and a dev team. We require reproduction steps on every bug report, however sometimes the support team submit reports without and become frustrated when dev close them ...
3
votes
2
answers
202
views
"Support branches" and major tech update
Our software product promises to support major releases with bug fixes for X years after the release, meaning that in our git repository, we keep permanent "support branches" for every major ...
-1
votes
1
answer
357
views
Combining development and support departments
I'm the manager of a reasonably small sized development department with 13 developers, 5 testers/QA, and 2 UX-designers.
The support is split into two parts "Customer service" (CS) and "technical ...
1
vote
5
answers
2k
views
What is best way to handling exceptions without users see errors for technical supports?
Assuming you have a software which you gave to clients.
Now we all know that exceptions can be saved to files, databases, and so on for tracing errors by technicians. As all engineers know, no Apps ...
5
votes
7
answers
3k
views
Who should handle customer support within an Agile team?
We currently have a maintenance role within our team which the developers on our team rotate each 2 week sprint.
This consists of:
Responding to user bug reports & creating stories/issues for ...
4
votes
5
answers
891
views
How can a devops-team correctly prioritise fixing incoming issues versus building new code?
Enterprises are increasingly adopting DevOps methodologies for development of software. A couple of common outcomes of this are that:
Application teams are more cross functional in nature, with ...
1
vote
1
answer
112
views
How to make sure that reported issues are not caused by wrong credentials or typos of the client? [duplicate]
I have found myself a few times in the situation where a client reports an issue like 'I can no longer login to my account'.
Sure enough when trying to login with the client's credentials myself ...
3
votes
3
answers
915
views
How can Scrum be adapted to allow for support obligations?
Scrum's great for new development and proactive tasks. But I've never been sure how to use it when the department's obligations also include analyzing/answering/fixing customer support questions, ...
2
votes
3
answers
1k
views
Handling internal IT issues
In the company I work at, developers also serve as internal tech support. This means we have to do three types of things:
Development: writing actual code to implement new features and new products
...
71
votes
17
answers
9k
views
Is it reasonable to insist on reproducing every defect before diagnosing and fixing it?
I work for a software product company. We have large enterprise customers who implement our product and we provide support to them. For example, if there is a defect, we provide patches, etc. In other ...
4
votes
2
answers
463
views
Keeping tech support on the latest software version
I'm the only software developer maintaining a subset of products at a small company. The main product I'm concerned with here is a web app which is installed on various clients' machines, with a ...
26
votes
6
answers
2k
views
Is it the job of a developer to suggest IT requirements?
I am the only developer working on a web application which is nearing to its end. Now we are looking into making it Live in maybe a couple of months time.
This is a web application for a non IT ...
4
votes
2
answers
396
views
How to communicate within a company what is being Continually Deployed
I work for a small development company, 20 people total in the entire company, 3 in actual development, and we've adopted CD for our commits to trunk, and it works great, from a code management and up-...
10
votes
7
answers
2k
views
Password hashing and support to your user
We've recently moved to a better password storage strategy, with it came all the good stuff:
Passwords are stored after going through bCrypt
User is sent an activation link on account creation to ...