Project

General

Profile

Search

Results (18267)

Development: Change render_issue_relations method body but but nothing change after restart
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. 2018-07-12 19:26
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. 2018-07-12 10:16
Development: [.Net Core API]Error update object in redmine
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! 2018-07-12 06:03
Help: “spent time” custom feilds can't display in the table.
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! 2018-07-11 08:48
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. 2018-07-10 16:19
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. 2018-07-10 12:40
Open discussion: RE: How to prevent users Log time on closed issues?
This is done by going into your Permisssion Scheme and changing the "Resolve Issues" Project Permission to include only the people you want to be able to "resolve" or "reopen" and issue. This could be problematic if you have allowed everyone to resolve an issue. Just remember that "resolving" and closing ... ctions. So, I would say, change your Resolve Issue permissions and see if that fixes your issue. It sounds like you are not using "resolve" in your workflow so it is going to be OK. 2018-07-10 12:28
Help: RE: Redmine Email
Thankyou for answering this letter it seems ... lumns.html.erb (0.0ms) Rendered settings/_issues.html.erb (15.6ms) Rendered settings/_tim ... ws: 168.9ms | ActiveRecord: 48.8ms) </pre> 2018-07-10 07:00
Help: Email Recieving Issue
I have created a cron job that grabs anonymou ... read the emails but will not make them into issue tickets. When I made a test project and ran ... read. I am using IMAP with gmail. Thanks 2018-07-09 21:22
Help: How can i add issue filter if "contains partial subject of child issue" not "child issue id"
I am using redmine 3.3.3 for project management. I want to find a parent issue with a sub-heading of the subject of child issues. Thanks, Eric 2018-07-06 09:57
Plugins: RE: the question about plugin of Backlogs.
Sorry, I don't use Skype. It's blocked at wor ... in here we simply don't use it to create new issues, just to manage backlogs and sprints. I don ... e_backlogs/app/views/rb_tasks/_task.html.erb. 2018-07-05 17:27
Open discussion: RE: export data
Maybe redmine_xlsx_format_issue_exporter plugin is useful for you. https://github.com/two-pack/redmine_xlsx_format_issue_exporter 2018-07-04 12:05
Open discussion: deny assigning issues to peoples marked as "out of office" in Active Directory/Exchange
Hello, is there any plugin or maybe feature to deny other peoples ability to assign issue to out off office persons ? Kind regards Maciej (mpp) 2018-07-04 08:21
Help: RE: How to make a 'long text' field to take overall width of page?
Hi Matheus Assed If the version of Redmine ... cc}screenshot.png! http://www.redmine.org/issues/21705 2018-07-04 04:48
Help: Redmine API Authentication
Hi , We have created a sample project in t ... edmine.org we are trying to insert/update issues via Redmine API but we are facing an authentication issue. we got to know like for create/ Update of issue using Redmine API requires changes in Authen ... is like how to proceed with insert/update of issues into the Redmine using Redmine API. Thanks, Sanjana 2018-07-03 14:43
Plugins: RE: the question about plugin of Backlogs.
Frederico Camara wrote: > > I write that que ... o use near 'where id = 14' at line 1: update issues set position = where id = 14 what can i do ... mmit/f07882300884a2c1fc310aa358529589575d2c44 2018-07-03 07:44
Plugins: this is my question,who can help me?
when i add one story, the error tips: Mysql2 ... o use near 'where id = 14' at line 1: update issues set position = where id = 14 what can i do?who can help me? 2018-07-03 05:15
Help: SMTP Notification emails incomplete and won't send
Hi everyone, We're running Redmine 3.4.3 on Ubuntu 16.04 LTS with postfix. An issue started within the last two weeks where noti ... er notification emails do not. Redmine just issues an SMTP QUIT. My configuration.yml is at ... Redmine plugins: no plugin installed 2018-06-29 19:33
Plugins: RE: Redhopper - MSSQL issue
Hi and thanks for your feedback, Indeed, the issue was already "identified":https://framagit.org/infopiiaf/redhopper/issues/35, we sure have to fix this :-\ 2018-06-28 09:29
Plugins: RE: Redhopper - kanbans plugin
Hi There, FYI, there is a problem with your ... Database is set to MSSqlServer. In redhopper_issue.rb, on line 54, there is a statement which d ... with MSSqlServer as Backend-Server: <pre> issue.journals.visible.where("LENGTH(journals.note ... patibility with other SQL Databases: <pre> issue.journals.visible.where("journals.notes like '_%'") </pre> 2018-06-27 13:24
Open discussion: API: Issue relation create does not work
using postman */issues/15658/relations.json* with headers * ... "relations": [ { "issue_id":"15657", "relation_type":"f ... <pre> { "errors": [ "Related issue cannot be blank" ] } </pre> what ... d mulitple structures. API documentation for issue relation is very unclear about that. 2018-06-26 15:24
Help: RE: 500 error on My Accounts and Settings
Hi, I have kind of the same problem, can't ... d the plugins "Redmine workload plugin" and "Issue Charts plugin". Environment: Redmine v ... .12 contracts 2.4 issue_charts 1.3.0 periodicta ... mine_contacts 4.1.2 redmine_issue_evm 4.0 redmine_issue_templates 0.2.0 redmine_lightbox2 ... shady 0.6.0 redmine_show_issue_assignee_avatar 0.0.1 redmine_spent_time_ ... d 1.1.0 redmine_xlsx_format_issue_exporter 0.1.5 Message in production Log ... lib/redmine/sudo_mode.rb:63:in `sudo_mode' 2018-06-21 12:03
Help: RE: Server Report 500 error with CheckLists plugin
how about this issue ,could you help me solve it, thank you 2018-06-21 07:58
Help: RE: "Subject cannot be blank" issue with REST API
As far as I know, you cannot pass the data about the issue you want to create in the URL querystring. ... or JSON, according to the suffix in the URL: issues.xml or issues.json). 2018-06-20 02:36
Help: RE: "Subject cannot be blank" issue with REST API
I have the same problem. Does anybody knows an answer to this problem? 2018-06-19 18:56
(2701-2725/18267)