Project

General

Profile

Search

Results (18292)

Help: importing mails doesn't work
Hi I've read and followed this guide: http:/ ... t logins and read mail but it doesn't create issue. any idea? thanks 2014-11-20 13:36
Help: RE: Import redmine 2.3.2 sql data into redmine 2.6 issue
See [[RedmineUpgrade]]. 2014-11-20 13:18
Plugins: What plugin set role with each tracker type
In, Redmine we can set roles of all tracker by set role off issues. But I want to set role with each tracker. What 's plugin can help me do it? 2014-11-20 10:55
Help: Hovering over a link, like an issue shows my ip address in the bottom left (status bar) of my browser (Chrome).
Hello, I have setup a web server that host ... eb browser when hovering over a link like an issue. The address that it displays starts with t ... to change this behavior? Thanks, Michel 2014-11-20 05:49
Help: [solved] RE: reporters watching issues get no email (developers do)
OK, here is the solution: (i run redmine in g ... er" -> Ticket visibility) set to "all public issues" The Documentation should be extended accordingly! 2014-11-19 11:37
Help: How to disable commenting for closed issues?
Is there any chance to disable adding comments/updates for issues with status "Closed"? Believe me, I've tried to google for solution with no success. 2014-11-19 11:15
Help: RE: reporters watching issues get no email (developers do)
* I updated to Version 2.6.0 * I set the pro ... reporters get no Email-notification when an issue they watch is edited. Which permission determines, if a notification is sent? 2014-11-19 09:04
Help: RE: [Need Help]Redmine Email notification Issue---In One Project with 204 users
my mail configuration is async for the defaul ... s not the same time to mail to all,right? 2014-11-19 07:24
Plugins: Code Review Issue---500 internal error
Plz Just refer to the contents, forget the at ... oard_image_paste 1.8 copy_parent_issue_id 1.0.0 fields_permissions ... mine_documents_short 0.3.0 redmine_issue_statistics 0.0.1 redmine_issue_templates 0.0.8 redmine_knowledgeb ... s 0.0.5 redmine_message_issues 0.1.0 redmine_monitoring_control ... 0.2.1.t6 redmine_xlsx_format_issue_exporter 0.1.0 scrum ... :in `load' bin/thin:16:in `<main>' </pre> 2014-11-19 07:13
Help: Redmine 500 internal error Check Help
h2. Background Recent days I founded there ... 0 internal error happens when creating a new issue, updating a issue, search a issue, using code review, issue calendar and such issue related operations. But I am not so famil ... oard_image_paste 1.8 copy_parent_issue_id 1.0.0----issue relevant fields_permissions 1.0.0 localizable 0.3.0----issue relevant progressive_projects_list 1 ... 1 redmine_checklists 3.0.1----issue relevant redmine_close_button 0.0.8----issue relevant redmine_code_review 0.6.3----issue relevant redmine__select2 1 ... y redmine_simple 1.1.5----issue relevant redmine_tags 2.1.0----... 2014-11-19 07:11
Help: RE: about "copied from" in 'Related issues'
The relation indicates that an issue has been copied from another one. See #6899. 2014-11-18 21:54
Help: Linking Redmine to Gitlab - multiple projects, same git repository
Hello, I am working on a server to store c ... tory, and I would like to use Redmine as the issue tracker. I would like to setup the system such that developers can access the code/report issues through gitlab, and users can report issues through redmine, which I understand is poss ... itlab so that each 'user group' can only see issues reported within their project (and not know ... n the help forum... please move if necessary. 2014-11-18 18:53
Help: RE: I can't see how to edit the percentage done field of a task that has subtasks
Hello, I've the same kind of issue. I can't see and update the "Percentage don ... I made something wrong. Thanks, Cédric 2014-11-18 17:44
Help: Issue status changed to New when email updates
h2. Issue When we have a resolved issue that receives and email update the status is ... g them to be re-opened. It's not the biggest issue ever but I just don't want me or my team having to change issues to resolved because somebody responds to an ... mine_incoming_emails 0.0.1 redmine_issue_checklist 2.0.5 redmine_knowledgeb ... dmine_zenedit 0.0.2 unread_issues 0.0.1 </pre> 2014-11-18 16:37
Help: about "copied from" in 'Related issues'
i saw there a "copied from" and "copied to" in related issue, but can't find out the explanation in redmi ... he function for this relation, thanks a lot! 2014-11-18 11:15
Plugins: How to copy issue controller from redmine to my_plugin
Hi every body. I add menu "tracker1" into project_menu. It show list issue have tracker_id=1. in settings,if I disable module issue, menu "tracker1" was dissable. I do'nt want ... e controller,helper.module for tracker1 from issue in my_plugin. This is very very difficult with me. Please help me!!! 2014-11-18 06:40
Open discussion: RE: issues tree dont work well
thanks for your reply,:) 2014-11-18 01:49
Open discussion: RE: issues tree dont work well
[[HowTo_TreeQuery]] is probably what you are looking for. 2014-11-18 00:00
Help: RE: [Need Help]Redmine Email notification Issue---In One Project with 204 users
Just an idea: check the constraints on your s ... amming. I came across problems when updating issues e.g. using sync smtp (update in GUI was del ... as a "feature" of our smtp. cheers Alex 2014-11-17 16:05
Open discussion: RE: improve the readably and clarity of the Issue Page
Thank you very much, that helped me a lot 2014-11-17 14:11
Plugins: RE: How to create history with update issues by plugin redmine import task
Hi Mischa. Thank you very much. I do it.!!!! 2014-11-17 09:20
Open discussion: issues tree dont work well
first, I create a issue A, and then create another issue B and set issue A as its parent,but issube B doesn't display as a sub node of issue A. if I set issue A as other issues's parent , display wrong either. how to resolve? 2014-11-17 09:17
Plugins: RE: How to create history with update issues by plugin redmine import task
I edit: <pre> issue = Issue.find(row_content[0]) #issue.update_attribute(:subject,row_content[settings_conf['task_column'].to_i]) issue.subject=row_content[settings_conf['task_column'].to_i] issue.tracker_id=settings_conf['save_task_as'].to_i #Bug/Feature/Support issue.status_id=1 #New issue.description=row_content[settings_conf['task_description_column'].to_i] issue.estimated_hours=row_content[settings_conf['average_hour_column'].to_i] issue.custom_field_values={"1"=>row_content[settin ... age_hour_column'].to_i].to_i} issue.custom_field_values={"2"=>row_content[settings_conf['asignee_name_column'].to_i]} ... 2014-11-17 07:45
Plugins: RE: How to create history with update issues by plugin redmine import task
You probably need to call @Issue#init_journal@. Example taken from #18237#note-2 and modified for the case: <pre> issue = Issue.new attributes issue.save # no journal created issue = Issue.new attributes issue.init_journal(some_user) issue.save # journal created </pre> I can't he ... ?) exporting/importing and now even updating. 2014-11-17 06:27
Help: RE: configure freebsd+redmine+subversion
Роман Лебедев wrote: > Thank you very much. ... with_ *BSD familiarity to help you with your issue: try to rephrase to a single, clear question ... ted successfully or not. Ref.: message#667 2014-11-17 06:16
(5401-5425/18292)