Project

General

Profile

Search

Results (12483)

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. 2016-07-28 09:20
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. 2016-07-28 09:01
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 2016-07-28 08:22
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 ! :-) 2016-07-27 18:10
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. 2016-07-27 17:09
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 2016-07-27 10:02
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 2016-07-27 08:21
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 2016-07-26 11:06
Feature #23434 (Closed): Add hook to action_menu
Please add hook to app/views/issues/_action_menu.html.erb 2016-07-26 02:06
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 2016-07-25 22:09
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) 2016-07-25 11:51
Patch #23417 (New): Make the ID column configurable in the issues listing like the other columns
Currently, in the issues listing table, there are two "hard coded" c ... with the checkbox # second column with the issue ID In our custom theme, we want to have t ... n in order to improve the readability of the issues and subtasks: !id_column.png!. To obta ... ge - removes some empty spaces 2016-07-25 01:11
Defect #23414 (Closed): Datepickers don't show in Firefox
Hi. Redmine version 3.3.0.stable Ruby ve ... refox version 47.0.1. All datepickers (in Issues especially) don't show (see screenshot in a ... ht. What should i do to fix this problem? 2016-07-24 07:29
Defect #23412 (Closed): Cannot read git repository with .git in name
As described in the wiki for repo configurati ... myrepoxyz, I am able to browse it in redmine. 2016-07-23 12:15
Defect #23410 (Closed): Error if create new issue and there is no project
The error occurs in this case 1. install new ... From this project index page, click View All Issue 4. From that issue index page, click on New Issue Then the error 500 occurs with the following logs Started GET "/redmine/issues/new" for 123.20.56.163 at 2016-07-23 07:41:55 +0000 Processing by IssuesController#new as HTML Current user: admin (id=1) Rendered issues/_attributes.html.erb (7.5ms) Rendered issues/_form.html.erb (26.4ms) Rendered issues/new.html.erb within layouts/base (28.5ms) ... 15: <% end %> 16: 17: <% if @issue.safe_attribute? 'assigned_to_id' %> 18: ... signed_to_id, principals_options_for_select(@issue.assignable_users, @issue.assigned_to), :include_blank => true, :required => @... 2016-07-23 09:50
Feature #23404 (New): Support for Pretty URLs?
When I copy-paste a Redmine link from my brow ... le: > https://redmine.example.org/redmine/issues/2515 Would it be possible to add support ... itional information like the project and the issue title as a "slug":https://en.wikipedia.org/w ... le: > https://redmine.example.org/redmine/issues/2515/example-project/support-for-pretty-url ... ved between projects or the title is changed. 2016-07-22 15:17
Feature #23402 (Closed): Ability to link issues across projects
Currently Redmine does not allow the user to set relationships between issues in different projects. This would be really handy. 2016-07-22 09:01
Feature #23401 (Closed): Add tracker and status columns/filters to detailed timelog
Unfortunately such important value as status ... e colums" box. As example of usage: for all issues get the time spent in exact status (i.e. QA or rework). 2016-07-22 06:58
Defect #23396 (Closed): Unable to import values for parent task
Unable to import values for parent task Ad ... age#31804 Dear Friends, I have created a issue in redmine. Let us suppose its redmine id is 10. I have created two other issues manuaaly through create new issues and then added the parent id 10 in both of thes two issues. So now 10 is the parents and 11 and 12 are ... inputs. thanks inadvance. Regards, SR. 2016-07-21 17:37
Defect #23394 (New): Auto-assign on category ... es not work when assignee is a required field
When the assignee is set as a mandatory field ... _category_settings.PNG! Attempt to create issue: !03_error_on_creation.PNG! If the assig ... ted after a category has been chosen and the issue has been created. <pre> Environment: ... e plugins: no plugin installed </pre> 2016-07-21 13:08
Feature #23392 (Closed): Link to remove a subtask from its parent task
I figured out that to remove a child task fro ... remove from here in the same way you can add. 2016-07-21 11:51
Defect #23391 (Closed): Wrong CSS classes in subtasks tree
There was patch #21474 But there is mistake ... . Now every child *tr* has class of current issue, but must has own <pre> css = "issue issue-#{child.id} hascontextmenu #{issue.css_classes}" </pre> need to be <pre> css = "issue issue-#{child.id} hascontextmenu #{child.css_classes}" </pre> 2016-07-21 04:06
Feature #23390 (New): Load Issue show form async
Hi, One way to speedup the issue's show view is load the form in a async way. So, when the user click on an issue, he will see first the issue info. In background, redmine could load the ... This will cut the time to load the by half 2016-07-20 14:41
Patch #23388 (Closed): German translation change
Added several missing translations, fixed typ ... ignificant confusion in relation to archives. 2016-07-20 10:55
Feature #23386 (New): Add an ability to edit the link type for a linked issues
use case: # user creates a link of type issue A blocks issue B # after some time he understands, that A ... e click' (without need for copying number of issue, deleting a link and adding a new one) 2016-07-20 09:48
(3626-3650/12483)