Search
Results (18300)
- Hi, when I install plugin redmine issue sla: https://github.com/thorin/redmine_issue_sla I met this issue: Internal error An error occurred on the p ... ct with /opt/redmine/current/plugins/redmine_issue_sla/lib/redmine_issue_sla/infectors/project.rb Infected IssuePriority with /opt/redmine/current/plugins/redmine_issue_sla/lib/redmine_issue_sla/infectors/issue_priority.rb Infected Journal with /opt/redmine/current/plugins/redmine_issue_sla/lib/redmine_issue_sla/infectors/journal.rb Infected QueriesHelper with /opt/redmine/current/plugins/redmine_issue_sla/lib/redmine_issue_sla/infectors/queries_helper.rb Infected IssueQuery with /opt/redmine/current/plugins/redmine_...
- Open discussion: RE: Filter according to messages on issues
- Thanks, it seems that this will work for us too.
- Hello! My name is Handy Bolt and I'm worki ... is integration is synchronization of Redmine issues and EasyyQA Agile Board. Best regards ... velopment services https://www.cleveroad.com
- Help: RE: Watcher gets no email notification
- I'm seeing the same thing (with 3.3.0). I don ... S/he is not assigned to the project, nor the issue; but the issue was created by him/her via e-mail.
- Help: RE: the start date and end date of subtasks not show
- Bernhard Rohloff wrote: > No, the dates does ... t with the creator of the plugin to fix this issue. Thanks for your kindly reply. I will try to contact with the creator of the plugin "Redmine issues sortings plugin".
- Help: RE: Creating ticket from email
- With @project@ you can specify the project the issue is create for. You can specify another proje ... nk I've posted above. Greetings, Bernhard
- Help: RE: Set default user to "me" when creating a ticket
- In v3.4.x, I configured the 'Default assignee ... formation and then filled out a mostly blank issue. When I hit submit the 'Assignee' field (tho ... Default assignee' field). Hope that helps.
- Open discussion: RE: Filter according to messages on issues
- Check your email notification settings. W ... ticket, but after trimming the list to just issue creation and issue update until we trimmed down the list to just: * @Issue added@ * @Issue updated@ ** @Note added@ (restricts the abo ... oved or new ones added): <pre> X-Redmine-Issue-Author: AUTHOR_NAME_HERE X-Redmine-Issue-Assignee: ASSIGNEE_NAME_HERE X-Redmine-Issue-Id: 71 X-Mailer: Redmine X-Redmine-Project ... ample, setup a mail rule to flag *@X-Redmine-Issue-Assignee@* tagged mails differently when they have your user id as a value for that header.
- Help: RE: Plant inventory / logger
- Hey Nikos, this looks like an interesting ... keep it simple. You get very much out of the issues module with custom fields and filters. S ... nk your reports and errors to your inventory issue ( link or as parent issue ) so you can quickly get them collected in o ... h between your tasks? Greetings, Bernhard
- Help: RE: the start date and end date of subtasks not show
- No, the dates doesn't show up in my (vanilla) ... t with the creator of the plugin to fix this issue.
- We're using redmine at our company, and we no ... t is quite difficult to have conversation on issues. The main problem is that it is difficult to know when an issue got a reply. I think it could be quite useful to retrieve: * the list of all issues in which a user has said something * the list of all issues in which the user is not the last participa ... s already considered the problem ? Cheers.
- Help: RE: Creating ticket from email
- Thanks Bernhard. So I have scheduled below ... Redmine. I don't know what is causing this issue, is there something I am missing. Please help. Regards sdbhabal.
- Help: RE: Allowing the Reporter role to change Status of a ticket
- You can edit the workflow for the different r ... adminstrator menu as written in the [[RedmineIssueTrackingSetup#Workflow|Documentation]].
- I was using Redmine version-1.0.4, where repo ... ge property form where he/she can change the Issue Status. Please suggest how can we assign only status change permission.
- Help: RE: Automatically create subtask on issue creation
- You could create a template issue with the subtask and copy this issue instead of creating a new one. In the copy ... he subtasks fields. Greetings, Bernhard
- Help: RE: Disable option of creating subtask per tracker
- Hi Mathias, I don't think there is an option for that. A subtask is a normal issue which is linked as a subtask to another issue. Perhaps you can create a special tracker " ... tom tracker "ToDo". Greetings, Bernhard
- Hi, as part of our internal Quality proces ... ion per tracker? Any help is appreciated!
- Open discussion: RE: Issue Journals
- Hi! > Please write here if something chang ... xample in XML that add a note to an existing issue: <pre> PUT /issues/428.xml <issue> <notes> This fixes the problem for me, thank you! </notes> </issue> </pre> When querying with the API, you' ... ntries, and of course on the web interface.
- Development: RE: Is UI/UX development still active?
- Hi Jan, I don't know if there's currently ... n process seems to be centralized around the issue tracker. There's also an IRC channel on free ... our improvements here in the forums or as an issue and we're watching the reactions. The develo ... he Redmine community. Cheers, Bernhard
- Hi, I am using 3.4.3 I have issues when using arabic, log result: ActiveRec ... ser_id`, `notes`, `created_on`) VALUES (28, 'Issue', 6, 'قيغايفقت', '2018-01-13 15:26:00')): app/models/journal.rb:82:in `save' app/models/issue.rb:1839:in `create_journal' app/models/issue.rb:210:in `create_or_update' app/controllers/issues_controller.rb:558:in `block in save_issue_with_child_records' app/controllers/issues_controller.rb:546:in `save_issue_with_child_records' app/controllers/issues_controller.rb:168:in `update' lib/redmin ... I did this, but still unable to solve the issue: @SELECT CONCAT('ALTER TABLE ', tbl.TABLE ... BLES tbl WHERE tbl.TABLE_SCHEMA = 'redmine';@
- Hi, There is a problem with my Redmine proje ... ket XXXX : https://newerp.vigie.aerolia.corp/issues/XXXX And this is the link i have from an email notification : http://newerp.vigie.aerolia.corp/issues/XXXX#change-19724 And this one is not work ... d i didn't have this problem before. Thanks
- Hi all. Sometimes our tracker receives tasks ... http://www.redmine.org/plugins/redmine_send_issue_reply_email Works well, but does not send attachments.
- Help: RE: Issue
- Hallo Alex, issues can be assigned to specific users or groups ... editor. It is also not possible to assign an issue to a different person or group automatically ... an create a test project and tinker with the issues and workflows. Perhaps, you can achieve your goals in another way. Kind regards, Bernhard
- Hi, I am trying to add this following func ... tom Workflows: If the user mentions another issue in the description or subject, a relation of the two issues is created automatically. This is my cod ... 0-9]+/) Relations_Found.each do |r| rissue = Issue.find_by_id(r.gsub('#','').to_i) if rissue unless self.relations.include?(rissue) rel = IssueRelation.new( :issue_to => rissue, :issue_from => self, :relation_type => ... roblem is, the relation is only added to the issue currently being edited. The related issue gets no journals entry, although the relation is shown in the issue info at the top. Also it is possible to add a relation in the related ...
- Is it possible in redmine to assign an issue for users, for example managers' group. And ... or example on "in developing" to redirect an issue to another group?