Search
Results (18279)
- Hello, I see that w can add some informati ... e add specific things ? For example: "All issues from all projects" and not only issues assigned to me. Thanks in advance for your feedback
- Searched this forum, there is a 5 year old qu ... 2.x. Nothing else. My problem is simple: *Issues ordered by priority* (admin priority = stan ... 20140825-8~deb8u4 / i 3.0~20140825-8~deb8u4
- Good morning. I am using RedMine in synology ... ersion field is not visible when creating an issue after update. I already created some vers ... ee the target version field when I create an issue. How can I solve it? Below is the red m ... Redmine plugins: no plugin installed
- Open discussion: RE: Customize E-Mail Subjects
- I wanted to do add a custom field (named "pro ... ollows: In app\models\mailer.rb (In def issue_add() around Line 53:) <pre><code class="diff"> + s = "[" + s << "#{issue.custom_value_for(CustomField.find_by_name('Product')).value}" if issue.project_id == 5 + s << "#{issue.project.name}" if issue.project_id != 5 + s << " - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue.subject}" mail :to => to_users, :cc => cc_users, - :subject => "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue...
- Hello Did somebody encounter a problem like ... ectly, because mails are sent to users after issue creation etc. Problem is that emails are no ... dmine_app_timesheets 1.5.12 </pre>
- How would I access the value of an issue custom field and then set that value pragmat ... tutorials but could not find a good example.
- We are happy to announce the release of ERPmi ... es. - Exchange rate is introduced. - Issue based billing. - AR Aging Report. BugFi ... dhisoftware.co.in/products/erpmine/resources/
- Help: RE: Create multiple issues with REST API
- AFAIK does Redmine not support creating multiple issues within a single API request. See #9618.
- Help: RE: Change Status of Multiple Tickets Simultaneously
- Nicolai Schirawski wrote: > [...] Or am I ov ... nu that is shown when you select one or more issues and right-click on a non-linkable part of t ... or select 'edit' and bulk-edit the selected issues. !right-click-menu.png!
- Help: RE: Import Issues link missing in 3.3 installation
- Dan W wrote: > Could it be that I don't have ... port feature, users need to have the "Import issues" permission granted to their role. No furth ... k shows up in the right-sidebar shown in the issues views. If the link is still missing whenev ... Redmine >= 3.2). See #950#note-25 and beyond.
- root@ubuntu:/usr/share/redmine/lib/plugins# r ... ble role based access control * Flexible issue tracking system * Gantt chart and calend ... * Time tracking * Custom fields for issues, time-entries, projects and users * SCM ... CVS, Git, Mercurial, Bazaar and Darcs) * Issue creation via email * Multiple LDAP authe ... unchpad.net/ubuntu/+filebug Origin: Ubuntu
- hi. When creating a version, i got internal ... ckList <pre> Started GET "/projects/pgs/issues/gantt" for 10.192.6.2 at 2017-05-11 15:31:2 ... let me know how you can solve this problem.
- I am new to Redmine. I tried to create a private issue for myself but it is public. I need to delet ... video on youtube but the steps to close the issue is not available to me. Please Help.
- Help: RE: Redmine 3.3.3 - missing issue table at project overview, wrong spent time
- Probably the bug: Defect #25828
- How I can disable the addition and deletion of child issues in the Related issues (copied_from)_ section once the status is c ... integrate workflow for subtasks and related issues , est-ce qu'il serait possible par un plugin avec des fonction et classes ruby
- Hello! I have recently updated version of ... d. So, can anyone help me to solve this issue?
- Development: RE: Why don't you just release 3.4.0?
- Hello! Please do not take this as a reques ... ctions or decisions. > Have a look at the issues that were recently added to version:3.4.0 – ... ome point? For example #25842, the last new issue on version:3.4.0. It is a very nice additi ... oks like the 3.4.0 is being postponed by new issues. Thanks a lot to all volunteers and donors that keep Redmine always evolving.
- Development: RE: Why don't you just release 3.4.0?
- Jan from Planio www.plan.io wrote: > > We were so happy some weeks ago when the open issues was close to 3 or 4 issues. > > Now we are back on 19. :( > > Have a look at the issues that were recently added to version:3.4.0 – ... Source. Redmine gets all my respect!
- Development: RE: Why don't you just release 3.4.0?
- > We were so happy some weeks ago when the open issues was close to 3 or 4 issues. > Now we are back on 19. :( Have a look at the issues that were recently added to version:3.4.0 – ... e time, and I believe we should respect that.
- Hi, As mentioned in this issue #25793 I wonder how I can use Rest Api to u ... s Toshi MARUYAMA wrote in the aforementioned issue, I can update it by issue Api, but I don't find the wiki page about that. What I found is how to get journals with issue api. Can anybody point me to how to update a journal? Thanks,
- Development: RE: Why don't you just release 3.4.0?
- Yes! Please release 3.4.0. We were so happy some weeks ago when the open issues was close to 3 or 4 issues. Now we are back on 19. :(
- Hi, I have been noticing our instance of r ... <pre> Started GET "/redmine/projects/errors/issues" for 10.58.10.83 at 2017-05-09 09:31:26 +0100 Processing by IssuesController#index as HTML Parameters: {"pr ... ueries/_columns.html.erb (1.9ms) Rendered issues/_list.html.erb (154.6ms) Rendered issues/_sidebar.html.erb (6.3ms) Rendered issues/index.html.erb within layouts/base (226.3ms ... 87.2ms) Redirected to http://app01/redmine/issues/91800 Completed 302 Found in 29031.8ms (ActiveRecord: 94.7ms) </pre>
- Hello, I updated RM 3.2.1 <pre> Enviro ... 0.0.8 </pre> and now I am having this issues: * when logged as admin, everything see ... t role doesn't matter): ** I cannot see issues table on the project overview at project which doesn't have child projects ** I can see issues table at project with child projects, but the numbers of issues are wrong ** spent time is wrong ... status <> 9) AND "enabled_modules"."name" = 'issue_tracking' AND (projects.lft >= 36 AND projec ... ERE em.project_id = projects.id AND em.name='issue_tracking')) ORDER BY "trackers"."position" ... status <> 9) AND "enabled_modules"."name" = 'issue_tracking' AND (projects.lft >= 36 AND projec ... r child project and parent project. Thanks
- Hello. I found a problem with Redmine Periodi ... ic Task plugin ): <pre> irb(main):002:0> issue = Issue.new(:project_id=>122, :tracker_id=>5, :categ ... ttt", :description=>"ttt"); irb(main):003:0* issue.save! ActiveRecord::RecordInvalid: Validation failed: You couldn`t save issues with this tracker from /usr/local/bundle/g ... ain>' </pre> How can I solve the problem?
- Contact: Matthew Paul - mpaul@cityassets.com ... lled also. So you can do a before save on an issue, I already created one so that, before a sav ... unity Thanks! EDIT - gave up on this...