Project

General

Profile

Search

Results (17910)

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
Open discussion: RE: Feature to Group Custom Fields by Category
There hasn't been any progress on this issue, and I'm running short on time to actually i ... erve as a foundation for further discussions. 2024-04-17 08:40
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
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
Help: RE: user_id in api issues
The query parameter to filter by author is @a ... our URL should thus be: https://myredmine/issues.json?key=mykey&from=2023-02-01&to=2023-12-31&author_id=me 2024-04-08 20:37
Help: user_id in api issues
When I try to check the issues that have had an update from my user, it returns the issues for all users. https://myredmine/issues.json?key=mykey&from=2023-02-01&to=2023-12-3 ... ggestions on how to get it from just my user? 2024-04-08 15:45
Help: Visibility of projects in issues
Hello everyone. I have a question about the visibility of projects in issues. Why, when I have the same role in one subproject, when I edit an issue, do I see only some of the subprojects, and ... pecific options for choosing to transfer the issue to other subprojects, and I've probably chec ... bug with the current version? Please help. 2024-04-08 14:30
Help: RE: How to display the project of the related issue in issue list?
Thanks for your reply! What I want to do is to show the project info of a related issue, as the screenshot below, issue 96399 related to 96397, they might be in the ... maybe not, I want to know which project that issue 96397 belong. !clipboard-202404071017-lk582.png! 2024-04-07 04:20
Help: RE: Issue with Redmine 5.1.1 or redmine-x CK Editor?
Hi Pierre, I tried the CKEditor from here: ... . Not anything I can suggest to use. Chris 2024-04-05 13:37
Help: RE: Issue with Redmine 5.1.1 or redmine-x CK Editor?
Hello I also tried to use CKEditor on a Re ... Best regards -- Pierre DEDIEU (Rouen) 2024-04-05 12:56
Help: RE: How to display the project of the related issue in issue list?
From Project (on the top), then select Issues. I.e. listing all issues from all projects —--> nameoftheclientsdomain.com/issues and then add the projects column to the issues’ list. An example screenshot reference ... e checked below: !Screenshot_71.png! 2024-04-05 12:46
Open discussion: RE: How to control how many email send per minute in redmine 5.1.1
Hi Mr. Joan J Thanks for your support. I ... add watchers or assign to group to check the issue. And when they update multiple issues, the limit 30 per minutes is not enough. 2024-04-05 11:41
Help: Calculate SLA work time
Hello, despite having the SLA plugin, I need ... me to be used is the created_on field of the issues table, i.e., the creation date of the ticke ... d.journal_id=j.id inner join `redmine-test`.issues i on i.id=j.journalized_id where journali ... ormazioni 6 Completato */ !Cattura.JPG! 2024-04-04 17:02
Help: RE: Issue with Email Address Not Updating for Notifications in Redmine 5.1.1.stable.22558
Thank you for your response. I have confi ... However, I noticed that notifications for Issues and other alerts are still being sent to the previously registered address. 2024-04-03 01:43
Help: RE: custom fields in news?
News currently do not allow any custom fields ... -case for custom fields, you could add a new issue and describe your details use-case, includin ... nd how you would like to use the stored data. 2024-04-02 19:05
Help: RE: How to change item language
That's not it... When you (or the first ad ... h in this case. This has created things like issue statuses, priority names, time entry activit ... er edit them and change their names. For the issue priorities, this can be edited in *Administration* -> *Enumerations*. 2024-04-02 19:02
Help: RE: Issue with Email Address Not Updating for Notifications in Redmine 5.1.1.stable.22558
Hello, There might be an additional email ... option. -- David https://redminepro.com/ 2024-03-30 08:32
Open discussion: RE: Getting error in webpage
Hello, Do you have any screenshot of the issue you are facing ? -- David https://redminepro.com/ 2024-03-30 08:30
Help: Issue with Email Address Not Updating for Notifications in Redmine 5.1.1.stable.22558
Hello, I am currently using Redmine versio ... new one. Has anyone else experienced this issue? I would greatly appreciate any suggestions or solutions to resolve this problem. Thank you. 2024-03-28 12:34
Open discussion: Getting error in webpage
We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly. I'm ... alhost. Please help me on this. Thank you. 2024-03-28 12:27
Help: RE: How to change item language
This might be an issue with Default Language settings. You can v ... (/my/account) -- David - redminepro.com 2024-03-27 07:07
(26-50/17910)