Project

General

Profile

Search

Results (18279)

Plugins: redmine custom field label
Hello, I needed somehow to logically divide custom fields in issues/new. I've been searching internet for label ... ://www.redmine.org/plugins/custom_field_label 2020-03-02 08:00
Open discussion: RE: How to prevent users Log time on closed issues?
We need it as well! 2020-02-28 19:02
Help: having 404 error when trying to display diff - 3.4.4.stable (bug ?)
Hi all, I have re-installed a new redmine instance (3.4.4.stable) but I have an issue when displaying diff. Notice that viewing f ... it a bug ? Any help would be nice. Thanks 2020-02-28 18:45
Help: RE: [SOLVED] Description Field Content is Hidden When Editing an Issue
Thank you. It works. 2020-02-27 14:29
Development: RE: Vue.js as frontend?
Hi, Bernhard. Thanks for the above reply. ... rying to apply Vue.js partially to create an issue template with custom fields setting. Since ... . * https://github.com/akiko-pusu/redmine_issue_templates/blob/a351ae9b1b010e3640710f9dbae48246e0459802/app/views/issue_templates/_form.html.erb#L57-L128 * https://github.com/akiko-pusu/redmine_issue_templates/blob/master/assets/javascripts/template_fields.js 2020-02-27 05:38
Development: RE: Vue.js as frontend?
I don't know if this is a hot topic anymore, ... gin":https://www.redmine.org/plugins/redmine_issue_templates so perhaps she can ask your questions. Kind regards, Bernhard 2020-02-25 15:56
Open discussion: Upgrade from 3.4.6 to 4.1.0 - fields missing
Hello, i upgraded redmine from 3.4.6 to 4.1.0 and I have missing fields in my issues form the version, ratio and estimated ti ... not know why. Any ideas? thanks in advance 2020-02-21 16:02
Help: RE: Redmine 4.0 bundle update requires ... h can only be installed if using Ruby 2.4.0+
R Eddy wrote: > When installing Redmine 4.0, ... and 2.3 so I'm not sure why it reports this issue. Is Rubyzip actually required or could I jus ... following line to Gemfile.local resolves the issue: <pre> gem 'rubyzip', '< 2.0.0' if RUBY_VE ... =1.12.0. Maybe upgrading rvm resolves the issue. See https://github.com/rvm/rvm/issues/3737 for details. 2020-02-20 03:03
Help: Redmine 4.0 bundle update requires ruby ... h can only be installed if using Ruby 2.4.0+
When installing Redmine 4.0, 'bundle update' ... and 2.3 so I'm not sure why it reports this issue. Is Rubyzip actually required or could I jus ... gins: redmine_dmsf 1.6.2 2020-02-20 01:28
Help: RE: Description Field Content is Hidden When Editing an Issue
> Is it configurable, like to show the rich t ... like: <pre><code class="javascript"> $("#issue_description_and_toolbar").show(); </code></pre> 2020-02-16 11:15
Help: CSV exported data does not include with journals field in tickets.
Hello folks, When exporting all tickets t ... I am a new of Redmine so it might be known issue. --------------------------------------- ... ------------------------ Thanks very much, 2020-02-16 11:01
Help: [SOLVED] Description Field Content is Hidden When Editing an Issue
Hi, folks. When an Issue is in edit mode, the field +Description+ has ... .png! !Screenshot-2020-02-14-18-14-51.png! 2020-02-14 22:29
Help: RE: Connect 2 different Redmine ticketing systems, any tool?
Young Kim wrote: > Hello, > We have 2 diffe ... where clients and general public will create issues and comment them afterwards. * second is p ... ormation (times, billings). Then for each issue in the public project you may create 'brother' issue in the private project. Both issues may be connected by a relation. Yet anot ... seeing and manipulating logged time records. 2020-02-12 14:32
Help: RE: Connect 2 different Redmine ticketing systems, any tool?
Hey Kim, IMHO it's quite an unusual use case ... ances? Or do you just need a reference to an issue on our time logs. In this case a custom field with for the other instances issue number could do the job. Perhaps you can des ... more in detail. Kind regards, Bernhard 2020-02-12 13:12
Open discussion: RE: Redmine Plugin that will allow ticketing without redmine account
Hi Ken, If everybody is allowed to see the ... nt the anonymous role rights to add and edit issues with no plugin involved. The downside is, there are no email notifications for the issues author and all tickets are visible to every ... ivingEmails#Enabling-unknown-users-to-create-issues-by-email As you asked for plugins, there ... ent) Kind regards, Bernhard 2020-02-12 06:30
Open discussion: RE: edit attachment description after upload
Thanks for you reply,that's right, i wasn't trying from an issue but directly from the "file" section of a project... i guess i can do the edit attaching to an issue... that would be workaround 2020-02-11 11:21
Open discussion: edit attachment description after upload
Hi ! I can't figure out how to edit attach ... d the "this feature":https://www.redmine.org/issues/1326 but couldn't find any clue ... any help appreciated. I am using redmine 4.0.5 2020-02-06 20:57
Help: Intermittent 500 Internal Server Errors
Some users are getting 500 errors when loggin ... r.rb:529:in `render_feed' app/controllers/issues_controller.rb:62:in `block (2 levels) in index' app/controllers/issues_controller.rb:46:in `index' lib/redmine/ ... et lock; try restarting transaction: UPDATE `issues` SET `issues`.`done_ratio` = 90, `issues`.`updated_on` = '2020-01-20 08:22:21', `issues`.`lock_version` = 49 WHERE `issues`.`id` = 328453 AND `issues`.`lock_version` = 48): app/models/issue.rb:210:in `create_or_update' app/models/issue.rb:1716:in `recalculate_attributes_for' app/models/issue.rb:1666:in `update_parent_attributes' app/models/issue.rb:210:in `create_or_update' app/controllers/issue... 2020-02-05 06:54
Open discussion: Allow issue assignment to groups; regex filter
We use several groups within Redmine, but only want to allow issue assignment to groups that begin with "PM" (t ... e nice to have a "allowable" filter by regex. 2020-02-03 16:50
Plugins: RE: Plugin computed custom field
So all is ok for you ? We can close this issue ? 2020-02-03 09:33
Plugins: RE: Plugin computed custom field
OK, I didn't understand the fields are computed on saving issue, not during the view phase. Sorry. 2020-02-03 09:31
Plugins: RE: Plugin computed custom field
Hi, What do you mean ? You could add a new Text custom field, and you edited an issue and the result in the custom field is empty, instead of having a description of the issue object ? Aside from that, the solution with the test should work. 2020-01-31 17:58
Help: [PLUG-IN Development] - Help with testing
Hi, Sorry if this is a stupid question, bu ... . I added the following fixtures: projects, issue_statuses, project_trackers, trackers, users, member, roles, member_roles, workflows and issues. What am I missing in order to be able t ... ackers, visible by the user, on the view. 2020-01-31 17:58
Plugins: RE: Plugin computed custom field
Hi, Can you make a test with a Text Format ... because when creating the Custom Field, the issue attached is probably totally blank : <pre>< ... pdated_on && self.created_on </code></pre> 2020-01-31 10:34
Plugins: RE: Plugin computed custom field
I tried an integer custom field on issues with <pre>self.project_id</pre> formula or simply with <pre>1+1</pre>, but the field on the issue is always null. 2020-01-31 09:42
(1901-1925/18279)