Issue tracking refers to managing of tasks and problems in (software) project.
Questions tagged [issue-tracking]
502 questions
0
votes
3 answers
Issue tracking software that support multiple repositories
We are just starting to be using subversion as our SCM software at my job, I would need some advise here.
My project manager would like to use only one instance of a software to manage every projects we have (so we don't want to install a trac…

Erick
- 5,969
- 10
- 42
- 61
0
votes
2 answers
How to attach any file as an attachment to a JIRA issue by java code?
Any Ideas on how to programatically attach a File to an issue in JIRA?
I need java code which should be called at end of my code so that it can upload my report files to an existing issue automatically...
Im new to JIRA...

Murali Krishnan
- 1
- 1
0
votes
1 answer
NoClassDeffound could not initialize hibernatesessionfactory
Below see the exception trace:
FathomScheduler contains this HibernateSessionFactory class file.
It compiles without any errors and I am running it in exploded archive. I am not sure if its enough to have the hibernate jars in the Eclipse build…

user2459924
- 7
- 4
0
votes
1 answer
Private repository collaborators and issue tracking
There are basically two questions I have. Recently, I upgraded my GitHub account.
Now, two other users also want to access the repository. I can add them as a collaborator (by going to settings/collaboration page) onto my repository but: If they…

hjpotter92
- 78,589
- 36
- 144
- 183
0
votes
0 answers
How do I to require an issue in the commit for git check in?
Is there an issue tracker that integrates with git (not github) that requires an issue in the commit message? Or is there another recommend way to keep track of story velocity used by developer managers?
Optimally, I want the users on my development…

Victor 'Chris' Cabral
- 2,135
- 1
- 16
- 33
0
votes
1 answer
How to backup your data with hosted issue tracking?
I'd like to use a hosted issue-tracking service, but I want to be able
to backup my data in case the service goes under.
Are there any hosted issue-tracking services that have a "data
liberation" strategy and support you periodically copying…
user194873
0
votes
1 answer
how to put an issue to a repository whose "issue" entry is closed?
My boss gave me an assignment through a Github repository, which only contains a readme file. The file ask me to fork the project and "Anything unclear about the feature, fire issue on github". I've already forked the project and "issue" entry on…

nzomkxia
- 1,219
- 4
- 16
- 35
0
votes
1 answer
nyroModal forcing a page redirection
I have a contact form that is called using this:
and here's the javascript (jQuery) that is executed when the user…


Tsundoku
- 9,104
- 29
- 93
- 127
0
votes
1 answer
Installing OTRS on DreamHost
I'm using a Debian VPS on DreamHost and wanted to install a feature-rich customer issue-tracking system (not for software development like Bugzilla). OTRS made my shortlist and I followed the Installation Instructions through the "Web Server…

Thor
- 340
- 5
- 15
0
votes
1 answer
Web App Hide address bar firing too late
Having found how to hide the address bar from a post on SO, I need to execute this script in order to get the viewport height AFTER the address bar is scrolled out of view.
But the H and W vaues are returned BEFORE the scroll takes place, although I…

Didier Levy
- 3,393
- 9
- 35
- 57
0
votes
7 answers
Who is responsible to look into client reported issues
In our organisation we deliver products to different product lines depending on the requirements. in short the same application is customised according to customer requirements and delivered. After deploying the application sometimes we got some…

PJ.
- 625
- 3
- 12
- 24
0
votes
1 answer
PHP powered multiple project issue tracker
I've been looking for an issue tracker that supports multiple projects and has a wiki.
I found Redmine, which fits what I need, and Trac, but I need one written in PHP.
I took a look at MantisBT, but that's not quite what I'm after.

user1983787
- 13
- 2
0
votes
1 answer
Issue tracking with automatically generated issues
In my company we are now looking to start using an issue tracker. So far we've been using our task management system for issue tracking, and now we need something more advanced.
We found out that we have lots (1000s) of small issues that we can…

lorg
- 1,160
- 1
- 10
- 27
0
votes
1 answer
Upgrade to Visual Studio 2010 Team Edition and migrating repository from Visual Intercept Manager
We have a tool called Visual Intercept Manager that was used to track all the issues and incidents. We use it to store all the application changes, enhancements and change requests. For those who is familiar with Visual Intercept Manager, feel free…

P0ppy
- 39
- 1
- 7
0
votes
1 answer
Why Doctrine2 array type serialization fails with some special characters?
I've found an issue with array types at doctrine2.
In my app I've some users with come frome slovenia. These guys have some strange chars like "čćšž". After this value gets serialized and stored into the database the issue occurs.
After that I get…

sensi
- 569
- 4
- 15