Project

General

Profile

Search

Results (12109)

Feature #34830 (New): Issues burn down chart in the version detail
I propose a feature to visualize the changes of Open / Close issues in the version details using 'Burndown char ... ded to the version details. !{width:800px}issues-burndown-in-version-detail.png! 2021-03-03 08:42
Feature #34829 (New): How can I change default homepage in Redmine v4.1.1 ?
How can I change default homepage in Redmine v4.1.1 ? I need to change it to page "Issues" of project "notes". 2021-03-02 20:00
Feature #34821 (Closed): find tickets assigned to former employees
I got a question if I could find all tickets ... "select project_id, id, assigned_to_id from issues where assigned_to_id = $du and status_id = ... edmine 4, so this is for all redmine 3 users. 2021-03-01 14:36
Defect #34820 (New): Associated Revisions not shown up on Activity Page
If I create a project and connect it to a Git ... s one or more subprojects and I reference an issue of the subproject in the commit, then the "Associated revisions" are displayed under the issue, but not on the activity page of the Subproject displayed. Someone know how to fix that ? 2021-03-01 13:38
Defect #34818 (Closed): Do not display in the order set in the custom query!
Even if you create a custom query and set the ... ガントチャートと同じ見え方にしたいです。 修正お願いします。 --ja end-- 2021-03-01 08:26
Defect #34805 (Closed): Activity tab in cross-project menu is sometimes broken
When navigating to a page for a global object ... t be broken. For example, when editing an issue query that is for all projects with the ID 1 ... y doubt feel free to ask for a clarification. 2021-02-25 17:46
Defect #34804 (Closed): API Post Subject, Project, Tracer and Status cannot be blanck
I'm trying to develop a python script with th ... >' My code is the following: payload_issue_xml = '<?xml version="1.0"?>' \ '<issue>' \ '<project_id>' ... </done_ratio>' \ '</issue>' r_issue = requests.post(url, params=payload_issue_xml) 2021-02-25 16:59
Patch #34802 (Closed): Update Redmine 4.0.6 to 4.1.x
Hi, I would like to update my redmine 4.0. ... lighter and/or better solution. Thank you! 2021-02-25 10:58
Feature #34798 (Closed): Show project tree in ... n the project selector when you create a new issue
In #12704, we allowed to select a subproject when you create a new issue. My proposal is to change the behaviour and ... t also a parent instead of only children. 2021-02-24 20:12
Feature #34793 (Closed): Filter OR / AND for issues and repeated columns in filter settings
1. For what: I can't do filter now about "th ... Cool, if i could filter tags with this logic 2021-02-23 10:47
Feature #34790 (New): Track tickets by branch-name
Hello, I'd like to propose to include the ... and this would be an easy way to prevent the issue of forgotten @refs …@ in commit-messages. T ... ll be performed using the message * closing issues on merge 2021-02-23 09:27
Defect #34778 (Confirmed): Inconsistencies working with workflow permissions
Found two problems working with setting workf ... 't chose another tracker when creating a new issue, when you set subject to "read-only" for the first tracker/status, you can't create a new issue with this tracker, as it it required and has no default. Editing an issue after you change from a status that have t ... 't change the tracker_id Patches attached: 2021-02-20 19:59
Defect #34775 (Closed): Total time estimate isn't in the right format
I've selected times to be shown in "hh:mm" format, but in the estimated time row for issues, the time format is with hour fractions. 2021-02-19 23:21
Feature #34773 (New): Redmine should be able ... ":30" or ":5" in the Estimated time field of issues
I think the current validation is too strict, ... enter a leading zero for validation purposes. 2021-02-19 21:57
Defect #34772 (Closed): edit in issues has wrong date format for due date/start date
I've set in Administration -> Settings -> Dis ... er. While it's now displayed correctly in issues, the edit field in issues is still in the wrong weird US-format. 2021-02-19 21:24
Defect #34771 (Closed): Calendar start day doesn't change the calendar in due/start date
I've set in Administration -> Settings -> Dis ... ion with my regular user. The calendar in issues where I can set the start and due date of a ... ch is confusing when you're not used to that. 2021-02-19 20:29
Feature #34766 (Closed): Better error message when no API format is recognised
At Planio sometimes see users trying to make ... ? yield(builder) </code></pre> 2021-02-18 21:29
Defect #34743 (Closed): Hooks for queries helper
Plugin developers very often overwrite querie ... no need for overwriting this method anymore. 2021-02-14 08:06
Feature #34715 (Closed): Filter issues by file description
Currently, Redmine has a feature to filter issues by attachment file name (#2783). I think it would be even useful if it is possible to filter issues by attachment file description. Using both ... iption makes it much easier to find files or issues. 2021-02-12 09:31
Feature #34714 (Closed): Move delete button for issues and journals to the dropdown menu
I would like to include infrequently used lin ... _15.41.37.png! The reason for making this issue: * There are many icons on the view, so I w ... icon is used for the context menu of related issues on the page, and it may be misunderstood th ... added this time also opens the context menu. 2021-02-12 07:53
Defect #34709 (Closed): No Images in PDF export of issue list (with option show description)
This error is shown in current release 4.1.1 ... .org. Steps to reproduce: # Create a new issue, upload an attachment - e.g. "example.png" (like in this issue) # Link the attachment in the description like this: !example.png! # Create the issue, show the issue list # Click on options, check show description and apply # Now the issue list images are shown # Click on (also avai ... his: # open the file lib/redmine/export/pdf/issues_pdf_helper.rb # search for: <pre> pdf.RDM ... e> pdf.RDMwriteHTMLCell(0, 5, '', '', text, issue.attachments, "LRB") </pre> 2021-02-11 19:22
Feature #34703 (Closed): "Copy link" feature for issue and issue journal
When you are looking at a issue with Redmine and want to share the URL, if y ... URL with many unnecessary parameters such as issue_count and prev_issue_id. I think it would be convenient to be ... a simple URL from the view. * URL of the issue to be copied: @https://<your redmine>/issues/1@ * URL of the issue journal to be copied: @http://<your redmine>/issues/1#note-1@ 2021-02-10 09:01
Feature #34700 (Closed): Allow to use watch_by filter in the global issues list
In #8160, we introduced the ability to filter ... ly available inside a project. In the global issues view, the filter still only offered "me". ... lso offer all visible watchers on the global issues view. The patch is a git patch which can be ... 1-Allow-to-use-watch_by-filter-in-the-global-issues-li.patch </pre> 2021-02-09 19:12
Feature #34695 (New): Allow editing the issue description immediately (issue editing form)
Currently, the issue editing form will not display the descriptio ... y problem and no other, modern, notable task/issue manager implements it this way. I have b ... safely say that it unnecessarily slows down issue editing in a very big percentage of cases. ... or field immediately when the editing of the issue starts, together with all of the other editing fields. 2021-02-07 12:30
Defect #34694 (Closed): Progress bar for a sh ... when the tree is collapsed and then expanded
Example: 1. Initial state. !initial.png! ... stable/public/javascripts/gantt.js@19434#L262 2021-02-07 12:11
(1026-1050/12109)