Search
Results (18279)
- Help: RE: How to relate issues?
- Some suggestions to look at for pointers and examples: * @IssueRelationsController#create@ (source:/trunk/app/controllers/issue_relations_controller.rb@17013#L44) * @IssueRelation@ (source:/trunk/app/models/issue_relation.rb@17013) * #18237
- Hi everyone! How to relate current issue with another one I just created? I've created an issue with script: <pre> before @need_create ... & status_id==9 && !new_record? after issue = Issue.new(` :author => User.current, :pr ... escription => self.description) issue.save! end </pre> I need to relate this new issue with the old one? Do I need to create a new process? I've tried: <pre> :issue_from_id => id, :relation_type => 'relates' </pre> it doesn't work
- Plugins: RE: Am using redmine. In my project Import issues is missing.
- Maybe this older discussion is helpful for you... message#43715
- Import field is missing in Project. Let me kn ... rt field in "Redmine version 2.4.2.stable".
- Help: RE: PlantUML plugin PNG format doesn't work
- Yes, I submitted this one, https://github.com/dkd/plantuml/issues/13
- hi I've many issues with NO due date, 2 with past due date (mar ... wrong? thanks PS tried with 1,7,100 days
- Open discussion: RE: Anonymous SPAM in issues on redmine.org
- Hi Mischa, thank you for your answer. The ... ure incidents. Kind regards, Bernhard
- Help: RE: Reordering priorities: does it work?
- Mauro Condarelli wrote: > [...] > > ... b ... d in Redmine 3.4.0 and fixed with r16918 for issue #26564, which is included in the last 3.4.3 ... release (released yesterday, see news#115).
- Help: RE: PlantUML plugin PNG format doesn't work
- I think You should file a new Issue at @https://github.com/dkd/plantuml/issues@.
- Help: RE: PlantUML plugin PNG format doesn't work
- I got it working and here is the details, wit ... e anything wrong on my platform to have such issue. Bob -> Alice:hello 3. In plantuml setti ... ecks the binary location, but never use it.
- I added two more "Issue priorities": "Postponed" and "Background" wh ... am I missing? What should I check? TiA!
- Open discussion: RE: Anonymous SPAM in issues on redmine.org
- Bernhard Rohloff wrote: > [...] > What regu ... unt of spam messages arriving the forums and issues. In my view it is not _that much_, but i ... ack the modifications in threads, but in the issues module it's fairly untrackable. This shit s ... tage to let "anonymous" users create or edit issues? It would be very interesting to see the number of how many "anonymous" users contribute to issues on redmine.org or if it would make sense to add a "report" button to the issues history. Was something like this discussed ... on redmine.org don't have the create or edit issues permissions. Anonymous contributions on red ... be a handy feature I think. We can even use issues as a backend for such a feature, where the button links to the new issue form with the category pre-filled with @redm ... ght be wrong. Kind regards, Mischa.
- Hi all, I'm following the Redmine project for nearly 4 years and I crawl the issues and forums quite often. What regularly cat ... unt of spam messages arriving the forums and issues. And it's not only this stupid "Ey yo fell ... are also guys adding political propaganda in issues as seen as a photo upload in #27122. In the ... ack the modifications in threads, but in the issues module it's fairly untrackable. This shit s ... tage to let "anonymous" users create or edit issues? It would be very interesting to see the number of how many "anonymous" users contribute to issues on redmine.org or if it would make sense to add a "report" button to the issues history. Was something like this discussed ... the great work! *You guys rock!* Bernhard
- Help: RE: Logged time
- FWIW: this is something that has been requested before via issue #13244. I am currently working on an impleme ... 05). I'd suggest you to keep an eye on these issues for any updates...
- Help: RE: Reset issue ID#
- Rocky Stephens wrote: > [...] Think this may ... and you are willing to take the 'risk', YMMV.
- Help: RE: Reset issue ID#
- Yeah, I read thru that before posting. Not as ... on the mysql console: mysql> ALTER TABLE issues SET auto_increment = <number>; mysql> quit ... ant to use as the 'starting point' for your issues.
- Hi, Often users are commenting with person ... ideally to only get the heading/ link to the issue in the email notification of a reply. Please help Thanks in advance.
- Help: RE: Reset issue ID#
- This is something that has been discussed (an ... times before. See #5765 and all its related issues.
- Help: RE: How can I add a simple "comment" button to Issues (or remove quoted text from quote button)?
- Thank you for your response. That was my sugg ... "+ '<%= raw escape_javascript(@content) %>'"
- Attempting to reset the issue ID# when starting new project. Our current s ... o this, as I am learning redmine on the fly.
- Help: RE: How can I add a simple "comment" button to Issues (or remove quoted text from quote button)?
- Just click on the "Edit" button, which is located on top and bottom of the issue view. In the edit view is an empty box for ... your thoughts, hit OK and you're done... !issue_view.png!
- I know it's simple enough to just use the quo ... here is a way to simply add a Comment button?
- Currently, it states "Updated by [Name] about ... on [date and time]" (as it appears on hover)
- I've released Issue reminder Template plugin to generate and use issue reminder templates for each project to assist issue creation please help me
- Hello, I am using a bitnami stack for redm ... ork we need redmine 3.4 or later. There's an issue with this as some of my current plugins are ... Mullti Factor Authentication on version 2.4?