Search
Results (18298)
- 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...
- 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
- 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
- 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.
- 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]]).
- 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
- 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 => ...
- 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?
- 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?
- 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
- 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).
- 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
- 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.
- 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.
- 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!
- 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.
- 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
- 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 ?
- Plugins: RE: plugin to assign issues to groups
- I really happy when i hear you (Davide Gallet ... the plugin from you ;) Thanks and cheers.
- 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
- 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 :)
- 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
- 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/
- 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.
- 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.