Search
Results (31865)
- Defect #40717 (New): Search results should be by modified date not created date
- We recently updated Redmine (5.1.2) and the o ... hanged. The list is now dated and ordered by issue creation date NOT date last modified. This is disastrous - we are sometimes working on issues 2, 3 or even 7 years old and they are impos ... nd, typically falling on page 8 or something.
- Defect #40716 (Closed): "Edit this section" on Wiki pages misinterprets issue links with double hash (##nnn) as ATX headings
- h1. Abstraction "Edit this section" in Wik ... se I explained in "How to reproduce" first.
- Defect #40715 (Closed): Wiki (markdown syntax ... tion" does not extract ATX headings correctly
- h1. Abstraction "Edit this section" in Wik ... MarkdownTOC --> <!-- /MarkdownTOC -->
- Statistics: Graphs & Charts Plugin By Redmine X
- h1. Visualize Redmine data using graphs, char ... ttps://www.redmine-x.com/redmine-inline-edit-issue-list h2. Explore FREE RedmineX Plugins ... /www.redmine-x.com/redminex-ck-editor-free
- Exchange Calendar by Redmine X
- h1. A revolutionary Redmine Calendar with M ... he Redmine X Exchange Calendar * Redmine issues in Outlook * Two-way synchronization * Ed ... * Hourly-based Redmine calendar * Redmine issues & events with color distinction * Nicely organized start & end of issue in the calendar (no week-long bars) --> ... * Microsoft-compatible calendar * On the go issues * mobile use * time-saving features ... ttps://www.redmine-x.com/redmine-inline-edit-issue-list * "Exchange Calendar":https://www.red ... /www.redmine-x.com/redminex-ck-editor-free
- Hi everyone, I got a problem with mail notif ... s that happening? Thank you for your help!
- Redmine work wechat
- h1. 简介 企业微信通知插件,支持特性如下: # 支持 Redmine ... 7) :tracker => id of tracker for filtering issues (defaults to all trackers) :project => id ... sion => name of target version for filtering issues (defaults to none) </pre> <pre><code cl ... work_wechat/raw/master/assets/images/msg_new_issue.png! h2. 问题更新通知 !https://github.com/ming ... ine_work_wechat/raw/master/assets/images/msg_issue_updated.png! h2. 定期任务通知 !https://github. ... wechat/raw/master/assets/images/msg_task.png!
- Help: RE: Custom UI for Tracker
- Hi! James and Andy, My requirement in Redmine is that when I create an issue and assign it to someone, the assignee shoul ... in the database. *Detailed Explanation* *Issue Creation:* When you create an issue in Redmine. *Assigning the Issue:* When you assign this issue to a specific user. *Notification to Assign ... abase. I am attaching image for reference.
- Help: RE: Requesting everyone's help regarding the Redmine component
- More information is required. Is this an or ... formation) could be very useful too. The issue should also be checked in web browser console, probably some library is missing.
- Help: RE: How to display the project of the related issue in issue list?
- To achieve that it is required to make a change in issue_query.rb file - adding new field type Relati ... p.com if you need more details on this point.
- Open discussion: RE: An error occurred while ... =0 state=error: unexpected eof while reading)
- The error you’re encountering is likely due to an SSL issue. Check your SMTP server’s SSL certificate an ... ure to use secure settings in production.
- Open discussion: RE: Adding spent time to a ticket doesn't modify the "last updated" on ticket
- It appears that Redmine's behavior of not upd ... g "spent time" entries to tickets is causing issues with data retrieval for time tracking. You ... f data retrieval based on modification times.
- Patch #40703 (Closed): Japanese translation update (r22817)
- Translated the following strings: * label_issue_attachment_added * field_estimated_remaining_hours * field_last_activity_date
- 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?
- 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.
- 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>
- 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...
- Patch #40693 (Closed): Ignore status in rolel ... if workflow only defines identity transition
- This is a similar issue to #37636. In @Project#rolled_up_statuses ... e Agile plugin) to select the shown statuses.
- 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).
- 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.
- 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?
- Development: RE: Integration with Redmine
- Manish Gupta wrote in message#69710: > Hi Ma ... ticate on postman to access Create Project & Issue API?
- Development: RE: Integration with Redmine
- Hi Max, How can i authenticate on postman to access Create Project & Issue API
- Defect #40687 (Closed): Hard to explore
- Portal is to complex, Unable to figure out Rest API's in JSON form.
- Patch #40684 (Closed): Display custom table field to issues options section
- Hello, I think your plugin is great, I sp ... ooking for how to create a data table for an issue, without success. Thank you very much for your plugin. Just a remark: when I go to the list of issues. in options, when I want to display a custo ... If I could make a table column appear in the issues options, that would be great. Otherwise ... if it's possible to add custom table to the issues options to display as a column, that would be a good thing.