Search
Results (18279)
- Open discussion: RE: Workflow with feedback: Best practices
- Stephan Henn wrote: > Hi, I'm new to redmine ... k to a developer. > 2) He then works on the issue and afer he has finisched sets the status to ... he developer not only sets the status of the issue to "Needs feedback", but also assigns the issue to that other team member. The latter can then give feedback in the issue and re-assign it to the developer. > Sha ... at depends on your usecase. Gruß nach Köln?!
- Open discussion: RE: Difference between Comments and Notes when reporting an issue
- I understand this, what i cannot understand i ... comments can also be searchable? thanks
- Hi, I am using below url for setup. ht ... am getting below error, how to resolve this issue. svn: Server sent unexpected return value ... ONS request for 'http://svn.example.com/test'
- Hi, I'm new to redmine and unsure how to best ... ask to a developer. 2) He then works on the issue and afer he has finisched sets the status to ... ou handle such a scenario? your's Felix
- Plugins: RE: Smart issues sort plugin
- Steven Wong wrote: > a new issue found > > when I used the issue list to save my query, I click [save] button ... te::Error (undefined method `category' for #<IssueQuery:0x2b8bb20>):...] We are also running ... e using current GitHub checkout of the smart issues sort plugin. Any ideas on how to fix this, ... around existing? Kind regards, Daniel
- Help: RE: Comments under issues invisible for non-admin users
- Thank you very much @El Mojito. This worked for me.
- Help: RE: Issue notes are not visible
- I came across this http://www.redmine.org/boa ... patch (if any), but I believe it works fine.
- Open discussion: RE: Difference between Comments and Notes when reporting an issue
- This comment is for spent time field. You may ... information related to the spent time entry.
- Open discussion: RE: Difference between Comments and Notes when reporting an issue
- Good morning and thanks for the reply. No I ... website. i am attaching a screenshot of an issue with the notes and comments highlighted.
- I didn't see any issues during migration. Can I just add this colum ... rs on many pages including /projects/example/issues & /projects/example/issues/gantt. Production.log shows: Started GET "/projects/example/issues/gantt" for 129.105.107.143 at 2013-09-23 15 ... e-2.3/app/models/version.rb:124) Rendered issues/_sidebar.html.erb (5.1ms) Rendered plugi ... es`.`project_id` WHERE `queries`.`type` IN ('IssueQuery') AND ((queries.project_id IS NULL OR ( ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking'))) AND (queries.is_public = 1 OR q ... 13: <% end %> 14: <%= call_hook(:view_issues_sidebar_planning_bottom) %> 15: 1 ... ebar_queries %> 17: <%= call_hook(:view_issues_sidebar_queries_bottom) %> app/helpers/issue...
- Open discussion: RE: Difference between Comments and Notes when reporting an issue
- Do you use a customized version of redmine? We don't ship with a field called Comments...
- Plugins: Hudson Plugin 2.1.2 Released
- h3. Plugin Details * "r-labs":http://www.r ... or with Redmine 2.2.1 * ##1258 (Defect) no issue filter item for hudson. * ##1257 (Defect) ... (Defect) Plugin can't show build result on issue page, when project uses git * ##1252 (Defec ... tory. # run 'rake redmine:plugins:migrate'
- Hi, more than a technical issue I would like to know the difference between ... he history of the job. This can create some issues as users would intuitively enter informatio ... other users to look into the history of the issue. Is there a way the comments field can be ... r are there any other workarounds ? Thanks
- Hi Is it possible to handle multiple projects together with redmine? I would like to list issues from two seperate projects together in the same issue list and share the same gantt diagram. Thanks, Hubi
- My configuration is very similar to that desc ... .20.1 - - [20/Sep/2013:17:07:36 +0300] "GET /issues.xml?offset=0&limit=500&assigned_to_id=3 HTT ... ppreciate any hints with this matter. Ivan
- Help: RE: Redmine 2.3.1 Issue list edit
- I fix problem with two Sort by # columns in /app/models/issue_query.rb I edited line: QueryColumn.new(:id, :sortable => "#{Issue.table_name}.id", :default_order => 'desc', : ... to: QueryColumn.new(:id, :sortable => "#{Issue.table_name}.id", :default_order => 'desc'),
- Plugins: RE: Querying on Custom Fields
- Think I got it: having the issue record: issue.custom_field_values.each do |cf| cf.custo ... ow to access the custom field name and value)
- Hello, my English is bad. I have a problem with Issue list. I have two columns with Sort by # and ... o scroll horizontally. How can I fix this?
- Hello, my English is bad. I have a problem with Issue list. I have two columns with Sort by # and ... o scroll horizontally. How can I fix this?
- Plugins: RE: redmine_time_tracking plugin: Booking could not be added!
- https://github.com/hicknhack-software/redmine_time_tracker/issues/100
- Hi, I am in the midst of moving from Redmi ... projects are visible, but most pages such as issue list no longer work. What should have I d ... things? Easier to tweak, or start over?
- Hello! I'm happy to annouce the first rele ... p helps you to communicate effectively about issues and share feedback between developers, cust ... ect/redmine Have a nice day, Gregor
- Help: RE: Issue notes are not visible
- I noticed that for the admin user, the issue notes are visible whereas for a non admin user the issue notes are not visible. This problem was not ... possible that while an user was updating the issue and simultaneously the admin was changing th ... , but is there any other ways of fixing this issue? I am using Redmine 1.3.2 stable version. Any help is appreciated!
- I have enhanced the rake task that send reminder messages to allow more control over which issues will be notified about. Feel free to integ ... did not add any. see #14400 for a related issue.
- What is the Rails way of retrieving the custom fields, name and values, from an issue?