Project

General

Profile

Search

Results (12110)

Feature #31910 (Closed): Add additional mail headers for issue tracker
As-is, Redmine already sends mail headers for Project, Issue ID, Issue Author and Issue Assignee (plus Host and Site). I'd like addi ... , and similarly to treat Urgent or Immediate issues differently to lower-priority tasks. We ... ustomers that require us to respond to their issues within a specific time, but it's easy to lo ... f the word "Support" exists elsewhere in the issue's own subject line. 2019-08-16 04:08
Defect #31900 (New): Problem with tickets issued by rdm-mailhandler on redmine 4.0.4
Hi, my Installation on a CentOS 7 Servere: ... redmine 3 on Centos 6) everything ist fine. 2019-08-14 19:18
Patch #31899 (Closed): Improve MailHandler logging for unauthorized attempts
I usually struggle to understand the root cau ... lowed to find out that, in a given case, the issue could not be created because the user didn't ... the wrong recipient (missed the sub-address). 2019-08-14 16:23
Defect #31896 (Closed): Admin screen - "New c ... n does not work if there are no custom fields
New install of Redmine. Log in as an admin ... Redmine plugins: no plugin installed 2019-08-14 12:13
Feature #31887 (Closed): Update jQuery UI to 1.12.1
We should upgrade jQuery UI to latest version ... ide: https://jqueryui.com/upgrade-guide/1.12/ 2019-08-13 07:54
Feature #31882 (New): Raise maximum length of issue status name
Currently on issue_statuses table, length of name is varchar 30, however it's not enough for issue status name in many cases, and different lan ... o varchar 250 or some other longer value. 2019-08-12 17:26
Feature #31881 (Closed): Add "behind-schedule" CSS class to issues
"behind-schedule" class, which is already available in gantt, indicates that the issue is behind the schedule. This means that the ... han expected. In gantt, "behind-schedule" issues are shown in orange color. I think also issues list and issue detail page should have "behind-schedule" cl ... nagement to warn before the deadline is over. 2019-08-12 14:53
Feature #31879 (Closed): "starts with" and "ends with" filter operators for string values
I propose adding "start with" and "end with" operators. Currently, issues filter supports "contains", "doesn't contai ... operators should increase the flexibility of issues filter. For example, you can extract issues which have some prefix or suffix in the subject. 2019-08-12 05:52
Defect #31872 (Needs feedback): Status Transitions are not saved
Using redmine 3.4.11 with MSSQL When I try ... o unchecked it and save it, it does not work. 2019-08-09 17:58
Patch #31865 (Closed): Add missing fixtures to ImportsControllerTest
@ImportsControllerTest#test_post_run_with_not ... oles, :members, :member_roles, :issues, :issue_statuses, :trackers, :projects_trackers, </code></pre> 2019-08-08 03:41
Feature #31864 (New): Issue/TimeEntry API does not report root_id
I would expect, that the Issues API exposes all fields, which I can find in ... equire to build a report which indents child issues. Use case: I want to make a report abou ... rys with Spent_on in my timeframe # Get all Issues for those TimeEntrys # Truncate all Issues where issue_id <> root_id (can't be done currently, beca ... is not provided via API) # For all the root issues then again grab all children and build a tr ... erything else would require to have the root_issue_id information also on TimeEntrys. If TimeEntrys would also provide root_id of the issue, then I could simply: # Get all TimeEntrys ... comma separated string and retrieve all root issues in one request # recursively grab the chil ... tter approach might be to extend the Api for Issues to Include TimeEntrys and vice versa. That ... hich depend on time_spent during periods. 2019-08-07 17:14
Feature #31863 (New): Added in the task displ ... st of identifiers of subtasks. Rest api GET /issues.[format](json, xml)
Welcome, I recently started using redmine via rest api, when requesting GET /issues.[format] redmine sends a list of tasks, eac ... also displayed in the tasks during the query. 2019-08-07 16:21
Feature #31859 (Closed): Per role visibility settings for spent time custom fields
Based on the work made by Jens Krämer in #239 ... time custom fields (including two tests). 2019-08-07 08:03
Patch #31855 (Closed): Speed up workflow edit page rendering
Currently the list of WorkflowTransitions @wo ... once for each Status pair. In a test with 90 issue statuses in development mode on a laptop the ... nds before the patch to ~2,5s with the patch. 2019-08-06 22:02
Patch #31847 (Closed): Update redcarpet to 3.5.0
https://github.com/vmg/redcarpet/releases/tag ... because of https://github.com/vmg/redcarpet/issues/536 2019-08-04 21:55
Defect #31840 (Closed): Sort by Parent does not work as expected
When I include Parent as a column in issue queries, sorting on that column does not wor ... : Redmine version 3.4.2.stable 2019-08-02 09:21
Defect #31834 (Closed): redmine:email:receive_imap broken with ruby < 2.6.3 and Google Imap
Hello, referring to this message I opened ... ple of days I've always used to generate new Issues from email, fetching from several gsuite (g ... domain.com password=my_password ssl=1 folder=issues_folder project=my_project priority=Normal t ... ruby 1.6.3 https://github.com/ruby/openssl/issues/238 maybe redmine should be "fixed"? In ... need further information just ask. thank you 2019-07-31 15:52
Defect #31831 (Closed): Back url parse in validation
Hello, for example on issues screen, when you apply filters, it generate ... </pre> but i am not sure that is sufficient. 2019-07-31 12:04
Defect #31830 (Closed): I cant see the option to update existing issues via CSV import in Redmine 3.3.3
2019-07-31 09:51
Defect #31828 (Closed): REPLY BUTTON
Hello, how i need to set up the "reply ... _helpdesk 4.0.1 Thank you for your help. 2019-07-30 13:11
Defect #31815 (Needs feedback): After edition document's attachment redirecting to home page
Database manager version: MariaDB 10.1.38 Ru ... Return to "Documents" tab in same project. 2019-07-29 09:50
Defect #31807 (Closed): trac to redmine migra ... ique constraint "custom_fields_projects_pkey"
Hi, Im trying to migrate trac project to r ... on, fixed one by one. Now stuck with another issue mentioned below. Trac 1.0.4 SQLite 3.8.2 ... >' Tasks: TOP => redmine:migrate_from_trac 2019-07-26 04:56
Defect #31779 (Closed): Total estimated time ... even when estimated time field is deactivated
Even when the estimated time field is deactivated in the trackers available in the issue list the total estimated time column is available. This diff patches this issue, though maybe fixing it in @Tracker.disabled ... <pre> <code class="diff"> --- a/app/models/issue_query.rb +++ b/app/models/issue_query.rb @@ -288,6 +288,7 @@ class IssueQuery < Query end disabled_fie ... (column.name.to_s) } </code> </pre> 2019-07-23 17:55
Defect #31778 (Closed): Total estimated time issue query column and issue field might leak information
The total estimated time information will show the sum of the estimated times of the issues and its subissues. This calculation does not verify if the current user is allowed to see the sub issues though, which might lead to an information leak. Attached is a patch with a test for this issue. This patch was created and contributed by Gregor Schmidt. 2019-07-23 17:05
Feature #31768 (New): Completion Date in Issue Table
Hi, We are implementing Redmine in our organisation and we track delay in any issue on the basis on the basis of number of days ... on't track on the basis of no of hours spent. 2019-07-22 09:55
(1676-1700/12110)