Project

General

Profile

Search

Results (18265)

Open discussion: Why some push events doesn't sync?
I did git clon job from the Redmine server an ... ion correctly except some push events. This issues are same with other projects. I thinks not ... . Why some push events doesn't sync? 2019-01-24 09:37
Help: Is there any option in custom fields to make them read only in the form
I have some custom fields in issue creation form which are having pre-filled da ... in any version of redmine ? Please help me 2019-01-23 06:32
Help: API: Listing issues API call 403 forbidden
for one of my specific redmine account (company), '/issues.json' API call returns NULL. Actually this ... y: XXXXXXXXXXXXYYYYYYYYYYYY" http://HOST_URL/issues.json* < HTTP/1.1 403 Forbidden < X-Fram ... ct It doesn't return the json like this {"issues":[],"total_count":0,"offset":0,"limit":25}. ... problem to fetch projectes, but not sure why issues.json returns null. 2019-01-23 02:53
Development: Need help on rest API call
Hello for one of my specific redmine account (company), '/issues.json' API call returns NULL. It doesn't return the json like this {"issues":[],"total_count":0,"offset":0,"limit":25}. ... problem to fetch projectes, but not sure why issues.json returns null. 2019-01-22 13:36
Help: RE: Permissions to close issues
Thanks a lot *R Daneel Olivaw* 2019-01-22 07:23
Help: RE: Changing the email template
Andrew X wrote: > Hi, what would I need to edit to remove the description on an HTML RM update issue and new issue: The following change should suppress the issue description in email notifications. <pre><code class="diff"> Index: app/views/mailer/_issue.html.erb ================================== ... ===================== --- app/views/mailer/_issue.html.erb (revision 17835) +++ app/views/mailer/_issue.html.erb (working copy) @@ -2,8 +2,6 @@ <%= render_email_issue_attributes(issue, user, true) %> -<%= textilizable(issue, :description, :only_path => false) %> - <% if issue.attachments.any? %> <fieldset class="att ... :label_attachment_plural) %></legend> <% issue.attachments.each do |attachment| %> Index: app/views/mailer/_... 2019-01-21 01:59
Help: Automatically submit pre-populated issue from URL?
Looking at issue #9076, it's exactly what I'm looking to do, ... for a way do do something like: <pre> .../issues/new?issue[tracker_id]=2&issue[subject]=Issue+Subject&issue[description]=This+is+a+description+of+the+issue&issue[priority_id]=2&issue[assigned_to_id]=5&commit=true </pre> 2019-01-19 23:02
Help: RE: Changing the email template
Hi, what would I need to edit to remove the description on an HTML RM update issue and new issue: RM 3.3.3.stable Sometimes we post sen ... email in clear. The rest of the info for issues that are updated or new are fine. Thanks! 2019-01-19 18:00
Development: An idea to improve Custom Fields (List and Key/Value List)
First the normal procedure: 1. Create a li ... xes What you get when u create / edit the issue is the list with format: [] Value 1 [] V ... heckbox (YES/NO) this way when you create an issue you could directly get something like this: ... st or checkboxes. Imagine that you have a issue like fix problem "x"... In your department t ... !! Will wait for news ! Many thanks !! 2019-01-17 16:55
Open discussion: Python-redmine download Activity Page of a specific user between dates
I'm using python-redmine 2.2.0 and trying to ... been using journals and iterating to all the issues and finding out the user under 'assigned_to ... thout using the script. !ActivityPage.PNG! 2019-01-16 19:09
Help: Issues created via rdm-mailhandler.rb script. Is i ... sers for mails in the CC if they don't exist?
Hi there, I'm using rdm-mailhandler.rb script to add issues for a project. Everything works fine except for one little thing. The issue is that all emails come from the same email ... tLevelSupport@company.com) with the original issue creator user being copied in the CC. When we create issues this way I have noticed that the CC user is added as a Watcher for the issue if the email has already an existing user in ... sible? Thanks in advance. Best regards. 2019-01-16 13:03
Plugins: RE: integration with slack
FYI I just wrote a plugin which allows you to open slack directly from the issue watchers if you are interested in looking at that https://www.redmine.org/plugins/redmine_im_link 2019-01-16 03:11
Open discussion: Issues are dissapearing
Hello. Hope you're great. Wanna know if you had this problem where issues randomly are dissapearing and can't be foun ... . You can see the correlative numbers of the issues and there you also can notice the ones miss ... ess to the database or permissions to delete issues. Any thoughts are welcome Thanks !1.jpg! 2019-01-15 22:16
Help: How to create an issue ?
ey, i have a little problem with redmine. Is it possible that i can't create an issue with this redmine installation? I have neither the tab "new issue" nor a sidebar option to create a new issue. I'm stuck with this, I don't know if I h ... em with redmine. I hope you can help me :/ 2019-01-12 08:38
Help: RE: Problems with Workflow
About issue #1, on workflow admin page, clear the check ... er" to see if that keeps happening. About issue#2, I have the same problem here: new issues get workflow changes but old ones not. I've tried making a copy of the old issue but the problem continues. Update on #2: apparently new issues created AFTER changing the workflow do work ... I'm not an expert on Redmine, simply a user. 2019-01-12 06:53
Help: RE: How to download selected issue to csv
On Redmine 4.0.0, you can create issues query with using issue ID. After creating it, you can get csv of the issue after accessing **http://your.redmine/issues.csv?parameters_for_query**. For example, I could get a csv of issue #13 when I access following address from browser. http://127.0.0.1:3000/issues.csv?utf8=%E2%9C%93&set_filter=1&f[]=issue_id&op[issue_id]==&v[issue_id][]=13 2019-01-11 15:08
Help: How to download selected issue to csv
Greetings! I'm trying to add a button to export an unique issue to csv format , at the current version allows export all issue but i just need the selected one. I would l ... button for outgoing csv file. Any idea? 2019-01-11 11:43
Open discussion: RE: receiving emails from imap ssl
To anyone else having this issue, edit /lib/redmine/imap.rb add the line ... ve the \ for the domain user, that solved my issue. 2019-01-11 02:19
Open discussion: RE: after update from 3.4 to 4.0 plugins didnt work
After i'm change rails version in Gemfile to ... 0$ rake redmine:plugins:migrate NAME=redmine_issue_cheklist RAILS_ENV=production rake abor ... (See full trace by running task with --trace) 2019-01-10 08:04
Open discussion: after update from 3.4 to 4.0 plugins didnt work
Hello. I'm update redmine. Redmine work on my ... cp -rp /opt/redmine-3.2.0/plugins/redmine_issue_checklist/ /opt/redmine-4.0.0/plugins/ Er ... 0$ rake redmine:plugins:migrate NAME=redmine_issue_checklist RAILS_ENV=production /opt/redmine-4.0.0/plugins/redmine_issue_checklist/init.rb:24: warning: key :issue_checklist is duplicated and overwritten on l ... r: undefined method `alias_method_chain' for Issue (call 'Issue.connection' to establish a connection):Class ... missing' /opt/redmine-4.0.0/plugins/redmine_issue_checklist/lib/redmine_issue_checklist/patches/issue_patch.rb:11:in `block in included' /opt/redmine-4.0.0/plugins/redmine_issue_checklist/lib/redmine_issue_checklist/patches/issue... 2019-01-10 07:23
Help: RE: Support Tickets / Helpdesk pulgin
Hi, For all of you searching for a "Redmin ... ssage with an attachment to specific Redmine Issue - Reply/Update tickets from e-mail (updates ... ective customer service. Greetings, Greg 2019-01-08 15:54
Help: RE: Redmine for Customer Service Support
Hi, For all of you searching for a "Redmi ... ssage with an attachment to specific Redmine Issue With an additional plugin — "Redmine Repo ... esolved support request Greetings, Greg 2019-01-08 15:44
Development: RE: What can be good alternative to Jira/Redmine?
Hi, Redmine with "Redmine Agile plugin":h ... rd with a selection of columns. You can show issue statuses columns with main and sub-statuses ... ks divisions - this can be achieved by using issues/tasks and sub-issues/sub-tasks in Redmine - Separate backlog - ... blog/managing-development-projects-in-redmine 2019-01-08 15:02
Plugins: RE: Redmine Custom Auto-Complete - HowTo
Hi, it does a db query, just look at the code: @issues = Issue.find_by_sql(["select max(issues.id) as id, custom_values.value as value, count(*) as count from custom_values, issues where custom_values.customized_id = issues.id and custom_values.custom_field_id = ? an ... ?) group by custom_values.value order by max(issues.updated_on) desc", params[:custom_field_id] ... ontrollers/custom_auto_complete_controller.rb 2019-01-07 12:46
Help: Does redmine 4.0 require rails 5.2.2?
Hi all, I have been able to get Redmine 4.0 ... nt_boolean_as_integer = true I gather the issue is related to to this change alone conf ... work with older rails versions? 2019-01-07 04:22
(2401-2425/18265)