Search
Results (18291)
- Help: RE: Updating an Issue via REST-API with Excel VBA
- Ok, working fine. The xml is a bit different to PUT then the extracted from the GET: <issue> <status_id>5</status_id> <done_ratio>100</done_ratio> </issue>
- Hi, I was trying this plugin. Installation ... nyone with same problem? Thanks, Regards.
- Help: RE: Updating an Issue via REST-API with Excel VBA
- but now i have the problem that status can not be updated. My XML is like: <issue> <status name="Cerrada" id="5"/> </issue> but it doesn´t work. Any ideas?
- Help: RE: Updating an Issue via REST-API with Excel VBA
- At least i´ve got it. Changed httprequest method to "PUT".
- Open discussion: RE: How to contribute
- Jan Niggemann (redmine.org team member) wrote ... native implementation. I'd love to see which issue or improvement requests are the hotest. And ... ld also be interesting for module developers.
- Open discussion: RE: How to contribute
- Tobias Fischer wrote: > it's sad, that this ... am is just too small to handle the amount of issues or forum posts – a vicious cycle. Indeed, ... ones) and if they have good test coverage.
- Open discussion: RE: How to contribute
- Hi Jan, it's sad, that this seems to be th ... am is just too small to handle the amount of issues or forum posts – a vicious cycle. There's ... aited features or patches from the community.
- Plugins: RE: Error 404 with redmine_xlsx_format_issue_exporter
- Hi Joy, I installed the next pluging. Foll ... ps://github.com/two-pack/redmine_xlsx_format_issue_exporter/blob/master/README.md Let me know how it is going. Regards, Carlos.
- Help: RE: Nginx Configuration (with Phusion Passenger) to set Expiration Headers
- THis will also break -because Redmine uses so ... * when editing an existing Journal within an issue Try this nginx config: <pre> location ... pre> Which Etienne suggested in: #13564
- Plugins: RE: Error 404 with redmine_xlsx_format_issue_exporter
- Hi, Carlos C.C. I have the same problem with you when I install the redmine_xlsx_format_issue_exporter. Could you tell me how to resolve this problem. Looking forward to your reply!
- Help: RE: New Issue Status not showing
- Hell, the image showed your URL and - OMG - i ... sorry, but no support for versions that old.
- Open discussion: RE: Create tool that gets data from excel and insert in ReMine
- Where do you want to insert the data from Excel? Do you want to create issues, wiki pages or news? There's the [[Rest_api|REST-API]]...
- Help: RE: New Issue Status not showing
- Yes I'm sure. @Image deleted by moderator.@
- Help: RE: Can I load data into redmine database running query?
- Hi Jenny, I strongly recommend you don't do ... e runner such as: <pre><code class="ruby"> Issue.create(subject:'My subject',due_date:Date.to ... it is a short, simplified example._ Cheers,
- I've checked help and some other plugins, but ... or example, I need to add a boolean field to Issue. How can I mark get/set and datatype for it? ... ? I'm not sure about standard Ruby functions.
- Help: RE: New Issue Status not showing
- >We run Redmine 1.0.1.stable (SQLite) Are yo ... er supported and has very (!) nasty security issues, see [[Security_Advisories]]
- Help: RE: Intermittent 500 internal errors
- This solved our issue.
- I've added a new Issue status and have done everything that I've se ... via Workflow. I've even re-ordered all my Issue Statuses but nothing makes a difference. I ... way helps to assist in resolving my problem.
- Hello, this is my first post so sorry if i miss some info. Im trying to update an issue from excel, with VBA. My code: Dim urlRedmine As String urlRedmine = "http://myurl/redmine/issues/683.xml" '683 is the id of issue im trying to change as an example Set ... deusu:pwd" Dim xml As String xml = "<issue><subject>changed_subject</subject></issue>" req.Send (xml) As response i get an er ... problem. Can anyone help me please?
- Help: RE: Redmine 2.X Tuning with MySQL
- Hi Martin, Thank you for your reply. I'm u ... is tables are InnoDB) to test: * users * issues * journals * journal_details On every ... in set (18.40 sec) mysql> optimize table issues; +----------------+----------+----------+- ... --------------------------------+ | redmine.issues | optimize | note | Table does not supp ... oing recreate + analyze instead | | redmine.issues | optimize | status | OK ... ----------+ 2 rows in set (3.37 sec) </pre>
- Hi everyone, I have just configured LDAP ... ge. Anyone know how to troubleshoot this issue? Thanks a lot.
- Help: RE: Internal error when viewing settings page after upgrade from 1.2.1 to 2.4.6
- It turns out the issue has nothing to do with the upgrade. Insta ... to get ruby 1.9.3 and redmine 2.4.5 working.
- Open discussion: RE: Ability to set the date for news and issue comments
- Oh sorry, you're right of course...
- Open discussion: RE: Ability to set the date for news and issue comments
- Jan Niggemann (redmine.org team member) wrote ... llowed for such objects : news and notes (on issues).
- Open discussion: RE: Ability to set the date for news and issue comments
- You could create a custom field of type date and use that...