Search
Results (18291)
- 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 ?
- Help: RE: email sendding problem when update 2.2.3 to 2.3.0
- Mailing is not working properly on version 2.3.1, thinking about downgrading, I also have an open issue with this (#37885)
- Open discussion: RE: Interaction with console
- Yes, in a console, let's say you want to turn issue 5 in status number 4 : <pre> Issue.find(5).update_attribute(:status_id, 4) </p ... s called "Closed", then : <pre> status_id = IssueStatus.find_by_name("Closed") Issue.find(5).update_attribute(:status_id, status_ ... t, or if you change the name of the status...
- Open discussion: RE: Run system command when issue is created/has status changed.
- There's no way to do that in Redmine core its ... cron task that runs a script, which monitors issues updates and run the command if something ch ... s you use your favorite programming language.
- Help: RE: who can help me.. get issues by changeset with java rest api
- waiting~~~~
- Help: RE: structured view
- See this plugin http://www.redmine.org/plugins/redmine_smart_issues_sort
- Can i change an issue status from console or by making a custom script?
- Whats the best way to run a system command when a issue is created or has its status changed?
- Help: RE: New attachments are not shown after upgrade to 2.3.0
- This means the files are uploaded but not attached to the issue. Stupid question: do you click on Save button of the issue creation/update form after picking up a file?
- Help: RE: Receive E-Mails via cronjob on Debian
- i changed my shell-script to <pre> export ... y cronjob. now the syslog shows a permission issue but i have no idea which permission is denie ... 6: /usr/local/bin: Permission denied </pre>
- I updated redmine from version 1.1 to 2.3.0. Now new attachments are not displayed in the issues form. The old attachments do appear. Compar ... ion.log says nothing. Any ideas? Please help!
- Help: RE: how can i connect redmine with php code
- Dear Supporter, Thank you so much for you ... pi/testing/connect.php I want to get data(issue) from json or xml on redmine server to show ... phpactiveresource Regards, Bunsong
- Hi, i have a big problem to receive incomi ... 1.4.5p1 stable redmine_issue_checklist 2.0.5 redmine_issue_templates 0.0.5 stuff_to ... 0.4.1 </pre> Thanks
- Hi i have integrated charts 2 plugin successf ... There is no version to show"* although added issues, log time etc.. I am unable to find that e ... screenshot Any help, suggestions please !!!
- I am missing a structured view of a project: a tree like view, showing how issues are dependant on each other. A left hand s ... aps I left out some module. Regards, Zdravko