Project

General

Profile

Search

Results (18202)

Open discussion: Is it possible to identify who and when reported the "estimated hours" for the issue?
In the time_entries table it is possible to i ... by whom the "estimated_hours" were reported? 2021-02-02 15:56
Open discussion: RE: Osmocomm Beginner FAQ
You've posted to the wrong site. This is the forum for the Redmine project-management and issue-tracking software. You should head over to https://osmocom.org/. 2021-02-02 04:21
Help: RE: How do I create a custom link to a header (h1) in an issue (Text formatting)?
I have the same issue. I would like to have an anchor within the issue to refer. Something like h2. Another T ... #Another-Title it the citation is in another issue. <pre> <code clase="textile"> Reference to #62010#Another-Title it the citation is in another issue. </code> </pre> This is the only solu ... pics/62010#Another-Title </code> </pre> 2021-01-30 18:01
Help: RE: IMAP ignoring some messages
We have a similar problem. Some emails (small percentage of them) are beeing marked as READ but issue is not updated in Redmine. In production. ... thing about that, no error, no warn, nothing. 2021-01-29 15:41
Open discussion: RE: TaskConnector: redmine -> Microsoft project connector
Now there is a MS Project VSTO add-in for red ... ide filtering/adding/updating/deleting tasks/issues, It can merge new/updated isssues to tasks. !https://conveniencable.com/images/load_issues.jpg! 2021-01-28 15:41
Open discussion: Redmine 4.1.2 release date
Do you already know when Redmine 4.1.2 will b ... uestion arises from two cross site scripting issues which are currently relevant in version 4.1 ... s@ ** fixed in jQuery UI >= 1.12.0 These issues are already fixed in the main branch (#3338 ... nd regards and thanks for your great work Jo 2021-01-28 14:22
Help: RE: Can't add deleted wiki Tab. (404)
Just to provide some information: there are t ... Deletion of wiki page versions is not an issue here. The problem seems to arise only with t ... ting its wiki. This does not look like an issue when wiki pages are deleted. Even though it ... se let me know if I'm missing something here. 2021-01-27 11:14
Development: Using RedMine for outsourcing IT Consulting
Hello! My name is Anastasia Stefanyuk and ... is integration is synchronization of Redmine issues and EasyyQA Agile Board. Best regards, ... unity.com/blog/hire-it-business-consultant/ 2021-01-25 16:45
Help: RE: Can't add deleted wiki Tab. (404)
thinkgamesjp serverside wrote: > Thanks, man ... even to be impossible. P.S. I created an issue #34634. 2021-01-25 09:24
Help: RE: My issues do not appear following a migration
Actually, I no longer have a plugin on the ne ... ot visible although they are in the database. 2021-01-25 09:11
Help: RE: My issues do not appear following a migration
Quentin D. wrote: > Hello, > > Someone can help me ? Please try without plugins first. 2021-01-23 13:18
Help: RE: My issues do not appear following a migration
Hello, Someone can help me ? 2021-01-22 14:24
Help: RE: Change the start date of gantt chart
Related issue: #9975 2021-01-21 05:59
Help: RE: Problem with Gmail notification settings
Anyone who is facing same issue like mentioned in original post => Email not ... reach SMTP server and problem is elsewhere... 2021-01-20 10:17
Help: Default tree-structure view
Hello all! I honestly was looking for solution of my issue on this forum, but I can`t. Is there an opt ... ree-structure view by default on the project issues page? 2021-01-19 17:58
Plugins: patch rails validation
how to patch AR validation correctly? model Issue validates_length_of :subject, :maximum => 255 my code <pre> module IssuesPatch def self.included(base) base.c ... n.after_initialize do require_dependency 'issue' Issue.send(:include, IssuesPatch) end </pre> after Issue.create(subject: "Long string...").errors: : ... Rails version 5.2.4.2 2021-01-19 08:41
Help: pgAdmin 4.24: 'codec can't decode...'
Hello, Following type of error occurs duri ... data files and reinstalled pgAdmin, but same issue continues. I will be grateful for your in ... . Forgive my bad English skill. Thanks. 2021-01-18 03:51
Help: SAML Plugin for Redmine
I have tried to install the Redmine SAML: htt ... elated information that can help me fix this issue. 2021-01-15 23:28
Help: My issues do not appear following a migration
Hello, Following a redmine migration (2.3.0 --> 4.1.1), my issues are not displayed. However, in the database ... 0.1.0 I will be grateful for your help, 2021-01-14 09:19
Help: Integrating/syncing Redmine with GitLab issues
Hello, I am looking to extend the function ... e commits and comments from Redmine, without issue, and as soon as a new revision has been push ... t get to get the synchronization between the issues added on GitLab and Redmine. Effectively, issues added in GitLab do not shop in Redmine (nor ... mine show up in GitLab). If I commit with an issue reference in GitLab, a web link is inferred ... Redmine, but it links to a different Redmine issue (albeit with the same number), not the one f ... ab_tracking, but, again, couldn't notice any issue synchronization. Probably I am missing a ... r to another source? Many thanks, Quentin 2021-01-12 00:57
Help: Autoincrement custom field
I want to add an auto-incrementing field that ... reated task. For example, some value in the issue has been updated, add +1, etc. is there a plugin to solve this issue or is it possible to somehow solve this issue at the database level (by adding a field with the required data type) 2021-01-11 19:00
Help: Calculate Spent Time in Computed Custom Field Plugin
I want to compute the spent time for a ticket ... > 1. TimeEntry.sum(:hours, :conditions => {:issue_id => self.id}) 2. TimeEntry.sum(:hours, :conditions => ["issue_id =?", self.id]) </code></pre> This bo ... y.table_name}.hours",:joins => ["LEFT JOIN #{Issue.table_name} ON #{TimeEntry.table_name}.issue_id = ?", self.id] ).to_f </code></pre> This results in 0 (Zero). Any help? 2021-01-11 15:39
Help: RE: Can you create an issue with a commit or do you always have to manually create an issue in RedMine?
Depending on your VCS (Subversion, git ...) y ... se email to Redmine that will/may create new issue. See here for more "information":https://www.redmine.org/projects/redmine/wiki/Rest_Issues 2021-01-11 07:11
Help: Redmine/mercurial integration - how to link Redmine issues and past Mercurial commits
Does anyone know how to sync the issue tracking process from creation to close with ... history. I would like to manually create an issue then sync it with the commits that relate to the issue (from creation all the way to close). How do I do this? I'm not seeing anything on the "Issues" page that allows one to select what commit(s) the issue relates to. 2021-01-07 15:05
Help: RE: Redmine/git integration - how to link Redmine issues and git commits.
Hi Mischa, Do you know how to sync the issue tracking process from creation to close with ... history. I would like to manually create an issue then sync it with the commits that relate to the issue (from creation all the way to close). How do I do this? I'm not seeing anything on the "Issues" page that allows one to select what commit(s) the issue relates to. 2021-01-07 15:03
(1451-1475/18202)