Search
Results (18291)
- Hello, it is possible to add a set of memb ... I've search for a hook (like __controller_issues_new_before_save__ for issue creation) but found nothing. I found this " ... uld like to avoid. Or isn't this possible?
- Hi, we are searching for a possibility to upload images into the comments and not the issue or update. It would be great if the tool w ... t. But I guess that this will not handle our issues with files in the comment (instead of the update/issue) Greetings, Vanessa
- Hello, I am trying to integrate cvs with r ... running? kind regards Randolph
- Hi guys. I'm using redmine 2.3.3 on RHEL/C ... no plugin installed </pre> I'm having issues with some pages rendering slowly, for example: <pre> Started GET "/issues/9313" for 10.8.0.6 at Sun Jan 26 18:31:04 +0100 2014 Processing by IssuesController#show as HTML Parameters: {"id" ... urrent user: jakov.sosic (id=37) Rendered issues/_action_menu.html.erb (10.7ms) Rendered attachments/_links.html.erb (188.9ms) Rendered issue_relations/_form.html.erb (5.7ms) Rendered issues/_relations.html.erb (38.7ms) Rendered issues/_changesets.html.erb (559.2ms) Rendered issues/_history.html.erb (1226.5ms) Rendered issues/_action_menu.html.erb (9.4ms) Rendered issues/_form_custom_fields.html.erb (1.4ms) Rendered issue...
- <dependency> <groupId>com.taskadapter</ ... ________________ @Override public void addIssue(String userName, String password) throws Red ... ull; try { ua = rm.uploadAttachment("Issue", content); } catch (IOException e) { ... getToken(); System.out.println(token); Issue issue = new Issue(); issue.setSubject("自动创建BUG测试版本"); issue.setTargetVersion(versons.get(0)); Issue issue1 = rm.createIssue("ff", issue); } ______________________________________________________________ Issue and Attachment Not related !!!
- Hello everyone, My company choosed redmine ... g tracking. We use the _spent hour_ field of issues to report activities both from users and lifecycle issues. As a team manager, I spend a lot of time ... tivity and sometimes I give a hand to others issues. I decided to write down a js bookmarklet so when my current page is a issue's one, I just click my bookmark to add 0.05 hour to the current issue. The code is functionnal and the time displayed on the issue page is updated at the end of the process. *But I have an authentication issue here. If I use the bookmarklet, I have to re ... ----9f2d15b"; var params = '{"time_entry":{"issue_id":'+window.location.pathname.split('/')[2] ... n x; } function timeUpdate(id){ x=xhr('/issues/'+id+'.json','GET'); x.onreadystatechang ... ctor('.spent-time a').innerHTML=parseFloat(r....
- How to create Git repository and avoid - "404 ... 00", "commit_ref_keywords"=>"refs,references,IssueID", "autofetch_changesets"=>"1", "commit_cro ... lumns.html.erb (6.4ms) Rendered settings/_issues.html.erb (109.7ms) Rendered settings/_no ... l.erb (5.2ms) Rendered projects/settings/_issue_categories.html.erb (86.1ms) Rendered pro ... git push /var//test.git/ master </pre>
- Help: RE: Spent time as required field?
- ou. I have the same problem and i dont know h ... i need required field "Spent time" only when issue will be closed.
- Help: RE: Issues aren't updated when answering via mail
- Thanks for sharing this.
- I have the same problem as reported "here":ht ... e_inline_note_images_plugin 0.0.1 redmine_issue_checklist 2.0.5 redmine_ldap_sync ... mpatible with rails 3? Am I totally screwed?
- I've recently inherited administration of my ... , mailto links, [[wiki links]], and links to issues (#777) are all working. Any thoughts as to ... 0.0.3 redmine_issue_checklist 2.0.4 redmine_ ... tuff_to_do_plugin 0.5.0
- Help: RE: RMagick with JRuby on Windows
- I forgot that I had myself submitted an issue on this: #10724-3. That fix of running bundle install again still works! Thanks for your help!
- Help: RE: RMagick with JRuby on Windows
- Thanks for your help Ivan! Actually, I ended ... tect it on the Information page: !RMagick_Issue.png! Even having RMagick gem installed on ... treetop (1.4.15) tzinfo (0.3.38) </pre>
- Help: RE: Issues aren't updated when answering via mail
- So I fixed this issue by adding this line <pre> journal.created_on = Time.now </pre> to the 'receive_issue_reply' method in the MailHandler class (app/ ... r everyone else, I'm still confused why this issue existed for me. So if anyone can give me an ... still appreciate it. Cheers, Hauke
- Hi, I'm currently working on a python scri ... code is proposed to write out all the IDs of issues which are assigned to me (id='twagne10'). ... ion: 8 print 'Prod connected' 9 10 issues = connection.issue.filter(assigned_to_id='twagne10') 11 print issues 12 13 for issue in issues: 14 print issue.id </pre> If I run this script I get thi ... <redmine.resultsets.ResourceSet object with Issue resources> Traceback (most recent call last): File "./mail.py", line 13, in <module> for issue in issues: File "/usr/lib/python2.6/site-packages/ ... our help in advance! Best regards, Thomas
- Plugins: RE: Redmine Blog Plugin
- This also resolves the issue for me. Thanks a lot.
- Plugins: RE: Redmine Blog Plugin
- Regarding the '\n' syntax error, I edited the ... returns in the statement. That resolved the issue for me. <pre> Environment: Redmine ve ... redmine_people 0.1.6 </pre>
- Hi, we are using *Redmine/MS Project sync* plugin with Redmine 2.3.0 and MS Project 2010. The Issue relations and Parent/Child relations are not ... edmine... Do you have any idea? Regards
- Help: RE: Lock Issue to editing User
- >As of now we can assign the issue to the developer - but it doesnt tell the re ... s what assignments are for. If you assign an issue to someone, but that someone just ignores it ... oblem can not be solved through technology...
- I m looking for a plugin to edit all my issues (add/modify delete/assign) in the main page issue. I do not want to clik on "new issue" inorder to create a new issue. I want to edit my issue like the xls file Are there a plugin for that?
- Development: RE: Database Query - How to get total number of New Issues on specific date ?
- Hi Sudheendra Panganamala, add GROUP BY and L ... re> mysql> SELECT COUNT(i.id) AS NumberOfNewIssues, isst.name AS statusName FROM issues i LEFT JOIN issue_statuses isst ON isst.id=i.status_id WHER ... 2014-01-15%' GROUP BY status; </pre>
- Is there a function, so that developers can grab an issue to show other developers that this issue is already under development? Like I open an issue click on the button "I fix this" and it shows something like "User XY is already editing this issue". As of now we can assign the issue to the developer - but it doesnt tell the re ... REALLY works on that. The same thing for issues that havent got an assigned person - without talking to each other, the same issue might get fixed by more than just one person which results in losing time for other fixes.
- Hi! I have migrated a project from one ins ... k except one thing. Attachments connected to Issues gives a 404 when accessing them. The id:s to the issue is correct, it shows in the ticket correct, ... ssions and filename? Thanks! /Marcus
- Hi, How to assign spent time to more than ... It happens two or more persons work on same issue. How to deal with such issues?
- Hi all, I'm relatively new to Redmine ad ... email notify a set list of people when a new issue is created without an assignee? Basically, ... st of people that should get an email on new issue creation unless the new issue also set the assignee (in which case they'll ... require some custom code? Thanks, Fran