Project

General

Profile

Search

Results (18267)

Help: Identifying the REST API fields
Hi all, I'm having trouble getting started with the Issues REST API. To be specific, I'm not certain which fields are available when adding Issues. Ideally I'd like to be able to dynamica ... ancement request for this? Thanks, Paul 2010-07-05 12:26
Plugins: RE: Blocks Layout plugin
Created a ticket... http://www.redmine.org/issues/5819 2010-07-05 11:27
Plugins: RE: lft/rgt - getting an issue with all parent tasks
Thank you! That put me on the right track and I got it working :) 2010-07-03 08:19
Open discussion: Incoming Emails and Duplication of Original Message
Is anyone else having problems with incoming ... ----------------- Here is my reply to the issue........ On Fri, Jul 2, 2010 at 3:48 PM, <issue@redmine.com> wrote: The original issue text is here.. --------------------------- On the issue in redmine, I'll get something like this all thrown together: Here is my reply to the issue.... On Friday, Jul 2 2010 at 3:48 PM, <issue@redmine.com> wrote: The original issue text is here. 2010-07-02 22:50
Help: REST API Using C#
Hello. If this has already been asked, I apo ... ng to use the Rest API in C#. I can get the issues for a particular problem with a standard Ht ... ess = new Uri( "http://server/issues/" + issueNumber + ".xml" ); HttpWebRequest request ... is (though I have also tried it without the <issues> tag surrounding it): <pre> <?xml version="1.0" encoding="utf-16"?> <issues> <issue> <id>6951</id> <project id="28" na ... name=" Adam Ferguson " /> <subject>Test Issue 2</subject> <description>Test Issue Number Two</description> <done_ratio>20</done_ratio> <custom_fields /> </issue> </issues> </pre> With the XML, I attempt to co ... t would be much appreciated. Thanks, Adam 2010-07-02 22:33
Open discussion: RE: Problem with mailer.rb
Marco Antonio Suárez Peña wrote: > As far as ... one tell me what is the way to fix this? @issue.priority.name@ should work. 2010-07-02 17:31
Open discussion: RE: Assign keywords to issues?
Benjamin Neau wrote: > Would you mind explai ... several tickets (e.g. http://www.redmine.org/issues/1448) or forum posts is not prioritized? ... > I read your answer like 'If you want an issue tracking system which supports tagging, you ... ppily oblige if you make it worth their time. 2010-07-02 17:23
Open discussion: RE: Assign keywords to issues?
Felix Schäfer wrote: > Use categories :-) > ... several tickets (e.g. http://www.redmine.org/issues/1448) or forum posts is not prioritized? I read your answer like 'If you want an issue tracking system which supports tagging, you ... ly? Thanks for yor time and consideration. 2010-07-02 14:18
Open discussion: Problem with mailer.rb
Hi there! That is my first post in this fo ... the mail subject* to include priority of the issue. As far as i know, priority references to ... t) At line 46 is coded: subject "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] #{issue.subject}" and changed to: subject "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id} *- #{issue.enumeration.name}*] #{issue.subject}" but it doesn't work... Could ... the way to fix this? Thanks in advance! 2010-07-02 14:02
Open discussion: RE: A link to an issue from an Office document closes your Redmine session and requires explicit login
Solved. It was just a matter of adding the f ... Internet] "ForceShellExecute"=dword:00000001 2010-07-02 07:42
Open discussion: RE: Restrict issue creation to specific user type
Hmmm.... Just tried it but even if none of th ... n of the tracker, you can still create a new issue of any kind, if 'Add issue' is enabled in the user type roles. 2010-07-02 04:05
Open discussion: RE: Restrict issue creation to specific user type
I think what you want is the workflow though ... and then it won't allow them to create it.... 2010-07-02 04:02
Open discussion: RE: Restrict issue creation to specific user type
Thanks, but I only see 'Add Issue' there. I want a Developer to continue adding issues if they are not of type 'Support', which on ... create. I am missing something? Regards. 2010-07-02 03:48
Open discussion: RE: Restrict issue creation to specific user type
Check out the Roles section in Administration. You will see all the permissions of which Create Issue is one of them that can be applied to a role. 2010-07-02 00:45
Plugins: RE: Redmine Screenshot Paste (http://www.redmine.org/wiki/redmine/PluginScreenshotPaste)
I haven't been able to get the 0.2 version wo ... n see it appearing in the parameters for the IssueController#edit submission: "uploaded_screen ... . No errors/exceptions, though. Any ideas? 2010-07-01 21:35
Open discussion: Email Notification Views
Hello everyone, I just wanted to attach for t ... oks similar to the preview for the add. The issue partial view changes colors based on the priority. 2010-07-01 21:20
Open discussion: Restrict issue creation to specific user type
Hello. Is it possible to restrict the ... or Reporter in a project to create a Support issue, but not a Developer. Thanks. Regards. 2010-07-01 19:12
Plugins: RE: Redmine Blog Plugin
Problem: "undefined method `attach_files'" V ... pired by http://opensource.integritas.com.br/issues/show/616 2010-07-01 16:03
Plugins: RE: lft/rgt - getting an issue with all parent tasks
The issues use the awesome_nested_set plugin (source:t ... d to see, but there are helpers for that too. 2010-07-01 15:08
Help: RE: What does Custom Fields > Issue Priorities do?
Jens Alfke wrote: > In the Custom Fields admin page, there's a tab for Issue Priorities. I've tried adding a custom field to that, but it doesn't show up anywhere in the issue tracker UI. What's this feature for? Same ... I added one and it doesn't show up anywhere. 2010-07-01 14:18
Help: RE: Export to PDF works strange with russian symbols
Same issue, using latin characters. 2010-07-01 13:55
Help: RE: Error: Child already added
I've fallen in the same issue, I resolved by manually edited the plugin ... ct/hashtable Here is how I resolved the issue, - Scrumdashboard plugin - Scrum PM Plug ... d, :after => :activity, :param => :project_id 2010-07-01 13:46
Plugins: RE: Redmine Simple Support plugin v 0.1.0 released
Cool! Seems really interesting in our case at ... stable release for the moment, I opened "an issue":https://projects.littlestreamsoftware.com/issues/4223 on the dedicated bug tracker for that. 2010-07-01 12:54
Plugins: lft/rgt - getting an issue with all parent tasks
Hi I'm making a "overview" screen. I've go ... ll still show that task. What I need is a Issue.find command to: Get all issues with a certain condition - including all ... nually" now (in ruby) to produce a tree of: issue[nil] = [all issues, including tasks not assigned to me] issue[issue.id of parent task not assigned to me] = [issue list] I'm really struggeling finding a good way of doing that. I need a tree of issues assigned to me, with parent tasks visible (in a tree, so subtasks of subtasks work). 2010-07-01 12:33
Plugins: RE: XLS export plugin
It seems, that XSL export plugin breaks xml REST API for issues 2010-07-01 12:05
(14026-14050/18267)