Search
Results (18280)
- Hi: I've recently made an upgrade of a pre ... I'm having a few small (But still annoying) issues I can't put my finger on. Let me try to giv ... my situation clear :p. Thanks for your help!!
- Help: RE: Can't set start or due dates from incoming emails for new issues
- Using YYYY-MM-DD is just a workaround, may I suggest you open a feature request?
- Help: RE: Parent issue % Done is not updated when subtask issue status is changed.
- The setting "Calculate the issue done ratio with issue status" doesn't relate to child tasks. It i ... us 'resolved' -> 75% status 'closed' -> 100%
- Help: RE: Multi Parent task for a task
- Issues can only have a single parent. Think of a t ... ranches. http://en.wikipedia.org/wiki/B-tree
- Help: RE: Redmine & MSSQL
- Did you ever resolve this problem? I'm having the exact same issue! / Tommy
- Open discussion: RE: Problem querying redmine for Projects using crontab
- *This is not a redmine issue*, although there might be people on the forum who can help you either way. You have an issue with your server configuration, whatever ser ... check your paths, your mod_proxy config, ...
- Plugins: RE: External Link in Menu
- Look my very simple plugin, that should help you: https://github.com/jniggemann/Redmine-All-Issues
- Hello all! I am using the latest Redmine v ... subprojects A1 and A2. Now I want to relate issues between the two subprojects A1 and A2, but I get the error that the related issue does not belong to the same project, of cour ... I know, in Administration -> Settings -> Issue Tracking I can check "Allow cross-project issue relations", but this is not what I want to have, because then I can relate issues between all(!) projects, but I only want be ... yone an idea how to do this? Best regards.
- Help: RE: Help installing Release Notes 1.1.1 for Redmine 1.4.4
- Yes. Sounds like it's a known issue, he'll set to fixing it this week hopefully. Thanks.
- Development: RE: Setting relations via REST API
- I was able to figure out my problem. For futu ... //www.redmine.org/projects/redmine/wiki/Rest_IssueRelations POST /issues/*number*/relations.json { relation: { "issue_to_id" : id "relation_type" : "relates" } }
- Open discussion: RE: issue_status: different meanings possible?!
- >"feedback" should be a closing status for so ... g for others?! IMHO that's not possible, as issue statuses are project independant (at least i ... should be a closing status only if previous issue_status is "new"?! Not possible either if I'm not mistaken, as issue statuses are either closing or not. If a sta ... ndependent of its current / previous state...
- Hi, is it possible to give a particular issue_status different meanings? e.g. "feedback" ... implement multiple requirements to close an issue. e.g. "feedback" should be a closing status only if previous issue_status is "new"?! appreciate any ideas ;-)
- Help: RE: Delete relation link does not work
- Nevermind, I've fixed it. WebDAV steps in whe ... the reply as spam. Please search web for "issue-hosting-restful-services-on-iis-7" and you'll see the blog that I've used.
- Hi, I've installed Redmine via Microsoft W ... t ran into a problem while trying to connect issues within the same project. If I want to create a relation, like Issue #1 precedes Issue #2, no problem. But the issue occures if I try to delete that relation. Si ... advance. Redmine version: 2.1.2-stable
- Help: RE: Query issues change status between dates
- Thank you very much Jan!
- Help: RE: Query issues change status between dates
- Yes, just click "Add filter" on the upper rig ... elect "between". You can then select 2 dates.
- Hello, is there a "smart" query that will return the issues that changed its status between two given dates? Thanks in advance.
- Open discussion: RE: Installing Redmine on Wi ... R2 and Apache with Thin as a windows service
- Hi, When I try to start the service I get ... having this error. Have yo had this same issue? Thanks
- Plugins: RE: Storing Attachments in Dropbox
- Please report issues to https://github.com/alexbevi/redmine_drop ... e provide the version of redmine you're using
- Plugins: RE: Storing Attachments in Dropbox
- Hi Alex, thanx for your nice work! I have some small issues with using the plugins and I don't know how ... .rb:90:in `destroy' Can you please help?
- Help: RE: issue mail has not to mail body?
- If there's no "To:" header field, how can the mail have reached your inbox?
- Hi - We're fairly new to Redmine and have ... on how I can better troubleshoot / trace the issue? Thanks, Noah
- Development: RE: How to change background color to issue
- You can check how the themes do it. Basically ... ority-1 td { border-color: #add7f3; } </pre>
- Help: RE: Users unable to Update issues using IE8
- #12195 didn't help my issue - in fact it caused IE7 to crash (Operation Aborted error). #12298 is a different issue altogether so I'll not go poking around on t ... using IE6/7/8 so the pain is just compounded.
- I'm trying to set a relation between issues using the rest api. The issue states that it has been updated, however no ... . This is the api that I am using { "issue": { "relations":[{"id":null, "delay":null,"issue_to_id":1157,"issue_id":1624,"relation_type":"relates"}] } } Thanks in advance