Search
Results (18267)
- 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
- Plugins: RE: Blocks Layout plugin
- Created a ticket... http://www.redmine.org/issues/5819
- 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 :)
- 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.
- 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
- 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.
- 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.
- 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.
- 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!
- 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
- 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.
- 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....
- 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.
- 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.
- 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?
- 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.
- Hello. Is it possible to restrict the ... or Reporter in a project to create a Support issue, but not a Developer. Thanks. Regards.
- Plugins: RE: Redmine Blog Plugin
- Problem: "undefined method `attach_files'" V ... pired by http://opensource.integritas.com.br/issues/show/616
- 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.
- 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.
- Help: RE: Export to PDF works strange with russian symbols
- Same issue, using latin characters.
- 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
- 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.
- 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).
- Plugins: RE: XLS export plugin
- It seems, that XSL export plugin breaks xml REST API for issues