Search
Results (18310)
- Open discussion: RE: Redmine and OpenProject
- Hi Bernhard, thanks for the reply! Yes, i ... mine has great stabilty aside from framework issues that sometimes com from ruby or rails - but ... 18-07-26%20um%2015.02.11.png! Best, Chris
- Open discussion: RE: Making Spent Time a required field when editing an issue?
- Oh, I am running 3.4 so I need the edit to be compatible with that version.
- Does anyone know if there is a way to make Spent Time a required field when editing an issue? I would love to be able to edit this in th ... to do so. Even if anytime a user edited an issue there was a spent time required field it wou ... n easy hack I can make to do this? Cheers
- Hi everyone, I installed Redmine stable on ... =>"only_my_events", "notified_events"=>["", "issue_added", "issue_updated"], "emails_header"=>"", "emails_foot ... no plugin installed </pre> Thank you.
- Hello all, On our Remine system we are facing the following issue, if someone types http://redmine.xxxxxx.com ... Debian9 Thanks for your help
- I usually refer Redmine issues in my commit messages, via @refs #<issue-number>@. The problem is that Redmine wil ... it show reference to both of them inside the issue. *BUT* even after deleting the _feature_b ... le* and *detached*, hence to be ignored) the issue *still references the source commit (_commit ... n I solve in any way acting on my repository?
- Plugins: RE: CkEditor plugin and Redmine 3.4.5
- Doesn't work for me... CentOS 7 Redmine ... details of the error. You can find the issue here : https://github.com/a-ono/redmine_ckeditor/issues/271
- When I try to send mails using my own mail se ... or sending mail" (in danish) (530 5.7.0 Must issue a STARTTLS command first ) Is there a way ... Redmine plugins: no plugin installed
- Hello. I hope you can help me with something: ... er it works great but we have a problem that issues are getting delete from the database randomly. We've check and every month 3 or 4 issues gets delete. There's no trace in the database of those issues and we've checked the log and there's no delete made by any SQL Server user. Thanks
- Plugins: RE: the question about plugin of Backlogs.
- yes, i got it.tkx. by the way. In "Issues" Page, how to create 2 or 3 Interconnected ... you have this plugin? could you help me?tkx。
- I want redmine can send a mail to the assigne ... the redmine configuration can anyone help me
- Help: RE: “spent time” custom feilds can't display in the table.
- Mizuki ISHIKAWA wrote: > Does "spend time's ... solid #ccc}result.png! by the way. in "Issues" Page, how to create 2 or 3 Interconnected ... you have this plugin? could you help me?tkx。
- in "Issues" Page, how to create 2 or 3 Interconnected ... states. could you help me? thx very much.
- Help: RE: “spent time” custom feilds can't display in the table.
- good job. but how to display the "options" ... 图片20180719095729.png! by the way. in "Issues" Page, how to create 2 or 3 Interconnected ... ou have this plugin? could you help me?tkx。
- Plugins: RE: the question about plugin of Backlogs.
- are you the member of redmine developers? I c ... equired & used as a filter. it's less than "Issues". so when i created a "spent time" custom ... d(table). could you help me?tkx very much.
- Our redmine runs on host redmine.techx.com an ... ee example below http://redmine.techx.com/issues/1#change-38 <--- See Although the host chan ... https://wplov.in/best-refrigerator-in-india/
- hi, i want to add some features to my redmine ... [ https://github.com/docker-library/redmine/issues/125 ] what's the best way to develop redmine through docker?
- I am useing redmine 3.4.6, when i create a " ... equired & used as a filter. it's less than "Issues". so when i created a "spent time" custom ... think it is a bug. who can help fix it? tkx!
- Help: RE: “spent time” custom feilds can't display in the table.
- xinqi hu wrote: > I am useing redmine 3.4.6, ... uired & used as a filter. > it's less than "Issues". > so when i created a "spent time" custo ... ix it? tkx! every guys ,could you help me?
- I want to change columns for relations issues, for that change body of render_issue_relations method. Add <pre><code> content_tag('td', other_issue.start_date, :class => 'start_date') + content_tag('td', other_issue.due_date, :class => 'due_date') + content_tag('td', link_to_user(other_issue.assigned_to), :class => 'assigned_to') + </ ... PS Other changes of GUI applied successfuly.
- Open discussion: RE: Custom fields on project create
- Guillermo ML wrote: > According to "this pag ... t using REST API. Thanks!! Using <pre> "issue_custom_field_ids":[1,2,3,4,5,6] </pre> in POST request solved my issue. Added to "wiki":https://www.redmine.org/projects/redmine/wiki/Rest_Projects.
- i using .net core api to building for my project. i updated a issue object as folows: <pre> public bool UpdateAssignedToOfIssues(string issueId, string account) { try { var issue = manager.GetObject<Issue>(issueId, null); int userId = _use ... }; issue.AssignedTo = identifiableName; //issue.Description = "ADP next to update description"; manager.UpdateObject(issueId, issue); return true; ... rvice and JSONP support. Help for me please!
- I am useing redmine 3.4.6, when i create a " ... equired & used as a filter. it's less than "Issues". so when i created a "spent time" custom ... think it is a bug. who can help fix it? tkx!
- Open discussion: RE: Redmine.org tickets vote count list
- I discussed with Go.MAEDA and created note count list too. RedmineOrg-IssueNotesCountList-20180708.xlsx The number of issue comments express the lively activity of the ... x of interest concerning the contents of the issue. I hope this will help.
- Open discussion: RE: How to prevent users Log time on closed issues?
- This talk is about how to prevent users to log time in Closed/Resolved issues. Not about how to prevent users to Close/Resolve issues.