Search
Results (18327)
- 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)
- Plugins: RE: Best Agile plugin today?
- SyRenity Now wrote: > Kanban is interesting ... or users to use. Since we are modifying the issues directly any other Redmine charting plugin ... s so I don't know how it works. Eric Davis
- Plugins: RE: Redmine Issue History Tabs Plugin
- Does not work with RM 1.0.1.
- Plugins: RE: Subtasks view plugin
- It's there but a bit buried for now. To see i ... backlogsdemo.morphexchange.com/projects/demo/issues?query_id=2 We'll see what can do to make ... .morphexchange.com/projects/redmine-backlogs/issues/new :-)
- Plugins: RE: Subtasks view plugin
- Thank you Mark I've installed Backlogs befor ... is a bug: just after logging in, opening All Issues doesn't show tasks hierarchy (bad). But aft ... hierarchy starts working, also using the All Issues option (good).
- Help: RE: Issues installing Stuff To Do Plugin
- Hi, I get the same problem. Have you ch ... that the folder is the correct name. /Stu
- Open discussion: RE: Issues summary
- Thank you Holder. As I guessed the evaluatio ... there a “all” projects summary page?_ Thanks
- Plugins: RE: Burndown chart not visible
- Please make sure you follow the installation ... acklogs/boards This ensures that we have all issues/resolutions to the plugin documented in one place. Thanks!
- Plugins: RE: Subtasks view plugin
- Hi Tomasz. The Backlogs plugin already provides this modification to the Issues view. http://relaxdiego.github.com/redmine_backlogs
- Hi I would list all issues groupped by master tasks and the subtasks t ... tried some but without success :( Thanks
- Hey, I am fairly new to web app deployment but one issue just keeps nagging at me since I began with ... be thankful for any replies regards Bernd
- We are in the process of migrating from BugNe ... de a list of projects that have at least one issue assigned to that version. Something like: ... t), we will change the target version of the issues within that feature project to that of the ... ore project (with shared Ver1 version) * No issues of its own Feature A project * Issue 1 (target version: Ver 1) Feature B project * Issue 2 (target version: Ver 1) However, certai ... re version below it (i.e. projects that have issues with a target version of one of the shared ... t includes the Project column and groups the issues by target version. This almost does the tr ... problems: # Too much data. This shows all issues below each version when we really only want ... long as they know what they need to change.
- Help: RE: Passing a document around as part of an issue
- Greg Roberts wrote: > A common task at my co ... I've tried simply attaching the file to the issue but that results in a cumbersome edit proces ... > I've tried to create a hyperlink in the issue that points to the file out on our network. ... reg You can try the Redmine WebDav plugin!
- Open discussion: RE: idea on issues -> task list
- No, it's different way. I'm talking about to integrate to-do right into issue description
- I was surprised, when saw, that when you click _Export to CSV_ in issues list, you can see csv-file with fixed list ... new column into available column list in the issues list, you can get an error when try to expo ... created. P.S. Please, test it before use.
- Hi all, I'm planning implement a detailed ... with some information regarding the way the issues will be selected and prioritized on my comp ... ulate de business value of that project / or issue. Is there a way to implement this on Redmine? Cheers, Fernando Possebon
- Help: RE: email configuration issues
- I restarted Redmine as well as Apache and I a ... on to enable them. Am i missing something?
- 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