Search
Results (18264)
- Open discussion: RE: How to change attached file storage location to NAS Storage
- Thanks Man, You saved my day. Now it is working fine without any issue after changing the permission of the directo ... aemon 152 Sep 1 12:11 2020 Thanks, Asish
- Open discussion: RE: Don't shows closed issue status in project summary page
- Hello Tariq, go to the @Administrator menu -> Issue statuses@ and make sure that the status which should mark an issue as closed has the checkbox 'Issue closed' checked. !closed_issue_status.png! Kind regards, Bernhard
- Hello I have attached a screen short of my Redmine IT Project which don't show the closed total issues in project overview. I have gone through m ... solution then kindly write it here. Thanks
- Hello All! Before, we used Redmine 3.4 and ... emails with subaddress in BCC to open a new issue in the desired Project. But after upgrading ... mine_dashboard 2.7.1 redmine_issue_templates 1.0.4 redmine_lightbox2 ... 8 sidebar_hide 0.0.8
- Hello , we have found out that every register ... avoid import errors because of compatibility issues with new database schema of redmine 4.0.2 ... e this behaviour . Regards Marek Stepan
- Help: RE: Can an issue update another issue?
- That worked like a charm Bernhard! I added a ... on the purchase tracker and I only see those issues, but everything's still in place in their projects. Awesome! :) Thanks for your help.
- Help: RE: Can an issue update another issue?
- Domhnall Currie wrote: > I have to admit, on ... have walked that bumpy road before... ;-)
- Help: RE: Can an issue update another issue?
- That's what I was thinking, maybe doing a tra ... o for me. :) Thanks for your help Bernhard!
- Help: RE: Reopen issue by mail - plugin for 4.0.6?
- For anyone interested I fixed the plugin, here's proper code: <pre> module ReopenIssuesByMail module MailHandlerPatch def s ... ass_eval do # alias_method_chain :receive_issue_reply, :reopen_issues_by_mail alias_method :receive_issue_reply_without_reopen_issues_by_mail, :receive_issue_reply alias_method :receive_issue_reply, :receive_issue_reply_with_reopen_issues_by_mail end end module InstanceMethods # Adds a note to an existing issue def receive_issue_reply_with_reopen_issues_by_mail(issue_id, from_journal=nil) journal = receive_issue_reply_without_reopen_issue...
- Help: RE: What formula is used to calculate the% of RoadMap (Closed and Finished)
- As can be seen in the respective view (source ... e looking for are: * @version.visible_fixed_issues.closed_percent@ * @version.visible_fixed_issues.completed_percent@ These two methods are ... n extensions_ that are defined on the @fixed_issues@ association (source:/trunk/app/models/version.rb@19983#L119) in a named extension module (@FixedIssuesExtension@). This module resides prior to th ... you'll ultimately be guided to the private @issues_progress@ method where you can find the algorithms that are used to calculate the percentages.
- Hello, We are using Redmine 4.0.6 (installed ... ) I've created special email address for issue reporting, everything works fine. The problem is, when I close issue and someone replies to email notification about issue closing, the issue stays closed. I know there is option of a ... w at the beginning of the mail to reopen the issue, but a lot of non tech-savvy users don't rem ... ps://github.com/openSUSE-Team/redmine-reopen-issues-by-mail But it's not working with Redmin ... ias_method) also 2 other lines (ie. One with IssueStatus.default.id - I change it to 1 (number ... hanged status from Closed to New" but *whole issue status is still Closed* (status at the top of the page and on issues list) Can someone please help me to make this plugin work in 4.0.6?
- Plugins: RE: rmplus plugins
- I can confirm that RMPlus is absolutely not r ... t address. Have also troubles with unread_issues and custom_menu and hope I can find anyone ... ot working in first instance on Redmine 4.1.1
- Help: RE: Can an issue update another issue?
- You cannot 'mirror' issues to show up in different projects at the sam ... parent projects which are always showing the issues of their child projects. But I think that's ... her do it with a custom filter in the global issues list. There you have access to all issues and you can filter them by tracker e.g. 'or ... m by project. It is far less complicated and issues stay in their projects. Kind regards, Bernhard
- Help: RE: Project selection dropdown shows wrong content after update
- Hi Klaus, I think the behavior you are str ... roy the hierarchy of the projects list. This issue was reported by other users, too and will be ... ing release 4.2. Kind regards, Bernhard
- h1. TLDR I am trying to do a CSV import fr ... redmine install to a newer one. I need the issue numbers to stay the same. Every time I do ... ocess completes successfully, but all of the issue numbers are just autoincremented, starting a ... r code repos. But we still reference these issue numbers all over the place. I googled to see if anyone else had the same issue, and found nothing. All of the closely rel ... none of them seem to mention this particular issue at all. As I said before, we reference these issue numbers in lots of places. It will add con ... dmine plugins: no plugin installed </pre>
- Help: RE: How to create a plugin to add a custom button and behavior to create/edit issue page?
- Yes, please make it. I'm curious about it.
- Hi, I have a "task" tracker that has "star ... edit a task. I can see the start date in the issue and the due date is there but empty. I ca ... t this. Why are they not available in edit?
- Help: RE: How to create a plugin to add a custom button and behavior to create/edit issue page?
- Hello Liane, thank you for your help. I wi ... nted the requirements. Best Regards Armin
- Redmine version : 4.1.1 OS : Windows 10 Rub ... error message shows <pre> 530 5.7.0 Must issue a STARTTLS command first. </pre> Followi ... s Gmail setting error Or ruby setting error?
- I have a large project task list and I have t ... like to be able to be in a project, input an issue like "order ignition switch" and that issue show up in Purchasing, whether it's done in the issue itself or I go outside and establish a related issue or whatever I have to do. When the status o ... ct. This will avoid having missed duplicate issues that have not been closed out or updated, e ... ind doing it through Projects, Sub-projects, issues or whatever I have to set up, I just don't ... pool yet. :) Any help would be appreciated!
- Help: RE: How to create a plugin to add a custom button and behavior to create/edit issue page?
- Hello Armin, >So I have to search a Redmin ... some plugin-code, which adds a button to the issue-form. If user clicks the button I can do the ... Javascript and paste back the result to the issue-description Yes, this is a way to do it. ... If you cannot find a suitable hook in the issue views look also in the layout views or use g ... ere. Happy coding! Best Regards, Liane
- Help: RE: How to create a plugin to add a custom button and behavior to create/edit issue page?
- Hello Liane, thank you for your helpful su ... atted result immediatly, before they save an issue. Furthermore, it is possible, that the forma ... some plugin-code, which adds a button to the issue-form. If user clicks the button I can do the ... Javascript and paste back the result to the issue-description Am I right? Best Regards, Armin
- Help: RE: How to create a plugin to add a custom button and behavior to create/edit issue page?
- Hello Armin, What you like to implement sh ... ence is that you don't need to hook into the issues lifecycle to notify automatically. h2. U ... hook of Redmine instead of sending only the issue id. If the response time of your custom ... t injects the re-formated description to the issue in the background if available. h2. Get ... everything starting with 'call_hook' in your issue_controller.rb. If the IssueController is the same as Redmines than there should be multiple hooks over the issues lifecycle. Redmine hooks are self explanato ... can be found similar by scanning through the issues views. When you don't know how to regis ... useful way... Best Regards, Liane
- Help: RE: How to create a plugin to add a custom button and behavior to create/edit issue page?
- Good Morning Liane, > Step 3 and 4 of your ... herefore I need the same behavior in Redmine issue form as in Outlook new-email form: A button, ... server. Thank you, Best Regards, Armin
- Help: RE: How to create a plugin to add a custom button and behavior to create/edit issue page?
- Hello Armin, Having administration rights ... There are so many simple ways to reformat an issue description. Step 3 and 4 of your sketch abo ... r problem better. Best Regards, Liane