Project

General

Profile

Search

Results (31865)

Development: Redmine Ticket Body UI customization
I want to customize Redmine. Specifically, when I create an issue in my custom Redmine instance, I'd like to d ... of the particular project in the ticket body. 2024-04-22 09:47
Feature #40609 (Closed): I am a Redmine user and Lover
I want to do customisation in redmine. I want that when i create issue in my custom redmine then In the ticket body ... lar project in which i am creating the ticket 2024-04-22 09:45
Open discussion: RE: Issue creation by email
tien trung vu wrote: > Hello, > I followed ... ects/redmine/wiki/RedmineReceivingEmails for issue create, it's works but i want to ask : > How can it stop create issue when someone reply that email, it will create a duplicate issue on system ? > > Thanks Hi I am Ankit, ... ase guide me to create ticket using mail. 2024-04-22 07:25
Open discussion: RE: Issue creation by email
Bernhard Rohloff wrote in message#58455: > The right answer is, you can't. Redmine creates a new issue for every new email it receives. > What you ... please guide me to create ticket using mail. 2024-04-22 07:24
Defect #40604 (Closed): New user account is c ... (address) field is left empty (not provided)
In a process of creating a new user account r ... n 124.0.6367.60 (Official Build) (64-bit) 2024-04-21 20:58
Defect #40603 (Closed): Mocha 2.2.0 causes test failure: "unexpected invocation"
After updating Mocha from version 2.1.0 to 2. ... tput: <pre> $ bin/rails test test/unit/issue_test.rb:704 Run options: --seed 38306 # Running: F Failure: IssueTest#test_assigning_attributes_should_assign_project_and_tracker_first [app/models/issue.rb:478]: unexpected invocation: subject=(Test) bin/rails test test/unit/issue_test.rb:704 </pre> 2024-04-21 09:56
Help: Problem Installing Redmine 5.1.2
Hello, I've been running Redmine 5.0.3 on ... cret_token". Any advice on resolving this issue would be greatly appreciated! Thanks, Ma ... ee full trace by running task with --trace) 2024-04-20 07:18
Help: Tracker hierarchy (parent, subtask, nes ... played consistently, esp. when parent changes
We recently upgraded from 4.x and I liked the new '>' for subtasks in issue list and tracker view itself, BUT it seems t ... onsistently rendered with the '>' nesting in issue lists. Perhaps the same mechanism is involv ... !clipboard-202404191055-ehckx.png! Thanks! 2024-04-19 16:57
Open discussion: RE: Atom key(rss key) doesn't have api endpoint
Hi David, Thanks for the response. The ato ... est. *The RSS atom feed is available via /issues.atom?key=ID or /projects.atom?key=ID* - Here, I don't know the key then how to call the request 2024-04-19 10:31
Open discussion: RE: Atom key(rss key) doesn't have api endpoint
You will be able to generate the Atom key from /my/account The RSS atom feed is available via /issues.atom?key=ID or /projects.atom?key=ID David - https://redminepro.com/ 2024-04-19 09:32
Open discussion: RE: How to access last note of an issue
r vig wrote: > Hello, > I am using Redmine ... reSQL database. > I have now access to the issue of my project thanks to the table public.issue. > > I would like to have access to the last note of the issues but I can't find which table I have to use. ... I to Redmine. To access the last note of the issues, you should look into the ‘journals’ table. The notes for Redmine issues are stored there. You can retrieve the last note for each issue by filtering for entries where the ‘journalized_type’ column is ‘Issue’ and the ‘notes’ column is not null, then or ... * FROM journals WHERE journalized_type = 'Issue' AND notes IS NOT NULL ORDER BY created_on ... s query will give you the latest note for an issue. If you need the last note for each issue, you might need a more complex query that groups the results by ... 2024-04-19 08:52
Feature #40586 (Closed): Calendar view/page to add custom events
Currently the calendar views show only events ... e. For example, release dates for the project 2024-04-18 15:22
Open discussion: RE: How to access last note of an issue
To access the last note of Redmine issues for a Power BI report, query the public.journals table joined with public.issues using issue_id. Filter journals by journalized_type as 'Issue' and aggregate using @MAX(created_on)@ and @MAX(notes)@ to get the latest note per issue. Adjust the SQL query to match your database schema and test before using in Power BI. 2024-04-18 11:16
Help: RE: Thousands separator for custom fields
It looks like it will be fixed in version 6: https://www.redmine.org/issues/22024#note-18 2024-04-18 01:29
Help: RE: thousands separator
It looks like it will be fixed in version 6: https://www.redmine.org/issues/22024#note-18 2024-04-18 01:28
Defect #40580 (Closed): Redmine Checklists Plugin NoMethod Error
- Hi to all, I want to upgrade our Redmine ... company, has anyone else encountered this? 2024-04-17 20:28
Defect #40570 (Closed): Date Format is taken from OS settings ignoring redmine admin configuration
Please, take a look at the problem: Date format differs when issue is in preview mode and in edit mode: attach ... 2024-04-17_14-53-32.png" While creating new issue: attachment:"photo_2024-04-17_14-57-12.jpg" ... : attachment:"photo_2024-04-17_14-57-38.jpg" 2024-04-17 14:01
Feature #40569 (Closed): Add an option to send email notification when an attachment is added
Currently in the settings under "Select actio ... email notifications should be sent", if the "Issue updated" option is checked, an email notification is sent when an attachment is added to a issue. However, if the "Issue updated" option is unchecked, and only sub-o ... tailored to their preferences, even if the "Issue updated" option is not selected. !{width: ... ccc}screenshot%202024-04-17%2015.46.53.png! 2024-04-17 09:18
Help: RE: Visibility of projects in issues
I think I saw this issue once in one of the issues. But I went through the subtasks on my cu ... project to any other. Full list was available 2024-04-15 22:26
Patch #40559 (Closed): Fix incorrect icon image paths for Wiki help pages
This patch fixes the following issues: * Some icon images on Textile and Markd ... icker is incorrect and not loading. These issues seem to be related to #39111. They were rep ... er(datepickerOptions)@ in the Chrome console. 2024-04-15 06:22
Defect #40555 (Closed): Watcher group checkbox on new issue form on validation error will be checked only submitted
On new issue form, checking a group as a watcher and caus ... e checked or not based on the user submitted. 2024-04-12 16:41
Defect #40551 (Closed): Unit tests fail with Mocha 2.2.0
After updating all gems, one of the unit test ... s="shell"> bundle exec rails test test/unit/issue_test.rb:704 Run options: --seed 43846 # Running: F Failure: IssueTest#test_assigning_attributes_should_assign_project_and_tracker_first [app/models/issue.rb:478]: unexpected invocation: subject=(Test) bin/rails test test/unit/issue_test.rb:704 Finished in 5.971339s, 0. ... ected invocation: subject=(Test) app/models/issue.rb:478:in `assign_attributes' app/models/issue.rb:482:in `attributes=' test/unit/issue_test.rb:714:in `block in test_assigning_attr ... assign_project_and_tracker_first' test/unit/issue_test.rb:713:in `test_assigning_attributes_should_assign_project_and_tracker_first' </code></pre> 2024-04-11 10:59
Help: RE: user_id in api issues
You have plenty of paging examples in the API ... //www.redmine.org/projects/redmine/wiki/Rest_Issues <pre> GET /issues.xml GET /issues.xml?issue_id=1 GET /issues.xml?issue_id=1,2 GET /issues.xml?project_id=2 GET /issues.xml?project_id=2&tracker_id=1 GET /issues.xml?assigned_to_id=6 GET /issues.xml?assigned_to_id=me GET /issues.xml?status_id=closed GET /issues.xml?status_id=* GET /issues.xml?cf_1=abcdef GET /issues.xml?sort=category:desc,updated_on Paging example: GET /issues.xml?offset=0&limit=100 GET /issues.xml?offset=100&limit=100 To fetch ... 2024-04-10 17:21
Help: RE: user_id in api issues
In that case, the query key is @updated_by@. This will return issues where you (or the selected user) has perfor ... there are any journals authored by the user. 2024-04-10 15:08
Help: RE: user_id in api issues
but I wanted it to return the Issues that I updated at some point and not the ones I created. 2024-04-10 14:10
(1151-1175/31865)