Project

General

Profile

Search

Results (18047)

Plugins: RE: Plugin for Copy issues with relations (links)
I have the same issue. Any tips for solution? 2021-08-30 14:33
Help: RE: Need Help with Rest Api
_*Moderator edit* on 2021-08-29:_ > Sukrit ... your reply. >> >> I am trying to retrieve issue for id 33 and 19 using rest api http://ramsytesting.m.redmine.org/issues.xml?issue_id=33,19, but getting all the information for all the ids as attached the output in "issue_id". >> >> Please can you let me know which rest api to be used to get information for specific issue id. >> >> Thanks, >> Sukrit Sukrit Ja ... r new thread... > I am trying to retrieve issue for id 33 and 19 using rest api http://ramsytesting.m.redmine.org/issues.xml?issue_id=33,19, but getting all the information for all the ids as attached the output in "issue_id". The @issue_id@ filter is implemented in Redmine 3.3.0 (issue... 2021-08-29 04:58
Help: RE: Integrating/syncing Redmine with GitLab issues
Hi Markus ! <pre> Issues mentioned in your commits will be hyperlink ... roject. I have many commits or MR with the #issueid but no hyperlink to redmine tho... Am I missing something ? 2021-08-27 15:01
Help: Email sending stopped working: does not match the server certificate
Hello Team, I am using 123reg email server ... erver certificate = Running shared code for Issue (#33073) "Auto_CRM #33073: redmine email issue 10" </pre> I have tried all the port s ... e same error and I am not receiving emails. 2021-08-27 12:20
Help: RE: Automatically delete closed issues older than 365 days
cd /opt/bitnami/redmine/bin ./rails c production Issue.where("closed_on < '#{365.days.ago}'").delete 2021-08-27 11:30
Help: RE: Need Help with Rest Api
Sukrit Jain wrote: > I am not able to reply ... the bottom of the post. > [...] But, the issues.xml is not returning journals for the issues even if I put the include=journals in the a ... ude@ parameter is not supported by the @GET /issues.[format]@ API end-point. This is conform as currently documented at [[Rest_Issues]]. > Also, attached is the output for issue no 20 with the url ramsytesting.m.redmine.org/issues/20.xml?include=journals,children Contrary to the @GET /issues.[format]@ API end-point, the @GET /issues/[id].[format]@ API end-point _does_ support ... ain, this is conform as documented at [[Rest_Issues]]. > Please can you let me know the api which will return information for all issues along with journals, children and relations ... admin panel" under @host.redmine.tld/admin/@. 2021-08-25 15:34
Help: Need Help with Rest Api
_*Moderator edit* on 2021-08-25:_ This threa ... ge#65974: >> >> 1. We want to retrieve all issues with all information i.e. journals, relatio ... //www.redmine.org/projects/redmine/wiki/Rest_Issues and then someone will assist you in case of ... message. Hi, I tried to use it. But, the issues.xml is not returning journals for the issues even if I put the include=journals in the address bar. I am getting the values for all issues with url http://ramsytesting.m.redmine.org/issues.xml?include=journals,children. Attached is the result in "allissues.txt" file Also, attached is the output for issue no 20 with the url ramsytesting.m.redmine.org/issues/20.xml?include=journals,children If I get ... he api which will return information for all issues along with journals, children and relations ... my development is blocked. Thanks, Sukrit 2021-08-25 13:27
Help: RE: Need Help with Rest Api
Hi, first read https://www.redmine.org/projects/redmine/wiki/Rest_Issues and then someone will assist you in case of ... h .json or .xml extension. Thanks Lorenzo 2021-08-24 17:07
Help: RE: Windows Install with AD login integration - login issues
Hi, you have to go in rails console and recov ... ssword. Can you launch the console? Lorenzo 2021-08-24 16:59
Help: Need Help with Rest Api
1. We want to retrieve all issues with all information i.e. journals, relatio ... e.org/projects/ramsyproject2 with version 2.5 2021-08-24 14:08
Help: Windows Install with AD login integration - login issues
Redmine is up and running, and we were using logins from a specific OU in AD - no issues Then, for other reasons users needed to be ... admin account so I can get in there Help! 2021-08-23 17:06
Help: RE: Has any way to delete issue and will not cascade delete it children issue ?
Go to the child problem first, delete the num ... s management. Now you have separated the two issues and can safely delete the original issue. 2021-08-23 10:27
Help: Has any way to delete issue and will not cascade delete it children issue ?
Has any way to delete issue and will not cascade delete it children issue ? 2021-08-23 08:30
Help: PDF convert issue
Good day, is there any way to say that con ... on Database adapter Mysql2 2021-08-19 08:32
Plugins: ERPmine v4.3.1 Released
We are happy to announce the release of ERPmi ... Reimbursement charges - Assigned group issues do not populate in timesheet - Can not ... pmine.org/projects/erpmine/wiki/Resources 2021-08-18 09:11
Help: RE: Migration from 2.3.1 stable to 4.0.6.stable
When I migrated from Redmine 4.0.5 to 4.2.1 a ... 'm just guessing here, but maybe part of the issue stems from the migrations not being run and ... or message? Which webserver are you running? 2021-08-18 00:08
Help: ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "settings" does not exist
-ruby 2.5.9p229 (2021-04-05 revision 67939) [ ... t i got was here: https://www.redmine.org/issues/11230 as there's no explanation why ther ... sk you for help, hoping my case differs from issue 11230. if you need any other information, f ... sh: /script/about: No such file or directory@ 2021-08-17 16:52
Open discussion: How to hook into Repository.fetch_changesets call?
Hello, while trying to implement an adapter to another system I use the hooks :controller_issues_new_after_save and :controller_issues_edit_after_save. The problem is now that it can happen that the issue will be updated without an user form action ... so that I can run all logic from controller_issues_new_after_save, too? Best Regards 2021-08-11 10:47
Help: SQL query - average time of a issues in statuses
Please tell me how I can generate a sql query to calculate the average time of a issues in statuses for a project and subprojects and find issuess with a large percentage of deviation from the average (for example, more than 50%) 2021-08-09 19:28
Plugins: RE: Plugin to flash notice to user from script
Actually that was a demonstration of a possib ... er. About automatic popup notification of issue changes via browser, yes it would be possibl ... ave time to work on this and there are other issues: - firefox never implemented support for ... t possible for example to open the mentioned issue by clicking on a button in the notification ... ub.com/MayamaTakeshi/redmine_rt_webextension/issues/1) But in case you can code, here is a s ... 0eb9952d34d70f22 Other notifications like issue status/assignee/description/etc changes can ... icationOptions#browser_compatibility) 2021-08-09 10:13
Plugins: RE: Plugin to flash notice to user from script
Hi https://www.youtube.com/watch?v=XiHFAhs5o ... ns automatically acc to the revisions on the issue? 2021-08-08 12:16
Open discussion: RE: Add Attachment to Issue in a script
Nice post, solved my problem, thanks 2021-08-07 05:59
Help: Migration from 2.3.1 stable to 4.0.6.stable
I have inherited an old Redmine server that i ... file into the new Redmine server. *First issue* The first issue was a login error. Once I looked at the log ... he server seems happy with that. *Current issue* I still can't login but the error has ch ... migration in an incorrect way? 2021-08-06 16:17
Help: RE: Error on Issue CSV Export
Robert Morbitzer wrote: > I had problems wit ... mine, but unclear what I need to do in ubuntu 2021-08-04 11:07
Open discussion: RE: PowerBi integration with Redmine
Refer this link, These is no built-in con ... vel... > https://community.powerbi.com/t5/Issues/Redmine-Integration/idc-p/142091/highlight/true#M4449 2021-08-04 09:43
(1026-1050/18047)