Search
Results (18298)
- Hi Folks, No doubt, Redmine is a great too ... there a way of using SQL only, to query the issues and custom values so that we have an output equivalent to the one exported to CSV? ("std issue fields and custom fields as columns" x data as rows} Cheers
- Open discussion: RE: Multiple instances of redmine on Debian squeeze
- Hi, i am maintaining the debian package of redmine, and will deal with that issue. BTW it does not seem to be a redmine issue at all. Jérémy.
- Open discussion: RE: PGError: FEHLER: Spalte issues.lft existiert nicht
- Hello, I have the solution: I use the si ... 1: all and now I have all fields. Gio
- Help: RE: Installing Redmine in SourceForge's projects' web space
- Hi Miguel The error is thrown by the FCGI- ... I found another post regarding a similar issue: http://www.justskins.com/forums/socket-acce ... raid I can't help you more for now. Muriel
- Help: RE: What cool can I do if integrate Redmine with SVN?
- It's a matter of integration that makes your ... ck the source code changes that relate to an issue and instantly diff from the Redmine interfac ... w to lower-level of source code is priceless.
- Plugins: RE: Redmine Backlogs
- Update on the URLs * Website: http://www.redminebacklogs.net * Issue tracker: http://bugs.redminebacklogs.net * Live demo site: http://demo.redminebacklogs.net
- Help: RE: REST API Using C#
- Hi, I was wondering how far you got with thes ... ally like to be able to automatically create issues from my application and store them in our n ... also like to include attachments with those issues... Any thoughts
- Hello, I have two redmine installations on ... een two machines, but I ran into quite a few issues getting the copied redmine running on the n ... advance for any help you can provide. -John
- Open discussion: RE: Change "status" or "assigned to" for several issues
- Great!! thank you!!
- Open discussion: RE: Change "status" or "assigned to" for several issues
- See [[RedmineIssueList#Bulk-editing-issues]].
- Help: RE: What cool can I do if integrate Redmine with SVN?
- I believe you mean that: [[RedmineSettings#Referencing-issues-in-commit-messages]], and that works wherever redmine can read the repository.
- Help: RE: Creating Subtasks
- With a recent enough redmine (1.0 I think) an ... u click on the "more" link at the top of the issue edition block?
- Hi there. I would like to know if there's an option or plugin to do this: given the list of issues, select multiple issues and change the "status" or "assigned to" fi ... on. Is this possible? Thanks in advance
- Open discussion: RE: Versions vs Milestones
- > > If you were to follow the discussion, you ... mple search and replace will not address the issue. Holger and his merry band of brilliant hac ... ch and replace *does* solve *this particular issue*. > As it works fine here, I thought I shar ... ople are following up here, thanks a million.
- Open discussion: RE: Versions vs Milestones
- Pieter Smith wrote: > Michael Aye wrote: > ... mple search and replace will not address the issue. Holger and his merry band of brilliant hac ... ch and replace *does* solve *this particular issue*. As it works fine here, I thought I share ... y, if it leads to confusion in the matters.
- Open discussion: RE: Versions vs Milestones
- Michael Aye wrote: > Actually, I speak no Ru ... mple search and replace will not address the issue. Holger and his merry band of brilliant hac ... grating the requirements as part of a plugin.
- Help: RE: Installation Issues on Dreamhost
- Paolo Sulprizio wrote: > Probably can be use ... omain.com # *rm -rf public* # svn checkout
- sorry as i'm new to supporting redmine i have an issue, which i can't work out how to fix this ( ... rnoon) I select any project click "new issue" enter detail I can click preview and se ... * I then receive an email like below Issue #792 has been reported by James Matthews. ... ------------------------ trying to update issues I select any project click "update" ... ase help or advise kind regards James
- Plugins: RE: Best Agile plugin today?
- Hi. I installed your plugin, but found several issues with it. Please give a look on your site, I filled out the issues there. Thanks.
- Hi. On older versions (< 1.00) the Move fu ... et between projects is to find the ticket in issues list, right-click and select move, which is ... from inside as in order versions? Regards.
- Help: RE: POST request example to create Issue through REST API
- Alexey Skor wrote: > I also tried advice fro ... ure -X POST -H "Content-Type: text/xml" -d "<issue><subject>api</subject><project_id>taskconnec > tor-test</project_id></issue>" https://293a64eef15b452047a0315ecc6eff2a9bbd4a9c:X@www.hostedredmine.com/issues.xml > > this does not print any errors, ... I run the above, I get: <pre> Processing IssuesController#create to xml (for 174.136.100.19 ... ters: {"format"=>"xml", "action"=>"create", "issue"=>{"project_id"=>"taskconnector-test", "subject"=>"api"}, "controller"=>"issues"} Filter chain halted as [:authorize] rend ... Unauthorized [https://www.hostedredmine.com/issues.xml] </pre> I seem to get this [:author ... scussion here: https://www.hostedredmine.com/...
- Hello, I updated redmine with Debian Packet ... ::StatementInvalid (PGError: FEHLER: Spalte issues.lft existiert nicht LINE 1: ... * FROM "issues" WHERE (((issues.id != NULL) AND (issues."lf... When I try to create a new Issues I recive this error: ... ^ : SELECT * FROM "issues" WHERE (((issues.id != NULL) AND (issues."lft" <= NULL AND issues."rgt" >= NULL)) AND ("issues"."roo t_id" IS NULL)) ORDER BY "lft"): ... o recreate the DB? Thanks in advance Gio
- Help: RE: POST request example to create Issue through REST API
- I also tried advice from Eric (Redmine develo ... ure -X POST -H "Content-Type: text/xml" -d "<issue><subject>api</subject><project_id>taskconnec tor-test</project_id></issue>" https://293a64eef15b452047a0315ecc6eff2a9bbd4a9c:X@www.hostedredmine.com/issues.xml this does not print any errors, but does not create any tasks on the server.
- Help: RE: POST request example to create Issue through REST API
- oops. the URL was improperly formatted by red ... URL, including the text with "strikethrough"
- Help: RE: POST request example to create Issue through REST API
- Thanks! I tried your variant and it didn't wo ... on (on www.hostedredmine.com) - >echo '<issue><subject>task from CURL</subject><project_id>taskconnector-test</project_id></issue>' | \ curl -X POST -H 'Content-type: text/x ... ostedredmine.com/projects/taskconnector-test/issues/create?format=xml\&key=293a64eef15b452047a0 ... feel free to use it. it's just a demo site)