Search
Results (18280)
- Help: RE: Adding a note via Redmine API
- Hi! I am not sure that I got what you exac ... ould you like to change note for an existing issue? This can be done using PUT method. It is ... n the REST API documentation. <pre> PUT /issues/[id].json { "issue": { "notes": "Changing the subject" } } </pre> This way you can add note to an issue with specified ID. (I haven't used this feature before, I think this should be working like this.)
- Hi! I am very new to redmine. I want to us ... plication. It works fine, I can get all the issues or projects, but when I request users.xml c ... ng. Any help would be greatly appreciated!
- I am new in redmines and I have requirements ... ject. Please anyone help me to resolve this issue.
- Help: RE: How to make a new Project copy of an entire project and sub-project with issues?
- I think it's worth asking this question again with Redmine 2.1...
- I am new in redmines and I have requirement ... ject. Please anyone help me to resolve this issue.
- Help: RE: Files/attachments can be downloaded ... ithout permissions (by using tools like wget)
- Yes,I have the same issue,It is required to read-only users just view the documnet on redmine pages NOT download and view.
- Help: RE: email notification for every commit and https
- I know this topic is old but because I had th ... not add another email option but checks the Issue Updated notification event permission before sending emails.
- I am trying add a note containing text to an existing issue in Redmine using the REST API. I have looked ... tion how to add a note to a existing Redmine issue. I was wondering if anyone knows if this is possible and if so how to do it? Thanks in advance
- Plugins: RE: Redmine Issue History Tabs Plugin
- Installed commit ID 03f2d1c012 and worked on my RM 2.1.2 Ubuntu Server 12.04
- Help: RE: Problem viewing issue after migration.
- I have solved my problem. Allthe issues that were giving me problem, it had a status_id that doesn't exist. I have updated this issues with <pre> update issues set status_id=2 where status_id=7 </pre> And all come to work again. --Roberto
- Help: RE: Problem viewing issue after migration.
- More info about my deploy: <pre> About yo ... abase schema version 20120301153455 </pre>
- What I am looking for is the ability to see a ... ing. I may have missed it though. Thanks.
- Plugins: RE: Redmine preview attach column/image gallery
- uncaught exception: script.aculo.us requires ... framework >= 1.6.0.3 @http://svn.bidule.com/issues/78 Line 23@ i get this trouble , am i a ... dmine_preview_attach_column 0.1.7@
- Help: RE: SVN doesn't work on Redmine. (with IIS 7.5)
- Thanks C F ! I've solved this issue!!!! It's really big help to me!
- Hi guys! I migrate toredmine 1.4.4, and afte ... g a very different problems. There is a few issues that i can see and in the log file i got this: <pre> Processing IssuesController#show (for xxx.xx.xxx.xx at 2012-11-12 18:02:02) [GET] Parameters: {"controller"=>"issues", "action"=>"show", "id"=>"205"} Rendering template within layouts/base Rendering issues/show ActionView::TemplateError (undefine ... ' for nil:NilClass) on line #79 of app/views/issues/show.html.erb: 76: 77: <p><strong><%=l( ... <div class="wiki"> 79: <%= textilizable @issue, :description, :attachments => @issue.attachments %> 80: </div> 81: <% end %> 82: <%= link_to_attachments @issue %> </pre> I'm getting similar errors whe ... solve this problem? Thanks a lot!
- Plugins: RE: Extra query operators plugin
- Hi! I have installed this plugin for Redmi ... bserver is not defined... How to fix this issue ? Thanks,
- h2. Description: I'm trying to create new issues in redmine via email and so far all other f ... ly except for the start and due dates of the issue. Here's what I've done: h3. Step 1: I've ... the proper fields in my email to create the issue and written the date in the format that I've ... and due dates are not passed through to the issue. They remain in the description of the issue instead of being used as issue attributes. I have tested the date format u ... hat is set within it's global settings?
- Help: RE: v1.4.4 on fc17
- I am having the same issue. There are a few pages I found when doing g ... p with anything new I will post it back here.
- I've got a dev server we've been trying out 2 ... e's a problem. When I try to create a new issue, I get a 500 error. Looking at the dev log ... mn 'position' cannot be null: INSERT INTO `issues` (`assigned_to_id`, `author_id`, `category_ ... 59') I see in the database.rb that in the issues table there is a not nullable field called ... .12) * tzinfo (0.3.35) * yard (0.8.3)
- Help: RE: LDAP attribute workarounds for on-the-fly user creation?
- I seem to have fixed my problem. But to an ... It's documented here: http://www.redmine.org/issues/11850 In my app/controllers/account_cont ... ssistance in the mean time. I appreciate it.
- Hi! Is there a way to export the project overview? I need a pdf-export like it is realized with issues. Thanks!
- Open discussion: RE: Issue in setuping redmine 2.1.0
- resolved
- Hi Team when i am running the command "rak ... and am using Debian GNU/Linux 6.0 \n \l Issue Please help me
- Hello, I have redmine version-2.1.2. All is o ... e is no wysiwyg editor in text editor field (issue and wiki). Help me please. Is it bug? the ... 2 Database schema version 20120731164049
- Plugins: RE: Weekly Timesheet 1.1
- ok, lets hear from others if they are ok with ... the pdf export. I will add the hyperlink issue to our feature list for the next release.