Search
Results (12433)
- Defect #41088 (Closed): 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
- Defect #41082 (New): Missing Tracker Filter entry after Update from 5.0.3 to 5.1.3
- Hello We have Custom Queries defined in the ISSUES context of projects. There we have Filte ... works without problems: * !5.0.3_FiltersInISSUES.png! After Update to V5.1.3 the Value en ... not be edited anymore: * !5.1.3_FiltersInISSUES.png! Thanks a lot for help Hans
- Defect #41079 (Closed): Incorrect sorting of users grouped by status in issue filters for administrators
- In #15201 default sorting for filter options ... was changed. And now principal options into issue query filters for system admins was broken. ... mine_git_remote 0.0.3 redmine_issue_templates 1.1.2 </pre> }}
- Defect #41076 (New): Assignee's permissions setting
- I'm using Redmine 5.0.x I have two users roles. One has the permission to edit all issues, while the other can only edit their own. When the first user creates a new issue and assigns it to the second user as the manager, I want the second user to be able to edit the issue created by the first user. I’ve set up the ... e status, content, and other settings of the issue. However, this setting doesn’t seem to be working. What's the correct setting to make it work?
- Defect #41054 (Closed): Issues options aren't hidden at start
- File app/views/queries/_query_form.html.erb ... le() toggles "display" property opposite way.
- Feature #41053 (Closed): Add "User's group" and "User's role" filters to Spent time list
- I suggest adding "User's group" and "User's r ... s role" filters are already available in the issues list, and having the same functionality in ... id grey;}.clipboard-202407241039-f2ps2.png!
- Defect #41051 (Closed): Export CSV shows HTML code of description field
- I have recently upgraded from Redmine 2.6 to 5.1.3 When you try to export the list of issues as a CSV including description column, it w ... : https://github.com/yozart/redmine_ckeditor
- Patch #41045 (Closed): Traditional Chinese translation update (to 22939)
- * new ** setting_copy_attachments_on_issue_copy, field_thousands_delimiter
- Patch #41027 (Closed): Japanese translation update (r22927)
- Translated setting_copy_attachments_on_issue_copy.
- Defect #41021 (New): Unexpected behavior when switching to a status with no %-done value
- Suppose having this setting for issue status: !clipboard-202407151426-mjtyk.png! ... 407151425-rcp9r.png! A user having the an issue to status `In progress` will the %-done valu ... cted: !clipboard-202407151430-ppuez.png!
- Feature #40970 (New): Emoji reactions on notes in Issues
- Similar to how [GitHub features emoji reactions on issue comments](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/), could Redmine please develop emoji reactions on notes in issues in Redmine? This would allow people to exp ... having to leave another short note to reply.
- Defect #40969 (Closed): Cannot edit priority field in edit screen
- After create a new issue, I can see the priority on the issue screen. When I click the edit button, I d ... anel. Further, I cannot set Priority on main issue list item menu. Experimenting seems to in ... the problem is related to sub-tasks. When an issue has sub-issues, you cannot edit the priority. Delete the sub-issues, the priority field appears on the edit pan ... rmissions checked under "Roles & Permissions"
- Defect #40965 (Closed): The system is not allowing member upload
- The system is not allowing member upload
- Defect #40948 (Closed): ActiveRecord::ValueTooLong error with git author longer than 255 characters
- If a Git repository contains a commit where t ... 6a3b6e77a8bf9cd4590e8db757f3c6c78 refs/heads/issue-8857 4fc55c43bf3d3dc2efb66145365ddc17639ce ... p User.current = nil </code></pre>
- Patch #40939 (Closed): Add "underline" button to jsToolbar for CommonMark Markdown formatting
- The Textile and Markdown text formatting have ... created a patch to insert `<ins></ins>` tags.
- Defect #40937 (New): Broken links in exported wiki pages when using child_pages macro
- h2. Problem {{toc}} Exporting wiki page ... than 5.1.3 are also affected. A related issue is: ##22001. I would appreciate to discuss my proposal and see a fix coming soon!
- Defect #40924 (Closed): Spent Hours ignoring "Time Span Format" Setting on several pages
- On the "Bulk edit selected time entries" page ... id grey;}.clipboard-202406301828-jkzip.png!
- Defect #40922 (Closed): Unable to create project
- Defect #40921 (Closed): JSON API causes 500 Internal Server Error
- I use redmine 5.0.7 with https://github.com/r ... l old version of builder gem, rest api works.
- Defect #40918 (Confirmed): Wiki (markdown syn ... n" does not extract SeText headings correctly
- h1. Abstraction "Edit this section" in Wik ... b.com/gfm/#setext-heading correctly. This issue is an extension of defect #40716 that we discovered when researching the issue we experience with Redmine 5.1.2.stable. Ple ... guate ticket links and ATX headings, but the issue is broader because the regex does not even c ... cannot provide a patch or pull request here.
- Defect #40914 (Closed): Fix precision issues in TimeEntry#hours calculation by returning Rational instead of Float
- On the page @my/page@, if the _timelog_ is di ... ple:* # Add time entries for one day, one issue: - 0:10 - 0:40 - 0:10 # Navigate to @my/ ... hours * 60).to_i}.sum / 60)) </code></pre>
- Feature #40890 (New): Show project changes on 'Activity' page
- We would like to propose a new feature for Re ... date, and a diff (similar to how changes to issues and other entities are currently displayed) ... fe. Thank you for considering our request.
- Patch #40876 (Closed): Czech translation update
- Extracted from the patch in #40875, posted by ... : label_option_auto_lang: auto label_issue_attachment_added: Příloha přidána field_ ... ast_activity_date: Last activity - setting_issue_done_ratio_interval: Done ratio options inte ... activity_date: Poslední aktivita + setting_issue_done_ratio_interval: Krok koeficientu dokončení </code></pre>
- Patch #40875 (Closed): Improve Czech translation for "two-factor authentication"
- # Dvou-faktorové -> dvoufaktorové # New texts
- Defect #40860 (Closed): Creating a new issue fails with an internal error if no issue priorities are defined
- If no issue priority is defined, creating an issue using @issue#create@ fails with the following error: < ... method `id' for nil:NilClass): app/models/issue.rb:2075:in `clear_disabled_fields' app/controllers/issues_controller.rb:153:in `create' lib/redmine/ ... for a defined tracker and default status in @IssueController#build_new_issue_from_params@.