Search
Results (18202)
- Help: RE: Fetching additional data with REST api
- Hi, I have been a looong time trying and tryi ... h2. First stage Let's say I have a new issue attribute called "identifier", added to the attributes of the issue instances I can add it to the Issue show REST API by just adding: <pre> api.identifier @issue.identifier </pre> to the @app/views/issues/show.api.rsb@, just below the line <pre> api.subject @issue.subject </pre> h2. Second stage I can copy this app/views/issues/show.api.rsb to plugins/myplugin/app/views/issues/show.api.rsb and undo the change done in app/views/issues/show.api.rsb and it works too. Now the r ... he Redmine root folder. 1. nano app/views/issues/show.api.rsb 2. Add @call_hook(:my_hook, {:root_api => api, :issue => @...
- I know it seems the import of MANTIS or TRAC ... es/default/files_ otherwise the script will issue an error : _"Permission denied @ dir_s_mkdi ... e existing data ! *Allow to import Bugs / Issues time stamps:* In the script, there is called the ISSUE.new function which normally sets the updated ... o do this, in _/usr/share/redmine/app/models/issue.rb_ I have temporarily modified the code by ... he "bundle exec" is a worklaround for errors issued because of the outdated script. There may b ... gory.name" instead "category.category"
- Within task *33889* there are tasks that sh ... ot *33889*. Can someone help me? Thanks
- Hi, after migrating redmine to version 4.1.1 ... , system notifications works. I know this is issue with FROM addres field somwhere but everywhe ... ionSendAsDenied; #edit2 closed, found it
- Hi everyone, I want to get the issue list assigned to a user using api in my project. "https: //slakdsdjıdjk.easyredmine.com/issues.xml? assigned_to_id = 123" When I use this extension, 123 user id issues do not come up. How can I get this information with API?
- Hi everyone, How can I list projects and issues assigned to a user using API? https://asjldksoı.easyredmine.com/users/123.json?include=issues,memberships I tried this extension. Projects assigned to the user came, but there were no issues.
- I installed https://www.redmine.org/projects/redmine/wiki/PluginIssueDueDate but I couldn't get it to work. I d ... ecent version. Isn't it? Thanks in advance
- Hi, I want to create a Discord Bot that allows tracking issues, but have no clue how to do so. If you have ... o start or how to start, I would be grateful.
- Open discussion: RE: Is it possible to identify who and when reported the "estimated hours" for the issue?
- The estimated hours are stored on an issue. As each change of any issue attribute is stored as a journal, each chang ... You can see this in the web interface in the issue itself. From the API, you can get those details by requesting the journals along with an issue. See [[Rest_IssueJournals]] for details.
- [[RedmineAccounts#Mail-notifications]] <pre> ... ou will only receive notifications about the issues you're involved in (author or assignee) and about things you watch (eg. issues, forums).... </pre> User still get's an Email if he uncheck the Notification Option?
- Hi, I need to automatically delete all closed issues from all projects older than 365 days from ... dapter Mailer delivery smtp
- Help: RE: contact form
- Ah OK, a contact form. Do you have a specific ... on the green submit button? Creating a new issue? Sending the request to an email address? In either way, it should be doable with a custom plugin.
- Help: RE: how to change author in issues
- I did it in database, thx anyway!
- Help: RE: How to copy an issue to another project?
- I found it thx!
- Help: RE: how to change author in issues
- It's not possible to change the author of an issue in vanilla Redmine. There are some plugins o ... in compatiblity with your version of Redmine.
- Help: RE: How to copy an issue to another project?
- If your role has the permission to copy an issue you will find the link for it in the context ... the right click menu. Regards, Bernhard
- How can I copy an issue to another project? thx RL ------------ ... alled ------------------------------------
- How can the author be changed in "issues" by admin? thx RL ----------------- ... alled ------------------------------------
- Help: RE: My issues do not appear following a migration
- Hi, Can anyone help me? No one has ever had this problem?
- For request <?xml version="1.0"?> <issue> <project_id>1</project_id> <subject>Example</subject> <priority_id>4</priority_id> </issue> get 422 error, project can not be empty, ... ror. Please help! <?xml version="1.0"?> <issue> <project_id>116</project_id> <tracker ... /subject> <priority_id>4</priority_id> </issue>
- Open discussion: RE: How to prevent users Log time on closed issues?
- The patches still work with 4.1.1 We added a ... patches a little bit: not only for @@issue.status_id != 5@ but any closed state Here are the patches: @app/views/issues/_action_menu.html.erb@ <pre> @@ -1,9 +1,1 ... ual"> + <%= link_to l(:button_edit), edit_issue_path(@issue), :onclick => 'showAndScrollTo("update", "issue_notes"); return false;', :clas ... on-edit', :accesskey => accesskey(:edit) if @issue.editable? %> + +<% if @issue.closed? == false %> <%= link_to l(:button_log_time), new_issue_time_entry_path(@issue), :class => 'icon icon-time-ad ... oject) %> +<% end %> + <%= watcher_link(@issue, User.current) %> <%= link_to l(:button_copy), project_copy_...
- Hi there! In our Redmine installation we h ... ntry is from 03.04.2019. It is no general issue, all in all it works great with hundreds of ... rrect? Thanks for hints or code snippets!!
- Hello, A colleague of mine opened these 2 issues some time ago: * #34288 * #34287 Our c ... Thanks in advance. Best regards, MM
- Hi Hoping someone can help. I'm attempting t ... fresh Ubuntu 18.04 instance but having some issues - I'm new to Redmine and my experience with ... before bundling. In Gemfile: redcarpet
- Hello, I searched for an explanation on ho ... ible to set a version. When you create a new issue, we do see the default version at creation b ... es, just plain default assignee. Thank you