Project

General

Profile

Search

Results (18252)

Open discussion: MariaDB support
Hello, we see some MySQL and MariaDB incompat ... uced and resolved in https://www.redmine.org/issues/39437 - we'd like to see what we at MariaDB ... dmine/wiki/redmineinstall with a link to the issue https://www.redmine.org/issues/19395 pointing at itself. MariaDB is not me ... arted . Where could we start with Redmine? 2024-05-16 08:47
Help: RE: Redmine is getting stuck when entering to the Custom Fields admin page
Feature requestcreated: https://www.redmine.org/issues/40699 Anyway, if someone could averiguate the source of the issue and can help we appereciate a lot, since fea ... time. Thank you for your effort and support. 2024-05-15 19:26
Help: RE: Redmine is getting stuck when entering to the Custom Fields admin page
Another option that may work (but I couldnt p ... s_required)%></th> <% if tab[:name] == 'IssueCustomField' %> <th><%=l(:field_is_for ... equired? %></td> <% if tab[:name] == 'IssueCustomField' %> <td><%= checked_image ... custom_field.id] || 0) if custom_field.is_a? IssueCustomField and !custom_field.is_for_all? $ ... </tr> <% end %> </tbody> </table> 2024-05-15 15:30
Open discussion: RE: Redmine - author_id Params Not Working When Creating New Issue Through REST API
It seems that the author_id parameter is not ... version 5.0.5. In Redmine, the author of an issue is typically set to the user associated with ... nation” which allows an admin user to create issues on behalf of another user by setting the X- ... "php"> <?php // Redmine API endpoint for issues $redmineUrl = 'https://live-url/issues.json'; $apiKey = 'XXXXXXXXXXXX'; $imper ... in of the user you want to impersonate // Issue data $issueData = array( 'issue' => array( 'project_id' => 'xyz', 'subject' => 'Issue subject', 'description' => 'Issue description', 'tracker_id' => 'bug' ... setopt($ch, CURLOPT_POSTFIELDS, json_encode($issue... 2024-05-15 13:47
Help: RE: Log file owner changing to root -- causing access errors
I found out that we have setup fetching chang ... nging that job to the normal user solved the issue (crontab -e). 2024-05-14 09:27
Help: RE: Redmine is getting stuck when entering to the Custom Fields admin page
I tried the mentioned test above ("the reduci ... of custom fields to know at witch value the issue begin appearing"), and the result is that it ... l, I mean: - Reducing from 2000 to 1000 the issue still there (and the browser wait/abort mess ... - With only 250 custome fields, there is no issue. 2024-05-14 09:18
Help: RE: "Overwriting existing method" log messages
Same issue here every 2 minutes. I figured out that my ... he production log. How can this be solved? 2024-05-14 08:56
Development: RE: Integration with Redmine
Manish Gupta wrote in message#69710: > Hi Ma ... ticate on postman to access Create Project & Issue API? 2024-05-13 15:15
Development: RE: Integration with Redmine
Hi Max, How can i authenticate on postman to access Create Project & Issue API 2024-05-13 15:15
Help: RE: Redmine is getting stuck when entering to the Custom Fields admin page
Thank you Marius for the replay. We have the issue with the standard theme also. Regarding the ... any tests to see at which number exactly the issue begin appearing, it may be a good test that ... y, the total number of custom fields is 1927. 2024-05-12 21:52
Help: RE: How to create issues from emails?
Hi Fabian, I'm also working on configuring ... Thank you in advance for your assistance. 2024-05-10 08:15
Development: How to many ways integration my existing .net project to redmine
I have a .net existing project for manage project ,task and issue, how may ways i can integrate redmine with my project. 2024-05-09 15:09
Help: Email Config is not working ono Openshift environment
Hello everyone, I'm currently working on e ... 40-email.rb" Is it necessary ? May it be the issue ? Regards 2024-05-08 10:27
Help: RE: Redmine is taking hours to create around 30-40 bulk issues. Same is happening with bulk update.
Marius BĂLTEANU wrote in message#69689: > Ca ... dits to send JSON to project's REST endpoint. 2024-05-08 08:44
Help: RE: Filter values not always appearing in Redmine 5.1.2?
Thanks for this! I just discovered that I inc ... vious Redmine installation, and that was the issue. I think that was in the guide I found onlin ... it again. Anyhow, thanks for following up! 2024-05-07 20:23
Help: RE: Filter values not always appearing in Redmine 5.1.2?
A similar issue was reported few months ago, please take a look at #39743. If you don't find a solution in that issue, please add more info about your environment from Administration -> Information. 2024-05-07 19:04
Help: RE: Redmine is getting stuck when entering to the Custom Fields admin page
I will to reproduce your issue, but I would like to know before how many custom fields do you have when the issue reproduces. Also, can you give it a try with the standard theme as well? 2024-05-07 17:43
Help: RE: Redmine is taking hours to create around 30-40 bulk issues. Same is happening with bulk update.
Can you post information about your environme ... ion)? I'm curios if you're using any plugin. 2024-05-07 17:42
Help: RE: Redmine is taking hours to create around 30-40 bulk issues. Same is happening with bulk update.
OS - Ubuntu 22.04.1 LTS 2024-05-07 15:02
Help: Redmine is taking hours to create around 30-40 bulk issues. Same is happening with bulk update.
After upgrading redmine to 5.1.1 facing issues, earlier bulk update/create executed in sec ... version - 3.0.2p107 rails version - 6.1.7.6 2024-05-07 14:57
Help: Redmine is getting stuck when entering to the Custom Fields admin page
Dear comunity, First of all thank you for ... (last), and everything is fine, but the only issue we faced (in 5.0.0, and 5.1.2) is that the c ... stome fields but even with this same number, issue was not happening in 4.0.0 version. What I t ... 0% of the custome fields in database and the issue disappeared (at least one of the causes is c ... ify in code or in configuration to solve the issue? I mean, if with the new versions there is a ... edmine version 5.1.2.stable (Issue happened with 5.0.0 also) Ruby version ... Redmine plugins: no plugin installed 2024-05-07 10:54
Help: How to use MariaDB with Redmine 5.1.2
I am trying to install Redmine 5.1.2 on Ubunt ... 1 MySQL 5.6 or higher and MariaDB have known issues which implies that 5.1.1 and 5.1.2 shoul ... help gratefully received! Regards, Michael 2024-05-03 10:20
Open discussion: Adding spent time to a ticket doesn't modify the "last updated" on ticket
Hi, We're using redmine for time tracking ... time using the REST api. I'm looking for issues updated after my start date and in the next ... there an plugin to do this? Thanks Klaus 2024-05-02 10:32
Open discussion: RE: Ticket creation and modification in redmine ticket via Gmail
Ankit Verma wrote in message#69668: > Hi Jac ... ou for your help. > > I've encountered an issue with my local Redmine setup using Podman. Af ... attempting to implement this for 20 days. 2024-05-01 07:34
Open discussion: RE: Ticket creation and modification in redmine ticket via Gmail
Hi Jack, Thank you for your help. I've encountered an issue with my local Redmine setup using Podman. Af ... een attempting to implement this for 20 days. 2024-05-01 07:33
(326-350/18252)