Search
Results (18279)
- Hi there, I need to set permission to issue attachment. I mean, only creator and specifi ... w attachments. All other users can only view issues field but NO attachment. How can I achie ... ied to find plugins but with no luck. Thanks.
- Hi. I am using Redmine 3.2.3 from Debian Str ... ding to above email, and redmine will create issue from it. The error I am getting is: Load ... n `run' /usr/bin/rake:27:in `<main>' </pre>
- Is it possible to set up Redmine to auto assign multiple testers to an issue once the specific team choice is made? Cu ... l the testers for that team get assigned the issue manually. Its a trivial thing, but could pro ... this could be set-up in some way. Thanks!
- Open discussion: RE: Redmine not working after migration.
- Hello Immanuel, The latest Redmine version ... re are any possible solutions to resolve the issues with the current installation? -Thanks, Adam.
- Plugins: Issue Template v0.1.3
- Hello, I've released Redmine Issue Template 0.1.3, refactoring code and fix some issue. Also this version has a prototype implemen ... predefined checklist. When you create new issue applied template, checklists are created via ... Repo: https://github.com/akiko-pusu/redmine_issue_templates Info: http://www.redmine.org/plugins/issue_templates Demo: https://redmine-akiko.rub ... demo site. Feedback is highly appreciated!
- Open discussion: RE: “redmine_issue_templates” plugin install failed.
- Hi, wei zhang. Thank you so much for tryi ... se remove rake task, such as plugins/redmine_issue_templates/Rakefile. This file is only for u ... f you still have any trouble, you can report issue on my Github issue. Sincerely,
- Hi I upgraded our Redmine Environment from ... ttp://www.redmine.org/plugins/redmine_change_issue_author I am researching it here. But the ... . Info is all over the place. Please help!
- I am doing load testing of redmine and in that I got an issue, when I am trying to create more than 10 issues by one user through script then after creating 10 issues redmine is expiring session. Is there any w ... let me if we can fix this by changing code.
- Is it done with cookies? Which gems/code is ... ody does a POST or GET? I'm having log in issues and need to track down why user information ... in. I believe there is an indexing/caching issue Thanks in advance S~
- I need to be able to set the date and time of a note (*not* the issue date) when it's added, and change the date o ... provides this functionality? Thanks, Tom
- Help: RE: Redmine 3.2.0, import csv issues
- Sid Hellman wrote: > Are there some tricks t ... n this that I'm blind to? [[HowTo_import_issues#Parent-Issue]]
- Hey all. We tried to install an update Pro v ... s point. Anyone know what's going on here?
- Help: RE: Redmine 3.2.0, import csv issues
- Hi Folks, I've been using this importer fa ... but now I'm trying to import a long list of issues with parents. I can't seem to get this to w ... on this that I'm blind to? Thanks, Sid
- Hello. I am in trouble with installing the redmine_issue_templates and looking for help. Sorry for my ... -- yard /usr/share/redmine/plugins/redmine_issue_templates/Rakefile:3:in `require' /usr/share/redmine/plugins/redmine_issue_templates/Rakefile:3:in `<top (required)>' ... ersion is 3.2.1.* Thanks for your reading!
- After installig Easy_Gantt plugin,I have this ... w::Template::Error (undefined method `parent_issue_dates' for #<Class:0x000000031eb678>)
- Help: RE: Add a note to the rest api.
- Sorry people, I'm checking the issue 103 instead the 102 :embarrassing: Oskar
- Hello, I'm building a small app over redmine. I'm with the issues, and I'm able to update all the fields but ... ny idea what's going on? Thanks. Oskar
- Help: RE: Issue Header format
- Not using any plugins now.
- Help: RE: Issue Header format
- Ref: #23712. Please contact plugin author.
- Iam using Redmine version 3.1.0.stable. In that Issue Header format got disturbed.screenshot attached. need help to resolve it.
- Dear all, As you can see in the attached image I create a filter to filtering the issues by tracker but the project name display on ... roject name on multiline. Thank you, Tuan
- Help: RE: Filtering a custom query in a self-made plugin
- And of course one should use paramerized quer ... ction: <pre><code class="ruby"> @query = IssueQuery.new(:name => "_") @query.project = @pr ... @query.build_from_params(params) end @issues = Issues.select("custom_values.value AS cv, count(*) ... ield_id AS cfi") .joins("JOIN projects ON issues.project_id = projects.id LEFT JOIN custom_values ON custom_values.customized_type = 'Issue' AND issues.id = custom_values.customized_id") .wher ... ).group("custom_values.value") </code></pre>
- Help: RE: Filtering a custom query in a self-made plugin
- Found it! <pre><code class="ruby"> @query = IssueQuery.new(:name => "_") @query.project = @pr ... @query.build_from_params(params) end @issues = Issues.select("custom_values.value AS cv, count(*) ... ield_id AS cfi") .joins("JOIN projects ON issues.project_id = projects.id LEFT JOIN custom_values ON custom_values.customized_type = 'Issue' AND issues.id = custom_values.customized_id") .wher ... ld already be included in @query.statement.
- Plugins: RE: How to change landing page via plugin in Redmine 3.2.3 ?
- Hello! I’m interested this feature to overwr ... es :welcome end match '/', :to => 'issues#index', :via => [:get] end Redmine: ... > 'Hjem'} end </code></pre> How about?
- Hello thete people I am struggling to ins ... if it is possible to remind people about an issue on an hourly basis. so lets say after a tick ... it? best regards and thank you in advance