Search
Results (18279)
- Hi Team , Would like to know if the existi ... h iterations . [like in pdf which is for one issue] Thanks and Regards J Joseph
- Hi, we're still new using Redmine, and we use ... are set up in a way that an admin assigns an issue to a developper, and the end client is added ... observer receives notifications ONLY when an issue has been started to be worked on (In Progres ... we set that up? Thanks in advance, Jeremy
- I've looked though the issue list and previous posts but cannot find anyt ... to new items? Thanks for assisting. Chris
- Hi, I would like to ask.. We are using red ... s possibilities) and we have found couple of issues which make using quite "user non-friendly". ... 1 redmine_tweaks 0.4.5
- I noticed when I add a note to an issue on this site the status of the issue is automatically changed to "Needs feedback" ... at feature. How is that setup on this site?
- Help: RE: Email notification on issue link mis-match
- Don't worry, no problem! :) Have a nice weekend!
- Development: RE: How to search issues by their historical status?
- I'm new enough to Rails that its easier for m ... give you a list of dates with the number of issues closed that day: <pre> SELECT LEFT(journals.created_on, 10) AS 'Date', COUNT(DISTINCT issues.id) AS 'Closed' FROM issues INNER JOIN journals ON issues.id=journals.journalized_id AND journals.journalized_type='Issue' INNER JOIN journal_details ON journals.id= ... losed" with IDs of 6 and 7. To count Open issues is a bit trickier, as you'd have to include ... ave to UNION that with a count of IDs in the Issues table using created_on, by adding this abov ... EFT(created_on, 10) AS 'Date', COUNT(*) FROM issues </pre> Now, having written all that, I ... n a certain date. So, the data to list every issue that was open (not actually opened, but just ... or, hopefully my examples are of some help.
- Open discussion: RE: How to contribute
- I'm fairly new to Redmine and am using it ext ... loyment at work. Looking through many of the issues, I've had the same concern tempering my desire to contribute - lots of issues with patches that have received no response ... estion is for the core team to use either an issue status or (better) future versions to indicate issues that, if properly patched, will be prioriti ... ongly encourage folks to provide patches for issues that will actually be acted upon. And if an issue comes in that will definitely not be acted u ... aning developers who create a patch for it.
- Help: RE: Email notification on issue link mis-match
- Oooh, I missed this configuration while runni ... nks Alessandro, you wake me up ^_^ Cheers!
- Help: RE: Problems, configuring new issue status
- Using the "all", "all" filter did not succeed ... at a time. This worked. Thank you anyway.
- Help: RE: Problems, configuring new issue status
- Try it: !http://s17.postimg.org/srd5hsunj/image.png!
- Help: RE: Need to prevent users from downloading specific attachments
- Phil Darras wrote: > Hi community, > > We ... ook for this feature: http://www.redmine.org/issues/12677 It's still open!
- 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