Project

General

Profile

Search

Results (18290)

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
Help: what is the issue.lock_version field ?
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 2016-08-08 17:34
Help: RE: Admit permissions on issue for specific users or groups
#16845 2016-08-08 14:48
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. 2016-08-07 11:04
Help: Issue.visible.count not works for me after migration from 2.6 to 3.3
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. 2016-08-06 16:51
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. 2016-08-05 16:54
Help: REST API: get issues by custom field
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 2016-08-05 16:09
Help: Logging time on an issue not working
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. 2016-08-05 15:52
Help: How to import custom fields with the Emails create issues
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 2016-08-04 16:51
Help: Admit permissions on issue for specific users or groups
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. 2016-07-31 17:00
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) 2016-07-29 19:47
(3926-3950/18290)