Project

General

Profile

Search

Results (18019)

Help: Redmine REST API to fetch details for a specific user by passing the user's email
Hi Everyone, I've been trying to use the R ... headers. Is anyone else experiencing this issue? 2024-08-14 19:22
Development: Not able to use optional filter to get user API.
Hi Everyone, I've been trying to use the R ... headers. Is anyone else experiencing this issue? 2024-08-14 19:21
Help: [view-customize plugin] I want to control the items displayed in the pull-down menu
I want to use the redmine-view-customize plug ... g how to check the logs. path-pattern /issues/[0-9]+ project-pattern /sandbox <pre ... .ready(function () { var parentField = 'issue_custom_field_values_1'; var childField = 'issue_custom_field_values_2'; var narrowChi ... } }); if (typeof replaceIssueFormWith === 'function') { var _replaceIssueFormWith = replaceIssueFormWith; replaceIssueFormWith = function(html){ _replaceIssueFormWith(html); narrowChildField ... e> Thank you in advance for your help. 2024-08-14 03:55
Help: RE: Custom field filter for user records via the REST API?
The /users endpoint actually supports more sp ... eir custom field values similarly to how the issues filters work. 2024-08-12 21:15
Plugins: Webinar on ERPmine – Time & Expense, Aug 27, 2024, 5 PM India (11:30 AM GMT)
*Title* : ERPmine – Time & Expense *Date* : ... * Minimum maximum validation on holidays * Issue logger on /off * Map on timesheet * Start ... ime entries * Timesheet Report * Mobile App 2024-08-12 08:30
Open discussion: RE: Expected behavior of filter on custom field of format list with multiple values
Hi! It looks like you're dealing with a cu ... r than an AND operation. This results in all issues that have either "a" or "b" (or both) appea ... For your expected behavior, where you want issues to only be returned if they have all the sp ... manually filter the results to only include issues that meet the AND condition using additiona ... for Manual Post-Filtering: If you retrieve issues with either "a" or "b", you can then proces ... : python Copy code # Example in Python issues = [1, 2, 3, 4, 5] # IDs from the query fl ... ues required_flags = {'a', 'b'} # Filter issues to match all required flags result_issues = [issue for issue in issues if required_flags.issubset(set(flags[issue... 2024-08-08 14:29
Help: Custom field filter for user records via the REST API?
The /issues endpoint in the REST API provides a optional filter for custom fields: > cf_x: get issues with the given value for custom field with ... ndexed by custom field, just for that lookup. 2024-08-08 03:08
Help: RE: Incorrect MySQL client library ver ... ed for 10.8.8 but the client library is 3.3.8
production: adapter: mysql2 database: r ... on_isolation` for MySQL to avoid concurrency issues is # `READ-COMMITTED`. # In case ... transaction_isolation: "READ-COMMITTED" 2024-08-05 16:55
Help: The timesheet for this period is locked, you cannot log time.
One of my team member not able to provide Spe ... , you cannot log time. How to resolve the issue, admin access available, please help me out 2024-08-03 14:33
Help: How to Filter a multi valued key-list in Redmine
I have a custom field (key-value list) which takes multiple values regarding what an issue affects ex: If a car has a bad engine the se ... mance I want to be able to filter for all issues which specify Performance AND Temperature AND Noise Emission. Not OR 2024-08-01 18:52
Help: Assing issues only to members of a group
Hi! I am trying to configure a project in such a way that users of a certain group can assign issues to ONLY members of a defined group. Is ther ... g one can do is to define a tracker where an issue gets assigned to a single defined user, not ... ing Redmine 5.1.2. Thanks in advance, 2024-07-28 05:39
Help: RE: Test e-mail works but notifications aren't send
Similar issue: Sideqik was not configured to the proper qu ... ither notation in sideqik nor production.log. 2024-07-27 22:35
Open discussion: RE: Problem with files directory rights
The issue with directories being created with root per ... all processes to avoid permission conflicts. 2024-07-22 12:01
Help: RE: Importing spent time
Thank you for posting this Murilo and the hea ... just came looking for more info on importing issues. :) Marius, I noticed on one of the found ... Thanks to both of you for responding! Pat 2024-07-19 15:25
Help: Unable to set issue to new status
Hello everyone, I'm new here, but my probl ... As an old but gold problem, *I added a new issue status and not being able to set my issue status to it* . And YES, I DID wend to _Adm ... ). Now the symptom is like... 1. If the issue was created by me, I CAN change the issue to TAssigned and other existing status. 2. If the issue was NOT created by me, I CANNOT change the issue to TAssigned UNLESS I'm the ASSIGNEE. (B ... D STATUS ARE available!) 3. If I assign the issue to myself, change it to " *TAssigned* " and assign it to other members, I then CANNOT change the issue status at all. I am the Administrator of ... "Manager" DOES have the permission to *Edit Issues* !clipboard-202407191429-ww8eg.png! Her ... ---------------- Is it possible that this issue... 2024-07-19 08:30
Open discussion: RE: how to set default assignee to <<me>>
Fernando Merlos wrote in message#69981: > Fo ... orkaround: > > 1. Edit the file app/views/issues/_form.html.erb > 2. Add the line "$(".assi ... next code at the end of the file 'app/views/issues/_form.html.erb': <pre><code class="javas ... } else { document.getElementById("issue_assigned_to_id").selectedIndex = "1"; } ... ror); } }); <% end %> </code></pre> 2024-07-18 15:58
Open discussion: RE: Redmine 5.0.8 2MFA
I hear your frustration with Redmine 5.0.8's ... accurate. Even a slight difference can cause issues with 2MFA codes. * Re-used Codes: Redmine ... t for a new code before entering one. * App Issues: If users are using an authentication app ( ... nt app to see if it resolves the problem. 2024-07-17 09:58
Help: RE: I can't attach files bigger than 1MB
Ramiro Padín wrote: > We have an issue with attached files, we cant attach files bi ... size of files, increase it to 30Mb, and the issue persist. > We tried to change the propertie ... _size" to 30Mb on nginx config files and the issue persist. > We tried also doing a reboot. > ... 0.4.1 redmine_zenedit 2.0.6 2024-07-16 16:48
Help: RE: Set default user to "me" when creating a ticket
To set the default assignee to <<me>> when creating new Issues, a possible workaround is described here: https://www.redmine.org/boards/1/topics/41122 2024-07-16 14:49
Open discussion: RE: how to set default assignee to <<me>>
For those who may be interested, here is a possible workaround: 1. Edit the file app/views/issues/_form.html.erb 2. Add the line "$(".assign ... code></pre> 3. Restart your Redmine server 2024-07-16 14:41
Help: I can't attach files bigger than 1MB
We have an issue with attached files, we cant attach files bi ... size of files, increase it to 30Mb, and the issue persist. We tried to change the propertie " ... _size" to 30Mb on nginx config files and the issue persist. We tried also doing a reboot. Redmine is running over Ubuntu Linux. Thanks 2024-07-16 14:35
Open discussion: RE: Where can I learn what's going to be new in Redmine 6?
Steve Gibson wrote in message#69903: > Mariu ... Marius! I had previously found that list of issues and fixes. What I was hoping to find — and ... n. I hope now I answered your question. 2024-07-13 10:08
Development: RE: Query for Redmine vulnerabilities
You can report security vulnerabilities you h ... s#Submitting-a-Bug]]. * Please describe the issue in sufficient detail to allow us to reproduc ... nsure that your findings are actual security issues before reporting them. Often, automated sca ... ive findings which are not actually security issues. 2024-07-10 11:59
Help: RE: Not been able to add wachers with a role having "Issues created by or assigned to the user"
Holger Just wrote in message#69949: > You can add watchers to existing issues from the issue sidebar. When clicking on *Add* there, the m ... the sidebar and users that have a role with "Issues created by or assigned to the user" are not listed there. Besides, if I make "All issues" in their role, they appear in the list and can be added. If I make them "Issues created by or assigned to the user" again, ... add watchers with this role when creating an issues but does not allow to do it for an already existing issue? If it works the way it is supposed to then how do I make a role for users to see only issues they are assigned to or watchers of? 2024-07-10 08:36
Help: RE: Not been able to add wachers with a role having "Issues created by or assigned to the user"
You can add watchers to existing issues from the issue sidebar. When clicking on *Add* there, the m ... ching for their name in the add watches form. 2024-07-09 19:03
(1-25/18019)