Project

General

Profile

Search

Results (18279)

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
Plugins: RE: How to create history with update issues by plugin redmine import task
This is controller of plugin import issue 2014-11-17 05:51
Plugins: RE: How to create history with update issues by plugin redmine import task
No. I update issue not create. Are you understand???issue = Issue.find(row_content[0]) In redmine I have issue ID=93. In file excel I have a row with column[A]=93. I import file excel. Issue id 93 in redmine was update with params form file excel. But History of issue in redmine not update. OK? 2014-11-17 05:49
Plugins: RE: How to create history with update issues by plugin redmine import task
By default, Redmine does not create a new journal when a new issue is added. Only later issue attribute changes, issue relations changes and new notes generate jou ... sage#15134 about topics suitable for forum#4. 2014-11-17 05:44
Development: RE: How to export issues into excel fog redrmine 2.5.1
Hi Martin. Can you give me skype or facebook of you. Thank you very much!! 2014-11-17 03:53
Plugins: How to create history with update issues by plugin redmine import task
Hello every body, I am newbile develope plugin for redmine. I want to update issues by import file excel. I override plugin red ... this. Code in plugin: <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} ... 2014-11-17 03:43
Development: RE: How to export issues into excel fog redrmine 2.5.1
OK. thank you very much!!!! 2014-11-17 03:33
Help: RE: configure freebsd+redmine+subversion
According to the screenshot, it looks like a path issue. You need to find out the full path to where ... he path using a command like @whereis svn@. 2014-11-16 23:52
Open discussion: Due date in e-mail notification
Right now due date is only included in the em ... ight now to include it in the summary of the issue in the e-mail? (or any other filed for that matter?) 2014-11-16 10:25
Help: RE: No permission to acces issue, created by the same person
In your case the project @New-Tickets@ is most-likely not public. The issues are being created (because non-member role has @:add_issues@ permission) and because you use @no_permis ... ) non-public project. In Redmine version#81 issue #17976 is implemented, which seems to be able (haven't tested this personally yet) to solve your issue if you add the build-in non-member group wit ... arting with Redmine version#60, which solved issue #13340. With that available you could place ... as a project member of project @New-Tickets@. 2014-11-15 07:52
Help: RE: How to disable attaching files in issues ?
Sébastien Pochiero wrote: > thanks, > > i ... Upload Files > > edit the file \app\views\issues\new.html.erb by adding this test : > [...] > > edit the file \app\views\issues\_edit.html.erb by adding this test : > [.. ... I rewrite this lines to create/manage an " *Issue Delete Attachment Permission* " ? Is it possible? Thanks :) 2014-11-14 18:58
Development: RE: How to export issues into excel fog redrmine 2.5.1
Hello Anhkoa, In issue listing, at the bottom right of the page you ... asked but I hope it will help. Cheers, 2014-11-14 13:52
Help: RE: No permission to acces issue, created by the same person
! 2014-11-14 10:13
Help: RE: No permission to acces issue, created by the same person
I solved the problem. Somehow the "Non Membe ... is doesnt work, if the user isn't in a group. 2014-11-14 10:13
(5401-5425/18279)