Search
Results (18292)
- https://m.signalvnoise.com/the-tool-we-built- ... os I think could be done by a custom Redmine issue tracker where anyone could assign anyone. Au ... of software guys and a test guy who verifies issues as fixed once software is released), and have logged hundreds of issues and solved many of them, including having i ... so that we can directly reference a Redmine issue from a git commit to keep it all together. B ... explanatory UI that plugs everything in well.
- Help: RE: Migrating redmine to SQL Server from SQLite
- Got it working early this morning Step 1. ... eate table statements and correct any syntax issues. ('F' to '0' for booleans etc) Step 6. Run ... all and work as it did on the sqlite database
- Plugins: RE: Plugin for making buttons for issue status
- The plugin appears now in the administrator-> ... oved. Any assist will be great. Thanks!
- Help: RE: 452 4.5.3 Too many recipients
- can you show us how you modified the news_obs ... r.rb. I have several projects with the same issue, and finding the solution has been daunting.
- I'm using Redmine 3.1 (with Ruby 2.0 and Rail ... looking for a plugin for making buttons for issue status. I found the plugin issue-hot-buttons (https://www.redmine.org/plugins/issue_hot_buttons). Redmine not crushing when sta ... other plugin that might be fits? Thanks!
- In projects_controller.rb, one can get open issues through - @open_issues_by_tracker = Issue.visible.open.where(cond).group(:tracker).cou ... this query will return the custom fields of issues as well. So, I did an inspect - @openIssueCondition = Issue.visible.open.where(cond) logger.info("Condition is #{@openIssueCondition1.inspect}") But, I don't get any ... m in project overview. 2) QueriesController\IssueQuery can use the custom fields - do I need to use it instead? If so, any idea how? Thanks Kush
- Hello, To project manage a mercurial repository, and track issues I am using redmine. The workflow I want ... somewhat like what I see on GitHub Regards
- Development: RE: Export All Issues Data to a table or excel
- I guess this has already been sorted for you ... enerate the report directly through database.
- I have a project with many issues with a specific custom field. I can do the total of that field using "Options" in issues page. What I need is the ability to display this total on Project overview page. It seems like issues page uses total_by_group_for and total_with ... jects_controller.rb. Here, Redmine code uses Issue.visible or Issue.visible.open to get the list. Any idea if I ... ny input will be much appreciated :) Thanks!
- Help: RE: Displaying project description in issue search
- For what's its worth, at least for project description, this issue is resolved in following thread - message#4 ... fields rather than make multiple methods in issue.rb but for now, this will suffice.
- Help: RE: How to add additional information to issues list?
- Ok - finally figured this out. Just make following change in app\models\issue.rb <pre><code class="ruby"> def projec ... lter the projects and export data, just like issues 2) I really wish we could simply join the project data to issue data rather than these tricky changes - but ... s, good luck and let me know if you face any issue with this. ps - Thanks for all of your help in figuring out the initial changes.
- Help: RE: How to add additional information to issues list?
- Thanks much Peter. 1) I tried to use comput ... luck. 2) I have traced the error to views\issues\_lists.html.erb The changes you have sug ... nction on line 34 - column_content(column, issue) I will update once I figured out why the code is failing here.
- OS: Centos 7 Redmine 3.2.1 Error occu ... key too small)" Kindly help to solve the issue.
- Hi all, I am having the issue described #21169 , as a work around I shutdo ... need to make it to both servers or just one?
- hi there, where can I change the TYPE of d ... d I need utf. i've changed the journals and issues structure to utf but i'm curious why was it in latin2 in the first place :) cheers!
- Help: RE: How to add additional information to issues list?
- Hi Kush, "Beschreibung" is simply the germ ... you updated, as soon as I find out something.
- I am searching a way to customize the issue ID for example "projectID-issueID", any advise on how can I do that?
- PDF or CSV files exported with unknown letter ... mine_fixed_bom_for_csv 0.0.1 redmine_issue_templates 0.0.9 redmine_people ... 1.0.0 redmine_tags 2.1.0
- Help: RE: How to add additional information to issues list?
- Thanks much Peter for replying in detail. I a ... pdate you my progress once I figure this out.
- Open discussion: RE: Change the term 'Project' to something else
- No need to change anything in the database. T ... an use similar tactic for project instead of issue.
- Help: RE: How to add additional information to issues list?
- Hi Kush, unfortunately I did not solve my ... o far: By adding some line in "app/models/issue_query.rb" at self.available_columns I was ab ... ditional field, that can be selected for the issues list. <pre><code class="ruby"> self.a ... [ QueryColumn.new(:id, :sortable => "#{Issue.table_name}.id", :default_order => 'desc', : ... you have any ideas? Best regards Peter
- Help: RE: How to add additional information to issues list?
- Hi Peter, Were you able to achieve this? I kind of need similar help Thanks Kush
- Along with the project name, I need to get th ... elds of project) displayed when I filter the issue. Is this possible? Any pointers will be appr ... nyone can point me to relevant files. Thanks.
- We have a long list of projects. Is there any ... the projects like the way we can filter the issues? I have played around a lot without much success. Thanks much
- Help: RE: How to reproduce "Lock wait timeout" on production.log
- Easy way to reproduce: In MySQL console: <pre> begin; select * from issues for update; </pre>