Search
Results (12433)
- Defect #38880 (New): Incorrect default value display on true/false custom field when editing issues
- Hi Scenario: # add new custom field of ty ... mode "drop down" When you creating a new issue, newly created custom field correctly is False. But when you editing issues that was created before adding custom field ... s True. Env: Redmine 4.2.10 Ruby 2.7
- Feature #38879 (New): Top Menu -- Additional links as a core feature or self-contained addon
- Until awhile ago, the additionals plugin (and ... e: https://github.com/alphanodes/additionals/issues/149 Has someone written a self-contained ... ghlight some key links in the top menu?
- Defect #38860 (New): Issue create abnormally
- Hello. This is my first time to build a r ... 5) After installation, I create project and issue. But creating issue, I was faced with an abnormal generation about issue. First Issue create is fine. [normal Issue create] <pre> I, [20Processing by IssuesController#new as JS I, [20 Parameters: {" ... L6ZKuUYqB5w==", "form_update_triggered_by"=>"issue_project_id", "issue"=>{"is_private"=>"0", "project_id"=>"7", "tr ... rity_id"=>"2", "assigned_to_id"=>"", "parent_issue_id"=>"", "start_date"=>"2023-07-19", "due_da ... Current user: admin (id=1) I, [20 Rendered issues/new.js.erb (Duration: 70.6ms | Allocations: ... | Allocations: 28122) I, [20Started POST "/...
- Feature #38858 (Closed): Grant access to variablestc@skillandyou.com
- Hi ! Would you please grant me access to thi ... it : my deadline tomorrow. Regards. Julien
- Defect #38857 (Closed): Wheelie
- Patch #38856 (Closed): Problema no WMS
- Manifesto I550037981-I550037982 está com stat ... osed , mais a status de quantidade não zerou.
- Defect #38855 (Closed): 帳號水位清查
- 每週二
- Defect #38854 (Closed): Santa Barbara
- Nueva Empresa
- Defect #38852 (Closed): ## issue syntax is not kept when selecting an issue from the inline autocomplete
- It is a nice feature to adress tickets with a ... ket id, like here: ##14269 We have the issue, that the suggester works fine ... !clipb ... > Redmine plugins: > no plugin installed
- Defect #38851 (Closed): Test Sijo
- twqtuyttuy
- Defect #38850 (Closed): Test Isssue
- Test
- Defect #38849 (Closed): اختلال همپا
- ظبیتبلت
- Feature #38848 (Closed): Test Sijo
- Sijo Test
- Defect #38847 (Closed): testetesteterrterste
- testetrsetestestestert
- Defect #38845 (Closed): Test Issue is getting created
- 1. Open Redmine 2. Signup 3. Create Issue
- Defect #38844 (Closed): AB_QLDN_DN_when input
- step to perform 1 2 3
- Defect #38842 (Closed): Redmine qui ne fonctionne pas après renouvellement hébergement VPS OVH
- Bonjour, suite à un renouvellement de notre ... un pourrait nous aider svp? Merci en avance
- Feature #38840 (New): A developer or project manager can relate an issue to another while editing the issue.
- When filing a ticket, that's often when i hav ... icket in mind. Having to finish writing the issue, save it, and then remember to add the related issue always adds a bit of cognitive overhead. ... notes and act on save would work for me also.
- Feature #38839 (New): A developer or project manager can update an issue (submit a note) without editing the issue first
- A person ought to be able to make a status up ... nd visual noise) of editing the ticket first.
- Feature #38837 (New): Export attachments of several issues simultaneous
- Hi, How to export attachments from multiple simultaneous issues?
- Defect #38833 (New): Alignment Issue with Custom Text Field in Redmine
- Hello Redmine Developers, I would like to bring an alignment issue to your attention regarding the Custom Text ... ressing user feedback. Best regards, Matt
- Defect #38830 (New): Installation of Redmine ... esh Ubuntu 22.04 LTS stops at bundler install
- Hi there, I tried for days to install Redm ... be highly appreciated. Regards Dirk
- Patch #38820 (Closed): Retry in case of stale issue during Issue.update_versions
- This is quite the corner case but we had this issue occur with one client at "Planio":https://plan.io/redmine-hosting: With @Setting.parent_issue_priority == 'derived'@, while setting a projects' parent project to nil, several issues that belonged to now inaccessible versions were updated in @Issue.update_versions@. In one case, this led to a situation where an issues' parent issue priority was updated, before that parent issue was being processed in the loop in @Issue.update_versions@. The attempt to then set the parent issues' version to @nil@ later failed with a StaleObjectError due to the previous save from @Issue#update_parent_attributes@. The attached p ... retrying once with a reloaded version of the issue. It also contains a test case that reproduces the ...
- Defect #38817 (Closed): Redmine V3.2 - The si ... (SSL) and The emails are not going out either
- Redmine V3.2 Problem: The site needs to be c ... me with the steps. We tried but we couldn't.
- Defect #38814 (Closed): Unable to read Target Version of a Redmine issue using python-redmine module.
- I am writing a python script using python-r ... ate notifying team about the list of Redmine issues in Design status but Target Version is not ... ine documentation, it was quite easy to read issues and get the issue.status attribute. Now, for a given issue, I would like to get the Target Version. I a ... st out the supported attributes of a Redmine issue and came to know that Target Version is inte ... <pre><code class="python"> list(redmine.issue.get(1)) </code></pre> I tried to read it ... given below. <pre><code class="python"> issue.fixed_version issue.fixed_version.id issue.fixed_version_id </code></pre> But all t ... lp me to get the Target Version of a Redmine issue? My Redmine version is 4.1.0.stable.142, ... ine_url', username='uname', password='pwd') ...