Search
Results (18264)
- Hello everyone, I'm currently working on e ... 40-email.rb" Is it necessary ? May it be the issue ? Regards
- 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.
- 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!
- 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.
- 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?
- 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.
- 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
- 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
- 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
- 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
- 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
- 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.
- 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.
- Open discussion: RE: Help Needed: Issues Installing Plugins, Including easy_gantt
- Well, first thing, you shouldn't be using `su ... d before ? David - https://redminepro.com/
- Help: RE: Issue with Redmine 5.1.1 or redmine-x CK Editor?
- Jerome G. wrote in message#69665: > I also t ... e keep us updated when you start facing some issues. Chris
- Help: RE: Issue with Redmine 5.1.1 or redmine-x CK Editor?
- I also tried https://www.redmine-x.com/redmin ... pplied, it works great on a dockerized 5.1.1
- Hello Redmine Community, I'm encountering issues when trying to install certain plugins on R ... ems to be more general as I run into similar issues with other plugins as well. Here is the err ... a missing or misconfigured dependency or an issue related to the patching process specific to RedmineExtensions.
- Open discussion: RE: Ticket creation and modification in redmine ticket via Gmail
- Hi Ankit! Have you checked your Redmine email configuration? It seems there might be an issue there. Make sure to double-check the setting ... ems, feel free to ask for further assistance!
- I have migrated the Redmine version from 3.4.6 to 5.0.5 and I used to create a Redmine issue via the rest API, After migration author_id ... orking I used the below code to create an issue Before migration: It created an issue with dynamic author_id After migration: It created an issue with the user's ID that authenticates with t ... pre> <?php // Redmine API endpoint for issues $redmineUrl = 'https://live-url/issues.json'; $apiKey = 'XXXXXXXXXXXX'; // Issue data $issueData = array( 'issue' => array( 'project_id' => 'xyz', 'subject' => 'Issue subject', 'description' => 'Issue description', 'tracker_id' => 'bug', // Tracker ID for the type of ...
- Help: RE: Problem Installing Redmine 5.1.2
- To fix the issue: cd /usr/share/gems/gems/ox-2.14.18/ext/ox && make && cp -a ox.so ../../lib/
- Open discussion: RE: Using repositories with redmine
- Hi Martin, maybe its important to clarify ... upload files. One can link existing files in issues and wiki pages but for the most part that's ... ts history, look at changes and link them to issues. But there's no possibility to modify the repository in Redmine directly. Greetings, Bernhard
- Hi everybody, I have been using prebuilt r ... iffent version for some time now without any issue. Now, with the upgrade from mysql 5.7 to 8. ... ? How can I fix this? Kind Regards Frank
- Development: RE: Creating issues does not work after upgrading Redmine to version 5.0.5
- check plugins
- Help: RE: Tracker hierarchy (parent, subtask, ... played consistently, esp. when parent changes
- as a note, i believe the indent in the issues list only happens when it is ordered in tha ... ere the children come right after the parent.
- 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.