Project

General

Profile

Search

Results (18298)

Help: REST API json/xml syntax for updating/creating issues
I'm trying to figure out the syntax for updating an issue via the REST API. In my case, I'm trying to ... eld named "Order". Unfortunately, the [[Rest_Issues#Creating-an-issue|Rest_Issues]] wiki page doesn't include this informatio ... .1, my attempts so far include: <pre> PUT /issues/8.json {"issue":{"custom_fields":[{"id":"4","name":"Order", ... d"]]} </pre> Another attempt: <pre> PUT /issues/8.json {"issue":{"custom_values":[{"id":"4","name":"Order", ... ng at the code (source:/tags/1.1.1/app/views/issues/index.api.rsb#L22 and source:/tags/1.1.1/ap ... ields_helper.rb#L109), I tried: <pre> PUT /issues/8.json {"issue... 2011-05-25 19:34
Plugins: RE: Contacts plugin
Hi, Thank I update to redmine-1.1.3 and it ... gems\redmine_client-0.0.1\lib\redmine_client\issue.rb to contact.rb Change it to module Red ... contact plugin? Thank and Regards Zacky 2011-05-25 14:56
Plugins: RE: Daily Digest by email
Yes Vishnu, you said: bq. A main advantage ... I think Terence is refering to "Anonymous Issues By Email":http://www.redmine.org/projects/r ... ingEmails#Enabling-anonymous-users-to-create-issues-by-email 2011-05-25 11:53
Open discussion: Contents of New Issue form (and other forms?) is not cached
I filled almost all New Issue form including a long description. Then I ac ... icking on Forward button, I came back to New Issue form but it was completely empty. I lost abo ... nother Redmine tab (not browser tab) such as Issues or Wiki. Please cache the contents of this ... t inform user that the contents will be lost. 2011-05-25 06:33
Help: RE: 1.2-stable upgrade issue
This is a common Redmine issue,search this site for "undefined method `-' f ... dmineUpgrade#Step-4-Update-the-database]]). 2011-05-25 00:39
Help: RE: 1.2-stable upgrade issue
This is a data issue related to issue.lft and issue.rgt. I do believe I have solved my issue. Thanks 2011-05-25 00:37
Help: 1.2-stable upgrade issue
After attempting to upgrade using the 1.2-sta ... eceiving the error below when selecting the "Issues" menu item for a project. I'm assuming this ... ted, but projects generating this error have issue references to locked users. Any help woul ... ' for nil:NilClass) on line #28 of app/views/issues/_list.rhtml: 25: </tr> 26: ... = group %> 27: <% end %> 28: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %> <%= level > 0 ? "idnt idnt-#{ ... hide-when-print"><%= check_box_tag("ids[]", issue.id, false, :id => nil) %></td> 30: <td class="id"><%= link_to issue.id, :controller => 'issues', :action => 'show', :id => ... 2011-05-24 23:56
Development: RE: Redmine 1.2 Release date
I'm also very interested in the 1.2 release. I see that the number of open issues have gone up to 9 today... Is there any new ETA for the 1.2 release? 2011-05-24 12:45
Open discussion: Easy issue reporting
Hi, We have several projects and sub-proje ... ral clicks from login to simply reporting an issue in the correct project. Is there any way of having a "New issue" page that lets you also choose project to send the issue to? Preferably i would like to have a "report issue" link on The HomePage ( or my page) that take you to a page such as described above? 2011-05-24 11:37
Help: Two companies, one install
Hi, First off... great software. I'm tr ... ojects/businesses is better integrated. The issue is that there are a few locations within red ... ent collectively. Thoughts? Terry 2011-05-24 10:30
Help: RE: migrate_from_mantis Mysql::Error
Currently, Project.trackers seems to be initi ... ake like this: p.enabled_module_names = ['issue_tracking', 'news', 'wiki'] p.trackers.clear ... rate Mantis 1.2.2 to Redmine trunk(rev.5856). 2011-05-24 07:13
Open discussion: RE: Provide an Issue 'Closed Date' in the DB for query purposes
Maybe this will help: http://www.redmine.org/plugins/closed_date 2011-05-23 20:13
Help: Assigning "New issue" fields to the specific role?
Hi, I have two roles: Reporters and Develo ... mostly only "read" access except adding new issues. I see that I can customizable everything i ... d sets only developers or admins. Regards. 2011-05-23 18:52
Help: Separate custom fields
Hello, I added quite a few custom fields to my project issues and the problem is that it's quite messy so ... operties categories when you are updating an issue but something else is also good Is that p ... way to go about it ? Thanks for your help. 2011-05-23 18:00
Plugins: RE: auto assigned user plugin
Hello, I am on 1.1.3 and can't seem to get t ... in configuration. But when I create a new issue as a user in one of the other roles, the ass ... h-needed feature so thanks for creating it! 2011-05-23 17:26
Plugins: CMI Plugin Issue
Installed redmine-1.1.2,and applied the CMI plpugin Now we are facing the bellow issues: 1.Spanish tabs and descriptions 2.Transl ... sts still CMI plugin is not working. 2011-05-23 14:39
Help: Problem with context menu on issues page
Hi! When i right click on the issues page the context menu wont show up. I can s ... duction log it is saying <pre> Processing IssuesController#show (for 192.178.182.18 at 2011- ... Parameters: {"back_url"=>"/projects/quintime/issues", "ids"=>["2742"], "project_id"=>"quintime" ... Yccs=", "id"=>"context_menu", "controller"=>"issues"} Filter chain halted as [:find_issue] rendered_or_redirected. Completed in 47ms ... ound [http://192.81.161.76/projects/quintime/issues/context_menu?authenticity_token=a1tT47GJgAP ... RsxYccs%3D&back_url=%2Fprojects%2Fquintime%2Fissues&ids%5B%5D=2742] </pre> It seems like it l ... ng here and its working on the roadmap page 2011-05-23 13:46
Plugins: how to overwrite a propety by a plugin?
I read the "plugin tutorial" and can write a ... want to change some thing in the app/models/issue.rb: Remove: belongs_to :assigned_to, :class ... o do that, because it not in a function ? 2011-05-23 11:27
Plugins: RE: plugin to assign issues to groups
I really happy when i hear you (Davide Gallet ... the plugin from you ;) Thanks and cheers. 2011-05-23 11:09
Help: redmine : Message: Object expected
here is an error that i get from the site whe ... page, can someone shed some light into this issue? how to go about fixing this? thanks in ... 0 URI: http://mycompany.com/redmine/settings 2011-05-23 08:25
Development: RE: Redmine 1.2 Release date
+1. I'm also waiting for the new privacey features on issue level. And now there are more open issues for this release nooo. :P Anyway this is ... re. Thanks to the development team :) 2011-05-22 16:16
Help: RE: email configurations in 1.1.1 and trunk (rev 5857) -- the latter does not work, why?
"workaround":http://www.redmine.org/issues/8412#note-2 2011-05-21 09:38
Open discussion: Redmine mentioned in my article on CI/Medical Devices
I recently wrote an article to MD+DI Magazine and it discusses the use of Redmine as an issue tracker (its mostly about SOPs and CI, but R ... e-medical-devices http://www.mddionline.com/ 2011-05-20 19:43
Help: RE: revision / changeset links
I get you now. I've upgraded to 1.1.3, manual ... have, and it's working corerectly now - the issues and repo links to revisions now point to th ... , not the changeset.id in the DB). thanks. 2011-05-20 14:41
Plugins: RE: Recent Issues Plugin
Glad you found it useful. I had my install u ... up with a way to detect what the base url is. 2011-05-20 13:10
(11551-11575/18298)