Search
Results (18279)
- 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
- Open discussion: RE: How to prevent users Log time on closed issues?
- We need it as well!
- 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
- Help: RE: [SOLVED] Description Field Content is Hidden When Editing an Issue
- Thank you. It works.
- 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
- 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
- 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
- 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.
- 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
- 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>
- Hello folks, When exporting all tickets t ... I am a new of Redmine so it might be known issue. --------------------------------------- ... ------------------------ Thanks very much,
- Hi, folks. When an Issue is in edit mode, the field +Description+ has ... .png! !Screenshot-2020-02-14-18-14-51.png!
- 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.
- 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
- 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
- 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
- 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
- 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...
- 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.
- Plugins: RE: Plugin computed custom field
- So all is ok for you ? We can close this issue ?
- Plugins: RE: Plugin computed custom field
- OK, I didn't understand the fields are computed on saving issue, not during the view phase. Sorry.
- 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.
- 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.
- 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>
- 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.