Project

General

Profile

Search

Results (18300)

Help: Workflow issue: can't change a new issue status
When I create a new issue with a specific User (with not all the statu ... us, but nothing happen, even if I open a new issue again: !Capture1.JPG! If I enter with a ... G! Any idea on how to solve it? Thank you 2016-05-04 17:35
Open discussion: "Show under each issue"
Hi, Is there a way to make another field ( ... escription) an option to be shown under each issue on the Issue screen. I review tasks with my team, and I ... code to hardcode the feature. Thanks. 2016-05-04 16:03
Plugins: RE: Extra Queries - Redmine 500 error on Issues
Hello, I have noticed that not only "A Com ... Seems I should not test new stuff at 2am :D 2016-05-04 13:52
Help: RE: problem with installing redmine
This sounds like an issue with your apache configuration. Can you c ... of: <pre> ls -al /var/www/html/ </pre> 2016-05-04 12:11
Open discussion: RE: DB Migration von Redmine 2.1.2 to 3.2.1
app/models/query.rb:510:in `totalable_names=' ... .rb:253:in `build_from_params' app/models/issue_query.rb:124:in `build_from_params' app/h ... b:219:in `retrieve_query' app/controllers/issues_controller.rb:46:in `index' lib/redmine/sudo_mode.rb:63:in `sudo_mode' 2016-05-02 14:32
Help: RE: How to disable attaching files in issues ?
Is permission_to_upload plugin compatible with redmine version 3.x ? 2016-04-29 15:49
Help: Redmine 3.2.0.stable: issue import delimiter for multiple value custom field?
Hi @ all, we use Redmine version 3.2.0.stable and the core issue import function. In my project I have confi ... ckboxes" selected. Now I'd like to import issues from a csv-file and map a column in my csv ... csv-column to get the result in the imported issue that two values are checked. Is anyone out there Who can give me a hint? 2016-04-29 14:11
Open discussion: RE: issue with remine.org itself
#22281 2016-04-29 05:52
Open discussion: issue with remine.org itself
http://redmine.org/ is Forbidden, while htt ... y a minor glitch at the server configuration 2016-04-28 19:50
Help: Changing/managing subtasks
Hello, I have a project with lots of issues, and, also new issues created upon emails being received. I id ... ed. At the moment, I can only see related issues (which are easy) or create a new subtask, b ... ound I have discovered is to select multiple issues, right click and choose edit, then change t ... s there anyway to define/do this on a single issue when updating? Thanks, William 2016-04-28 09:14
Plugins: Issue redmine_ckeditor browse server (cannot upload image)
Setting up redmine_ckeditor plugin is ok. W ... chments/download/15890/redmine.png! Thanks 2016-04-28 08:03
Open discussion: How can I calculate how many times the issue reopened?
How can I calculate how many times the issue reopened? any ideas? Thanks. 2016-04-28 08:01
Open discussion: I couldn't start my redmine 3.2.1application in ubuntu 14.04
Apache error: <pre> [ 2016-04-28 10:55:2 ... ing' /usr/local/share/redmine/app/helpers/issues_helper.rb:22:in `<module:IssuesHelper>' /usr/local/share/redmine/app/helpers/issues_helper.rb:20:in `<top (required)>' /usr/ ... of this problem thanks in advance ... 2016-04-28 07:29
Help: Wrong link in e-mail
Hi! We updated redmine from 2.x to 3.2.1. Now links to issues in email-notifications are: http://our_site.com/redmine/redmine/issues/3294#change-18871 But real link is http://our_site.com/redmine/issues/3294#change-18871 second "/redmine" is e ... орая приходит на почту. Спасибо за помощь! 2016-04-27 20:50
Open discussion: List of users that have the permission to add a issue
Hi, I need something like what is in issue.rb for assignable users (the code is below), but filtering on users can add a issue. Thanks a lot for any help. Alberto <pre><code class="ruby"> # Users the issue can be assigned to def assignable_users ... users.uniq.sort end </code></pre> 2016-04-26 16:34
Help: RE: Can't add new projects
Hi did you manage to solve this issue? I have the same problem as you. 2016-04-25 09:22
Help: accessing redmine on domain alias instead of public IP (hosted on google cloud)
Hi everyone, I'm totally new with Redmine ... . I want to access the url some name (http://issue-tracking.xxxx) instead of IP's. Can any body ... quirements will be done? Thank you Al 2016-04-25 07:38
Open discussion: How to setup up redmine email notification format
Hi everyone, I have a problem need your help ... 4249: xxxx http://59.57.176.26:9180/redmine/issues/4249#change-127341 (external) http://192.168.1.5:9180/redmine/issues/4249#change-12734 (internal) Author: ... a simple way to make it? Thank you very much. 2016-04-25 04:00
Open discussion: Unleash the power of Redmine
This message is at the destination of the Red ... s : http://www.redmine.org/projects/redmine/issues?utf8=%E2%9C%93&set_filter=1&f[]=status_id&o ... consideration to allow more people to triage issues, give advices, and take part of future tren ... Redmine users except people adding +1 in the issues comments, there are so many softwares to ta ... ture. Redmine contributors, stay tuned ! 2016-04-24 02:40
Open discussion: RE: API: List Available Statuses By Issue and User
Oh, I'm sorry, I don't think of the code as " ... ; it's just not exposed via the REST service. 2016-04-22 19:29
Open discussion: RE: API: List Available Statuses By Issue and User
What do you mean it isn't exposed in the API? ... escription before I can help any further. 2016-04-22 19:20
Open discussion: RE: API: List Available Statuses By Issue and User
Yeah, but it's not exposed in the API, AFAIK. Maybe I'll ad it as [issue-id]/new_statuses_allowed_to/[user-id]. Just means I gotta patch the code whenever I upgrade. 2016-04-22 18:02
Help: how to change the code to get the gantt sorted by id
Hi, we would like to sort the Gantt by the issue id. Could anybody tell me how to change the code to do this? Kind Regards Roland 2016-04-22 11:41
Help: Redmine on IIS + HttpPlatformHandler not working since latest Windows Update
Originally posted here: http://forums.iis.net ... I understand this is more of a Windows/IIS issue, but maybe someone here can be able to give ... can I have more logs about what is happening? 2016-04-22 10:08
Open discussion: RE: API: List Available Statuses By Issue and User
I just tested this in the debugger and it works: Issue.find(1).new_statuses_allowed_to(User.find(1)) => [#<IssueStatus id: 1, name: "New", is_closed: false, position: 1, default_done_ratio: nil>, #<IssueStatus id: 2, name: "In Progress", is_closed: false, position: 2, default_done_ratio: nil>, #<IssueStatus id: 3, name: "Resolved", is_closed: false, position: 3, default_done_ratio: nil>, #<IssueStatus id: 4, name: "Feedback", is_closed: false, position: 4, default_done_ratio: nil>, #<IssueStatus id: 5, name: "Closed", is_closed: true, position: 5, default_done_ratio: nil>, #<IssueStatus id: 6, name: "Rejected", is_closed: true, position: 6, default_done_ratio: nil>] 2016-04-22 06:47
(4151-4175/18300)