Search
Results (18264)
- Help: RE: Time entries report to CSV - missing issue name
- Marek Stepan wrote: > Hello , thanks for the ... ke. Here I have changed the columns for issue and project so that they get exported with their project description and issue subject. It doesn't get shown in the browser ... for the business logic of the application.
- Help: RE: Time entries report to CSV - missing issue name
- Hello , thanks for the feedback , i changed i ... y feed to the application_helper.rb method ?
- Help: RE: Time entries report to CSV - missing issue name
- Martin K wrote: > Hello, > is it possible to add issue name (you can see it under Projects->Spent time->Report webpage) to CSV export? There is only issue number in exported CSV. May be this could be ... It's possible to add the description to the issue in CSV export **BUT** it affects other parts ... his line object.visible? && html ? link_to_issue(object) : "##{object.id}" #to something like this object.visible? && html ? link_to_issue(object) : "##{object.id} #{object.subject}" ... rek Stepan wrote: > Hello i have a similiar issue , i would like to add Description columnt of ... ut I don't think it would not work very well.
- example: we have 4 groups and each group has 5 users. Now if I want to assign issue to specific user of specific group How can I do that?
- Open discussion: RE: Restrict issue creation to specific user type
- Hi Dominik, Thank you for your info, seems what we want is this. If the "Issue Tracking" for tracker type selecting which o ... permission report, it would be better to use.
- Open discussion: RE: Define custom automated workflow
- Benjamin Kiepke wrote: > > If I did get yo ... a cron job (or some more) which filters the issues lists after specific patterns and works thr ... dmine's [[REST_API]] you are able to get the issue information and you can change it i within y ... Redmine isn't really necessary for this job.
- Help: RE: Time entries report to CSV - missing issue name
- Hello i have a similiar issue , i would like to add Description columnt of ... rap my head around how redmine ruby is build
- Hi, We want to track issue/project progress on the basis of number of days spent on that particular issue. Keeping Due Date can we Have another Field in the issue table like Completed on so that we can take ... on the basis of number of man-days in which issue has to resolved.
- Hi, We want to track issue/project progress on the basis of number of days spent on that particular issue. Keeping Due Date can we Have another Field in the issue table like Completed on so that we can take ... s on the basis of number of mandays in which issue has to resolved. Please Help!
- Hi, We want to track issue/project progress on the basis of number of days spent on that particular issue. Keeping Due Date can we Have another Field in the issue table like Completed on so that we can take ... on the basis of number of man-days in which issue has to resolved. Please Help!
- 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.
- 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
- 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
- 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>
- Open discussion: RE: How to select all projects when create the new issue
- Very good suggestions. I didn't even thought about them. :-)
- 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
- 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
- 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._
- 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.
- 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.
- 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!
- 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'
- Open discussion: RE: How to select all projects when create the new issue
- Thank you for your answer! I got.
- 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
- 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?