Project

General

Profile

Search

Results (18300)

Help: RE: Difference betweek links and sub-tasks between issues
Anyone? 2016-08-25 15:21
Help: Difference betweek links and sub-tasks between issues
To what I see, linked tasks is only a reference to another issue. And sub-task are truely linked and definin ... s and estimate+accounting time in the parent issue, like if they were part of a project. I am right? 2016-08-24 22:21
Help: Counting custom field values
Hi, I am trying to count custom field valu ... (for testing): <pre><code class="ruby"> Issue.visible.joins(:status, :project).where(state ... ues(2)) (but this doesn't work of course) 2016-08-24 19:14
Help: RE: rake db:migrate after ubuntu upgrade
I don't know - I am no expert with ruby and r ... but that the required ruby can not be found. Issue @ruby -v@ and @which ruby@ to be sure your r ... ne@server:~/redmine/log$ </pre> Immanuel. 2016-08-24 13:46
Open discussion: RE: Notify per issue non-user email address(es)
Pall Bjornsson wrote: > Using Redmine 3.2.0 > > I need to be able to send issue notifications to email addresses that do not ... system. > > Basically, I would need a per issue custom field to enter a list of email addres ... l addresses of random clients) related to an issue and on status updates of that issue. Did you ever find a solution Pall? Regards 2016-08-24 13:02
Open discussion: RE: Control Redmine from the command line
You can use https://albfan.github.io/Redmi ... I'm using it on daily basis: - list my issues - see issue details: journals, time entries - change issue status - add issue comments, private too. - list time-entries, ... https://github.com/albfan/RedmineJavaCLI/issues/2 Solving this could be a great project, ... that returns to terminal, as it should be. 2016-08-24 11:18
Plugins: RE: Import Issues in Redmine 2.4.3
J BS wrote: > Hello, > > I'm pretty new to REDMINE and I wonder how a list of issues can be imported into Redmine. > I found di ... a plugin "redmine_importer" > I know this issue has been discused a lot. I found many topic ... e:plugins:migrate RAILS_ENV=production" again 2016-08-21 10:56
Plugins: How to change landing page via plugin in Redmine 3.2.3 ?
Hi there. First om all I am not a Ruby (o ... ources :welcome end match '/', :to => 'issues#index', :as => 'home', :via => [:get] ma ... come#index', :via => [:get] #root :to => 'issues#index', :via => :get, :as => 'home' end ... e> Also, only specifying -> *root :to => 'issues#index', :via => :get, :as => 'home'* doesn' ... Application.routes.prepend do root :to => 'issues#index', :via => :get, :as => 'home' end </code></pre> Any ideas? Thanks. 2016-08-19 14:50
Help: Search Filter "open issues" not shown for Redmine 3.3.0
According to Feature #992 restricting search to open or closed issues should be available as of Redmine 3.0.0. Bu ... nderstood #992)? Thanks a lot Immanuel. 2016-08-18 15:23
Help: struggling setting up imap configuaration
hello there im configuring the email.rake file to enable emails with redmine and im having some issues to configue it. does someone have an exa ... ult: INBOX) thank your for help in advance 2016-08-17 16:47
Open discussion: Is there a way to see which user deleted some record (an issue category) from a Redmine Project?
Hello, everyone! I need your help here. ... some projects and every project has its own issue categories. We have specifics roles in th ... one (a user, of course), deleted most of the issue categories of one specific project. The cate ... t is this: Is there a way to see who deleted issues categories from a project? I don't know if ... could offer me. Thank you! Best regards! 2016-08-16 21:04
Help: how to show Project Name inside task issue ?
Hello. How can I add "Project name" here ... parameters like status, priority and so on. 2016-08-16 10:04
Help: RE: how to use multi-fields search for issues in REST api?
I found this combination of params to work: <pre><code class="java"> public void issuesCanBeFoundByMultiQuerySearch() throws RedmineException { final Issue issue1 = IssueFactory.create(projectId, "summary 1 here"); issueManager.createIssue(issue1); final Issue issue2 = IssueFactory.create(projectId, "summary 2 here"); issueManager.createIssue(issue2); final Issue issue3 = IssueFactory.create(projectId, "another"); issue... 2016-08-12 18:48
Help: Parent project issues to display in subproject roadmap
Hi, I have Project A and Project B. B is a ... can't see this version in B. After I add an issue to B with that version I can finally see the ... there all tickets with the version. Thanks 2016-08-12 16:32
Development: RE: GPL License for Plugins?
Jens Krämer wrote: > The same is true for Re ... tication, roles and authorization, projects, issues, workflows, etc. which most plugins are rel ... e violation is clear in my opinion. 2016-08-12 09:41
Help: RE: redmine-3.2.1 Issue summary disorder display
Hi, this bug comes from MegaCalendar. The bug was resolved in Version 1.3.2. Regards Berti 2016-08-11 20:00
Help: how to use multi-fields search for issues in REST api?
hi guys! someone submitted a feature requ ... st that fails because it returns more than 1 issue, which indicates that search terms I used re ... ps://github.com/taskadapter/redmine-java-api/issues/12 and * https://github.com/taskadapter/redmine-java-api/issues/215 */ public void issuesCanBeFoundByMultiQuerySearch() throws RedmineException { final Issue issue1 = IssueFactory.create(projectId, "summary 1 here"); issue1.setDescription("abc description"); issueManager.createIssue(issue1); final Issue issue2 = IssueFactory.create(projectId, "summary 2 here"); ... 2016-08-11 17:33
Help: get error creating new projects after i ... ted_custom_field on versions 3.3.0 and 3.2.1.
I installed the computed_custom_field from ht ... 7"=>"", "9"=>"0"}, "enabled_module_names"=>["issue_tracking", "time_tracking", "wiki", "boards" ... ], "tracker_ids"=>["1", "6", "5", "4", ""], "issue_custom_field_ids"=>[""]}, "commit"=>"Create" ... mode' Any ideas? Thanks, Derek 2016-08-11 01:23
Help: How do I create a custom link to a header (h1) in an issue (Text formatting)?
Hello, this question is very simple and newbi ... rects me to the WIKI. I need to point to the issue Thank you 2016-08-10 20:55
Help: How to do not display custom fields in an issue tracker
Hello, I would like to add a list of custom fields in an issue tracker for project management purposes (complexity of the issue, number of requirements impacted etc) but i ... The idea is that when guys will create the issue tracker, they will fill the tracker with inf ... do this in redmine? Thanks for your help! 2016-08-10 16:34
Help: RE: How to import custom fields with the Emails create issues
Can someone answer this please? Same problem ... stom field from an email. There is a pending issue (for 2 years now!) that implements that: #16549. 2016-08-10 00:17
Plugins: Easy WBS Plugin. not save new create item
install bitnami redmine. install plagin. a ... S failed to save properly Close Errors: Issue tasName could not be created: Project cannot ... load data from server? can someone help me 2016-08-09 22:29
Help: when i use taskadapter/redmine...api, and make issues, how can i create issues with private??
Hi....... help!!! I use JAVA Language ... ry, (redmine-java-api-2.6.0.jar) Creating issues is working perfectly, but i don't know how to create issues with private.... HELP !!!!! T.T 2016-08-09 10:58
Help: Please help to fix problem with undefined method `h' for #<ViewsIssueHook
Hello! I'm not familiar with the language Rub ... late::Error (undefined method `h' for #<ViewsIssueHook:0x000000089daf28>): 41: <%= render :partial => 'issues/attributes' %> 42: </div> 43: 44: <%= call_hook(:view_issues_form_details_bottom, { :issue => @issue, :form => f }) %> 45: <% end %> 46 ... mine/hook.rb:158:in `call_hook' app/views/issues/_form.html.erb:44:in `block in _app_views_issues__form_html_erb__731099766081548220_72109260 ... b:1063:in `labelled_fields_for' app/views/issues/_form.html.erb:1:in `_app_views_issues__form_html_erb__731099766081548220_72109260' app/views/issues/_edit.html.erb:8:in `block in _app_views_issues__edit_html_erb__3486036772902311836_7185864 ... .rb:1056:in `labelled_form_for' app/views/... 2016-08-09 08:12
Open discussion: Adding a "report" view of an issue
Hello all, I have been looking how to make a "report" out of an issue. In the case I'm thinking about we have a lot of data and discussion in the issue, but we also want to make a streamlined view ... he summery report printed to PDF vs the main issue which has all the conversations, and work logs etc. It really is a subset view of an issue. I was thinking maybe it could be added as a parser that processes the issue on the way to the PDF generator, maybe called through an added print icon at the bottom of the issue. Is there something else I should call th ... hat can cherry pick key items / tags from an issue and generate a stylized report of that data. 2016-08-09 05:31
(3926-3950/18300)