Search
Results (18263)
- Open discussion: RE: What is the proper way to model software components in Redmine
- within a given project gp tp settings->issue catagories and then make a catagory for each item you want to track.
- We are about to migrate to Redmine from a bunch of other systems, one of them an issue tracker. We are wondering how we should mode ... omponents of our applications in the Redmine issue tracker. Each of our project has components ... works on one component. We would like to log issues against specific components, and then have the issues assigned to the people assigned to the comp ... e we record the components as list values so issue reporters must pick from the list. Works wel ... mple we still have to assign a person to the issue even though an initial person selection coul ... her ways to do this that I have overlooked?
- Hi all, We've recently switched to Redmine ... are stored in our Redmine as attachments to issues When not logged in to Redmine, accessing ... on attachment links? Kind regards, David
- Open discussion: RE: What's your Git workflow with Redmine?
- Project created! http://github.com/mwillia ... nd any ideas are certainly welcomed. Simply issue a pull request if you've got anything good a ... ing at your Customer plugin was a great help.
- Help: RE: Tags on Issues, Wiki Pages and Documents
- Thank you for bringing this up. I would love to use tags on issues. When I imported from trac I had to remove ... n. Here is what I dragged up for previous issues. There was a little more forum discussion. #1448 #472 #480 #1238
- Hi all, is there any discussion/issues to introduce a "tag" functionality were a k ... e user so it can associate some key words to Issues, Wiki, Documents, ... and search for them later ? For issue, there exists the "categorie" field, but as ... en raised earlier. best regards gabriel
- Help: RE: Migration depuis Mantis 1.2.0a1 : T ... .mantis_project_category_table' doesn't exist
- Après avoir à nouveau vidé les tables de Redmine (issues, users, ...), j'ai relancé le script avec l ... catégories). Merci beaucoup pour ce script !
- Help: RE: Migration depuis Mantis 1.2.0a1 : T ... .mantis_project_category_table' doesn't exist
- I have found a workaround : I have commented ... ay, it is not a great lost. A more annoying issue : all strings with accents have been truncat ... but it was not the good choice probably. :(
- Help: RE: Migration depuis Mantis 1.2.0a1 : T ... .mantis_project_category_table' doesn't exist
- Thanks, Thomas. Yes, I chose this prerelease ... ecided to migrate to Redmine. I have only 90 issues in this project so far with 5 users, ... but it would be very "cool" if I could migrate these issues into Redmine. By the way, don't be to s ... eady done the job ... I welcome all advices !
- Help: RE: How do I tell what release Revision 1488 will be included in?
- Thomas Lecavelier, Be careful just checkin ... tories/changes/redmine/tags/0.7.3/app/models/issue.rb either so that commit isn't in that release either (compare the diff of r1488 to the tagged "issue.rb":http://www.redmine.org/repositories/entry/redmine/tags/0.7.3/app/models/issue.rb#L220 @duplicates@ method). Eric
- Help: RE: Migration depuis Mantis 1.2.0a1 : T ... .mantis_project_category_table' doesn't exist
- You want to migrate a pre-release mantis? :) Are you sure you have such issues to migrate? Joke apart, mantis site is not ... .1.X and 1.2.X. Could you look for it please?
- Open discussion: RE: What's your Git workflow with Redmine?
- > Should this be a monkey patch on my install ... yone have any opinions on creating a Redmine issue for this and getting into trunk? A patch ... ng me on Github and I'll try to help. Eric
- Open discussion: RE: Number of statuses for an issue
- Admin > issues statuses Then Admin > workflow
- Hello, Thank you for this wonderful softwa ... duplicate tickets closed and found that this issue was already reported and acted on: http:/ ... if this is a super basic question. Johnny
- Hi there, I'm trying to migrate my issues from mantis to redmine with migrate_from_ma ... ted, edited, textilized by Thomas LECAVELIER)
- Hi, the number of statuses for an issue is hardcoded? is it 6? I'm asking this be ... ey do not appear when they want to update an issue. If so, where can I look to modify it? Thanks, Daniel
- Open discussion: RE: What's your Git workflow with Redmine?
- Right now I'm simply setting up Redmine for i ... yone have any opinions on creating a Redmine issue for this and getting into trunk?
- Open discussion: RE: My apologies for submitting SQL Server issues but which databases are officially supported?
- I've been spending a bit of time getting Sql ... in Redmine itself which solve the remaining issues. In a couple of cases in the code the same ... ubmitted a patch it would be accepted anyway?
- Help: RE: Some problems with svn repository
- Using svn client 1.4.2... Connecting via https to a remote svn server... I found the issue to be an "invalid" ssl certificate (the stoc ... e system. Will report any problems/fixes.
- Open discussion: RE: My apologies for submitting SQL Server issues but which databases are officially supported?
- That comment is from over a year ago. Since ... pendent on other community members. Eric
- I see that defect #1652 has been closed by Je ... hilippe or the dev team by having to process issues against an unsupported database, but I was ... ds/1/topics/show/1770) in getting it to work?
- Help: RE: Error when added date to roadmap version
- Defect #1683 created for this issue.
- Help: RE: Error when added date to roadmap version
- I am having a problem with the gnatt chart, b ... l log the roadmap version date problem as an issue.
- Open discussion: RE: Can I assign one iusse to multiple member?
- I reviewed all persons comments. I partly agr ... ute my mind in here. In fact, assigning one issue to more than one person would be logical confusion. I think individual issue is "Atom" issue, it is just only handled by one member. If we meet the situation of one issue to multiple member, then I think this issue has to be splitted. Split to more than one issue, and each sub-issue assign to one member. So I suggest using sub-issue concept. To manage easily, all sub-issue are still below the parent/master issue(use '+' to spread out, use '-' to pack up), parent/master issue and all its sub-issues are appurtenant. If all of sub-issues are closed, then parent/master ...
- Hey Everyone, I just did something that wa ... rted a bunch of CRs from StarTeam as Redmine Issues using a MySQL script that I wrote. Now, whenever I go to access an issue I get the following error: NoMethodError in Issues#show Showing issues/show.rhtml where line #15 raised: undefi ... source (around line #15): 12: <div class="issue <%= "status-#{@issue.status.position} priority-#{@issue.priority.position}" %>"> 13: <h3><%=h @issue.subject %></h3> 14: <p class="author"> 15: <%= authoring @issue.created_on, @issue.author %>. 16: <%= l(:label_updated_time, distance_of_time_in_words(Time.now, @issue.updated_on)) + '.' if @issue...