Search
Results (18203)
- 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
- Help: RE: Office 365 Email Notification Settings
- Yes, I have fought with this issue as well and it's now solved. Create a dedic ... u will disable all safety features basically.
- I'm trying to develop a python script with th ... rs>' My code is the following: payload_issue_xml = ' ' \ '<issue>' \ '<project_id>' + str(project_id) '</pro ... io>' + str(done_ratio) +'</done_ratio>' \ '</issue>' r_issue = requests.post(url, params=payload_issue_xml)
- Open discussion: RE: Improving performance
- I've noticed recently that if someone is engaged in many projects and issues, will suffer from Redmine slow performance, ... d by user projects and slows down the system.
- Plugins: RE: Plugin develop, every change need to start server
- The error disappear after i remove 'unloadable'; but a new issue come. some exist model methods in plugin like(issue_patch.rb, users_controller_patch.rb ) was not reload! HOW can i fixed this issue.
- I want to add a custom field on a Sprint. I d ... ty handed custom fields can only be added on issues, projects, versions,.. but no Sprints. Is t ... help would be appreciated A LOT. Thank you.
- Help: RE: Issue running bundle install - Ubuntu 18.04
- Hello, man, I solved this problem. Hope it works for you: sudo apt-get install make gcc
- Hello everyone, I am new. I have redmine alre ... work. Let's see if you can help me Thanks!
- Hello everybody, I use the module Time Tra ... have a reminder to fill the time spent on an issue. Thanks for your time.
- Hi All Running 4.1.1 in Alpine container w ... points to https://MYDOMAIN/redmine/redmine/issues instead of https://MYDOMAIN/redmine/issues Any idea where that extra /redmine comes f ... piece of httpd.conf please? Thanks
- Help: RE: Creation of issue template & Using it
- You can use a url as a template, see #9076
- Hi all, i am new to redmine tool, can someone guide me how to create a issue template and use the same issue template to create a ticket. For now we are ... pying and pasting the contents to create new issue, kindly help us on the requirements to save ... oads. Thanks & Regards, Prabhudeva S
- When I plan and organize projects I use issue relations pretty extensively. Specifically the precedes and follows relations. The issue I am having is that sometimes a certain task ... d like it to simply change the delay between issues. It seems that once two issues are related to one another, the relation be ... es of the tasks are assumed to be negotiable.