Search
Results (12675)
- Feature #23518 (Closed): Move action links an ... ory when displaying comments in reverse order
- When we switch comments to reverse chronologi ... er.current.wants_comments_in_reverse_order? ?
- Defect #23511 (Closed): Progress of parent ta ... lated using total estimated hours of children
- Problem of calculating the percentage of completion of a Issue(see the attached file). When "child" has ... not accounted in "average" (line 1534). Issue.total_estimated_hours has to be accounted in this estimate. app/model/issue.rb: <pre><code class="ruby"> 1511 def recalculate_attributes_for(issue_id) 1512 if issue_id && p = Issue.find_by_id(issue_id) 1513 if p.priority_derived? ... ion = p.children.joins(:priority).maximum("#{IssuePriority.table_name}.position") 1516 p.priority = IssuePriority.find_by_position(priority_position) ... rage ratio of leaves 1531 unless Issue.use_status_for_done_ratio? && p.status && p. ... ssible Fix: <pre><code class="diff"> --- ...
- Feature #23510 (Closed): Reuse an exist attachment
- Attach an exist attachment to an old issue. (New one can use COPY.)
- Defect #23509 (Closed): Private notes are sending to everyone on HipChat Antalassian plug-in
- Environment: Redmine version ... everyone can read it imidiately after adding.
- Defect #23505 (Closed): When I added custom field to notes , does not appear on it
- Under Administration>Custom Fields , select N ... he fields required. then , I´m going to a issue and modifyng on notes section there is not a ... figurated. Any suggetion? Thanks.David.
- Feature #23501 (Closed): Notification mail on issue creation by email!
- Hi, I have configured redmine to create issues via email. I want the redmine to send acknowledgment to the user who is reported the issue. Stating the ticket number. However it is ... he user who has sent the mail to create the issue.
- Defect #23495 (Closed): error 500 when trying to create enumeration
- redmine version: redmine-3.3.0 mysql version ... brb80wX6Uakw1vw==", "enumeration"=>{"type"=>"IssuePriority", "name"=>"1", "active"=>"1", "is_de ... : Can't mass-assign protected attributes for IssuePriority: type lib/redmine/subclass_factory ... ent.id), 1) WHERE `enumerations`.`type` IN ('IssuePriority') AND (`enumerations`.`parent_id` IS ... edmine/sudo_mode.rb:63:in `sudo_mode' </pre>
- Feature #23493 (Closed): Add group results by due date
- Currently it is not possible to group results ... e_. For planning purposes this would be nice.
- Feature #23491 (Closed): Author name in mail from
- This feature was already discussed in #5913 a ... . As it's the way "github":http://github.com issues notifications I've decided to push this pat ... ers with their email addresses </code></pre>
- Defect #23478 (Closed): Admit permissions on issue for specific users or groups
- If I add *observer* for *issue* or *project* with no grand permission - users can't see assigned issue or project. This don't work wen we create su ... ermissions for that person. That should be?
- Defect #23472 (Closed): Show open issues only in "Reported Issues" on My page
- On "My Page" both widgets "Watched issues" and "Issues assigned to me" show only open issues. "Reported issues" shows issues with any status. I believe all three widgets should filte open issues only.
- Defect #23470 (Closed): Disable "Select proje ... ission does not apply to the new project form
- Hi, i have disabled "Select project modules" ... 0.0.3 redmine_xlsx_format_issue_exporter 0.1.2 sidebar_hide 0.0.7 </pre>
- Defect #23468 (Closed): Issues while installing easy_gantt
- I am trying to install easy_gantt in Redmine ... ee full trace by running task with --trace)
- Defect #23463 (Closed): Inline images with custom CSS style are not displayed in exported PDF
- Hi, i use the following syntax to add an inl ... 0.0.3 redmine_xlsx_format_issue_exporter 0.1.2 sidebar_hide 0.0.7 </pre>
- Feature #23460 (Closed): Changing the owner of an issue
- I would like a functionality to change the owner (creator) of an issue. It would be neat if this functionality h ... sson flag instead of being part of the "Edit Issue". Otherwise just include it in the "Edit Issue". In many situations you create an issue on behalf of another and it would be neat ... is very often used and really nice to have.
- Feature #23459 (Closed): Columns selection on the issues lists on "My page"
- I would like the ability to customize the lis ... allow me to change the columns on the lists.
- Feature #23458 (Closed): REST API - milestone access
- Hi, i wanna use the [[Rest_api]] for our a ... on, I need several functions: * query all issues that are open and in a milestone * change ... in production since 2016/KW30" # update all issues with the comment, that all is in production ... e "to takeover 2016/KW31" for the next week
- Defect #23449 (Closed): NoMethodError (undefined method `where' for
- When i try to search for a string in RM 3.2 I ... 0.14.0 </pre> THANK YOU ! :-)
- Feature #23448 (New): Allow updating existing issues via CSV import when their ID's are the same
- I'd like to have the possibility to update issues with a csv import. Atm, if i import a task ... ID, the ID changes and a new task is created.
- Defect #23445 (Closed): follow issue who is closed don't appears
- When i closed an issue who is closed , this issue don't appears on my page. thanks for help
- Defect #23441 (Closed): TestLink Integration With Redmine
- Hi, I want to configure the Testlink with ... one below configuration in My Testlink:- <issuetracker> <apikey>REDMINE API KEY</apikey> < ... g</uribase> <uriview>http://tl.m.remine.org/issues/</uriview> <!-- for Redmine 1.x add show/ - ... ntifier is NEEDED ONLY if you want to create issues from TL --> <projectidentifier>REDMINE PRO ... System, and is going to create performance issues. Please contact your TestLink Administrator" Please help as soon as possible
- Defect #23437 (Closed): update when CSV import with same id
- Could it be possible to update issues during a CSV import, when their ID are the ... changes and a new task is created. Thanks
- Feature #23434 (Closed): Add hook to action_menu
- Please add hook to app/views/issues/_action_menu.html.erb
- Defect #23430 (Closed): I can not access a closed project Issues
- Having closed the project and the Issues on it, I can not access them
- Feature #23423 (New): Add categories to custom fields
- Working with lots of projects which uses many ... ve the way custom fields are displayed on an issue, because we could have then two levels of sorting (by category / inside category sorting)