Project

General

Profile

Search

Results (18047)

Open discussion: RE: How to restore the deleted issue?
Just had the same issue and could restore the issue description and the most important comments from @production.log@. 2020-09-24 21:15
Open discussion: RE: Notification sent to issue creator, but only if submitted by email.
That looks like it would definitely fit the b ... seem justifiable given this is our only real issue with our setup. Unfortunately I have not ha ... stalls fine but no emails get generated upon issue creation. I have ensured notifications are on for issue creation and also added the owner-email fiel ... ed though. Guessing this is why there is no issue creation notification. Thank you for the recommendation. I will reach out to the developers. 2020-09-24 20:41
Help: RE: Redmine API, list of issues with spent_hours
Oh boy... I'm a blind mole. Didn't read that ... ssible to get time entries inside the [[Rest_Issues#Showing-an-issue|issues API]], yet. Perhaps the [[Rest_TimeEntries| time_entries API]] is a better choice for you... 2020-09-24 17:47
Help: RE: Redmine API, list of issues with spent_hours
I tried requesting with: /issues.json?status_id=*&include=spent_hours It didn't work I don't see the spent_hours getting added. 2020-09-24 16:12
Open discussion: RE: Notification sent to issue creator, but only if submitted by email.
Hi Shane, maybe this can be done with a he ... e_helpdesk here. Kind regards, Bernhard 2020-09-24 16:04
Help: RE: Redmine API, list of issues with spent_hours
Hi Dilivio, what exactly do you mean with "I don't get the spent_hours from every issue"? If you filter your list of issues you can add the column "spent hours" in the ... are looking for? Kind regards, Bernhard 2020-09-24 16:00
Open discussion: Update project over REST api
I am not able to update a project to change i ... e REST API (Redmine v3.3.3). I can update issues, but sending <code class="json"> { ... ves back a 404 error. Any hints welcome. 2020-09-24 12:30
Help: Redmine API, list of issues with spent_hours
Hi, When retrieving a list of issues I don't get the spent_hours from every issue. But when I retrieve a single issue I get the spent_hours. Is it possible to do this with a list of issues too? Kind regards, Dilivio Reply 2020-09-24 09:52
Open discussion: Notification sent to issue creator, but only if submitted by email.
Hi, We use our redmine server for project ... If a user wants to ask for an update on the issue, their initial instinct is to send another e ... s. Users have their own set of projects and issues and setting a user up to receive updates fo ... to have a way to send a copy of the created issue to submitters if submitted by email OR if cr ... of the email script, but not necessarily for issues created from within redmine, or at least other redmine projects. Has anyone else had similar issues? If so what solution did you come to? 2020-09-23 22:12
Open discussion: Redmine API Issues add spent_hours
Hi, When retrieving a list of issues I don't get the spent_hours from every issue. But when I retrieve a single issue I get the spent_hours. Is it possible to do this with a list of issues too? Kind regards, Dilivio 2020-09-23 13:51
Help: RE: missing translation
I've created a daily script to clear cache, but issue is still happening english (and only it) disappears from the languages menu 2020-09-23 10:42
Help: RE: Don't see the page navigation links.
Go MAEDA wrote: > You can change the behavior by increasing the number embedded in app/controllers/issues_controller.rb. See the following example. > > [...] Thank you very much. Works fine. 2020-09-21 07:04
Help: RE: Don't see the page navigation links.
You can change the behavior by increasing the number embedded in app/controllers/issues_controller.rb. See the following example. ... class="diff"> diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb index e2cc1505e..abd9ca497 100644 --- a/app/controllers/issues_controller.rb +++ b/app/controllers/issues_controller.rb @@ -478,10 +478,10 @@ class IssuesController < ApplicationController r ... limit = 500 + limit = 1000 issue_ids = @query.issue_ids(:limit => (limit + 1)) if (idx = issue_ids.index(@issue.id)) && idx < limit - if issue_ids.size < 500 + if issue_ids.size < 1000 @issue... 2020-09-21 06:37
Help: Don't see the page navigation links.
Hi. When there are less than 500 issues, the page navigation link is shown as below, !show.JPG! but when there are more than 500 issues, the page navigation link is not shown as below. !dont_show.JPG! Is there any way to fix it? 2020-09-21 03:36
Help: Sending formatted text when creating or adding comments to tickets
Hi, I need to create/update issues via REST API. But the redmine server is co ... etc). Does anyone know how I can do this? 2020-09-19 08:19
Help: incompatible character encodings: UTF-8 and CP850
Hello, I have an issue at first use of redmine. I've installed Red ... tabase and reinstall it but I still have the issue. I've tried encoding utf8, CP850 and withou ... anguage. I have no idea how to solve this issue. Thanks for your help. 2020-09-18 10:28
Plugins: RE: Plugin to design "Home-Page"
> is there any plugin to create a home-page - ... lugin "Redmine Wiki List" is used to list up issues in Wiki (left section). ** Our example show the listing of issues of (1) Flagged by the management and (2) Due date is near or past, and the open issues are assigned to the login user. ** You cou ... er 13) at https://www.jss.jaxa.jp/about_coda/ 2020-09-16 11:10
Help: RE: missing translation
to be honest, the issue started after upgrading redmine AND system ... ets Rails integration (part of Rails)</pre> 2020-09-15 10:28
Job offers: Photo upload from camera for Redmine issues
Looking for someone to create a plugin that w ... rom a camera whilst on site and add it to an issue. Desirable, but not mandatory feature wou ... to be implemented using an existing library. 2020-09-14 15:59
Plugins: ERPmine v4.0.4
We are happy to announce the release of ERPmi ... se Notes for v4.0.4 Feature: - Add issue logger for Asset on spent time Bug Fixes: ... w.erpmine.org/projects/erpmine/wiki/Resources 2020-09-10 17:00
Help: RE: I need to import from CSV while preserving existing issue numbers
James Brady wrote: > So, does using csv import mean that the issue numbers will irrevocably change, and there's ... bout the old instance. It just creates a new issue for every row in your CSV file. If you woul ... rget to backup your database first. ;-) 2020-09-10 14:28
Help: RE: I need to import from CSV while preserving existing issue numbers
So, does using csv import mean that the issue numbers will irrevocably change, and there's no way to prevent/mitigate that? 2020-09-09 18:07
Open discussion: Bitnami Redmine EMail Sending Error
As titled, I found the EMail Sending is not w ... Hava any solution for this case? And this issue has been submitted in redmine.org before. https://www.redmine.org/boards/2/topics/59057?r=59886 2020-09-09 11:03
Help: migrating from sqlite3 to mysql, it worked, but can't login
h2. The goal is to migrate from sqlite3 to my ... I don't see how it could be a LDAP interface issue because if I swap the database back to sqlit ... redmine_workflow_enhancements 0.5.0 </pre> 2020-09-06 05:48
Help: Create Ticket under a project based on the email domain
Hi All, We are using Redmine for to prov ... help how to achieve below Create an new issue via email under a project based on the domai ... and XYZ * If *user@ABC.COM* send a mail an issue need to be created under project *ABC* * And *user@XYZ.COM* issue under *XYZ* project 2020-09-04 20:41
(1401-1425/18047)