Project

General

Profile

Search

Results (18279)

Plugins: RE: Redmine Loader - Does not import tasks
Try importing from CSV using instructions in ... dmine.org/projects/redmine/wiki/HowTo_import_issues It works for me every time. 2019-07-22 21:06
Help: Can't create issue in redmine after fresh install
Hi Team, Please bare with me as I'm new to ... to test this out. I wanted to create an issue and see what would happen but there is no button or link for me to create a issue, and I'm not sure what setting I should be e ... ig help. Why can't I see the 'Create new issue' button/link? Thanks, AJ 2019-07-22 17:53
Help: RE: Adding Description Column to TimeLog Report view and CSV
Marek Stepan wrote: > Hello , > > so i w ... Redmine::Helpers::TimeReport.new(@project, @issue, params[:criteria], params[:columns], scope) ... y Help is Apreciated . LG Marek Stepan 2019-07-19 17:55
Plugins: all redmine4.0.4 Plugins cannot display Simplified Chinese
hi, everyone Recently, I tried to install ... mine_favorite_projects 2.1.0 redmine_issue_badge 0.1.0 redmine_issue_dynamic_edit 0.6.7 redmine_lightbox2 ... _percent_done 1.1.0 </pre> 2019-07-19 12:24
Open discussion: RE: How to select all projects when create the new issue
Very good suggestions. I didn't even thought about them. :-) 2019-07-18 19:57
Open discussion: RE: Define custom automated workflow
Hi Benjamin, first of all welcome to the R ... your background job could do: - Create a subissue for the testjob (separate tracker "test" for ... lds for the test job service) - Create a subissue for review (separate tracker with own review workflow; could be one issue assinged to the group or a couple of issues for every member of the reviewers group) - Track if all the subissues are closed or set to a specific status and afterwards close the issue or set it back to "in progress" If Germ ... l discord channel: https://discord.gg/tHgdVSj 2019-07-18 14:55
Open discussion: RE: How to select all projects when create the new issue
Bernhard Rohloff and Steven Qian *you can create multiple issues at once* h3. 1. First method: Use the Copy function after selecting 1+ issues at once Even if the source items exist i ... ture will allow you to create more than once issue in their respective projects. If you define ... dmine.org/projects/redmine/wiki/HowTo_import_issues 2019-07-18 00:29
Open discussion: RE: Restrict issue creation to specific user type
Pablo Bleyer - you ARE missing something. Sam Bo and Taine Woo - this is not an issue, you just need to adjust ROLES AND PERMISSIO ... achieve Pablo Bleyer's goal (How to restrict issue creation to specific user type) 1. Go to ... Scroll down to the general section labeled *Issue Tracking* (see screenshot from Redmine v3.2) ... Taine%20Woo_Dominik%20Ras_Redmine_Restrict%20issue%20creation%20to%20specific%20user%20type.jpg! 3. In *ADD ISSUES* column, +uncheck+ the box in *All Trackers ... , not for defining who can or cannot ADD NEW ISSUES._ 2019-07-17 23:56
Open discussion: RE: Restrict issue creation to specific user type
Yes, this issue still exists, and now it's 2019 :) I also t ... by workflow, to disable all status for "New issue" of one of the tracker for one of the role, but they can still create new issue for that tracker with the default status of that tracker. 2019-07-17 16:51
Open discussion: RE: Failure Upgrade from 3.3.4 to 4.0.2 on db:migrate
I think some plugin added the index index_issues_on_parent_id. Redmine has never added such an index before Redmine 3.4. 2019-07-17 14:03
Open discussion: Define custom automated workflow
Hello, I'm completely new to redmine. If t ... soon as a developer change the status of an issue-ticket from "new" to "in progress" the follo ... named after the pattern "project"-"tracker"-"issue-id"-"issue-title" b. in our build-server a job is cr ... soon as a developer change the status of an issue-ticket from "in progress" to "feedback" the ... d not be possible to change the status of an issue-ticket. Now there are two things that can h ... Thanks for sharing this great software! 2019-07-17 07:16
Help: not delete project
Hi, I can't to delete project from Administr ... iolation: ERROR: update or delete on table "issues" violates foreign key constraint "fk_rails_d346a13856" on table "redhopper_issues" App 28310 output: DETAIL: Key (id)=(3) is still referenced from table "redhopper_issues". App 28310 output: : DELETE FROM "issues" WHERE "issues"."id" = $1 AND "issues"."lock_version" = $2): App 28310 output: App 28310 output: app/models/issue.rb:223:in `destroy' App 28310 output: app/c ... lib/redmine/sudo_mode.rb:63:in `sudo_mode' 2019-07-16 15:48
Open discussion: RE: How to select all projects when create the new issue
Thank you for your answer! I got. 2019-07-16 15:33
Open discussion: RE: How to select all projects when create the new issue
It's de facto not possible to create multiple issues at once. You must choose a single project the issue is created for. You could perhaps script your issues creation by using Redmine's REST API but I ... e looked for. :) Kind regards, Bernhard 2019-07-16 14:03
Open discussion: How to select all projects when create the new issue
Hello everyone I want to ask one question. How to select all projects when create the new issue? When I create one new issue, I only can choose one project. I tried to c ... 't work very well when I use my own designed issue tracke to create new issue. Is it possibe to do it in redmine? 2019-07-15 16:44
Help: RE: [Redmine checklists plugin] - Missing helper file
Got the same issue with <pre> Environment: Redmine vers ... dmine plugins: no plugin installed </pre> 2019-07-13 11:27
Help: RE: Roles->Permissions->Issue tracking is not working
I logged in with the role that has "Payment" ... e Payment and can view its contents with the Issues tab: !issue_see_payment.png! 2019-07-11 10:11
Help: RE: Bitnami RM install failed on Windows 2016 Server
Hi David: I am having similar issues on Windows Server 2016. I could install Bitnami Redmine without any issues on Windows 10, but no matter what do I do, ... on that worked for you. Regards, Cooshal. 2019-07-09 11:21
Help: Resend old activity update alerts
Hi all, Due to a recent issue on the mail sever we use for redmine a few h ... he activity tab to see any changes. Thanks 2019-07-09 07:26
Help: How can ParentIssue cleard using redmine-net452-api.
Hi. I'm tring organize tickets using redmi ... that there were a lot of unnecessary parent issues.(over 10000!) I want to delete a lot of unnecessary parent issues, at once. But I do not want to delete children issue. <pre> var adminMng = new RedmineManager ... deleted together. { adminMng.DeleteObject<Issue>(parentIssue.Id.ToString()); } </pre> How can ParentIssue cleard using redmine-net452-api. The follow ... em.Collections.Generic.KeyNotFoundException: IssueChild { var children = adminMng.GetObject<Issue>(ticketReq.Id.ToString(), new NameValueColle ... ldren) { adminMng.DeleteObject<IssueChild>(child.Id.ToString()); } } // ... ssing attribute parameters. { var childIssue = adminMng.GetObject<Issue... 2019-07-09 04:54
Open discussion: In redmine plugin get issues update note
i want to develop a redmine plugin about manage project. But I can not find out that how to get issues update notes. is there any API to get this message? 2019-07-07 11:28
Help: Cannot access journal events -redmine docker + SQL Server
Hi. I am trying to use redmine + SQL Serve ... e following : I have no journal in any of my issues. And when I try to update an issue (like reassigning it) I have the following e ... :48:51.959086 #1] INFO -- : Started PATCH "/issues/1659" for 172.17.0.1 at 2019-07-04 08:48:51 ... 08:48:51.959769 #1] INFO -- : Processing by IssuesController#update as HTML I, [2019-07-04T08 ... qUo/XMA==", "form_update_triggered_by"=>"", "issue"=>{"is_private"=>"0", "project_id"=>"35", "s ... id"=>"61", "fixed_version_id"=>"29", "parent_issue_id"=>"", "start_date"=>"2012-10-30", "due_da ... ournal_id"=>"", "commit"=>"Soumettre", "prev_issue_id"=>"1722", "issue... 2019-07-04 12:49
Job offers: [CLOSED] Investigate and fix bug in redmine_workflow_enhancements plugin
We are looking for someone to fix the following issue: https://github.com/dr-itz/redmine_workflow_enhancements/issues/20 Please also provide separate pricing ... ate on the amount of time to investigate the issue. The contractor will have to sign an NDA ... ne is NZST[UTC+12]. Language must be English. 2019-07-03 23:42
Help: Campo personalizado en Usuario
Al agregar campos personalizados en la secció ... ine_checklists 3.1.16 redmine_issue_dynamic_edit 0.6.7 redmine_pivot_tabl ... _list_accordion 2.2.0 redmine_xlsx_format_issue_exporter 0.1.6 2019-07-03 02:05
Help: RE: Spent-Time 30min are not possible
we solved the issue. Problem was the field hours in table time_e ... o log minutes. Thanks again for your support. 2019-07-02 09:39
(2176-2200/18279)