Search
Results (18202)
- In the time_entries table it is possible to i ... by whom the "estimated_hours" were reported?
- 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/.
- 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>
- 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.
- 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!
- 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
- 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.
- 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/
- 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.
- 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.
- Help: RE: My issues do not appear following a migration
- Quentin D. wrote: > Hello, > > Someone can help me ? Please try without plugins first.
- Help: RE: My issues do not appear following a migration
- Hello, Someone can help me ?
- Help: RE: Change the start date of gantt chart
- Related issue: #9975
- 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...
- 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?
- 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
- 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.
- I have tried to install the Redmine SAML: htt ... elated information that can help me fix this issue.
- 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,
- 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
- 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)
- 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?
- 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
- 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.
- 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.