Project

General

Profile

Search

Results (18310)

Help: Looking for a plugin to order issues
It's not enough for me to use 'priority' of t ... ks by priority. For example we have 1000 issues. 500 is 'normal', 100 is 'low priority'. What exact 'normal' issue should I assign to team member? It'd be c ... xt from top. Is there a plugin for that? 2018-04-11 08:03
Help: Redmine via Docker / Git repo problems
Hi everybody, I have some strange issue: Just migrated Redmine from classic install ... sitory. Please, any clue? Or hot to debug? 2018-04-10 21:14
Help: RE: Install Bundle Issue
Finally got it! ran bundle install --without ... to the next step. Thank you for your help! 2018-04-09 22:04
Help: RE: Install Bundle Issue
Alright... so, I got that issue taken care of. @Package gcc-4.8.5-16.el7_ ... -12-25 revision 61468) [x86_64-linux] 2018-04-09 20:29
Open discussion: RE: Bloquer nombre de ticket par jour
Pseudo-code, untested: <pre><code class="ruby"> module MyPlugin module IssuePatch def self.included(base) # :nodoc: ... be unloaded in development validate issue_creation_limit end end module InstanceMethods def issue_creation_limit if Issue.where("created_on >= ? AND author_id = ?", T ... 10 errors.add("You reached your issue quota for the day") end end end end end Issue.send(:include, MyPlugin::IssuePatch) </code> </pre> That would limit issue creation for all users. The next step would ... nfigure a quota on a per role basis. Cheers, 2018-04-09 19:06
Open discussion: RE: Bloquer nombre de ticket par jour
Hello, That's not possible out of the box bu ... asy to implement (adding a validation in the issue model). Cette fonctionnalité n'existe pas d ... en ajoutant une valiadtion dans le model des issues). Cheers, 2018-04-09 17:52
Help: RE: Install Bundle Issue
According to the "documentation":http://www.n ... em install nokogiri </code> </pre> Cheers, 2018-04-09 16:53
Help: RE: Install Bundle Issue
Loaded plugins: langpacks, product-id, search ... ckage liblzma-dev available. Nothing to do 2018-04-09 16:45
Help: RE: Install Bundle Issue
Is there a -dev for ruby 2.5.0, I can't seem ... I am using Redhat 7.4, Ruby 2.5.0, and Maipo 2018-04-09 16:44
Plugins: RE: Redmine 500 Internal error Issues
This is a routing issue in the 3rd party plugin "redmine_reports":ht ... years old. Maybe it suffers a compatibility issue. You could also try contacting the plugin author about that. Cheers, 2018-04-09 16:29
Plugins: RE: Redmine 500 Internal error Issues
Hi Team, Please see the error. <pre> S ... ort_on_exception' </pre> Thanks, Shubham 2018-04-09 16:02
Help: RE: Install Bundle Issue
Hello, Assuming you're running Ubuntu/Debian ... e @ruby-dev@ package will solve your problem. 2018-04-09 15:18
Plugins: RE: Redmine 500 Internal error Issues
Hello, Please attach relevant log entries. ... te error trace in your terminal now. Cheers, 2018-04-09 15:14
Help: Install Bundle Issue
update, I was able to get nokogiri, but still ... llowing these instructions: I having an issue with this step: Install dependencies using ... help can be given to me to help resolve this issue. 2018-04-06 16:10
Help: Images not showing up in wiki export (pdf or html)
I'm assuming this is something that I did but ... /></p> </pre> Also PDF's generated from issues appear correctly in the document. !capture.png! 2018-04-05 16:16
Help: RE: Error with "bundle install --without development test" while updating to 3.4.4. from 3.3.2
According to this "issue":https://github.com/tzinfo/tzinfo-data/issues/12 on Github it's just an info message and can be ignored. 2018-04-05 05:53
Plugins: Redmine 500 Internal error Issues
Hi I am using redmine and some of my project issues when clicked show me a 500 internal error. ... ur log files for details about the error. 2018-04-02 18:50
Open discussion: Different target version for each category
Hello, does any one know how a list of tar ... Embedded Device When i am creating a new issue for a mobile app and i choose from the Categ ... ts. Can anyone help? Thanks in advance. 2018-03-30 09:19
Help: Issue Close Date
I have seen some related issues on this subject, but nothing that quite hit ... able to clear the "Closed" date * When an Issue has been cloned / copied from another project, if the original issue was closed, the Closed date is still set to that original issue. Although, you don't see the Closed date in the Issue tracker, when running queries, the closed da ... verything else is "settable". * When an Issue has been accidentally closed, we can mess wi ... osed is in the queries & query options. Thx! 2018-03-29 23:46
Help: RE: How to attach a file to a custom field of issue via REST API?
Hi Klaine, any news? I'm trying the same, but no success. 2018-03-27 16:17
Help: Redmine stop sending emails with G-Suite
Hello, I'm facing redmine not succeeding i ... ties in order to identify the source of this issue and solve that. Thank you very much for a ... m" password: "top_secret_here" </pre> 2018-03-27 05:08
Open discussion: RE: mail on SSL 465 not working
Hello, I'm facing similar issue by here. Error message when clicking +Sen ... ties in order to identify the source of this issue and solve that. Thank you very much for a ... m" password: "top_secret_here" </pre> 2018-03-26 20:46
Help: Full user activity audit log
Hi all, Does anybody know a redmine plugin, ... audit logging of user activities - not only issue changes, but also for example: * Who and wh ... eral configuration options? * Who viewed an issue? An all this with values "before" and "afte ... s tables, but not only for journalized_type "Issue". Thanks! 2018-03-26 14:03
Help: Changed en.yml but see no effect after restart
Hi I changed "isssue" to "task" in the "en.y ... p and start), but the changes do not appear: issues are still there. Clearly I have to do some ... ted. Can somebody help out? Thanks Renger 2018-03-24 18:44
Open discussion: Multiple timezone via rest api
We have integrated redmine rest api and updating issues via api. its work well. But now our few use ... on a different timezone, and when we update issue then it is taking system timezone in date fi ... s timezone. Our redmine version is 3.3 2018-03-23 14:12
(2901-2925/18310)