Search
Results (18307)
- Help: RE: Installation Issues on Dreamhost
- Probably can be useful: http://wiki.dreamhost.com/Redmine
- Help: RE: how to provide api access KEY when using POST in REST API
- It work, if you have it in the URL, like this: <pre> echo '<issue></issue>' | curl -X PUT -H 'Content-type: text/xml' -H 'Accept: text/xml' -d @- http://localhost:3000/issues/11?format=xml\&key=123456aef3948ef2939 </p ... st no payload. This request would UPDATE the issue. Should work with POST also.
- Open discussion: RE: Help for plugin / modified issues list: display column for "spent time"
- Ok, I solved it the following way: * Insta ... tions/321403/redmine-add-spent-time-field-to-issues-display carsten
- Hi all We had to migrate our redmine serve ... : 5.0 Apache Version: 2.0 I found this issue: http://rubyforge.org/forum/message.php?msg ... ment once a day to avoid the error. Greez
- Open discussion: RE: idea on issues -> task list
- I believe that this plugin may do what you ne ... Not sure whether is compatible with 1.0.x
- Development: RE: Join the Documentation Team!
- Hi there... we've just upgraded, and I've gon ... contribute back to Redmine.org. A couple of issues: * I've relied heavily on being able to f ... ecreate a set of representative projects and issues — and ux.redmine.com is cluttered with spam projects and issues. Is there anywhere I could get access to a ... ive but not proprietary) set of projects and issues to capture? * There's still the issue of how to extract the project (or just the w ... export and import projects? Cheers, jh
- Help: RE: email configuration issues
- and actually...what exactly am i restarting here? am i restarting redmine?
- both the "graph plugin" and "charts plugin" h ... and the "graphs plugin" shows me "Open aging issues" and "Total issues over time" without the ability to filter th ... fication to be able to set the comparison to issue counts per tracker (i.e number of bugs incre ... nly number of hours or total progress of all issues over time
- Plugins: RE: Hudson Plugin 1.0.5
- Malcolm Thompson wrote: > I have version 1.0 ... g verison 1.0.0 of Redmine. When I click the Issues link the error message shown below is gener ... customize redmine Query class. I think this issue caused by collision between Hudson plugin an ... Hudson plugin 1.0.6 works with redmine 1.0.0.
- Help: RE: I've set up imap email polling, but how can I trim off the quoted text?
- Or maybe it's already been implemented? http://www.redmine.org/issues/4409 Hard to tell from that issue how to set it up though.
- Help: RE: I've set up imap email polling, but how can I trim off the quoted text?
- Looks like maybe there's already an issue for this: http://www.redmine.org/issues/2852
- I have Redmine fully installed (thanks to som ... s the problem? Thanks for your help! kl
- Help: RE: indisponivel no update tasks
- Sinair Pereira Junior wrote: > My installed ... 0.9.5.stable (MySQL), I create new statuses Issue status update and when I do not show, can an ... solve this? I managed to solve, Thanks!
- Based on the "redmine_loader":http://github.c ... e at: http://github.com/vile/redmine_loader Issue tracker: http://github.com/vile/redmine_loader/issues
- Plugins: RE: Extended Schedules plugin with scheduling issues option
- can any one provide the exact link where i can download this plugin without any issues. as i download the plugin from the link ... orting files to downloaded for this to work
- Plugins: RE: Hudson Plugin 1.0.5
- I have version 1.0.6 of the Hudson plugin ins ... g verison 1.0.0 of Redmine. When I click the Issues link the error message shown below is gener ... orks with Redmine 1.0.0? ArgumentError in IssuesController#index wrong number of arguments ... ack/apps/redmine/app/models/query.rb:445:in `issue_count' C:/Program Files/BitNami Redmine Stack/apps/redmine/app/controllers/issues_controller.rb:74:in `index' C:/Program Fil ... ack/apps/redmine/app/models/query.rb:445:in `issue_count' C:/Program Files/BitNami Redmine Stack/apps/redmine/app/controllers/issues_controller.rb:74:in `index' C:/Program Fil ... t-Type"=>"", "Cache-Control"=>"no-cache"}
- Hello everyone, Just have one idea. Most o ... ly and not very good to open ticket for each issue Is it possible to add text formatting that if I do {} 1) reduce space in the issue it create a checkbox at left of 1) and then ... is line is crossed out. What do you think?
- Plugins: RE: Problem with whining
- May be, no one issues are suited to the rake-tasks conditions?
- Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- I found that this error is occurred by ckedit ... 708f837d7d46eb2eee3337d/lib/redmine_ckeditor/issues_controller_patch.rb#L10
- My installed version and the "Redmine 0.9.5.stable (MySQL), I create new statuses Issue status update and when I do not show, can anyone help me solve this?
- Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- I was with same status so I stop using migrat ... a project, a subproject, including roadmap, issues, document, files... Currently all seems working except the list of issues and roadmap from imported projects (OK for ... QL import is OK... I'm looking for. Rhodan
- You can use the REST API to create an issue. From the command line it looks like this: <pre> echo '<issue><project_id>project-01</project_id><subject> ... 1</description><category_id>1</category_id></issue>' | \ curl -X POST -H 'Content-type: text/x ... @- http://localhost:3000/projects/project-01/issues/create?format=xml\&key=1234ab56ef4532383929 ... screenshot) using REST API when creating an issue of when updating it? Whan would the xml-stuc ... a? Any hints? Best regards, Christian
- Help: RE: POST request example to create Issue through REST API
- If you want to use the REST API to create an issue from the command line (maybe just for testing), you can do the following: <pre> echo '<issue><project_id>project-01</project_id><subject> ... 1</description><category_id>1</category_id></issue>' | \ curl -X POST -H 'Content-type: text/x ... @- http://localhost:3000/projects/project-01/issues/create?format=xml\&key=1234ab56ef4532383929 ... ou find it under "Mein Konto"/"My Account")
- Help: RE: Allow users to view and edit only their own "Spent Times"
- I would also really appreciate a feature like ... w spent time" for all roles because of legal issues (not allowed in the country where I live, b ... ee the spent times of other project members).
- Open discussion: RE: Issues summary
- Try this one: http://www.redmine.org/projects/redmine/issues/report It is linked to in the sidebar of the issue overview page. This should be kind of what y ... soon even more reports on about everything :)