Project

General

Profile

Search

Results (12716)

Defect #15929 (Closed): REST API: Integer custom field validation fails when using non-string values
I have an issue custom field "My field" of integer type. Thi ... p. When I try to update it's value for some issue, validation fails with message "My field is ... d both variants for custom fields: <pre> {"issue":{"custom_field_values":{"12":15}}} {"issue":{"custom_fields":[{"id":12,"value":15}]}} ... t of production.log: <pre> Started PUT "/issues/788.json" for 2a00:9700:0:10:1e6f:65ff:fe54:fb4a at Wed Jan 22 16:45:48 +0700 2014 Processing by IssuesController#update as JSON Parameters: {"issue"=>{"custom_field_values"=>{"12"=>15}}, "id"= ... (Views: 1.9ms | ActiveRecord: 24.9ms) </pre> 2014-01-22 11:03
Feature #15928 (New): Disable email notifications for ticket's updates
Hello, We're having a problem that every t ... or do not send email for each update of the issue. The idea is to add a check-box [send email ... ive notification of important updates on the issue. Is it possible to make it on redmine? Thank you very much. 2014-01-22 08:18
Feature #15926 (Closed): Redirect to back_url ... en clicking "Sign in" while already logged-in
I subscribe to my activity view via activity. ... at the code it seems that trunk has the same issue. *Bug*: When clicking on these links (or ... else authenticate_user </pre> 2014-01-21 17:42
Feature #15925 (New): Related Issues-Link multiple issues to a master issue
Context: I have a helpdesk pluggin and may re ... ning slow. These emails automatically create issues in Redmine. Once I resolve the problem I would like to "link" these issues to a master issue. Instead of updating each ticket individually to relate each one to the master issue. I would like to select these issues in the "issues list" and add a relation to the master issue. In my issues list I selected 6 issues (check box on the left),right click and giv ... is great but there's no option for "Related Issue". Is this a bug, a non existing feature or p ... dit perhaps have an option to add a relation? 2014-01-21 16:59
Feature #15919 (Closed): Set default category assignee immediately upon category selection
Currently, the one can see default assignee only after the issue is created. This confuses people and it should be good to set it ASAP using AJAX call. 2014-01-21 13:07
Feature #15918 (Closed): Managing "description" field
It should be possible to change the name or e ... ny way to simply remain closed and forgotten. 2014-01-21 11:44
Defect #15916 (Closed): I can not lift redmine...
the problem I have with redmine is unable to ... 'file' =============================== 2014-01-21 00:14
Feature #15910 (Closed): Update regarding Redmine installation on Windows Sub URI page
Hi, I am putting this tracker for the regular ... elp newbie to install Redmine in a simple way 2014-01-20 13:58
Defect #15908 (Closed): Regex email truncation not documented correctly
I have been unable to configure the email tru ... xpression. I am not the only one having this issue, see #11684, specifically the note: " Eti ... to use a built in function, then there is an issue with the documentation. The [[RedmineRece ... to be truncated, e.g. http://www.redmine.org/issues/5864)" I tried .* and also /.*/ to try a ... ng at all. The whole email still got through. 2014-01-20 12:48
Defect #15907 (Closed): Can't select last entry in comboboxes with Chrome 32.0.1700.76 m
I'm using Google Chrome 32.0.1700.76 m on Win ... ugh it seems that the last entry is selected. 2014-01-20 12:16
Feature #15904 (Closed): Story as Parent for other stories
It could be really helpful if adding relation for Related issue will be e.g. "Parent for" other stories. Als ... summary of estimations from related stories. 2014-01-20 08:42
Feature #15902 (New): Custom Field - Version - Combo list to be grouped by projects..
Currently the Versions are not grouped accord ... show this combo as grouped. Thank You. 2014-01-20 08:05
Feature #15900 (New): Add to Issues List column of the attachment icon
If there are attachments, I want to display in the issues list the attachment icon. Interface, such ... dition, I want to add REST API also (Listing issues). Thanks :-) 2014-01-19 04:29
Feature #15899 (Closed): Cover All and Every Atlassian JIRA Feature
Atlassian JIRA is one of the most powerful issue tracking systems which is used by many many ... source to learn about useful features of an issue tracker. I propose that Redmine should tr ... roduction+Releases. Please note that this issue is actually a meta-issue requesting a meta-feature. 2014-01-18 22:05
Defect #15895 (Closed): Web application could not be started
After a long inactivity, I can not login to r ... tabase adapter Mysql2 </pre> 2014-01-17 14:10
Defect #15891 (Closed): 500 Internal Server Error querying an issue
At my company we are going to start using Redmine, but we want to load a previous historical issues to keep useful information. After trying to ... ly all I've done is loaded directly into the issues table some ISSUES with phpmyadmin some test issues. Now, from Redmine, I can see the list of all loaded issues but when i go to see one of these issues manually loaded I get an error. The error that occurs is: Started GET "/redmine/issues/16" for 127.0.0.1 at 2014-01-17 08:57:44 +0100 Processing by IssuesController#show as HTML Parameters: {"id"=>"16"} Current user: user (id=1) Rendered issues/_action_menu.html.erb (78.1ms) Rendered issues/show.html.erb within layouts/base (343.8ms) ... year' for nil:NilClass): 25: <%= render_issue... 2014-01-17 09:14
Defect #15890 (Closed): rake db:migrate RAILS ... update the type feild in the repository table
Environment: Redmine version ... pe" = 'Repository::Git' where "type" = 'Git'; 2014-01-16 23:26
Feature #15886 (New): Calculation of forecast dates between related tasks
* Add field @working hours@ in Administration->Settings->Issue tracking !working_hours.png! > With th ... can calculate the starting date of the next issue related * Take into account the @Estimate ... rking days@ field (Administration->Settings->Issue tracking) to calculate the date of the next task 2014-01-16 12:29
Defect #15885 (New): Redirection of a wikipage with a %-sign seems to be broken
In an older verion of Redmine i created some ... Can this be a URL-encoding bug in Redmine? 2014-01-16 11:40
Defect #15881 (Closed): Using Role::Permissio ... akes migration from 1.4 lose role permissions
In 1.4 permissions are serialized as <pre> ... ils to load it. next thing it is saved empty. 2014-01-15 22:10
Feature #15880 (Closed): Consistent, global button/menu to add new content
Currently, Redmine has at least three differe ... ts for adding new content: # To create an issue, the tab "New issue" is used. # To create a wiki page, you have ... ould be in favour of getting rid of the "New issue" tab, and adding a "New issue" link in @div.contextual@ within the issues section instead. To be consistent, I would ... section. Now, I understand that tracking issues is the main purpose of Redmine and adding new issues should be as easy as possible. So it is understandable why we have the "New issue" tab today. However, instead of the tab, I w ... open a drop down menu with options like "Add issue", "Add wiki page", "Add news" (maybe also "A ... Meanwhile, what do others think about this? 2014-01-15 21:27
Defect #15876 (Closed): incompatible characte ... UTF-8 and ASCII-8BIT) when displaying (some) issues
This doesn't happen all the time, and I'm not sure what's different about the issues it's happening with. I first saw the proble ... h2. Stack trace: <pre> Started GET "/issues/1471" for 172.xx.xx.xx at 2014-01-15 09:54:06 -0500 Processing by IssuesController#show as HTML Parameters: {"id"=>"1471"} Current user: aylwardj (id=6) Rendered issues/_action_menu.html.erb (3.8ms) Rendered issues/show.html.erb within layouts/base (10.6ms) ... TF-8 and ASCII-8BIT): 22: <%= avatar(@issue.author, :size => "50") %> 23: 24: <div class="subject"> 25: <%= render_issue_subject_with_tree(@issue) %> 26: </div> 27: <p class="author"> 28: <%= authoring @issue.created_on, @... 2014-01-15 16:02
Defect #15872 (New): url_for causes routing problems if a plugin uses namespaces
Redmine currently uses a hash parameter as th ... ng url_for or use restful paths. Thanks. 2014-01-15 11:14
Defect #15870 (Closed): Parent task completion is 104% after update of subtasks
What is the problem caused by? How to solve ... e your reply as soon as possible. Thank you! 2014-01-15 02:31
Defect #15862 (Closed): Issue doesn't create via email
Good Day, We made our redmine to create an issue when an email arrive on a certain email acco ... this? beside updating our redmine? Thanks 2014-01-14 04:54
(5501-5525/12716)