Project

General

Profile

Search

Results (18264)

Open discussion: Docx attachment error
I'm getting error while uploading some docx a ... orking fine in firefox. Is this some browser issue or something needs to be done in Redmine? 2019-05-17 16:55
Open discussion: RE: In Redmine, Is this possible to filter any Bug, Issues etc between two different time (time to time)
Hi Marius BALTEANU, Yes, "between" option ... 10:00 AM to Night 7:00 PM. Regard, -Amit 2019-05-17 15:52
Open discussion: Keep issue status when processing commit messages
Hello everyone, we just recently upgraded to Redmine 4.0.3 and face troubles updating our issues with commit messages. We are using the keyword "for" to mark commits that refer to a certain issue - but do not necessarily cause any change in ... he log, we find the following message: <pre>Issue #13631 could not be saved by changeset 83317 ... tting? Having commit messages that reference issues, but do not change their status was really ... forward to your answers, Best wishes, Stefan 2019-05-17 08:53
Help: RE: Creating issues in subprojects is not possible
It is possible that your subproject has no trackers, so you can not create tasks. 2019-05-16 14:48
Help: [SOLVED] Problem installing Redmine 3.4.10 on CentOS 7.6
Hello, I have an issue installing Redmine and i don't get why. H ... ------------ Hello, I found what was the issue if anyone has the problem. The configurat ... stalled via the yum repos) To resolve the issue i had to type : passenger-config about ruby ... Linux. Hope it can helps people. 2019-05-15 11:30
Help: Creating issues in subprojects is not possible
In my new installation creating issues in subprojects is not possible, because the appropriate button 'New issue' is missing in subprojects. I know that his ... ust a missing configuration, who can help me? 2019-05-15 09:24
Plugins: I want find checklist plugin support issue filter, who can help me? tks.
I will have many issues, and each issue will have some checklist items. At the end of the month, I need to bring all the items of issue together for problem analysis. It's not just a single issue that exports items. So my expectation is ... tion, I can export all items of the screened issue for my analysis. 2019-05-15 08:13
Help: [SOLVED] New member window won't show.
- Operating system: Raspbian GNU/Linux 9 (str ... o select *Search for watchers to add* in new issue tab and it works correctly. Any idea what ... fix it (it's fresh redmine installation)? 2019-05-14 13:24
Development: RE: How to add an issue trackers(Bag,Feature,Support) to existing project?(c#)
Yes, I want to add the tracker programmatical ... to add a new tracker by the REST API(c#). 2019-05-14 11:33
Development: RE: How to add an issue trackers(Bag,Feature,Support) to existing project?(c#)
At the moment, I don't exactly understand you ... don't get it... Kind regards, Bernhard 2019-05-14 06:11
Help: RE: New Task is only visible for admin user
Go to administration. In roles and permissions, select a role and see Issues tracking at the end of the view, check that ... of the project where you created the tracker 2019-05-14 01:16
Plugins: Extended field plugin is not working in redmine verion 3.4.5
I have downloaded this plugin from the below ... he-ability-to-add-project-s-custom-fields-to-issues-lists-queries. Even though the changes are done its not working. Thanks in advance. 2019-05-13 08:53
Open discussion: Extended field plugin is not working in redmine verion 3.4.5
I have downloaded this plugin from the below ... he-ability-to-add-project-s-custom-fields-to-issues-lists-queries. Even though the changes are done its not working. Thanks in advance. 2019-05-13 08:52
Open discussion: how to add Estimated time in my task
I install the plugins "redmine_agile-1_4_10-l ... roject in Readme & choose moduel including ` Issue tracking/Time tracking/Repository/Forums/Calendar/Gantt/Charts/Agile` when I enter the issue, I cannot edit the *`Estimated time`* I u ... re in attachment. Need help~~~~ thanks~~~~ 2019-05-13 07:23
Development: How to add an issue trackers(Bag,Feature,Support) to existing project?(c#)
I'm a student at HSE. I am from Russia. I do ... ription = "Updated description"; ProjectIssueCategory proCat = new ProjectIssueCategory(); proCat.Id = 10; proCat.Name = "Feature"; project.IssueCategories = new List(); project.IssueCategories.Add(proCat); project.Trackers ... t_id, null); Console.WriteLine("Updated issue: {0}.", updatedProject); 2019-05-12 13:00
Open discussion: RE: Message history sort order
This issue is helpful for me. 2019-05-10 02:55
Help: How to filter Spent time report by Issue Subject
Hello, I'm trying to filter the Spent time report, Details tab (via Overview section) by Issue Subject, however in the filter list I cannot ... ing to filter out a a specific word from the issue subject of any logged time. I know the functionality exist in the Issue list view as seen below: !subjectfilter.p ... n the Spent time report: !loggedtimereportissuefilter.PNG! Is there any way to filter the Issue Subject in the specified report? Kind regards, Yanko 2019-05-09 17:29
Help: Upgrade question
I want to upgrade from 3.3.3 to 3.4.10. My cu ... the upgrade instructions in the wiki with no issues. But, as I get ready to migrate the databas ... the new directory? Thanks for any tips. 2019-05-09 17:15
Help: Trouble setting up receive mail SocketError
Hello, I have been trying to get the mail to issue feature to work for a few hours now and prog ... l:receive_imap Help would be appreciated 2019-05-09 12:02
Open discussion: RE: QAsimodo.io
QAsimodo strongly integrates with your favori ... . They promise that "you can create a new issue(bug) on the associated tracker tool (ex. Redmine)". 2019-05-08 11:43
Help: RE: Task managment, dates and resource allocation
Hi Taklu, I've tried to accomplish this us ... workflows". It almost worked but I had some issues. Here is the script I was using with the ... anted was by creating a trigger on the table issues and calculating the start and due date based on the effort defined on the issue. 2019-05-08 11:13
Plugins: Access to Redmine infrastructure from inside a plugin
Currently I am working on a plugin to provide ... ekiq-scheduler' require_relative '../../lib/issue_status_master' class IssueStatusWorker include Sidekiq::Worker def perform IssueStatusMaster.update! end end </code> ... ess logic <pre><code class="Ruby"> class IssueStatusMaster include Redmine::I18n ... e location of the first file is 'app/workers/issue_status_worker.rb', while that of the second is 'lib/issue_status_master.rb'. When I run sidekiq from the redmine root: 'sidekiq -r ./plugins/issue_master/app/workers/issue_status_worker.rb' -C /plugins/issue_master/config/sidekiq.yml I get an error: 'uninitialized constant IssueStatusMaster::Redmine'. When I tried to se ... ActionDispatch::Callbacks.to_prepare do ... 2019-05-07 14:38
Help: Test email works but email notifications do not
Hi, I cannot figure out why I do not receive any email notifications about a changed issue status even as a Watcher / Assignee. I've tr ... settings in /settings?tab=notifications to 'Issue added' and 'Issue updated' and in /my/account to 'For any even ... ough. Any ideas where to start debugging the issue? I tried browsing through the production.log ... 2.0.0 Thanks for any help in advance! 2019-05-07 13:45
Open discussion: RE: Failure Upgrade from 3.3.4 to 4.0.2 on db:migrate
fouad bokholef wrote: > i'm able to reproduc ... I think some plugin added the index index_issues_on_parent_id. Redmine has never added such an index before Redmine 3.4. 2019-05-07 07:49
Open discussion: Fresh 4.0.3 install fails on Ubuntu 18.04, ruby 2.5.x & 2.6.x
Hi, I'm having issues trying to install fresh redmine v4.0.3 F ... ed with redmine v3.4.10, and don't have this issue/problem (with ruby 2.5.5) So I've searche ... l, please let me know & I'll provide it asap. 2019-05-06 18:45
(2251-2275/18264)