Search
Results (18291)
- Help: RE: How to add watchers in the issue users are not project participants ?
- That was implemented some time ago, see #5159 ... ying it does no longer work in certain cases.
- Help: RE: redmine java api 创建issues
- The "Redmine Java API" is a third-party Java ... of redmine is not supported by that library?
- RedmineManager mgr = new RedmineManag ... 11dd1a"); try { tryMakeIssue(mgr); } catch (Exception e) { ... } private static void tryMakeIssue(RedmineManager mgr) throws Exception { Date date = new Date(); Issue issue = new Issue(); Tracker tracker = new Tracker(); tracker.setId(4); tracker.setName("缺陷"); issue.setId(8); issue.setSubject("缺陷ID:TC0001 功能缺陷障碍"); issue.setTracker(tracker); issue.setStartDate(date); issue.setStatusId(1); issue.setPriorityId(2); mgr.createIssue("taskconnector-test", issue); System.out.println(issue...
- Sometimes after issue creation users received e-mail with all issue information but issue itself doesn't exist on the server and issue number is inaccessible. Next issue are creating with next free number What i ... ay be and is it possible to "restore" missed issues? *Config*: Redmine 2.3 on ubuntu, server ... ifferent VM's. Many plugins but before this issue first happened nothing was changed for couple of weeks.
- Hello, I am not able to save wiki page. Th ... 404 error. I have found only this related issue: http://www.redmine.org/boards/2/topics/368 ... where the devil can be... Cheers, Martin
- Help: RE: Add two columns in one "My page" block
- Hi, I know this is two years old, but it mig ... nt. I needed to add the Due date to the Issues Assigned to me block. This is what I added ... add start date. Just use field_start_date, issue.start_date in the appropriate places. Add ... below the last TD <td class="due_date"><%=h issue.due_date %></td>. So this is what it looks like altogether: <pre> <% if issues && issues.any? %> <%= form_tag({}) do %> <table class="list issues"> <thead><tr> <th>#</th> <th ... </tr></thead> <tbody> <% for issue in issues %> <tr id="issue-<%= h(issue.id) %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= ...
- Plugins: RE: Error 404 with redmine_xlsx_format_issue_exporter
- Hi I have the same problem, maybe only work f ... y difference is that my redmine is in spanish
- Redmine 2.5.1 How to add watchers in the issue - users are not project participants?
- Help: RE: How to set a user is unavailable on certain days
- Actually that plugin is open source (GNU GPLv ... t the person is available when assigning the issue. I don't know a plugin that does exactly wh ... mind. Maybe more research is needed here...
- Plugins: RE: patching application helper in redmine 2.3
- I had the same issue and commented out the require 'redmine' in the init.rb and everything work just fine!!!
- Plugins: RE: Drafts plugin v0.1.1
- For my redmine's versions (2.4.x and 2.5.x) I ... nstalled. Should I stop using it or covered issue still exist in redmine?
- Hello Guys! There are some spammers among us: * http://www.redmine.org/issues/17691 * http://www.redmine.org/issues/17692 * http://www.redmine.org/issues/17694 Who have the right permission to b ... we block all registrations with mail.ru?
- Plugins: RE: Issue with todo list plugin
- Moderator info: I merged your 2 posting regarding the same issue.
- Open discussion: RE: Problems with /redmine URL
- OP has only created two issues, so it is either #14477 or #10572?
- Help: RE: how to search issue by custom field value
- I think you have to search the custom values, ... omValue.where('value = something and type = "Issue"') </code></pre> You can also specify the ... memory and it's very likely I did some typo.
- Help: RE: How to set a user is unavailable on certain days
- There is a plugin to "manage attendance":/plu ... sn't seem to give a warning if you assign an issue to a user is on a leave...
- I am trying to avoid assigning users on issues with the specific date when this user is un ... ay give an error or a message? Thank you!
- Hey guys, I want to do something like this: Issue.where('custom_field_value == something') So, to find a issue by a custom field. How is it possible? thanks!
- Help: RE: Create Subproject - Error 500
- We are facing a similar issue and our log reports the same issue. _However_ this didn't occur before and it s ... any chance, figured out what to do to fix it?
- Hi All I wants to replicate Issue tab and create new tab and I wants to do som ... ow in case of any query Thanks Gaurav Dhol
- Hi I have redmine 2.5.1 on debian system w ... uration. And email notifications work ok for issues, but not for forum messages. When I add to ... sage is added, and of course when adding new issue the email is logged there. Also the Defau ... es? I'm confused. Regards Piotr
- Plugins: RE: Error 404 with redmine_xlsx_format_issue_exporter
- Sure, I think is a problem with the redmine version and the plugin. Thanks anyway.
- Open discussion: RE: [ISSUE] ActionController::RoutingError (No route matches [GET] "/HNAP1")
- message#667
- Help: RE: Can't log in after upgrade from 2.3.x to 2.5.2
- Here's script/about output: <pre> Environ ... se.yml Migrating to Setup (1) Migrating to IssueMove (2) Migrating to IssueAddNote (3) Migrating to ExportPdf (4) Migrating to IssueStartDate (5) Migrating to CalendarAndActivi ... cAndFilesNotifications (18) Migrating to AddIssueStatusPosition (19) Migrating to AddRolePosi ... eWatchers (39) Migrating to CreateChangesetsIssues (40) Migrating to RenameCommentToComments (41) Migrating to CreateIssueRelations (42) Migrating to AddRelationsPerm ... dVersionsWikiPageTitle (57) Migrating to AddIssueCategoriesAssignedToId (58) Migrating to Add ... o CreateEnabledModules (68) Migrating to AddIssuesEstimatedHours (69) Migrating to ChangeAtta ... o AllowNullPosition (76) Migrating to RemoveIssueStatusesHtmlColor (77) Migrating to AddCusto ... 1017213536) Migrating to AddMissingIndexesTo...
- Plugins: RE: Error 404 with redmine_xlsx_format_issue_exporter
- Hi, did you run "bundle install" ? you need write_xlsx gem