Search
Results (18336)
- 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.
- 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
- 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"); ...
- 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
- Hello, this question is very simple and newbi ... rects me to the WIKI. I need to point to the issue Thank you
- 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!
- 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.
- 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
- 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
- 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/...
- 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.
- Hello I'm working on a python script to mi ... my script is directly inserting data in the issues table. I dont see exactly what the lock_ ... s someone has more intel on it ? Thank you
- Help: RE: Admit permissions on issue for specific users or groups
- #16845
- Plugins: RE: XLS export plugin
- Doan Phuoc wrote: > i don't think it support ... em for exporting. If you have it yet, please issue the problem above repository if you can. Thanks.
- I have migrated redmine from 2.6 to 3.3. Now ... calculated the query count withbthis code Issue.visible.count(:include=>[:status,:project],: ... uery object. Now this code return always all issues count: I have missed some thing? Thanks in advance.
- Help: RE: Logging time on an issue not working
- Looks like I figured this out. I was running ... the spent time screen but that's a different issue.
- Hi there, as described here [[Rest_Issues]] I defined a custom field and marked it as ... alues for my custom field. When I run GET /issues.xml?cf_1=value1 I get all issues, not only the one I expected. Any ideas? Maik
- I recently upgraded to Redmine 3.1.1.stable. ... when I select the "log time" button from the issue page it takes me to the "Spent time" screen ... e bottom of the screen: "The tracker of this issue is not allowed for time logging." The "creat ... tested this with multiple users and multiple issues. I tried changing the issue's tracker to the error persisted. Time can be entered by using the update issue screen. I can't find any configuration which enables time logging for specific issue trackers. Any help in correcting this would be appreciated.
- Hi, I would like to use the function to create issues by email but I have a problem first with th ... tion Database adapter Mysql2
- How can I admit permissions on specific issue for specific user(s) or group of users? Now ... ns to project, they don't see that project / issue.
- Help: RE: Redmine Pop3 Help
- Thank you for taking the time to reach my issue. I tried running the script with your update ... full trace by running task with --trace)
- Help: RE: increase upload size in redmine
- Well known issue with too many reasons. First of all make su ... ting like this: *client_max_body_size 200m;*
- Hello Redminers! I have a few quick questi ... looking to get out in front of any possible issues. Thanks in advance! -Evan
- Development: RE: Retrieve custom fields from plugin
- <pre><code class="ruby"> issue.custom_value_for(custom_field_id) issue.custom_field_value(custom_field_id) </code></pre>
- Hello I'd like to automate issue creation. My issues are in different projects and have differen ... d it in English. I found out how to get a issue with it's properties and custom field but I'm hanging on the point on how to create an issue with setting a custom field. Maybe someone can help me? Thanks in advance. Angelo