Search
Results (18292)
- Help: RE: Email notification on issue link mis-match
- Jack Peng wrote: > Dear all, > > After se ... il notification sucessfully. > > but when issue update and send notification email to members' email. > I found the link of issue is "http://localhost:3000/issues/46" > and the attachment link is "http://l ... your server host. :) Try it! See you :)
- Dear all, After setup Redmine and it can r ... email notification sucessfully. but when issue update and send notification email to members' email. I found the link of issue is "http://localhost:3000/issues/46" and the attachment link is "http://loc ... your attentions! Best regards! Jack Peng
- Hi everyone, I have added a new Issue Status named "Geschlossen" (Closed). You can see this here: !Issue_statuses.png! I also enabled this in the ... fortunately, I cannot select it in any of my Issues: !Avail_Status.png! Can anybody tell ... mine_checklists 3.0.1 redmine_issue_due_date 0.2.0 redmine_lightbox2 ... e_workload 1.0.2 </code></pre>
- Plugins: RE: redmine_checklists not compatible with Redmine 2.6.0
- Checklists 3.0.2 works great! But my "LaTeX M ... ity to add same checklists item if I edit an issue.
- Hello, we have problem with performance in ... Query_time: 14.747925 SELECT DISTINCT `issues`.id FROM `issues` LEFT OUTER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` LEFT OUTER JOIN `journals` ON `journals`.`journalized_id` = `issues`.`id` AND (journals.private_notes = 0 OR (p ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking'))) AND `journals`.`journalized_type` = 'Issue' WHERE (projects.status <> 9 AND projects.id ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) AND (((LOWER(subject) LIKE '%rn4988%') OR (LOWER(issues.description) LIKE '%rn4988%') OR (LOWER(journals.notes) LIKE '%rn4988%') OR issues.id IN (SELECT customized_id FROM custom_values WHERE customized_type='Issue' AND customized_id=...
- Hello all, I am developing some kind of new kind of issue, and using the "Custom fields" options. With ... lp / tutorial for this? Thank you very much!
- Hi, I've seen plenty of issues like this but no real resolution that works ... be a very happy user! Best regards /Åke
- Help: RE: Redmine 2.5.2 with dmsf-plugin how to use webdav?
- Hello, Can you detail the user rights modifications ? I am facing the same issue and do not how how to get the webdav mode working. Thank you.
- I cannot expoert due_date in issue into datatype Date in excel And when I import file export. I met Error. Please help me
- Plugins: RE: redmine_checklists not compatible with Redmine 2.6.0
- RedmineCRM released Version 3.0.2 of Checksli ... n. But I can't add any Checklists item to an issue.
- Plugins: RE: Redmine Issue Reminder - Version 0.0.1
- Jethro Yu, thanks for the patch but why it does not work every day alert
- Development: RE: How to search issues by their historical status?
- Hi, martin. Thanks for your suggestion. But it's diffrent. The first is "How many issues were closed at yesterday". But if the issue is re-opened , then re-closed at today. My c ... s this one. The 2nd, 3rd, 4th will miss the issues were created at the day before yesterday. ... answer. Until now, I have to retrieve all issues with all journal-details, and count them on ... ybe work out, but My SQL-Skill is not enough.
- Hello, I have setup Redmine to use my git ... the updates.. And of course when I go in the Issue The associated issue is not showing.. ps: When I do check the ... date. But my problem is that the "associated issue" ONLY gets updated when i click on the repos ... work? (my main goal is get the "associated issue" updated without having to click on the repo ... the "fetch" url with the right key Thanks
- Hi, I am working on Redmine REST API to achieve issues to be moved between projects. Update of the issue is happening except the project. URL : http://xx.x.x.xxx/redmine/issues/14725.xml?key=ABCD Payload : <?xml version="1.0"?><issue><project_id>xxxx</project_id><priority_id>3< ... ustom_fields><tracker><id>12</id></tracker></issue> Can someone guide me on how to achieve t ... redmine_wktime 1.5
- Hi 1 month ago code review stops working, I ... rted GET "/projects/xx/search?utf8=%E2%9C%93&issues=1&q=5407" for 192.168.xx.xx at 2014-12-05 0 ... #index as HTML Parameters: {"utf8"=>"✓", "issues"=>"1", "q"=>"5407", "id"=>"xx"} Current ... (id=19) Redirected to http://redmine.xx.xx/issues/5407 Completed 302 Found in 16.6ms (ActiveRecord: 1.2ms) Started GET "/issues/5407" for 192.168.xx.xx at 2014-12-05 09:35:17 +0100 Processing by IssuesController#show as HTML Parameters: {"id"=>"5407"} Current user: mauro (id=19) Rendered issues/_action_menu.html.erb (5.7ms) Rendered plugins/redmine_code_review/app/views/code_review/_issues_show_details_bottom.html.erb (2.8ms) Rendered plugins/redmine_release_notes/app/views/issue...
- Plugins: RE: Working "stuff to do"-plugin
- I had the same issue, and yes I have found one that is working. ... member to go into Admin->Plugins Cheers!
- Help: RE: Default tracker for Sub-Task
- Sven S. wrote: > While playing around with s ... > > I already read the documentation and issues but I was unable to find any information re ... sh, I'm from Brasil. Is that what you needed?
- For example. More comfortable will be "to watch issue-detail-description in issue list on hover issue-title":http://prntscr.com/5d2l50. In wordpr ... e link to the decision, if it already exists.
- I didn't find this feature in forum, so I cre ... ck edit of estimate hours or other fields in issue list ps. Guys please send the link to the decision, if it already exists.
- Plugins: RE: CKEditor: What should I know about it?
- I've been running CKEditor in Redmine for abo ... d handle without any trouble. The biggest issue you'll run into with this is the macro suppo ... t I know of to convert Redmine wiki pages or issue descriptions from HTML to any other format. ... implement it in your production environment.
- Help: RE: [SOS]Redmine server is down always,please help
- Hello Julie, I don't see you why you would ... support heavy loads. * Mongrel had several issues with recent versions of Rails/Ruby, and, I ... ments (Using Ruby 1.9 previously). Cheers,
- Help: RE: Using the REST API with PHP - Redmine
- I think you can't do it! *Optional filters:* * project_id: get issues from the project with the given id, where i ... or project identifier * subproject_id: get issues from the subproject with the given id. You ... ject_id=XXX&subproject_id=!* to get only the issues of a given project and none of its subprojects. * tracker_id: get issues from the tracker with the given id * status_id: get issues with the given status id only. Possible values: open, closed, * to get open and closed issues, status id * assigned_to_id: get issues which are assigned to the given user id. me can be used instead an ID to fetch all issues from the logged in user (via API key or HTTP auth) * cf_x: get issues with the given value for custom field with ... //www.redmine.org/projects/redmine/wiki/Rest_Issue...
- While playing around with sub-tasks, I observ ... ks"? I already read the documentation and issues but I was unable to find any information related to this topic.
- Help: RE: Using the REST API with PHP - Redmine
- gabriel visconti wrote: > I'm using this API to get issues of a redmine database. > > http://www.re ... > I followed the examples, but I can't get issues where assigned_to_id is null. > > Here's ... a query command: <pre>SELECT * FROM redmine.issues WHERE assigned_to_id = null;</pre> *You ... a query command: <pre>SELECT * FROM redmine.issues WHERE assigned_to_id is null;</pre> It w ... can make a test on terminal or ide workbench.
- I'm using this API to get issues of a redmine database. http://www.redmin ... I followed the examples, but I can't get issues where assigned_to_id is null. Here's the ... uire_once ('ActiveResource.php'); class Issue extends ActiveResource { var $site = 'root: ... = 'xml'; // REQUIRED! var $element_name = 'issue' } $issue = new Issue(); $issues = $issue->find('all'); //Works fine print_r($issues); </pre> But when I try to restrict for ... assigned_to_id, It's not working. <pre> $issues = $issue->find ("all", array('assigned_to_id'=>null)); //not working $issues = $issue...