Search
Results (18298)
- Plugins: RE: Incorporating non-billable hours in weekly timesheet plugin
- Dhanasingh, We may log time in "Non-Billable ... m field) and also "Hours" field for the same issue.I want a solution in this scenario. Regards, Arun
- Open discussion: RE: replying to this forum via email
- As far as I know, it's all based off config i ... verything through the subject (will have the issue # or forum discussion topic #). Should be able to do it as one cron job and one e-mail account.
- Help: RE: Redmine + passenger, creating issue -> 500 error
- Sure you're not being filtered/blocked/droppe ... network level, and/or try on another network.
- Hi, After finishing issue #5638 I have problems installed required gem ... lse encountered such problems? Help please...
- Plugins: RE: Issue Creation Plugin
- After calling `issue.errors.full_messages` , I discovered that I could not save the issue because required custom fields were not set. I added the following code before calling issue.save <pre><code class="Ruby"> issue.custom_values = [ create_custom_value(Cus ... e = value custom_value.customized_type = "Issue" return custom_value end </code></pre>
- fedora 16, redmine + Apache + Passenger Th ... tely many things work well (i can enter, see issues and projects, change settings e.t.c), but when i try to create new issue, server gives me error 500. The server gi ... t to the internet via 3G modem, i can create issue. If i connect to the internet via Ethernet c ... ndleRequest(request_rec*)' (Hooks.cpp:561) @
- Using Atom feeds, when we subscribe to a filter in an existing issues and when that issue changes the status or gets updated, it does ... to work or is it this a bug in redmine 1.0.1.
- Help: RE: How To Update Issue via REST? ADD X-Redmine-API-Key
- Update your function. "beforeSend" method is ... "1.0" encoding="UTF-8"?>'; ticketData += '<issue>'; ticketData += '<id>' + ticketId + '</id ... eStatus + '</status_id>'; ticketData += '</issue>'; jQuery.ajax({ type: "PUT", url: r ... low!!! https://YOUR_URL/workflows/edit
- Plugins: RE: Weekly Timesheet Plugin (wk-time)
- Alfredo, I have put in the code for allowing time entries to projects with no issues. this will be part of next release 0.0.7 ... 0.0.7. you already know this. Dhanasingh
- Hello all, I have a team of collegues, whi ... to be tracked. Additionally we have customer issues/incidents we have to manage. An example fo ... * > * project1A > > * component11 > > > * issues > > * component12 > > > * issues > * project1B > > * component13 > > > * issues > > * component14 > > > * issues *customer2* > * project2A > > > * issues ... We are currently using OTRS for the ... w projects available? * support of creating issues and tasks with the corresponding informatio ... lp me out of the dark? best regards, hans
- Hi everybody, may you can help me with a p ... try> <project name="Test" id="59" /> <issue id="238" /> <user name="tigaroo" id="5" ... ion, but no answer yet) Thanks tigaroo
- Hello, I am currently writing a plugin the creates a new issue via a http post request. I am currently Having issues with creating and saving a new issue. I was hoping that someone would point me in ... you in advance <pre><code class="ruby"> issue = Issue.new issue.tracker = Tracker.find_by_name("Bug") issue.subject = params[:subject] issue.description = params[:description] issue.project = Project.find_by_name(params[:project]) issue.start_date = Time.now.localtime.strftime("%Y-%m-%d") issue.priority = IssuePriority.find_by_name("Normal") issue.author = User.find_by_mail("XXX@gmail.com") issue...
- Plugins: RE: Incorporating non-billable hours in weekly timesheet plugin
- Arun, The way we do non billable hours is by ... "Non Billable" and have all the non billable issues within it. Not sure if this will work for you or not. Dhanasingh
- Help: RE: Mysterious blanket e-mail notifications after upgrading to redmine 1.3
- I believe to have root caused my issue... I had moved the instance to another user ... stray e-mails, but it appears solved for now.
- Plugins: RE: Weekly Timesheet Plugin (wk-time)
- yeah, I know :-) it might be easier to just repeat the same project/issue/activity/day entries rather than summing up. ... user on this item. I will what can be done.
- Make a patch inside plugin I want make I pat ... ou help me ? This is the code: improve_issues.ini <pre> require 'redmine' require 'b ... ispatcher' Dispatcher.to_prepare :improve_issues do # Patches to the Redmine core. Query ... gin default_columns = Setting.issue_list_default_columns.map(&:to_sym) ... This Is to try to add default columns in the issue list, programmed in the role. These lines ... pre> Adding column status.
- Help: RE: Which Role to change Issue status
- Phew! Complex Software! ;-) Now i got it! http://www.redmine.org/projects/redmine/wiki/RedmineIssueTrackingSetup
- Hello, i'm wondering about the redmine-con ... an't find out, which role is needed to close issues. What i've done: - created a new projec ... ssigned user b to project a with role c, see issue tracking permissions in the attachment - created a new issue Now i can't close the ticket with existin ... Even as admin it's not possible to close the issue. Thank you! Regards, André +++++ ... Database schema version 20110902000000
- Plugins: RE: Weekly Timesheet Plugin (wk-time)
- Maybe you could just add the hours without sh ... be the same. In case of detecting same day, issue and activity, instead of adding a new row, a ... that this is easier to say than to do it :)
- I'm successfully creating Issues from within my solution (version 1.1). Its ... within a Filemaker database. The creation of issues is going fine but when I use a POST command ... mineURL.com/time_entries.xml <time_entry><issue id="8877"/><activity id="9"/><hours>".5"</ho ... spent_on>"2012-02-15"</spent_on></time_entry>
- I have version 1.05 whihc I have used for s ... be set up 2. Can the Email header when an issue or event is created be modified to show who ... om the drop down list. Hope this is clear?
- Redmine 1.3.1 Mongrel 1.5.0 Added plugins ... cannot delete attachments to wiki pages and issues. Trying to delete an attachment file result ... leted physically the files from files folder.
- Open discussion: RE: What's the benefit of OpenID module as it is now?
- Tom S wrote: > Hi, > > I installed the la ... ers to participate in discussions or open an issue. However, I'm quite disappointed with the cu ... login and I think this is serious usability issue. Not only that user has to provide all data ... at user easily can login through one of them.
- Plugins: RE: Weekly Timesheet Plugin (wk-time)
- Alfredo, How do you want the duplicate entries (same day, same issue and same activity) handled? Can we just sho ... entries also in the timesheet ? Dhanasingh
- Hello, Is it possible, when I want to display the list of the issues, to exclude the parent issues ? Thanks.