Search
Results (18291)
- Open discussion: RE: Boards / Forum topic history + forum message extra filed
- This is not implemented, AFAIK. It would be look like a custom field of issue type, belonging to forum object, with permission support about its visibility.
- Open discussion: RE: Boards / Forum topic history + forum message extra filed
- Jan Niggemann wrote: > Krzysztof Dryja wrote ... tra field in forum topic for link to related issue or other integration with issues. > All information belonging to a certain issue can be added to the issue itself using (private) comments. > Please t ... My clients have access to forum but not to issues. I have some data in issues and related topics in forum. I would like easily switch between forum and related issue. For example client add new reply in forum, I need to check something in related issue so I just click on the link somewhere in top ... hing is that I do not want client to see the issue link. Solution would be an extra text field?
- Open discussion: RE: Can't add status issue ?
- Please don't crosspost, you already posted the same question on the Help board..
- Help: RE: Can't add status issue ?
- Please don't crosspost, you already posted the same question on the discussion board..
- Open discussion: RE: Boards / Forum topic history + forum message extra filed
- Krzysztof Dryja wrote: > 1. Full forum topic ... tra field in forum topic for link to related issue or other integration with issues. All information belonging to a certain issue can be added to the issue itself using (private) comments. Please tell us about your use case.
- Hi, I'm using Redmine 2.1.4. I would reall ... tra field in forum topic for link to related issue or other integration with issues. Any ideas how to do this? I'm not Ruby expert but want to try doing it.
- Help: RE: Can't add status issue ?
- Take a look at the Workflow, have you setup t ... hat the tracker actually uses the new status?
- Open discussion: RE: No import function = giving up on Redmine
- My attempt, a Comand line interface Configura ... om fields. https://github.com/juanmf/RedmineIssueImporter I imported 868 Issues from hand made Excel Sheets into redmine Issues, in <10 minutes (once all wrong value mappings wehe memorized).
- Open discussion: RE: [Solved] mongrel issues `require': no such file to load -- dispatcher (LoadError)
- I hope it's successful with thin... You ma ... s way minimize response time of the system.
- Open discussion: RE: Can't add status issue ?
- Hello Putu, You have to defined your role and ... for your desired role there. Have fun !
- Open discussion: RE: [Help] mongrel issues `require': no such file to load -- dispatcher (LoadError)
- Hello Ivan and Jan, Thanks for reply. Yes. In ... * MyBox - Ubuntu 10.10 - Redmine v2.3.3
- Dear all, I have a problem when adding a status issue. issue status is added to the menu does not appear when administrators want add new issue. for example: 'Invalid Issue' (attached) whether this is a bug or I'm wrong setting new status issue? Thank your for your cooperation
- Help: RE: ActionView::Template::Error ((<unkn ... this context at line 1 column 6): redmine 2.3
- Same error with webrick. Started GET "/projects/musyssbv/issues?set_filter=1&tracker_id=1" for 84.115.124.204 at 2013-10-02 10:01:05 +0200 Processing by IssuesController#index as HTML Parameters: {"se ... ueries/_columns.html.erb (2.4ms) Rendered issues/index.html.erb within layouts/base (26.9ms) ... 108:in `[]' app/models/setting.rb:137:in `issue_list_default_columns' app/models/issue_query.rb:222:in `default_columns_names' a ... render_query_columns_selection' app/views/issues/index.html.erb:27:in `block in _app_views_issues_index_html_erb___4105684497036261364_56009060' app/views/issues/index.html.erb:11:in `_app_views_issues_index_html_erb___4105684497036261364_56009060' app/controllers/issues_controller.rb:83:in `block (2 levels) in index' app/controllers/...
- Dear all, I have a problem when adding a status issue. issue status is added to the menu does not appear when administrators want add new issue. for example: 'Invalid Issue' (attached) whether this is a bug or I'm wrong setting new status issue? Thank your for your cooperation
- Help: RE: ActionView::Template::Error ((<unkn ... this context at line 1 column 6): redmine 2.3
- Try to delete custom queries IIRC there was a ... ty. I can't view them in redmine because the issue site doesn't work. ruby script/rails serv ... ck server on a production system with apache?
- Open discussion: RE: Import issues from a CSV file
- Copy mi comment int similar post (http://www. ... ithub https://github.com/juanmf/RedmineIssueImporter in your working directory of choi ... dencies for you. Then configure the sheet-to-issues mapping config file in Config/config. ... mmand Line einterface. See README in Github
- Help: RE: issue import (email or csv)
- I created a Configurable PHP CLI tool to impo ... ithub https://github.com/juanmf/RedmineIssueImporter in your working directory of choi ... dencies for you. Then configure the sheet-to-issues mapping config file in Config/config.yml *@see* README in github
- *Serveral reminde sites are not working for m ... ing in log/production.log* _Processing by IssuesController#index as HTML Parameters: {"set_ ... queries/_columns.html.erb (3.2ms) Rendered issues/index.html.erb within layouts/base (26.8ms) ... b:108:in `[]' app/models/setting.rb:137:in `issue_list_default_columns' app/models/issue_query.rb:222:in `default_columns_names' app ... `render_query_columns_selection' app/views/issues/index.html.erb:27:in `block in _app_views_issues_index_html_erb__1342629872768940164_58247400' app/views/issues/index.html.erb:11:in `_app_views_issues_index_html_erb__1342629872768940164_58247400' app/controllers/issues_controller.rb:83:in `block (2 levels) in index' app/controllers/issues_controller.rb:82:in `index'_ *I couldn't ... don't work:* _/settings /projects/musyssbv/...
- Hi, I've changed the select option as mult ... g multiple categories for creating as single issue. Changed the category_id as string from int ... code as <%= f.select :category_id, (@project.issue_categories.collect {|c| [c.name, c.id]}), {: ... yle => "width:350px;",:size => 4 }%>. In issues_controller, category_ids = [] if params[:issue][:category_id].length > 1 params[:issue][:category_id].each do|category| categ ... y end else category_ids = params[:issue][:category_id] end The values stored in db as, select category_id from issues where id= 18824; +---------------------+ ... d like this. Can anyone help me out?.
- Wiki says "how to create a single issue":http://www.redmine.org/projects/redmine/wiki/Rest_Issues#Creating-an-issue via REST API, but how should *JSON* look like for creating more issues at once?
- Hello, I have installed and want to evaluate ... e thing I was looking to modify was the "New Issue" page of a project. I would like to change ... uld help me alot. Thank you. Steve M.
- Open discussion: RE: [Help] mongrel issues `require': no such file to load -- dispatcher (LoadError)
- IIRC, mongrel is no longer maintained since quite some time...
- Open discussion: RE: [Help] mongrel issues `require': no such file to load -- dispatcher (LoadError)
- When I moved from Redmine 1.4.x to Redmine 2. ... . I am running Redmine on Windows box though.
- Help: RE: Image not displayed in exported PDF document (Redmine version 2.3.1) ?
- Bingo ! Short syntax did it for attached images (Wiki and Issues): <pre> !myimage.jpg! </pre> Thank you Ivan and Mischa for solving this.
- hi all how to assign issue only to group, in assigne drop down i want to restrict individual user. please help me urgent