Project

General

Profile

Search

Results (18279)

Development: REST API to move issues from one project to another
Hi, I am working on Redmine REST API to achieve issues to be moved between projects. Update of the issue is happening except the project. URL : http://xx.x.x.xxx/redmine/issues/14725.xml?key=ABCD Payload : <?xml version="1.0"?><issue><project_id>xxxx</project_id><priority_id>3< ... ustom_fields><tracker><id>12</id></tracker></issue> Can someone guide me on how to achieve t ... redmine_wktime 1.5 2014-12-05 21:36
Plugins: code review stops working
Hi 1 month ago code review stops working, I ... rted GET "/projects/xx/search?utf8=%E2%9C%93&issues=1&q=5407" for 192.168.xx.xx at 2014-12-05 0 ... #index as HTML Parameters: {"utf8"=>"✓", "issues"=>"1", "q"=>"5407", "id"=>"xx"} Current ... (id=19) Redirected to http://redmine.xx.xx/issues/5407 Completed 302 Found in 16.6ms (ActiveRecord: 1.2ms) Started GET "/issues/5407" for 192.168.xx.xx at 2014-12-05 09:35:17 +0100 Processing by IssuesController#show as HTML Parameters: {"id"=>"5407"} Current user: mauro (id=19) Rendered issues/_action_menu.html.erb (5.7ms) Rendered plugins/redmine_code_review/app/views/code_review/_issues_show_details_bottom.html.erb (2.8ms) Rendered plugins/redmine_release_notes/app/views/issue... 2014-12-05 11:48
Plugins: RE: Working "stuff to do"-plugin
I had the same issue, and yes I have found one that is working. ... member to go into Admin->Plugins Cheers! 2014-12-04 14:21
Help: RE: Default tracker for Sub-Task
Sven S. wrote: > While playing around with s ... > > I already read the documentation and issues but I was unable to find any information re ... sh, I'm from Brasil. Is that what you needed? 2014-12-04 13:01
Open discussion: jQuerry Easy ToolTip, HoverEffect for redmine fields in issue list
For example. More comfortable will be "to watch issue-detail-description in issue list on hover issue-title":http://prntscr.com/5d2l50. In wordpr ... e link to the decision, if it already exists. 2014-12-04 10:47
Open discussion: Quick edit fields (for example estimate hours) in issue list
I didn't find this feature in forum, so I cre ... ck edit of estimate hours or other fields in issue list ps. Guys please send the link to the decision, if it already exists. 2014-12-04 10:37
Plugins: RE: CKEditor: What should I know about it?
I've been running CKEditor in Redmine for abo ... d handle without any trouble. The biggest issue you'll run into with this is the macro suppo ... t I know of to convert Redmine wiki pages or issue descriptions from HTML to any other format. ... implement it in your production environment. 2014-12-04 09:51
Help: RE: [SOS]Redmine server is down always,please help
Hello Julie, I don't see you why you would ... support heavy loads. * Mongrel had several issues with recent versions of Rails/Ruby, and, I ... ments (Using Ruby 1.9 previously). Cheers, 2014-12-04 09:11
Help: RE: Using the REST API with PHP - Redmine
I think you can't do it! *Optional filters:* * project_id: get issues from the project with the given id, where i ... or project identifier * subproject_id: get issues from the subproject with the given id. You ... ject_id=XXX&subproject_id=!* to get only the issues of a given project and none of its subprojects. * tracker_id: get issues from the tracker with the given id * status_id: get issues with the given status id only. Possible values: open, closed, * to get open and closed issues, status id * assigned_to_id: get issues which are assigned to the given user id. me can be used instead an ID to fetch all issues from the logged in user (via API key or HTTP auth) * cf_x: get issues with the given value for custom field with ... //www.redmine.org/projects/redmine/wiki/Rest_Issue... 2014-12-03 20:28
Help: Default tracker for Sub-Task
While playing around with sub-tasks, I observ ... ks"? I already read the documentation and issues but I was unable to find any information related to this topic. 2014-12-03 16:39
Help: RE: Using the REST API with PHP - Redmine
gabriel visconti wrote: > I'm using this API to get issues of a redmine database. > > http://www.re ... > I followed the examples, but I can't get issues where assigned_to_id is null. > > Here's ... a query command: <pre>SELECT * FROM redmine.issues WHERE assigned_to_id = null;</pre> *You ... a query command: <pre>SELECT * FROM redmine.issues WHERE assigned_to_id is null;</pre> It w ... can make a test on terminal or ide workbench. 2014-12-02 19:52
Help: Using the REST API with PHP - Redmine
I'm using this API to get issues of a redmine database. http://www.redmin ... I followed the examples, but I can't get issues where assigned_to_id is null. Here's the ... uire_once ('ActiveResource.php'); class Issue extends ActiveResource { var $site = 'root: ... = 'xml'; // REQUIRED! var $element_name = 'issue' } $issue = new Issue(); $issues = $issue->find('all'); //Works fine print_r($issues); </pre> But when I try to restrict for ... assigned_to_id, It's not working. <pre> $issues = $issue->find ("all", array('assigned_to_id'=>null)); //not working $issues = $issue... 2014-12-02 16:22
Plugins: RE: Is their a way to have Redmine open pdf files in the browser?
Thanks. I am using Bitnami Redmine and had no issue implementing that. The location of the file ... itnami\redmine\apps\redmine\htdocs\app\models 2014-12-02 15:31
Help: How to add a new issue using Redmine rest api with delphi?
I'm using Delphi XE and have local Redmine. W ... how to use Redmine rest api with Delphi: AddIssue and GetIssue. GetIssue works nice, but AddIssue doesn't work at all. At first time AddIssue returned error code "500 Internal server err ... e. Wiki examples: [[Rest_api_with_delphi]] 2014-12-02 13:23
Help: RE: Duplicate Commit Time Tracking for Git / Atlassian Stash
We have similar problem with subversion merge ... vision(s) 16 from trunk/std/docs/templates: Issue #5080 @1h20m: abc-svn pre-merge-Test ........ </pre> 2014-12-01 15:58
Open discussion: how to automatically close issue
I have tried to use svn commit issue with keywords closes #16, when I check to localhost redmine, the status of the issue is still new, has not changed its status to a close how to order when the commit, the issue automatically close? thank you!! this ... [IMG]http://i57.tinypic.com/142sgnp.jpg[/IMG] 2014-12-01 04:00
Help: Add a widget to the "my page" site (permanent)
Hi, i want to add the widget (My page block) "watched issues" permanently to the site "my page". Usuall ... s this possible over the template? Regards 2014-11-30 20:23
Development: Creating dynamic fields and changing e-mails link
Hello. I'm new at Ruby development and i'm ha ... of them is to make the custom fields in "New issue" dynamic. If the user selects the (custom) f ... s exactly this what i'm trying to do in "New issue". The other thing i'm trying to do is cha ... of the code i have to focus my attention on. 2014-11-28 20:29
Open discussion: Product Breakdown
Hey all, What support does redmine have for issue tracking with a deep product breakdown struc ... here plugins for this? I would like to group issues. for example: list all issues for: product.system.component or product.system. Thanks, 2014-11-28 13:16
Help: update issue
I have updated redmine from 1.2.1 to 2.6.0.bu ... ? I am really have no idea about this!!! 2014-11-28 08:53
Help: viewing .doc and docx in the repository and not downloading.
Hi all, txt documents load in the view no issues however doc and docx download the file, is there a way to have them load as well? Thanks 2014-11-28 03:14
Help: Importing historical project titles into Redmine
Greets - I'm running a new install of Redmine ... need any modules or trackers enabled, and no issues / tasks imported or populated. I'm just ... ormat. Any thoughts? Thanks, Ted. 2014-11-27 20:00
Plugins: How to add filter into a scaffold object in plugin redmine
Hi every body, I create A scaffold polls in plugin redmine, I want to add filter into scaffold same issue. But this is big bug. I cannot do that, I do ... and code of filter, who can help me, please!! 2014-11-27 10:16
Open discussion: RE: PRE tags wrap with latest Google Chrome, Redmine 2.6.0 (Win7x64)
Using the Inspect Element option of Google Ch ... this style: <pre><code class="css"> div.issue { background: #ffffdd; padding: 6px; marg ... nt line. h5. Redmine v2.6.0 @grep "div.issue {background" ./redmine-v2.6.0/public/stylesheets/application.css@ <pre><code class="css"> div.issue {background:#ffffdd; padding:6px; margin-bot ... </pre> h5. Redmine v2.5.2 @grep "div.issue {background" ./redmine-v2.5.2/public/stylesheets/application.css@ <pre><code class="css"> div.issue {background:#ffffdd; padding:6px; margin-bot ... ize:vertical;} li p {margin-top: 0;} -div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;} +div.issue {background:#ffffdd; padding:6px; margin-bot ... in-bottom: 0px; } @@ -332,7 +337,7 @@ div.issue... 2014-11-27 06:48
Open discussion: PRE tags wrap with latest Google Chrome, Redmine 2.6.0 (Win7x64)
Is anyone else experiencing this? I've not du ... responsible, but I've noticed that existing issues where I used pre tags to preserve long line ... ic RFC about the desired functionality. This issue was reported by user Bawolff. <https://phab ... ed.png, size=700, title=Click to enlarge)}} 2014-11-27 05:38
(5351-5375/18279)