Search
Results (31866)
- Patch #38189 (New): Parent Tracker Issue
- I am needing to be able to create a custom query that I can group by the tracker of the parent issue. I have not found any plugin to make this field available. Can you help me? Thanks!
- I am needing to be able to create a custom query that I can group by the tracker of the parent issue. I have not found any plugin to make this field available. Can you help me? Thanks!
- Defect #38186 (New): Bulk Update from Context Menu in Parent Project Does Not Honor Redirect
- This actually affects 4.2.9 but didn't see 4.2.9 on the list. When looking at issues in the Issues view in a parent project, using the context ... 2.0.8 sidebar_hide 0.0.8
- Defect #38184 (New): Production ready database back-ends - wiki update
- Recently my company was performing a big _Red ... ter sometime users started to complain about issue hierarchy getting corrupted. We made a research and it turns out there is a workaround in issue nested set locking for _SQL Server_ which is ... etimes (when multiple users are editing same issue trees). This is a BIG thing and is really su ... -ends are _MySQL 5.5_ and _PostgreSQL 9.2 +_.
- Hi again, In Admin > Settings > Issue Tracking, I have set the Selected Columns to ... ject Name - Subject ... However, in the Issue List (aka "All Issues") page, the order is: - Project Id (lock ... b.com/redmine/redmine/blob/master/app/models/issue_query.rb ) - Project Name - Parent Task - ... have something misconfigured? Thanks! -S.
- Hi everyone, In 5.0, we can go to Admin > Settings > Issue Tracking and set the default columns to use in the Issue List (aka All Issues) page. However, in the list of available co ... so the Project can get very long, making the issue list almost unreadable. Ideally, I'd like ... b.com/redmine/redmine/blob/master/app/models/issue_query.rb and specifically this line: Qu ... y help would be greatly appreciated, -Scott.
- Hello All, I encounter performance issue since 5.0.4 release. Could you help me ? ... gins: no plugin installed </pre> +Issue+ List some issues is really slower than with redmine 3 branch ... command. Slow request : <pre> SELECT `issues`.`id` AS t0_r0, `issues`.`tracker_id` AS t0_r1, `issues`.`project_id` AS t0_r2, `issues`.`subject` AS t0_r3, `issues`.`description` AS t0_r4, `issues`.`due_date` AS t0_r5, `issues`.`category_id` AS t0_r6, `issues`.`status_id` AS t0_r7, `issues`.`assigned_to_id` AS t0_r8, `issues`.`priority_id` AS t0_r9, `issues`.`fixed_version_id` AS t0_r10, `issue...
- Dear all, I am a mere Redmine User. I see that often issues are modified a few times within a short per ... l corrections/additions. One example: an issue record was copied (without changing the titl ... ion with an email recipient that a duplicate issue was started and following the link the new c ... A function button could be introduced in the issue edition mask to trigger immediate status mai ... could be omitted, if desired) Cheers ufa
- Defect #38161 (New): Can't make vertical splited view in "My Page"
- I want to make a vertical splited view with "Watched issues" and "Spent time" just like attached screenshot that shows "Issue assigned to me" and "Reported issues" but I can't make it by drag & drop.
- Defect #38159 (Closed): Contextual menu does'nt appear after scrolling down
- I installed latest redmine 5 and when I'm on issue list, right click is working but if I scroll ... more. Tried several browsers without success.
- I installed latest redmine 5 and when I'm on issue list, right click is working but if I scroll ... ers without success. Anyone has a clue?
- How we can solve this error? --> Reason: E ... r could not handle the request POST /redmine/issues.xml.
- Defect #38157 (Closed): Getting Proxy Error
- Proxy Error The proxy server received an inv ... r could not handle the request POST /redmine/issues.xml. Reason: Error reading from remote s ... r could not handle the request POST /redmine/issues.xml. Reason: Error reading from remote s ... r could not handle the request POST /redmine/issues.xml.
- !redmine_mypage.png! I want to make a vertical splited view with "Watched issues" and "Spent time" just like attached screenshot that shows "Issue assigned to me" and "Reported issues" but I can't make it by drag & drop. How can I make it?
- After updating to Redmine 5.0.4 recently a re ... was noticed on adding a checklist to the new issue. But later it was found that in fact same er ... :709:in `mail' app/models/mailer.rb:123:in `issue_edit' app/models/mailer.rb:48:in `process' ... ollers/checklists_controller.rb:127:in `with_issue_journal' plugins/redmine_checklists/app/con ... :709:in `mail' app/models/mailer.rb:123:in `issue_edit' app/models/mailer.rb:48:in `process' ... ollers/checklists_controller.rb:127:in `with_issue_journal' plugins/redmine_checklists/app/con ... </pre> Actually, this looks like a bug...
- Help: RE: Redmine 5: RuntimeError when reloading Rails console
- I have created Patch #38155 to fix the issue. Thomas
- Defect #38155 (Closed): RuntimeError when reloading Rails console
- Hi! When I start a Rails console in _devel ... om https://github.com/rails/rails/pull/28111#issuecomment-285370954: > We already call prepare ... . => true </pre> Best regards, Thomas
- Feature #38154 (Closed): How can i create one ... py from template project and without tickets.
- Hi! When I start a Rails console in _devel ... mentally doing something wrong or is this an issue that still needs to be fixed? Thanks, Thomas
- Hi to all. I have a problem without issue assignation. If I assign a issue to an user in "new" state, when the user changes to another status, the issue is assigned to another user. I think that th ... o fix the user along all the workflow to the issue. Help would be appreciated. Thanks. - Red ... itnami image, manual installation) - MariaDB
- Defect #38151 (Closed): Redmine changes "assigned to" to another person when status changed
- If a user changes status, the issue is assigned to another user, even if the "assigned to" is read-only. This only happens when a issue is changed from "new" to another status.
- Hello! I've installed plugin to support tags (addition_tags) for Redmine and when I filter issues in HTML view or export it to CSV or PDF, I can choose issue tags as one of the colums and it works pretty good and I can see tags for every filtered issue in output. But, unfortunately, the same does ... sible to add "tags" field to JSON output for issue filtering queries mode? Is it necessary t ... in Redmine? Thanks! Best regards, Mike
- Hello Friends, How to remove <<Me>> from assigned to in new issue in projects? thank you
- Defect #38145 (Closed): Unreachable branch in ... due to the use of the deprecated Fixnum class
- There is an unreachable branch in Application ... num into Integer https://bugs.ruby-lang.org/issues/12005 While the branch is unreachable, f ... ng for now. The following patch fixes the issue. <pre><code class="diff"> Index: app/hel ... sprintf "%.2f", object </code></diff>
- Hello friends, Can you help me change the ... . I would like it to redirect me to projects/issue/new where I can create a new ticket. Please tell me where can I change link to issue/new.