Search
Results (18279)
- Plugins: RE: Rails 3 porting issues
- Alex Shulgin wrote: > Etienne Massip wrote: ... er module and use include ContactsHelper?
- Development: RE: How to add an issue trackers(Bag,Feature,Support) to existing project?(c#)
- Bernhard Rohloff wrote: > At the moment, I d ... 't add a task to this project(see picture).
- We are using version 3.4.5 and are having issues upgrading to 4.0.4. We have a separate fol ... 1 custom_menu 1.7.4 issue_charts 1.3.0 project_ov ... edmine_inventory_manager 0.9 redmine_issue_badge 0.0.6 redmine_issue_tabs 1.2.3 redmine_issues_hub 0.0.2 redmine_logs ... 1.0.1 </pre> Thanks, Harry
- example: we have 4 groups and each group has 5 users. Now if I want to assign issue to specific user of specific group How can I do that?
- I use Redmine 3 and have the optimisation problem, when view all issues. I have seen Redmine 4 and have seen some p ... ery. My query <pre> SELECT COUNT(*) FROM `issues` INNER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` INNER JOIN `issue_statuses` ON `issue_statuses`.`id` = `issues`.`status_id` WHERE (((projects.status <> 9 ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) AND ((projects.id IN (22,23,24,2 ... 35,36,46,47,64,65,66,67) AND (1=1))))) AND ((issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0))) </pre> has e ... r - 25 second. <pre> SELECT COUNT(*) FROM `issues` INNER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` INNER JOIN `issue...
- Open discussion: RE: Redmine query optimizations
- I assume there might be some id that could be used to unite all these issues. Couldn't you just create an extra custom field and use it to filter the issues like: <pre> SELECT COUNT(*) FROM `custom_values` INNER JOIN issues ON issues.id = custom_values.customized_id INNER JOIN issue_statuses ON issues.status_id=issue_statuses.id WHERE `custom_values`.`custom_field_id` = 16 AND issues.id in (SELECT customized_id FROM custom_val ... `custom_values`.`value` = 'Maior Domus' AND `issue_statuses`.`is_closed` = 1 </pre> If not, ... hink you could add an extra field into table issues like 'aggregation_id' to filter using it: ... ECT COUNT(*) FROM `custom_values` INNER JOIN issues ON issues.id = custom_values.customized_id INNER JOIN ...
- Hi, We are using the redmine 2.6.0.1 version for past 4+ years.Due to the OS issue the redmine system could not boot.So we re-i ... ile restoring the database. Kindly help on th
- Help: RE: Can't change priority on reopened issue
- Administration > Workflow > Fields permission ... ange priority's field in the reopened status.
- Hello everyone,, I have reopened a previously closed issue. It is now in state "reopnened". The priori ... The field is not available when I edit the issue. It doesn't matter if I change to another st ... e to change. Anyone knows how to fix that?
- Dear all, I am using Redmin and loving it ... e version? # to configure redmine to update issues via email: https://www.redmine.org/projects ... a year and to work with me when I get error.
- Help: RE: Redmine login error using polish alphabets
- Hello i found solution for this issue: 1. you need to create mysql database wit ... ‚ńóśźżĄĆĘÅŃÓŚŹŻ]{5,15}){0,2}/
- Help: RE: Help getting Redmine 4 running on Ubuntu 18.04 with Apache
- *UPDATE:* <pre> root@redmine:/opt/redmine ... another step in progress! So, it appears the issue may be in the Apache<>Redmine link, like you ... I might look or what I might check?*
- Help: RE: is that possible? : sending e-mails to customers to inform about clossed issues
- Hi, yes, a plugin would be the way to go. You probably would use a hook like :controller_issues_edit_after_save to be notified when an issue is updated. See: https://www.redmine.org/ ... edmine_webhook to receive a notification of issue update on an external app written in somethi ... natively and this showed up instead).
- Hi guys! I am searching for this feature/id ... and where i can find it: when i close an issue (either in the issue itself or in the issuechart with the right mouse button --> close issue) i would love to have an automatical e-mail going to the contact in the issue (for example someone from the company i am w ... s much needed and much appreciated. Cheers
- Hi guys! We have an idea/problem to optimis ... possible and realisable: when i close an issue (either in the issue itself or in the issuechart with the right mouse button --> close issue) i would love to have an automatical e-mail going to the contact in the issue (for example someone from the company i am w ... ch needed and much appreciated. Cheers
- Open discussion: RE: In the status drop down list few issue statuses are missing
- Thank you Go MAEDA for your response. Those issues have subtasks. I closed the subtasks and th ... y redmine was behaving the way it did. My issue has resolved.
- Open discussion: RE: In the status drop down list few issue statuses are missing
- Do those issues have subtasks? An issue which has open subtasks cannot be closed since Redmine 3.4.
- We recently upgraded redmine from 3.2.1 to 4. ... st does not display all the statuses for few issues. I will take up an example to explain th ... project named explore. Consider we have 5 issues under explore : e1, e2, e3, e4, e5 and the following are the statuses added under issue status available under administrator option ... ns in workflows, nothing helped resolve this issue.
- Help: RE: Create issues into multiple projects from multiple email addresses
- I finally found the trick, I had to modify th ... OT', 'SEEN']).each@ loop : !imap_rb.jpg!
- Open discussion: RE: Urgent: Will Redmine ever get a properly made UI?
- Hi! I agree with your point – even though ... o this rare category of problems. I mean the issues that everyone notices, but they're not so m ... n mobile and doesn't hurt to work on.
- Hello, I am creating high availability clust ... went wrong.* We've been notified about this issue and we'll take a look at it shortly." on se ... wn finished @ Please help me to find this issue
- Hi, We are on Redmine 4.0.4 on Windows usi ... ails functionality. Our goal is to create issues into different projects depending on the em ... nt by @john@biometal.com@ should generate an issue in a project called @biometal@ * emails sent by @jane@tradmax.com@ should generate an issue in a project called @tradmax@ * ... Cons ... ed to the project is no more detected and no issue is created. Apparently we should use the ... a how to make things work ? Thanks ! Fred
- I created a role called 'Team Member', and I ... t to have the permission to modify the whole issue, but I think it would be very useful to chan ... e. Is that possible? Thank you, Buba
- Open discussion: RE: Redmine Plugin offering change status date ?
- Hi Kirill, Thanks for your reply. I am looking for a plugging who can display for every issue: Time when status change (eg: from Open to ... Hope I have well explain my needs :) Thx
- Open discussion: RE: Redmine Plugin offering change status date ?
- It seems I'm not completely understanding the ... g to solve time in status request for single issue in our "Redmine Reporter plugin":http://demo.redmineup.com/issues_report_templates/preview?issue_ids%5B%5D=578&utf8=✓&authenticity_token=IY38 ... ry to find a solution with existed tools