Search
Results (18215)
- 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
- 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...
- 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>
- 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
- 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.
- 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.
- 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.
- 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.
- 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.
- 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!
- 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.
- 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" *
- 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
- 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.
- 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...
- 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
- Please look at the following file.
- 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
- 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?
- 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)?
- 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.
- how to link to the other issue's picture
- 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
- 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.
- Having an issue with generating the 'Days' report. When the ... tion Database adapter Mysql2