Search
Results (18267)
- 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.
- 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.
- 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>
- 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
- 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
- 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.
- 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
- 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)
- 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
- 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
- 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
- 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?
- 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
- 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 :-\
- 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>
- 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.
- 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'
- Help: RE: Server Report 500 error with CheckLists plugin
- how about this issue ,could you help me solve it, thank you
- 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).
- Help: RE: "Subject cannot be blank" issue with REST API
- I have the same problem. Does anybody knows an answer to this problem?