Search
Results (18298)
- Open discussion: RE: List of pro's - JIRA vs Redmine
- Alexey Skor wrote: > Nils Linde wrote: > > ... ng options. Redmine is concentrating more on issues and projects, than employees and users. It ... jects that a member is part of? And so on...
- Open discussion: RE: List of pro's - JIRA vs Redmine
- Nils Linde wrote: > Redmine CONS: > * Build ... ng options. Redmine is concentrating more on issues and projects, than employees and users. It ... though - due to Jira's SOAP API limitations).
- Plugins: RE: Contacts plugin
- That's great. Cheers! It would be nice if ... ad of typing the number when adding it to an issue, but it's not a big deal.
- Plugins: RE: Contacts plugin
- Michal Slazak wrote: > Could you please give ... ticular project in case you needed to assign issues from different projects to the same Contact. I've planned this feature
- Plugins: RE: Contacts plugin
- Could you please give me access to SVN or cre ... ticular project in case you needed to assign issues from different projects to the same Contact.
- Plugins: RE: Contacts plugin
- I've added tracker selection to create issue form from contact page
- I'm not sure whether this is a feature or a d ... - so far so good. But if I create a 'new issue' in the "parent-project" and select the entry of the subproject as the 'target version', this new issue is listed *only* in the roadmap of the parent-project (where I created the issue) and not in the sub-project (to which I assigned the issue). Did I missed some configurations of the ... feature' in redmine? Thanks for your help!
- Plugins: RE: Contacts plugin
- Michal Slazak wrote: > The problem is that w ... equired field that has to be assigned during issue creation. When creating an issue through Contact, it's not possible to assign ... lve it. May be create setting witch type os issue can be created from contact page. And create issue from contact useful because we have such pro ... no contact they add it to redmine and create issue from contact page. After if need, they add additional info to issue
- Plugins: RE: Contacts plugin
- What do you think about adding a feature to assign existing issues to a Contact? For us that would be much more useful than creating new issues. This feature present in 1.1.2
- Plugins: RE: Contacts plugin
- The problem is that we have a custom required field that has to be assigned during issue creation. When creating an issue through Contact, it's not possible to assign ... ct, Assigned To and Due Date. Because the issue is not saved, Redmine fails to redirect to action 'show' here: <pre> def add_task issue = Issue.new issue.subject = params[:task_subject] issue.project = @project issue.tracker = @project.trackers.find(:first) issue.author = User.current issue.due_date = params[:due_date] issue.assigned_to_id = params[:assigned_to] issue.description = issue.subject issue.status = ...
- Plugins: RE: Contacts plugin
- I can't repeat the error, please write steps ... > Also, is there a way of assigning existing issues to a contact? Yes ver 1.1.2 (take from svn)
- Plugins: RE: Contacts plugin
- I can't repeat the error, please write steps ... > Also, is there a way of assigning existing issues to a contact? Yes ver 1.1.2 (take from svn)
- Open discussion: RE: Issues and news templates
- See #6715 and probably #5341.
- Hi, I am thinking about issue templates. These could be used to open issues that are formatted in the same way, and the ... in them. Templates could be used also in the issues' notes, in the news and their comments. ... plates is a lot of work, so I do not open an issue about them but this thread in the forum. Tha ... s with keywords in them. Then, when creating issue, the user may provide (via Redmine's user in ... r these keywords and this way to create real issue. And if we go beyond this, this model could be used when creating issues by emails. Ivan
- Currently, in Redmine, when I mark a ticket a ... Am I misunderstanding how to use duplicate issues in Redmine? What's the right flow for marking and closing duplicates? Thanks.
- Open discussion: RE: Add Attachment to Issue in a script - Solution
- Answering my own question in case anyone finds this in a search. The key issue is that Redmine expects that files will be u ... t.create( :container => new_issue, #Issue object defined earlier :fi ... end </code></pre> Hope this helps someone
- Help: RE: 404 on "New project"
- Thank's! Fixed it: http://development.splendeo.es/issues/232
- Help: RE: 404 on "New project"
- Hello! I have this 404 error on url's /pro ... Redmine Close Button plugin 0.0.1 Redmine Issue Notification plugin 0.0.1 Redmine Logs pl ... lugin0.2.3 Please help me to fix this bug.
- Plugins: Comments on 0.3.1 with RM 1.0.3
- I had the following comments from one of our ... a diff? * Each and every comment becomes an issue. That's a lot of issue traffic. Can comments be grouped? * If thre ... rt. Are any of these possible? Thank you!
- Plugins: RE: Contacts plugin
- Thanks Kirill. Adding a new Contact now wo ... xists). However, when trying to add a new issue, I'm getting this: <pre> Processing Cont ... en"=>"123", "id"=>"4", "task_subject"=>"test issue", "due_date"=>"2010-11-17", "controller"=>"c ... Also, is there a way of assigning existing issues to a contact? Thanks, Michal
- (I was not sure about posting this here or to ... and I've been thinking that it's a pity only issues and versions show up there. What do you thi ... ich could be used to filter other stuff than issues where relevant)? One could then e.g. a webc ... only the "calendar event providers" he wants.
- Plugins: RE: Contacts plugin
- Did not find how to add issue to your tracker... When I did plugin migrat ... //github.com/edavis10/redmine-customer-plugin
- Plugins: RE: Plugin Migration issue - problem with version numbers
- Jinny Wong wrote: > That being said, perhaps ... Eric Davis (edavis10) on IRC if he's present.
- Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Joseph Potvin wrote: > Here's the patch for ... if others would advise if this resolves the issue completely your's. These are very same ch ... it's somewhere in the trunk as well.
- Plugins: RE: Plugin Migration issue - problem with version numbers
- I've re-generated my migration files with tim ... d as advising against timestamped migrations.