Search
Results (18280)
- I uploaded two versions of a file (picture png) into an issue. Now I want to show them both but don't know ... here some wiki syntax to resolve this casus ?
- hello do someone have a solution, plugin to export the issue from m'y PROJECTS under redmine 1.3 ans impo ... e a plugin ? thanks a lot for tour answers
- Currently, Redmine uses *@Assignee@* for both Access Control and Issue Responsibility. I'm wondering whether the ... or Access Control (allow a Role to access an issue), it effectively cannot be used for Issue Responsibility as that responsibility changes over the bug lifetime.
- Help: RE: How to make Git commit history show up at Redmine issue tracker
- Great - that helped me as well. One impor ... ain - otherwise the change is without effect.
- Help: RE: who can help me.. get issues by changeset with java rest api
- thanks again. that means it's the only way to get issue include changesets. no method supported that get issues by changesetId.
- Help: RE: Missing text in issue description
- Is anybody with similar setup seeing this behaviour? Does it work for some?
- Help: RE: How to set up Redmine in Windows with MS SQL 2012
- I solved this problem. The installation needs to update, I nearly have issues in each single step. It's definitely no ... he very beginning. Er..., pain in the ass.
- Help: RE: Redmine.pm and SVNListParentPath On
- I made a similar patch for my problem on http://www.redmine.org/issues/3827.
- My users are getting 500 Internal Server error when trying to view issues from the 'Issues' tab. We are running Redmine 1.3.2.sta ... = 241 AND `custom_values`.customized_type = 'Issue') ORDER BY custom_fields.position) on line #31 of app/views/issues/_list.html.erb: 28: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %> <%= level > 0 ? "idnt idnt-#{ ... hide-when-print"><%= check_box_tag("ids[]", issue.id, false, :id => nil) %></td> 30: <td class="id"><%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %></td> 31: <% query.columns.each d ... <%= content_tag 'td', column_content(column, ...
- Help: RE: who can help me.. get issues by changeset with java rest api
- I moved the question to the right forum.
- Hello all. I don't know if it's all the sa ... lugins in the plugins directory. Besides the issues around selling code that derivates from the ... etplace?). Thanks. Best regards, Richard.
- Help: RE: redmine:email:receive_imap fails when feching emails from Gmail
- I was able to solve this issue and attached the patch to http://www.redmine.org/issues/14101
- Help: RE: redmine 1.4.1 e-mail to issue
- I was able to solve this issue and attached the patch to http://www.redmine.org/issues/14101
- The text between double angle quotes («») is missing in issue description in issues created based on incoming emails with redm ... ase schema version 20121026003537 </pre>
- Help: RE: who can help me.. get issues by changeset with java rest api
- I've looked in the [[Rest_Issues|Issue REST API]] and there you have no posibility ... y informations about changesets for a single issue that was requested: ex. http://www.redmine.org/issues/13746.xml?include=changesets
- Help: RE: [SOLVED] Issue when installing redmine 2.2.2 on apache (dispatch not found)
- I have same symptom, but can not fix it by ab ... -passenger </pre> And then it just work!.
- Help: RE: who can help me.. get issues by changeset with java rest api
- Filou Centrinov wrote: > I think are talking ... i. As far as I see you have to use "<code>getIssues(...)</code>":https://github.com/taskadapter ... o that you reply my question. --> getIssues(String projectKey, Integer queryId, INCLUDE ... nager(redmineHost, "digua","admin"); List issues = mgr.getIssues(projectKey, null, INCLUDE.changesets); for (Issue issue : issues) { System.out.println(" ################ " + issue.toString()); System.out.println(" ################ ChangeSets : " + issue.getChangesets()); } then i get the results for issues, unhappy that the issues didn't include the changeset info.... could you tell me how can i use it to get the issue...
- Help: RE: email sendding problem when update 2.2.3 to 2.3.0
- So... is it just the three of us that have this issue?
- Help: RE: who can help me.. get issues by changeset with java rest api
- I think are talking about this "redmine-java- ... i. As far as I see you have to use "<code>getIssues(...)</code>":https://github.com/taskadapter ... ineManager.java#L215 with appropriate params.
- Open discussion: RE: Redmine as an IP docs control, issues tracker, scheduling tool for a non IT company
- Thanks Jan! We'll check it out.
- Open discussion: RE: Redmine as an IP docs control, issues tracker, scheduling tool for a non IT company
- Telling from the brief description of your r ... t for software development and it comes with issue tracking, project management functionality a ... o get in touch should you have any questions.
- We are a services company in the Telecom indu ... Redmine for project management, scheduling, issue tracking, and Intellectual Property document ... rect. Please advise. Thanks for your help.
- When I try to run the "charts 2 plugin":http: ... Any help is appreciated. *Update:* This issue is solved. I'm leaving the forum topic up i ... ame problem I had. Here is the corresponding issue from the developers repository https://github.com/pharmazone/redmine_charts2/issues/32 I have followed these installation in ... `block (3 levels) in start_threads' </pre>
- Help: RE: Subtasks on different projects.
- Jerome Castang wrote: > I try to set relatio ... ojects). > According http://www.redmine.org/issues/5487 it seems to be possible and configurab ... only suggest to update your Redmine instance.
- Hello all, I try to set relationship betwe ... projects). According http://www.redmine.org/issues/5487 it seems to be possible and configurab ... er redmine 2.1.4. Can anyone help me ?