Project

General

Profile

Search

Results (18267)

Help: Some users unable to download attachments
Hi! Recently we moved to Redmine 3.4.3.stable and stumbled upon an issue, that sometimes users can not download attac ... gw32] rails: 4.2.8 os: windows server 2012R 2017-12-12 13:20
Help: RE: How to manipulate multiple issues dates at once
Hi Bernhard Thanks a lot for the reply. On the subject of issues dependence as a solution to the time shifts problem: Issues were already organized in subtasks, but par ... esent goals in a timeline, but they organize issues by subject. They are organized at various l ... in administration seems to have no effect on issues already created. That is why we have left t ... ectly manipulating the dates of the existing issues. But with your suggestion we are reviewing ... that will have values ​​in common on various issues, like the parent issue id, otherwise I'll have to edit issue by issue to change this value. It seems to me to be e ... editing the start dates directly on the sub-issues. To make these changes in bulk, I'm play ... ll try to answer the following question: Sub-issue... 2017-12-12 12:16
Open discussion: RE: mysql2 gem and ruby 2.4 ?
https://github.com/brianmario/mysql2/issues/923: > The next version of mysql2 gem will include binaries for Ruby 2.4 and 2.5 soon after. 2017-12-12 11:36
Help: Redmine on RaspberryPi very slow
Hi together, I was trying to create "Redmi ... ng 98% of the CPU. Has anyone faced the same issue? 2017-12-12 10:24
Open discussion: Activity cannot be blank when setting spent time
I want to change the spent hours in an issue, but when I try to save the changes I get th ... e activity field an optional value? Thanks 2017-12-11 16:33
Help: RE: How to manipulate multiple issues dates at once.
Hi, do you need an automated solution, or just an idea how to structure your issues manually? There is no workload limit or automatic issues management in Redmine. Estimated time, star ... ation to each other. You could collect your issues for a workday in a parent issue. For this parent issues you could set the start and due date. With the "follows" relation you could concatenate your issues to a chain of following work packages. Then your following issues would automatically move, if there's a del ... hoice. Kind regards, Bernhard 2017-12-11 13:15
Help: How to make parent issue auto close after all his sub-issues are closed.
Please help me. Version redmine 3.3.3 2017-12-11 05:11
Help: How to manipulate multiple issues dates at once
Hello, First, sorry my terrible english. S ... lready started project(s) with a few hundred issues already created in a "ideas dump" fashion. All issues have the same start date (the project creat ... orrect estimated time. Assuming that all the issues are parallel in nature, I would like to kno ... s a (proper) way to: 1) Distribute multiple issues over a pool of days, redefining the issue start date based on the summation of the previews processed issues estimated time. So, for exemple, the third issue processed would be in the second day of reference, given the two issues before to be of 4h estimated time each, usi ... ool of 3 days. 2) , Assuming that all the issues are already distributed in a pool of days, perform a simple shift in the start date of a issues subspace, representing a unanticipated dela ... re using is 3.3.3.stable. Thanks in advance. 2017-12-10 19:02
Open discussion: Spent time report: not possible to filter by user [SOLVED]
Hi all. I am testing a new Redmine installat ... ) and I am logging time at project level (no issues have been entered for the project). I have ... Thanks in advance. Regards from Lorenzo 2017-12-10 18:32
Help: RE: Calculate how long issue is in current status
Hi Adam, I appreciate this is an old threa ... nformation? Thanks in advance, Matt 2017-12-09 09:42
Plugins: RE: Is there a plugin that allows you to create types of projects?
I believe the closed to what you want to achi ... palying to non-admin users. Projects (unlike issues) don't have system defined equivalent of types aka Trackers. 2017-12-07 21:40
Help: RE: Allow watchers to comment on issue
There is a plugin "extended watchers" which a ... ything of the project cheers Immanuel. 2017-12-07 15:53
Help: Upgrade issue
Fixed - Reinstall All. 2017-12-07 15:31
Help: Receive 403 from API while having access
I'am doing some API calls to the time_entries and issues endpoints of the API. I receive a 403, whil ... rojects does not contain any time_entries or issues. Am I doing something wrong or is this the ... 403 doesn't seem the correct response to me. 2017-12-07 14:00
Plugins: Redmine Activity Report Error
After enabling Redmine Activity Report in Pro ... l.erb (1.0ms) Rendered projects/settings/_issue_categories.html.erb (1.0ms) Rendered proj ... edmine/sudo_mode.rb:63:in `sudo_mode' </pre> 2017-12-07 13:09
Open discussion: RE: Ideas on how to handle Projects and Applications in RM
You could make a top project for your release ... the top project you also have access to all issues of the subprojects together. So you can keep track of both projects at the same time. 2017-12-07 06:23
Open discussion: RE: If the added role does n ... y for the workflow that is granted by default
This is expected behaviour. source:tags/3. ... consider_workflow? has_permission?(:add_issues) || has_permission?(:edit_issues) end </code></pre> 2017-12-07 03:33
Plugins: RE: Is there a plugin that allows you to create types of projects?
Yes, I explainned wrong I want to have custo ... ppears in all the projects. I can do this in issues, but not in projects Thanks! 2017-12-06 15:52
Plugins: RE: Is there a plugin that allows you to create types of projects?
What do you mean? Projects can have custom fields and Issues can have separate custom fields. 2017-12-06 15:40
Plugins: RE: Is there a plugin that allows you to create types of projects?
Thank you!, but is it possible to add fields to projects in addition to issues? Text fields, for example? 2017-12-06 15:15
Open discussion: If the added role does not h ... y for the workflow that is granted by default
Hello, I am Red Mine user. An error has been ... wanted to create. However, there are some issues that arise when the role add-in is excluded ... hank you. it is automatically set to default 2017-12-06 02:25
Help: RE: Help me find in the Ruby code when the task is updated
Artiom Shurupov wrote: > I solved the proble ... rked out well. As the same as with the other issue, this has been part of several other issues and patches already: #13407, #14969, #18496 ... orted for newer upstream releases these days. 2017-12-05 09:48
Help: RE: Help me find in the Ruby code when the task is updated
There are several problems that I solved on m ... ] = p.id p.enabled_module_names = ['issue_tracking', 'news', 'wiki'] p.tracke ... I Have To Say About That"_ *Forrest Gump*(c) 2017-12-05 09:44
Help: RE: Help me find in the Ruby code when the task is updated
I solved the problem like this: * created a ... # Bugs print "Migrating bugs" Issue.destroy_all issues_map = {} keep_bug_ids = (Issue.count == 0) MantisBug.find_each(:batc ... ] && users_map[bug.reporter_id] i = Issue.new :project_id => projects_map[bug.project_ ... _map[bug.reporter_id]) i.category = IssueCategory.find_by_project_id_and_name(i.projec ... me.at(bug.last_updated).to_datetime issues_map[bug.id] = i.id print '.' ... updated_on_New* to *updated_on* * Profit! :) 2017-12-05 09:17
Help: RE: PDF Download in "time entries" gone after update to 3.4.3
Guillermo ML wrote: > We have 3.1.1.stable [ ... o and even the last 3.1.x releases contained issues (see eg. my comment on news#115). I can't t ... h that particular set of software. HTH. 2017-12-05 07:37
(3051-3075/18267)