Search
Results (18207)
- Hi all, I am setting up a Bot which would add notifications (as notes or comments) in Redmine issues using the API. As there can be lots of the ... ications, I would like to filter them out in issues history. What would be the best way to achieve this? # Using a custom tab in issues with a new type of notes: is there a plugin for this? !Issue-custom-tab-Redmine.png! # Something else? Thanks!
- Hello. I am hosting a docker container of ... times it starts working again. Sometimes the issue doesn’t come up. There’s nothing configured ... for any obvious mistakes, i’m new to redmine.
- Hello everyone. I have a problem with changin ... g tasks and they're all granted correctly at Issue Tracking. From what I understood after sea ... 1.5.1 redmine_checklists 3.1.5
- Help: RE: How to set "assignee" as a required filed
- Oops,When I set five times more,it works! It might redmine issue
- Help: RE: How to set "assignee" as a required filed
- Thanks for your reply. I try your method lik ... -202308021532-8ooq7.png! However,when I new issue,it doesn't set "assignee" as a required field !clipboard-202308021534-ghvn7.png!
- Open discussion: RE: Default My Page layout for new users
- Hello, I have some write this you can read ... codebase directly may lead to compatibility issues with future updates, so consider the long-t ... who are familiar with Redmine customization.
- Development: RE: REST API Error in Xamarin Forms .NET
- Владимир Косякин wrote: > When connecting to ... s in the RedMine API itself, network-related issues, or updates to the Android operating system ... ed. Checking for version mismatches or known issues in those libraries could be helpful. To pinpoint the exact cause of the issue, detailed logs and debugging in the Android ... hope the information may helps you.
- Help: RE: How to choose colors in function of the priority
- I answered in your GitHub question: https://github.com/mrliptontea/PurpleMine2/issues/265#issuecomment-1651057822
- Help: RE: How to choose colors in function of the priority
- Guillermo ML wrote in message#53960: > We ar ... mine 3.3.1, and as Bernhard Rohloff said the issue number is colored depending on the tracker, ... e background color by different priority? My issues are all the same
- Help: RE: Migrating from Redmine 1.1.3 to Redmine 4.2.1
- You should be able to migrate your existing d ... ther old and contains several known security issues. See https://plan.io/redmine-security-scann ... ven better to the latest version 5.0.5.
- Help: RE: Modify default start date in Gantt Chart
- A F wrote in message#68636: > The code would ... em to be changing is the timeframe for which issues are fetched from the DB, not the timeframe ... display, for example the user's preferences.
- Help: RE: Reopen issue by mail - plugin for 4.0.6?
- Hi, I found your post upon searching the i ... ps://github.com/openSUSE-Team/redmine-reopen-issues-by-mail/pull/3.
- Open discussion: RE: Select2 search box for assignee and custom (list) fields?
- Looks like a bug in jQuery 3.6.0 https://github.com/select2/select2/issues/5993 Would be great to fix that issue by upgrade jQuery to 3.7 Used autocomplet ... b.com/asannou/redmine-selectbox-autocompleter
- Hi, upgrading from redmine 3 core includes ... le to add autocomplete / select2 features to issue fields too? Regards
- Help: RE: Access API through a url with domain
- Hi, you can use the API URL as follow, in my ... http://my_site/projects/project_identifier/issues?key=place_your_api_here </code></pre>
- Help: RE: Modify default start date in Gantt Chart
- Update: This is my updated file. The only pr ... e></pre> Obtaining the string of the oldest issue. Note: I assume the format given for the date is the same as issues "01/01/2023". After that, the idea is to ... ef initialize(options={}) # Returns issues that will be rendered def issues @issues ||= @query.issues( :order => ["#{Project.table_name}.lft ASC", "#{Issue.table_name}.id ASC"], :limit => ... ) end def sort_issue_logic(issue) julian_date = Date.new ancesters_start_date = [] current_issue = issue begin ancesters_start_date.unshift([current_issue...
- I'm pretty new and I'm trying to access API t ... rtificate verify failed: unable to get local issuer certificate (_ssl.c:1002) This leads me to ... to specify something? Could you guide me?
- Help: RE: Performance issue - Issues list - Redmine 5.0.4
- See #37962
- Hello Team, When I install plugin "issue-id" and update the rail then Redmine is not ... re any other plugin that can be used same as issue-id plugin Please advise on the above issue.
- Hi! I have been trying to modify the Gantt Chart in order to start with the earliest issue date rather than the actual date. For that, ... r thought was to get the matrix used to sort issues (line 698) in the Gantt chart and get the e ... there: <pre><code class="ruby"> def sort_issue_logic(issue) julian_date = Date.new ancesters_start_date = [] current_issue = issue begin ancesters_start_date.unshift([current_issue.start_date || julian_date, current_issue.id]) current_issue = current_issue.parent end while (current_issue) ancesters_start_date en ... lp would be tremendously thankful! :) AF
- Hello, I am migrating an old problem-track ... and would like to know if importing related issue(s) with each issue imported is possible. I have over 200k entries, and many of them have associated issues listed with them. I have been looking for a ... figure it out. Thank you for any help!
- Help: RE: Email can not send, Email delivery error: 504 5.7.4 Unrecognized authentication type
- First thing I would be checking is the SSL ce ... SSL as valid. If the SSL certificate was issued from a new provider (CA - certificate autho ... xxxxxx </code></pre> and restart the app.
- Development: RE: HTML changes to webpage?
- Yes, you can edit the HTML/JavaScript files for the Issue Edit page in a Debian system. The files are ... home/war/static/ directory. You can edit the issue-edit.html file to modify the way the text boxes work, and the issue-edit.js file to modify the JavaScript code f ... u track down any errors in your code.
- I would like to change to change the default ... the Gantt Chart, from the actual date to the issue with the earliest start date. Any ideas on how to do it? Thanks, AF
- Help: RE: Problems configuring email notifications
- Have you had a look at /redmine/log/production.log to see if it give an indication of what the issue is?