Project

General

Profile

Issue from message plugin

Added by Vitaly Klimov over 12 years ago

I have added new plugin which allows to create issue from forum message with several options. It could be useful if you have support forum and want to create issues from users' comments

Up to date plugin page

http://www.redmine.org/plugins/redmine_issue_from_message


Replies (11)

RE: Issue from message plugin - Added by Vitaly Klimov about 12 years ago

Plugin updated to version 0.0.5 and compatible with the Redmine 1.3.x

Download it from the plugin page: http://www.redmine.org/plugins/redmine_issue_from_message

Please do remove plugin folder completely before installing new version!

RE: Issue from message plugin - Added by Vitaly Klimov almost 12 years ago

Plugin now compatible with both Redmine 1.3.x and 2.x versions

RE: Issue from message plugin - Added by Henrik Leon almost 12 years ago

Great plugin, just tested it.

How about adding a issue link to the message that was issued?

We share forums with customers and it is sometimes unclear who should take action on their requests or comments. We don't want them to add issues, we prefer doing that ourselves. Adding a message such as "#666 - Added issue from message" would help clarifying if one of our engineers took action on the message.

//Henrik

RE: Issue from message plugin - Added by Vitaly Klimov almost 12 years ago

Henrik Leon wrote:

How about adding a issue link to the message that was issued?

Implemented it in the latest version - please check this out

RE: Issue from message plugin - Added by Vitaly Klimov almost 12 years ago

Version updated to 0.1.2:

  • Option to insert link to issue in original message added (original idea by Henrik Leon)

RE: Issue from message plugin - Added by Henrik Leon almost 12 years ago

just installed 0.1.2 on my fresh test bench (ubuntu 12.04 repo install, redmine 1.3.2) and unfortunately the new option "Include link to issue in original message" does not result in a new message.

RE: Issue from message plugin - Added by # And over 11 years ago

Hi, Vitaly! First - thanks for plugin.

I got an error when try to create issue from message.

Whats the trouble? Thanks!

@Completed 500 Internal Server Error in 33ms

ActionView::Template::Error (undefined method `create_msg_url_hash' for nil:NilClass):
1: <%# VVK start >
2: <
if ifm_message %>
3: <h2><%=l(:label_issue_new)%> (<%= link_to(h(@ifm_message.subject),@controller.send("create_msg_url_hash",@ifm_message)) %>)</h2>
4: <% else %>
5: <h2><%=l(:label_issue_new)%></h2>
6: <% end %>
app/controllers/issues_controller.rb:130:in `block (2 levels) in new'
app/controllers/issues_controller.rb:129:in `new'

RE: Issue from message plugin - Added by Vitaly Klimov over 11 years ago

# And wrote:

I got an error when try to create issue from message.

Whats the trouble? Thanks!

Sorry for the delay. Have you by any chance upgraded to Redmine 2.x after installing the plugin? If so, please run rake redmine:plugins:process_version_change RAILS_ENV=production - it should fix this issue.

RE: Issue from message plugin - Added by Vitaly Klimov over 11 years ago

Henrik Leon wrote:

just installed 0.1.2 on my fresh test bench (ubuntu 12.04 repo install, redmine 1.3.2) and unfortunately the new option "Include link to issue in original message" does not result in a new message.

Sorry for the delay. This option does not create new message - it simply adds footnote to the message for which issue created:

Do you need this note to be in a separate message?

RE: Issue from message plugin - Added by Oscar Nunez over 11 years ago

Are there any plans to upgrade this plugin to work with Redmine v 2.1.X ?

RE: Issue from message plugin - Added by Vitaly Klimov over 11 years ago

Certainly. I plan to revise all my plugins by the end of November.

    (1-11/11)