Search
Results (18202)
- Plugins: RE: Detecting a change in an issue
- Romano Silva wrote: > Hey Brad, > > I fol ... ds/2/topics/show/4173 and I think controller_issues_new_after_save can solve my problem. > > ... /www.redmine.org/wiki/redmine/Plugin_Tutorial
- Plugins: RE: Detecting a change in an issue
- Hey Brad, I followed your reply to my post ... ds/2/topics/show/4173 and I think controller_issues_new_after_save can solve my problem. Whe ... So I'm looking at two hooks here: controller_issues_new_before_save and controller_issues_new_after_save. I'm writing a plugin that sends out an additional email when an issue is... > * created with priority Immediate ... but updating stumps me. I can't tell if the issue already was immediate or if this was changed in the edit. > > Suggestions?
- hello, I would like to execute a command (database update) after an issue changes its status (or any other field I def ... ace to hook a script call? Thanks, Romano
- Hi, I am new to redmine. Very neat tool. ... user/project. I searched through the forums, issues, etc. but did not find any documentation o ... ? Thanks for any help with this. Rene
- Help: RE: How to change issue tracker.
- I found a way to do this, but it is far from ... or direct. The technique is to "move" the issue from its current project to the same project ... ot capture the case but it perforce suffices.
- I may be missing something obvious but how does one alter the issue tracker? The default is Bug and this catego ... rendering it almost useless. When I go into issue updating and more properties, I do not see a ... gned value. Does the facility to change the issue tracker assignment exist? If so, where do I ... due to lack of need or technical limitation?
- I was wondering if there is a simple way to change / delete etc.. time from an issue. For example if a developer logged some ... some. How is this done? Is this a feature?
- Open discussion: RE: Agile methodologies and Redmine
- Sorry, this is really getting off-topic. > I have to create a custom field for Issues called Story Points, right? Yet no success. ... l you need is a minor edit in the app/views/issues/_form.rhtml, to make it show the field for ... hours) %></p> The burndown is working. When issues are closed the curve bends down.
- Plugins: RE: Rails Engines and extending the issue model
- Dario Nuevo wrote: > But now I'm in the situation that I want to alter the issue model. And as I've read, overriding models i ... > The whole goal of the operation: I've got issues which estimated hours value should be the s ... 5076b1c88b57c2068aa92cdf694769dbd22d061a/lib/issue_patch.rb. Here I add a new method to Issue called @deliverable_subject@ and also declar ... code and I'll try to help you out. Eric
- Open discussion: RE: Features - which one wanted?
- Lars Pehrsson wrote: > I noticed some people ... s is roughly how I prioritize: # Security issue # Bug that affect me or my customers # Pat ... d use # Bug that I can easily fix # Plugin issues # Feature that I could use # Bugs # Patc ... ch/index/redmine?q=voting&scope=&all_words=1&issues=1&messages=1&submit=Submit Eric
- I'm happy to announce that I've just released ... ests for the next release. Just open a "new issue":https://projects.littlestreamsoftware.com/p ... /github.com/edavis10/question_plugin. Eric
- Open discussion: RE: Agile methodologies and Redmine
- Nice post, Arturo. Helped me a lot. Dan Ho ... acklog. I have to create a custom field for Issues called Story Points, right? Yet no success... any idea? Thanks
- Open discussion: RE: Import from Lighthouse
- I've made some fixes and enhancements to the ... ation of tickets in the API. Also cleaned up issue matching, added more console output. In order to correctly import issue states, you need to create identically-named ... previous comments * create or map existing issue states -> statuses automatically * graceful ... get this added to the redmine lib/tasks?
- Open discussion: RE: Subticket/SubIssue Feature
- +1 very useful idea, redmine will replace MS Project if you will do it.
- Help: RE: Troubleshooting retrieving emails via IMAP from GMAIL account
- rake redmine:email:receive_imap RAILS_ENV="pr ... his is the rake task u need to run to create issues by email host=imap.gmail.com=host addres ... r(This is the project where u want to create issue) (Remember pass only the project identifier ... il address) and execute the rake task The issue will be created on the corresponding project ... e task .Your email subject will be stored as issue subject.Your email body will be stored as issue description) The persmission will also be ... ns(Whether the user is eligible for creating issues on this project) Remember one thing,In t ... custom fields as mandatory fields.otherwise issue creation will email Incase of any issues with this code just mail me
- Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
- Tim Klein wrote: > ... to get the stuff to d ... n vendor/plugins/stuff_to_do/app/models/next_issue_filter.rb Thanks, I'll be updating all my plugins soon to handle this change. Eric
- Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
- ... to get the stuff to do plugin running edit in vendor/plugins/stuff_to_do/app/models/next_issue_filter.rb change line 8 to <pre> self.priorities = Enumeration.priorities </pre>
- Help: RE: Commit comment doesn't close the issue
- Thanks for your help Mischa ! I understood ... "closes #13" and this works. Thanks again.
- Help: RE: Commit comment doesn't close the issue
- Guillaume Lecanu wrote: > If we try to commit something like that "IssueID #13 fixed" this doesn't update the status of the issue #13, and of course don't send any emails not ... ent keywords, but this doesn't help. The "issue-referencing from commit-message"-feature req ... -message. See [[RedmineSettings#Referencing-issues-in-commit-messages]] for a full disclosure. ... n the configured keywords for fixing/closing issues (in contrast to only referencing the issue without the ability of changing the status/% ... g keyword, see [[RedmineSettings#Referencing-issues-in-commit-messages]]... ;)
- Hi, We currently switching to Redmine (7.4), but we have a problem with the feature to update an issue dependant of the content of the commit comment. If we try to commit something like that "IssueID #13 fixed" this doesn't update the status of the issue #13, and of course don't send any emails not ... this doesn't help. Thanks for your help!
- Open discussion: RE: Subticket/SubIssue Feature
- +1
- Hi guys.. First: I'm a routined developer, ... 'm in the situation that I want to alter the issue model. And as I've read, overriding models i ... The whole goal of the operation: I've got issues which estimated hours value should be the s ... cle/documentation would be great.. Regards
- Open discussion: RE: Subprojects should be allowed the same name
- Ahh, Thanks I did search the issues for this but didn;t come across anything, I'll add my positive voice to that issue.
- Open discussion: RE: Subprojects should be allowed the same name
- I agree with you Ken and I found this old open issue about it. (http://www.redmine.org/issues/show/630)
- Plugins: RE: Schedules Plugin
- It's now set up for external access, you can ... redmine-schedules-plugin/tree/master) or log issues at LSS (https://projects.littlestreamsoftware.com/projects/redmine-schedules).