Project

General

Profile

Search

Results (12714)

Defect #25400 (Closed): Documentation for Rest API issue listing seems incorrect
Hello ! On the documentation page for listing issues through the API, these lines were added 2 months ago : > @issue_id@: get issue with the given id or multiple issues by id using ',' to separate id. > GET /issues.xml?issue_id=1 > GET /issues.xml?issue_id=1,2 Source page : https://www.redmine.org/projects/redmine/wiki/Rest_Issues#Listing-issues History diff : https://www.redmine.org/projects/redmine/wiki/Rest_Issues/diff?utf8=%E2%9C%93&version=56&version_from ... I can't find anything proving that "listing issues by ID" is working, or even implemented. (on ... t working when he was trying to get multiple issues by ID through the API) 2017-03-22 11:35
Patch #25397 (Closed): Russian translation update (r16388)
From #25392, translated by Ilya Potapov. * error_no_projects_with_tracker_allowed_for_new_issue * field_textarea_font * label_font_defau ... field_full_width_layout * label_last_notes 2017-03-22 06:32
Patch #25392 (Closed): Change Russian translation for field_due_date and label_relation_new
There is a mistranslation for these labels in ... e: "error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted": * If one tell me when ... be great to add this feature to version:3.4.0 2017-03-21 19:39
Feature #25384 (New): Add new issue relation type: Obsoletes and Obsoleted_by
In order to be able to manage cumulative work ... e a relationship type dedicated to obsolete. 2017-03-21 16:06
Feature #25381 (Closed): Allow project selection when editing timelog entries
When you go to create a new time entry, and there's nothing project or issue related in the URL, you're given a project s ... his patch is for Redmine version 3.3.2-stable 2017-03-21 11:32
Defect #25371 (Closed): Git 2.9 compatibility
With git 2.9 I have some problems with redmin ... ted: 39 Actual: 38 This patch heals it. 2017-03-20 15:50
Feature #25358 (New): Read-only reports of Permissions and Workflows
The set-up of roles, their permissions, and issue workflows is currently (at least on 2.6.9.st ... t permissions they actually have and how the issue workflow looks like, in the given role. C ... e globally, that would show this information? 2017-03-17 15:53
Feature #25357 (New): "Raw view" of a file in repository
Right now one can "view" a file in the reposi ... highlight the code in a way the user prefers. 2017-03-17 11:48
Defect #25355 (Closed): Unable to edit tracker on issue with status "new" if not "create an issue" selected on profile
If an user haven't "create an issue" selected on his profile, he can't edit tracker on issue with "new" status. However "All trackers" is selected on "modify issues" column. It should be able to modify the trackers on issues with the "new" status, even if he can't create them. 2017-03-17 10:13
Patch #25349 (Closed): Russian translation (r16388)
<pre> error_no_projects_with_tracker_allowed_for_new_issue: Нет проектов с трекерами для которых м ... error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Затраченное время не мо ... abel_last_notes: Последнее примечание </pre> 2017-03-16 13:20
Defect #25342 (Closed): ActionView::Template: ... for #<ActiveRecord::Type::Value:0xa91ee78>):
ActionView::Template::Error (undefined method ... 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 => @issue.required_attribute?('assigned_to_id') %></p> 19: <% end %> 20: 21: <% if @issue.safe_attribute?('category_id') && @issue.project.issue_categories.any? %> app/models/role.rb:213 ... t.rb:532:in `assignable_users' app/models/issue.rb:863:in `assignable_users' app/views/issues/_attributes.html.erb:18:in `block in _app_views_issues__attributes_html_erb___393264238_89404116' ... b:1058:in `labelled_fields_for' app/views/... 2017-03-16 07:58
Defect #25301 (Closed): "Related issues" list in version type custom field detail
When we look at the details of a version type custom field, there isn't this Related issues list, but the issue list of default version field is OK. 2017-03-10 13:22
Feature #25300 (Closed): Merging issues
User story: Sometimes people in team are cre ... information. To avoid copying data from one issue to another, assigning as duplicated etc, I'd like to have posibility to marge selected issues. It can be available in issues report under right mouse button. 2017-03-10 11:21
Defect #25289 (Closed): Adding a principal to 2 projects with member inheritance leads to an error
When batch adding a user or a group to a proj ... oject is saved and recognised as a duplicate. 2017-03-08 20:54
Feature #25287 (New): List all issues that are mentioned in a ticket
I would find it helpful to get a list of all mentioned issues in a ticket. This is somewhat similar to #5453, but I could imagine that those issues do not get into the list of related issues, rather it could be a separate (visually collapsed) list in the head area of the issue. This would be similar to Stackoverflow wher ... One can then get a quick overview of related issues without the necessity that someone has explicitly and manually declared issues being related. 2017-03-08 10:01
Defect #25286 (Closed): Workflow Status
Hi, I have create a new status on my workf ... ut, when I applied this modification all may issue start with this status "Manual Update". The ... iaged... Please check the attached image. 2017-03-08 07:13
Defect #25282 (Closed): Explanation for attachment change in r16285
I'm looking at the 3.2 branch and there was a ... nstead of inline. I'm not able to access the issue that's referenced in the commit (#24199). Th ... on as to why this change was made? Thanks! 2017-03-07 19:07
Defect #25273 (Closed): Cannot create project/subproject
When trying to create a project or subproject ... e works fine as far as I can see - I can add issues and delete projects, but not add new ones. ... the usual hello messages, nothing else. 2017-03-07 00:00
Patch #25265 (Closed): QueriesController can not handle subclass of IssueQuery
I have a PivotQuery, it's a subclass of IssueQuery. But Query don't think it is subclass ... lass Query.get_subclass(params[:type] || 'IssueQuery') end</code></pre> New Code <pre><co ... y_class get_query_class(params[:type] || 'IssueQuery') end def get_query_class(class_nam ... lass = nil end klass end</code></pre> 2017-03-06 08:09
Patch #25261 (New): Patch for bug with call_hook in mail handler
This bug about redmine_webhook. When issue created through mail handler information doesn`t send to user. 2017-03-05 19:05
Defect #25258 (Closed): Field permissions ign ... the group one belongs to share the same role
I've marked version 3.0.0 as the affected one ... violation. The reason is that in @models/issue.rb@ inside @workflow_rule_by_attribute()@ th ... s none set (inherited lack of restrictions)". 2017-03-04 00:15
Defect #25246 (Closed): copy paste in fails in within issue description or wiki editing only with mozilla firefox
when i for instance create a ticket and want ... rsion: 51.0.1 (32-Bit) it seems that this issue startet with someone last update of the fire ... ry chrome browser this copy paste works fine! 2017-03-02 22:25
Defect #25242 (New): Automatic start date based on parent issue
If you have following situation, parent issue with relation to start n days after some other issue, and try to add sub-issue, it will populate start date with today's da ... sult with following error message: <pre> Issue start date cannot be earlier than (actual calculated date) because of preceding issues </pre> 2017-03-02 09:11
Defect #25241 (Closed): rake LoadError: cannot load such file -- json
Hello, After upgrading to Redmine 3.3.2.de ... Is there anything wrong with my installation? 2017-03-02 07:47
Patch #25240 (Closed): Use SHA256 for attachment digest computation
As discussed in #25215 we should change the d ... olumn header in the files list to 'Checksum'. 2017-03-02 04:28
(3451-3475/12714)