Search
Results (18291)
- Help: RE: Add watcher does not show on updating issue
- Egbert Koomen wrote: > In the roles & permis ... ose from the monitoring & controlling plugin?
- In the roles & permisson all monitoring items ... ossibility to add watchers while updating an issue does not show? (It does show when creating a new issue but that is not what I'm looking for) Can anyone tell me what is wrong?
- Hi, I have a rails application and I want to ... o login). Can anybody please help me on this issue.
- Help: RE: Parent task is invalid
- Project 100 > Project 120 > > Issue 100 > > Issue 102
- Help: RE: Parent task is invalid
- Yes both issues are part of a same project within a project. Project 100 Project 120 Issue 100 Issue 102
- Hello. My aims are: 1). To make some field on issue creating page to be dependent on some other ... le and generic solution. 2). To filter my issues in more flexible way. Specifically, I need ... to find something there. Any suggestions?
- Help: RE: Parent task is invalid
- Are both Issues in the same project?
- I am receiving this message after I assign mo ... Example Parent Task 239 to 72 Attach Issue 240 to 72 receive Parent task is invalid when saving.
- Help: RE: How do I add "affected version" and "target version"?
- Jason, * To add Target Version: Add a versi ... for example) Create a new custom field for Issues such as: !affectedversions.jpg! So you ... rsion without being Administrator. Cheers,
- Development: RE: Redmine Reports
- This works fine @def time_entry_to_csv( ... project.name, (time_entry.issue.subject if time_entry.issue), if time_entry.comments == ... ime_entry.hours, time_entry.issue.estimated_hours, time_entry.issue.spent_hours ]@
- Development: RE: Redmine Reports
- I need help with this: I have a code: @ ... project.name, (time_entry.issue.subject if time_entry.issue), time_entry.comments, ... ime_entry.hours, time_entry.issue.estimated_hours, time_entry.issue.spent_hours ... y the character "-"* Thanks for your help
- Help: RE: Git repository browser: display branch information
- Such a feature is not (yet) implemented in Re ... ested (and patched) in #5386 and its related issues.
- I have set up Redmine for the FreeNAS project. If I click on the links at the bottom of this issue: https://bugs.freenas.org/issues/3185 It takes me to the Repository brows ... Git behave the same way, that would be cool.
- With my last company we used redmine and had: ... ion" which we put the current version of the issue "target version" which we would set when we ... g is hosted on http://www.hostedredmine.com/)
- Help: RE: Error While saving Wiki (Arel::Table failed) acts_as_versioned
- The patch in the issue #14773 fixed my problem. Direct link to the patch: https://github.com/edavis10/redmine/pull/51
- Open discussion: RE: Boards / Forum topic history + forum message extra filed
- James (go2null) wrote: > Krzysztof: > > ... ndicated. > # Next solution would be to use issues in the same project, but assigned to Client. > # Other solution would be to use issues in a seperate client project. > > Take a ... > > Overall, wahtbI'm suggestimg is that issues is the way to go, not forums, for what you ... s sense however using Forums is simpler than Issues for my clients. I will think about it.
- Help: RE: Error While saving Wiki (Arel::Table failed) acts_as_versioned
- FTR: this is reported as issue #14773. Please elaborate on that issue and add some more information about how this issue can be reproduced. Thanks in advance.
- Help: RE: Redmine does not work with SELinux enabled (using FCGI)
- Well, this doesn't seem to be a redmine issue, perhaps an SELinux expert may be able to get passenger up and running...
- Help: RE: Error While saving Wiki (Arel::Table failed) acts_as_versioned
- Hello Leandro, It seems that there is a "p ... github.com/edavis10/redmine/pull/51 for that issue. I checked, this patch is not applied in Redmine 2.3.3 Cheers, Martin
- Open discussion: RE: Show assignee on chart in better gantt plugin
- pls check [home]/lib/redmine/helpers/gantt.rb. Something like below. if issue.due_before coords = coordinates(issue.start_date, issue.due_before, issue.done_ratio, options[:zoom]) # label = "#{ issue.status.name }" label = issue.assigned_to.present? ? "#{ issue.assigned_to.name }" : "" label += " #{ issue.done_ratio }%" if issue.done_ratio > 0 && issue.done_ratio < 100 else coords = coordinates(issue.start_date, issue.start_date, 0, options[:zoom]) # label = "#{ issue.status.name }" label = issue...
- Plugins: RE: CustomFieldFormat
- According to what I see in the "source code": ... r.rb you can do project substitutions on the issue text but not on header. It would be quite ... o implement it yourself. Cheers, Martin
- Development: RE: Hook plugin help
- Hello Pedro, You could try: <pre> <code class="ruby"> new_project = Projet.new( :name => issue[:subject], :description => issue[:subject], :homepage => issue[:subject], :is_public => false, :parent_id => issue[:project_id], :identifier => issue[:subject], :tracker_ids => [ 2, 6 ] ) if ... me to look for its name. Cheers, Martin
- Open discussion: RE: Effective Time Logging
- Анна Лосева wrote: > hi guys, i dont now, ho ... c OS) for counting and logging time spent on issues in Redmine. Because of this I think that th ... nd (3) is shown on Administration -> Plugins.
- Open discussion: RE: Adding + sign in a custom field
- Supposing you are talking about the add icon ... category_ and _target version_ fields on the issues new/show/edit views, while being logged-in ... such feature is not available for any other issue fields other than the two I've mentioned before nor for custom (issue) fields. HTH
- Help: RE: Work Break down Structure for Project Planning
- Your question was answered a month ago in #14 ... mine, you could use hierarchically organized issues to create a WBS, but from my experience, a ... the form of a tree structure is recommended.