Project

General

Profile

Search

Results (18264)

Development: New Custom Field type providing an enumeration whose values are set in the project
Hi, We often need a list of values that ar ... tions_CF_20191004.png! * Custom field *in issue* !{border: 1px solid}Project_Enumeration_In_Issue_20191004.png! 2019-10-04 15:36
Open discussion: issue tracker type definition
Hi All, I am sorry to ask this question but I can not find issue tracker type definition in redmine wiki. Does anyone can help to give me the answer? 2019-10-04 11:58
Help: How can I build a wiki syntax link to user's favorite project?
I want to add a link (on the "Home" page) to ... avorite project. <pre> /projects/PROJ_ID/issues?query_id=12 </pre> Where PROJ_ID is rep ... th the current syntax, or maybe with a macro? 2019-10-02 21:18
Development: Optimizing Search Box Speed with Large Data
Folks-- We have a redmine system with a large number of issues (180,000~), custom fields (about 40; 30 or ... has any tips for speeding that up the search? 2019-10-02 19:52
Help: RE: Conditioned Custom Fields
It isn't possible by default. There is some ... b.com/onozaty/redmine-view-customize-scripts/issues/14. 2019-10-01 14:59
Help: RE: How to send email when responding to a ticket
You can specify it somehow in your [[RedmineA ... nges I make myself@ you also get an email on issue creation. 2019-09-30 17:29
Plugins: Upgrading DMSF Permission denied @ rb_file_s_rename
I need some help upgrading DMSF. I am curren ... I've read all over about bundle having an issue with permissions in 1.13 so I upgraded to 1. ... in. Any help would be appreciated, thanks! 2019-09-27 01:37
Open discussion: xyz2grd: More than 1 records, only 1 was expected (aborting)!
I am trying to run a code, but I am getting t ... d (aborting)! Can anyone help me with the issue? Why exactly it's happening and the possible ... O -P >> $psfile ps2raster $psfile -A -Tf 2019-09-26 08:18
Plugins: Redmine 4 Updating locales for plugins
Hello, I'm using redmineup plugin with mis ... pleased if anyone could help me address this issue. Regards. 2019-09-25 14:04
Help: Create a new user via REST api Users by adding Projects and roles in the same way/time.
Hello, I want to create a new user in redmin ... /> <roles type="array"> <role id="7" name="issues-user"/> <role id="3" name="Manager "/> </ ... embership> </memberships> </user> Thanks 2019-09-24 11:35
Plugins: RE: Rails 3 porting issues
Alex Shulgin wrote: > Etienne Massip wrote: ... er module and use include ContactsHelper? 2019-09-19 22:36
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). 2019-09-19 22:24
Help: Upgrading to 4.0.4
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 2019-09-19 20:33
Help: how can we assign issue to user group wise?
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? 2019-09-18 13:35
Open discussion: Issues query optimization. How to redefine scope?
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... 2019-09-16 22:30
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 ... 2019-09-16 01:50
Open discussion: Backup and restore
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 2019-09-14 00:54
Help: RE: Can't change priority on reopened issue
Administration > Workflow > Fields permission ... ange priority's field in the reopened status. 2019-09-13 13:52
Help: Can't change priority on reopened issue
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? 2019-09-13 12:04
Job offers: Looking for paid help
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. 2019-09-12 14:37
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}/ 2019-09-10 13:05
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?* 2019-09-08 02:49
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). 2019-09-06 13:44
Help: is that possible? : sending e-mails to customers to inform about clossed issues
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 2019-09-06 12:33
Open discussion: i want to opimise a process: sending e-mails to customers to inform about clossed issues
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 2019-09-06 12:28
(2076-2100/18264)