Search
Results (18336)
- When a watcher is added to an issue, we would like to see that watcher notified. ... like joeuser@bar.com has been added to issue #NNNN. Please go to SOMEURL. And we woul ... iority updated Checklist item edited </pre>
- The trackers can't be imported Related issue: #22355
- Hi, I noticed there are some tips and tric ... hich is then being added as a comment to the issue. What I couldn't find, and I am not sure if ... ld I configure at Google? Thanks! Peter
- Development: RE: How to get history of changes made to a redmine ticket
- You can use GET /issues/2.xml?include=attachments,journals to get the history details.
- Help: RE: Redmine API : How to get and put issues history
- You can use GET /issues/2.xml?include=attachments,journals to get the history details.
- Help: RE: How to add additional information to issues list?
- Hello Kush, was on holiday... thanks for y ... d perfectly for me! Best regards Peter
- This code is not working: var newIssue = new Issue { Subj ... }; manager.CreateObject<Issue>(newIssue); beacause of an "Internal server error". ... e conexion (api key) by reading the previous issues.
- Hi This is my first message in the foru ... Jenkins My requirement is see Jenkins build issues and other information from Redmine. I d ... hat can be the reason for this error?
- Open discussion: RE: redmine NAS Server Email config problem
- Hi I have the same issue. Did you already solved and found it ?
- Greetings, I am having an issue where if any of my redmine users or myself log any kind of time for an issue in the Log Time Module in the Spent Time box ... button. Example: In Spent Time box of an issue I put 2h30m as soon as I switch to the comme ... e forums looking for anyone having a similar issue and can not find anything even remotely close to my issue. Even when the plugin time logger is used it ... e can shed any light on this or has had this issue please chime in or if more information is ne ... mine_checklists 3.1.3 redmine_issue_badge 0.0.2 time_logger ... | plain | | issue_id | integer | ... _user_id" btree (user_id) "time_entries_issue_id" btree (issue_id) "time_entries_project_id" btree (pr ... | plain | | ...
- Open discussion: RE: Trouble installing redmine 2.6.5 on windows with MSSQL
- I know, it's a lot of months ago. But I issued the same. First i tried to install redmine ... rver-adapter", "3.2.13" else@ My issue is now: get it running in IIS7... Therefor I ... go to 3.x because it doen't support MSSQL2008
- When i want to test send mail i have the erro ... lumns.html.erb (0.0ms) Rendered settings/_issues.html.erb (0.0ms) Rendered settings/_atta ... xxx" </code></pre> Thanks for your help
- Hi, <pre> Environment: Redmine version ... d a parent project with a sibling with a few issues. I've already comb through the settings pag ... n't find anything useful. Regards, Horace
- Help: RE: Add a Totalable field of issues in Project Overview
- I was able to achieve this using IssueQuery.
- Help: RE: Use issue's custom fields in projects_controller.rb
- I was able to achieve this using IssueQuery.
- Hello. We just migrated our project manageme ... pt worked well enough; we had a few thousand issues imported and a few hundred wiki pages. Everything related to issues seem to be working ok. The problem we ha ... eatly appreciated. Any idea? Thank you.
- I have been trying different configurations a ... _size 64k; </pre> It is not a permission issue as I can restart Thin and connect to Redmine ... about 15M of free memory. Maybe this is the issue. But if it was, then Redmine would crash as ... ring out the timeout is much appreciated.
- Plugins: RE: Plugin to define a new kind of issue type?
- Ken Rockwell wrote: > There is no "administr ... to be logged in as a (Redmine-)administrator
- Plugins: RE: Plugin to define a new kind of issue type?
- There is no "administration" menu in Redmine
- 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