Search
Results (18310)
- Help: RE: a plugin that sends you a notificat ... vance of the deadline for completion of tasks
- Redmine is capable of sending reminder emails for due issues without any plugin. Have a look at [[RedmineReminderEmails]] in the user guide.
- environment:Redmine3.4.4 From recent versi ... en we have updated to the above version, the issue of title is not occurred. However, after upd ... ct page. Have you faced and resolved this issue? If anyone have any advice for us, please he ... projects`.`id` = 71 LIMIT 1 > Regards,
- Dear All, I am using Bitnami Redmine windo ... how to set up receiving email funtion(creat issue via sending mail), could you please provide ... Microsoft Office 365 as the mailbox server.
- Plugins: RE: Suggestions for agile/roadmap plugin
- Hi, Kenneth Take a look at our "Redmine Ag ... s to plan next releases or sprints, and move issues them between Backlog and selected Sprint/ve ... ifficulty of the task. You can estimate each issue individually, or use a series of predefined ... st, you can create a custom Agile board with issues assigned for a next release, or a selected ... the version on time. Best Regards Kirill
- I have a Redmine 2.3.3.stable server running ... g Redmine 3.2.1.stable and I am getting some issues. A few notes: # I don't know the proc ... port it into the new system and I am getting issues. Below are the steps I have used to try an ... nstances/default, but that did not solve the issue. 2. Import the old database into the new ... ------------------------------------- </pre>
- Help: RE: installtion issues
- Mischa The Evil wrote: > Bernhard Rohloff wr ... used in a bigger production environment.
- Help: RE: installtion issues
- Bernhard Rohloff wrote: > blackbeard . wrote ... ng to those. If you keep experiencing these issues, I'd recommend to uninstall the packaged rv ... o the safest for the system to be deployed.
- Open discussion: RE: Is Redmine ready to communicate with another Redmine?
- When I understand this correctly, you get mai ... borate with another Redmine system to create issues through email? The answer is no. I think t ... this working is to change the pattern of the issue number in the email subjects your Redmine in ... How can you synchronize the ids of my local issue and of the remote issue? Because the issue ID is automatically incremented number and u ... . Imagine the case that both of you have an issue @#120@, how would you synchronize this. Ther ... deration but nothing is developed, yet.
- Hello everyone. First of all congratulate you ... can create the request. As in my system the issue #120 is not created yet, Redmine thinks that it is a response to an existing issue in my system but when not finding the issue by id, do not create it. I've been lookin ... ler.rb and looking for the function "receive_issue_reply" <pre> def receive_issue_reply (issue_id, from_journal = nil) issue = Issue.find_by_id (issue_id) return unless issue # check permission unless handler_ ... check] unless user.allowed_to? (: add_issue_notes, issue.project) || user.allowed_to? (: edit_issues, issue...
- Hello everyone. First of all congratulate you ... can create the request. As in my system the issue #120 is not created yet, Redmine thinks that it is a response to an existing issue in my system but when not finding the issue by id, do not create it. I've been lookin ... ler.rb and looking for the function "receive_issue_reply" <pre> def receive_issue_reply (issue_id, from_journal = nil) issue = Issue.find_by_id (issue_id) return unless issue # check permission unless handler_ ... check] unless user.allowed_to? (: add_issue_notes, issue.project) || user.allowed_to? (: edit_issues, issue...
- Hi I'm using the email Gateway using the s ... projects/redmine/wiki/RedmineReceivingEmails#Issue-attributes The exact command called from ... ody know what the reason for this can be?
- Development: RE: Auto-Close parent after his children are closed.
- I've did a little hack in issue.rb to resolve this at version: 3.4.4. <pre> # app/models/issue.rb # in method "recalculate_attributes_for" ... st unless status_array.length > 1 </pre>
- Here is list of all issue statuses: http://www.redmine.org/projects/redmine/wiki/Rest_IssueStatuses I would like to get availableones for an issue (or at least tracker). Thanx!
- I have configured my server to send reminder ... s emails. Each email has same content. My issue already pointed out here http://www.redmine.org/issues/14251, but I didn't get any solution for this issue. I don't have any idea how to fix this issue. Any help would be appreciated. Thanks.
- Help: RE: Can't upload or download files
- h1. Solved I think I have fixed it. I c ... he database which appears to have solved the issue.
- Hello everyone, On the PDF Export there is ... ttps://imgur.com/6E9bHdH.jpg! In the file issues_pdf_helper.rb this code generate the totals ... the table? Greetings from Germany Thomas
- Help: RE: How to export data in custom fields?
- 1. I created custom field[Life Cycle] in proj ... this filed in CVS? (It seems only fields in Issue can be exported.) Thanks.
- 1. I creadted "Life Cycle"(custom field) in ... mported in CVS. but seems only the fields in Issue can be imported. How can I do? Thanks!
- Help: RE: Inline image
- Both of them. I have olds issues that have been created with CKEditor 1.0.0 ... r) the image with ! appares correctly on the issues. So it is possible that this olds issues aren't work with the update. But I have created new issues with the new CKEditor and even these don't appear with image.
- Open discussion: RE: Updating issues results in parameters being added to URL
- Thanks. I've patched that locally and will see what the users think.
- I have upgraded RedMine and CKeditor to last version. But now, the olds and news issues don't display the inline image. For exam ... ven't space into his name. When I open an issue I see the text "!MyImage.png!" and not the real image. Have you any ideas ?
- Open discussion: RE: Updating issues results in parameters being added to URL
- This seems to be the expected behavior since ... the line source:/tags/3.4.4/app/controllers/issues_controller.rb#L182 <pre><code class="ruby">format.html { redirect_back_or_default issue_path(@issue, previous_and_next_issue_ids_params) }</code></pre> to <pre><code class="ruby">format.html { redirect_back_or_default issue_path(@issue) }</code></pre> But this eventually resul ... ecide for yourself, if it's worth the effort.
- Help: RE: How to add custom query in Excel
- UP Alexandre cc wrote: > Hey, > > I wo ... ://login:pass@redmine.net/projects/projectid/issues.csv?query_id=17 > > > Can you help me ? > > Thanks
- Hi, We sometimes have a person not associated with an issue (not creator or watcher) update an issue. This person doesn't get emailed -- neither ... t possible to have any person who updates an issue automatically be added as a watcher -- if they aren't already watcher or owner? Thanks, Colin
- Hi, We recently upgraded Redmine from 2.5. ... d a user complaining that when he updates an issue, parameters are added to the URL, like: https://xxx/issues/1577?issue_count=16&issue_position=2&next_issue_id=176&prev_issue_id=1462 We're pretty sure that this never ... iour, where the URL would remain https://xxx/issues/1577 after update? Thanks, Colin