Integrating feature request functionality directly into the business software you write?
What are relative merits of something like a button on a piece of custom bizware that says, “press me to ask for a feature” or “click here if something didn’t work right”.
I released open source code that is useable to other programmers. How do I let them know about it? [duplicate]
This question already has answers here: How can I get the word out about a new (open-source) library I’ve developed? [closed] (4 answers) Closed 10 years ago. I have a tiny project (<1k but let’s say its <5k of lines). I made it open source and put it on github. I did this once before […]
should you always enter a bug in a bug tracking system [duplicate]
Possible Duplicate:
Should developers enter bugs into the bug tracking system?
Should I log trivial fixes?
Unforeseen Spike in a Sprint… what to do?
I did a look around and couldn’t find a question that addresses my case, so I figured I would post.
How to avoid duplication between my issue tracker and the project specification documents?
I used to work for a professional consulting firm, and we worked under many different contract terms. When we could get a time & materials project, we ran it with SCRUM and tracked the backlog in our issue tracker system.
What do you do with a heisenbug? [duplicate]
This question already has answers here: Bug once in a while, but high priority (7 answers) Closed 8 years ago. I’ve gotten a bug report from one of my users in a section of the software. The scenario is basically a databinding scenario where the user enters info, and that info is printed to pdf. […]
Software for prioritising issues / tasks in an ordered list/queue (ideally in Github)? [closed]
Closed 9 years ago.
Encountering the same issue in an application
I’ve often come across the situation when the same mistake is made in many places in an application. For example, in a web application when the user creates an item and clicks the Add
button to save it. If they click the button several times, multiple items are added instead of one because UI wasn’t blocked and backend check wasn’t performed properly.
Redmine (or Trac) integration with customer issue-tracking system
I’m working in a software development area in my university, and we’ve noticed we need some system to track errors and bugs, who and when it is dealt with. I’ve researched some software management/bug tracking applications, with Redmine being the one that appeals to me the most because of its simple UI (actually I discovered that our server has one system, Trac, already installed, but it has never been used at its time and my colleagues told me it would take the same time to use any).
Why do most issue tracking systems have only single status field? [closed]
Programming status