Project

General

Profile

Search

Results (18215)

Plugins: DMSF-Plugin: migrate from 1.5.9 to 2.4.5
Hi. We are currently updating our Redmine- ... somebody out there who can help to fix this issue? This PI is very important for us. An ... e-Computing/bwHPC-S5 78457 Konstanz, Germany 2021-03-12 18:40
Open discussion: RE: API Post Subject, Project, Tracer and Status cannot be blank
David Costa wrote: > I'm trying to develop a ... > My code is the following: > > payload_issue_xml = ' ' \ > '<issue>' \ > '<project_id>' + str(project_id) '</p ... io>' + str(done_ratio) +'</done_ratio>' \ '</issue>' > > r_issue = requests.post(url, params=payload_issue_xml) As you are building the xml, try to start the issue with a xml tag. <pre> payload_issue_xml = '<?xml version="1.0" encoding="UTF-8"?>' \ '<issue>' \ '<project_id>' + str(project_id) '</pro ... io>' + str(done_ratio) +'</done_ratio>' \ '</issue>' r_issue = requests.post(url, params=payload_issue... 2021-03-12 16:26
Help: Issue list available columns
Hi, Is it possible to have columns from "user" available in the issue list? Example: Assingee email (email from user) in the list without having a issue custom field manually filled? Better yet, ... e to use that field as a available column in issue list based on the issue user selection (like assingee or issue custom field "user" type). About the syst ... bd - postgresql 10.6 OS - CentOS-7 </pre> 2021-03-12 15:13
Help: RE: My issues do not appear following a migration
After several tests with different browsers b ... rsists. On the new machine, I've no plugin 2021-03-11 13:50
Help: RE: How to reinit "Latest revisions" (changesets) for repository
Okay, I just figured out the core problem: ... this. Probably this would be worth filing an issue. 2021-03-11 13:28
Help: apache The custom ErrorLog path is invalid?
My environment is: Apache + Redmine combinati ... tpd.conf.Why is that? It's not a permission issue, because I also defined CustomLog, which eff ... omLog and errorLog are in the same directory. 2021-03-11 05:06
Help: RE: My issues do not appear following a migration
Great, I'm happy to hear that the initial pro ... owser. Also, please check again for plugins. 2021-03-10 16:34
Help: RE: My issues do not appear following a migration
Yes, in the meantime the ticket problem has b ... ly have a display and user interface problem. 2021-03-10 16:29
Help: RE: My issues do not appear following a migration
Thanks! Now it's only a display/UI issue? I'm asking because initially you reported a problem regarding the access to issues which do not work anymore after the upgrade. This was fixed in the meantime? Please recap the issues that you experience now just to be sure that we have the same understanding. 2021-03-10 16:23
Help: RE: My issues do not appear following a migration
I just got the screenshots. The old server ... png! The new server : !redmine_nok.png! 2021-03-10 15:06
Help: RE: My issues do not appear following a migration
Hello, I don't have an error it's just a d ... of my web service, I've no error on redmine. 2021-03-10 09:39
Help: RE: How to solve the issue installing plugins?
Coria, It is likely the plugin you've just ... t.txt </pre> If that doesn't resolve the issue, the error message has some good advice - lo ... es. You might try: # grep -r "780127c7" * 2021-03-09 23:48
Plugins: Requesting advice on how to modify a ... rk for all (or specific) custom field objects
This is, I apologize, a very ignorant request ... cation and that I might find a reference to "Issues" that might be easily changed to or amended ... eciate any pointers. Thanks, -David 2021-03-09 23:28
Help: RE: My issues do not appear following a migration
Are you using the default theme? It's hard to ... What error you receive when you try open an issue? Did you check the workflow? Can you test ... that are generated when you try to open the issue page. Please check them before to not contain sensitive data. 2021-03-09 21:43
Help: RE: Importing spent time
Domhnall Currie wrote: > I've read what info ... e entries # created a new customized field "issue import" on time entries # create 2 triggers ... CREATE OR REPLACE FUNCTION update_issue() RETURNS trigger AS $$ declare import_issue_id integer; import_project_issue_id integer; begin -- only e ... END IF; import_issue_id := NEW.value::integer; raise NOTICE 'import_issue_id: "%" ', import_issue_id; -- verifica se nã ... ra a tarefa de importacao IF import_issue_id > 0 then -- grava o ... mpo de importacao na variavel import_project_issue_id SELECT project_id INTO import_project_issue_id FROM public.issue... 2021-03-09 16:48
Help: RE: My issues do not appear following a migration
also, I have a display problem. Some colum ... eplayed the rights, it didn't change anything 2021-03-09 16:25
Help: How to solve the issue installing plugins?
Please look at the following file. 2021-03-09 11:24
Help: RE: My issues do not appear following a migration
No problem, you must have a lot of demand. ... However, in base I have all my tickets and issues 2021-03-09 09:45
Help: REST API NGINX
Hello friends, there is an installation of re ... ccurs over http, even when I try to open the issue via the api-I see the message: < html> <hea ... ver http? How to make a redirect correctly? 2021-03-09 08:44
Help: RE: My issues do not appear following a migration
Sorry for not answering you. It's hard fo ... mins? 3. Can you post some screenshots from issues and from an issue page (you can use an id from database)? 2021-03-08 23:13
Help: RE: My issues do not appear following a migration
Since the community is not very active or sup ... I will switch to another RedMine solution. 2021-03-08 17:30
Help: how to link to the other issue's picture
how to link to the other issue's picture 2021-03-07 10:10
Help: RE: undefined method `include?' for nil after Upgrade to 4.1
Got it working. I suppose that the version of ... orn_rails gem using bundle install fixed the issue, now it works with Redmine 4.1.1. Regards, Philipp 2021-03-05 20:17
Open discussion: finding tickets assigned to former employees
I got a question if I could find all tickets ... "select project_id, id, assigned_to_id from issues where assigned_to_id = $du and status_id = ... ne 4, so this is for all redmine 3 users. 2021-03-02 10:31
Help: Spent time 'Days' report only shows 100 days
Having an issue with generating the 'Days' report. When the ... tion Database adapter Mysql2 2021-03-01 17:40
(1401-1425/18215)