Project

General

Profile

Search

Results (18292)

Help: RE: build query string using link_to
i found a solution, below: link_to "Crea Issue", :controller => "issues", :action => "new", :project_id => @pid, *:issue => {:description => iddm[:descrizione], :sub ... gesp]}*}, :disabled => false i specified issue attributes in hash array. Marco Nobler wr ... ample using "link_to" helper, ie specifying "issue[description]" and so on. > > > http://www.redmine.org/projects/redmine/issues/new?issue[description]=prefilled%20description&issue[custom_field_values][2]=Duplicate > > please, can anyone help me? > thanks > Marco 2016-04-20 15:34
Help: build query string using link_to
Hi, i searched trough forums but didn't find ... ample using "link_to" helper, ie specifying "issue[description]" and so on. http://www.redmine.org/projects/redmine/issues/new?issue[description]=prefilled%20description&issue[custom_field_values][2]=Duplicate please, can anyone help me? thanks Marco 2016-04-20 14:53
Help: J_Chat Plugin is not working
I have Installed Redmine Latest Version i.e. ... rking there. Can anybody Help me related the Issue? Or Improve the Compatibility of the Plugin. ... rnative Way to Implement the Chat to Redmine. 2016-04-20 13:49
Development: RE: .NET API Problem creating Issue
ok, thank you so much 2016-04-19 17:00
Development: RE: .NET API Problem creating Issue
It shouldn't be...From looking at the logs and google search, it sounded like its one of those two issues. Anyways, I will reply you by tomorrow to see how it works with my environment. 2016-04-19 16:47
Development: RE: .NET API Problem creating Issue
yes Kush, i'm using this framework in the ... iguration, so this can be a problem? txs!! 2016-04-19 15:45
Development: RE: .NET API Problem creating Issue
I could be wrong but from the looks of it, this maybe related to SMTP issue or https issue(at least from google search). Are you using ... rp If so, may be I can try it on my machine. 2016-04-19 15:37
Open discussion: RE: 403 forbidden for redmine.org
Oh ok sorry, i just stumbled across this issue on my way to download the latest update for our redmine instance and wanted to let you know. 2016-04-19 12:29
Help: RE: Calculate how long issue is in current status
Hello Adam, No worries :). Glad its working ... r reply.I will try and go the plugin route 2016-04-18 20:46
Help: Redmine can't post the content of attaching files
Hi, I'm pretty new to redmine and I'm having a hard time finding a way to post an issue with a file attached (and specially its cont ... </upload> </code></pre> Then create the issue using the upload token: POST /issues.xml <pre><code class="xml"> <issue> <project_id>1</project_id> <subject>Creating an issue with a uploaded file</subject> <uploads t ... ontent_type> </upload> </uploads> </issue>" </code></pre> I successed in posting ... Thank you in advance for your answer. 2016-04-18 14:49
Development: RE: .NET API Problem creating Issue
Thank you so much for the repply Kush Rest API is enabled, here is de error log 2016-04-18 12:43
Help: Where and how is Custom Field (List) rendered?
Hi, I am trying to find the code which re ... (List) and displays it in a particular page, Issues for example. I believe that it is bei ... r.rb </pre> and is being displayed using (in Issues page as the Custom field was set for Issues page) <pre> app\views\issues\_form_custom_fields.html.erb </pre> I w ... ul so far. Any help is appreciated. 2016-04-18 01:06
Help: RE: "Quote" and "Watch" button doesn't work after redmine upgrade - version 3.1.0 stable
A bit old thread, I know but I am struggling with the same issue on a production server. Testing the same installation on a test server does not reproduce the issue. Anybody has a clue what should I be looking for? Thanking you in advance! 2016-04-18 00:40
Help: Issue assignment to teams
I'm looking a way to pass an issue to developers team from support team in a private manner. An reporter creates issue and a communication starts between those two ... veloper role. The method I know is to assign issue to developer role, but in this case updates ... function, but copied case has only original issue without history. Any advice how to achiev ... communication without reporter? -- Stas 2016-04-17 20:35
Help: Changing redmine issue numbering scheme (for coexisting of two separate issue trackers with one repo)
I'm publishing a repository to GitHub and I have an issue with commit messages - I want to push with full history, but both redmine and GitHub use the same issue numbering mechanics (@#N@ where N is a numbe ... incorrectly relate old commits with it's new issues. I doubt I can change that on GitHub, so ... lugin API does not give you this possibility. 2016-04-15 13:34
Help: RE: Calculate how long issue is in current status
Kush Suryavanshi wrote: > By any chance, did ... ce this is being done on work time. Thanks 2016-04-14 16:19
Help: RE: Calculate how long issue is in current status
SOLVED!!!! Documenting the steps I took to be able to extend the Issue controller. It didn't work for me until I s ... /adam_plugin/test/test_helper.rb 2. Created issue_patch.rb using these directions: http://www. ... rnals - cd plugins/adam_plugin/lib/ - vim issue_patch.rb and put the following in the file <pre><code class="ruby"> require_dependency 'issue' # Patches Redmine's Issues dynamically. Adds a relationship # Issue +belongs_to+ to Deliverable module IssuePatch def self.included(base) # :nodoc: ... end end end # Add module to Issue Issue.send(:include, IssuePatch) </code></pre> - cd ..; vim init.rb ... "> require 'redmine' require_dependency 'issue... 2016-04-14 16:18
Help: RE: Calculate how long issue is in current status
By any chance, did you get this implemented? ... code as it will be useful for me too. Thanks. 2016-04-14 12:52
Help: Redmine Newbie: Add filter on a page
I'm looking for a tutorial or some sort, on h ... tered were hardcoded and formulated from the issues. Is this possible? Sorry I'm new in redmine. I really want to learn these things. Thank you! 2016-04-14 11:34
Help: Import Issues from CSV File
Trackers can't be imported after importing a CSV File 2016-04-14 10:08
Help: Email Setup Issue
Hello, I am trying to setup the email conf ... not view any errors either. Thanks, Scott 2016-04-14 01:31
Plugins: RE: Redmine boards/wiki/issues watchers management plugin
Hello Vitaly would be able to look into up ... on 2.0.0 for file /app/views/boards_watchers/issues_watchers_bulk.html.erb Using version 2 ... Using version 2.1.0 for file /app/views/issues/new.html.erb Removing obsolete file /app/views/issues/_form.html.erb Done </pre> An no where I see the plugin in our redmine site. Thanks 2016-04-13 22:57
Help: Issue Edit - add date picker for Notes
When I edit an issue, I would like to select a date/time using a ... the "Notes" section. I am adding tickets for issues that were in progress before Redmine was in ... to add a date picker to Notes section of the issue editor screen? 2016-04-13 17:10
Help: RE: Is Roadmap tab a standard module within Redmine 3.0.1 ?
Jan Niggemann (redmine.org team member) wrote ... m shows up in the project-menu only when the issue tracking module is enabled for the project a ... ion first so that I can use roadmap, Thanks. 2016-04-12 21:17
Open discussion: RE: History in Email
Indradri Basu wrote: > How to add all histor ... IB I have tried adding the below code in _issue.html.erb but it didn't worked. What am I mi ... > Any help would be appreciated. Thanks 2016-04-12 14:49
(4176-4200/18292)