Plugins Directory » Paste screenshots into body of Issue - as images
|
Author: | dj jones |
---|---|---|
Website: | https://github.com/thorin/redmine_image_clipboard_paste | |
Code repository: | https://github.com/thorin/redmine_image_clipboard_paste | |
Registered on: | 2013-11-29 (almost 11 years ago) | |
Current version: | 3.3.1 | |
Compatible with: | Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x | |
User ratings: |
Paste screenshots into body of Issue - as images¶
UPDATE August 2015: have moved github souce to this fork - as seems to work better with newer Redmine versions (see forum #40491):
- https://github.com/thorin/redmine_image_clipboard_paste
----
See pictures of the PlugIn in use, pasting images directly into an issue:
- http://www.redmine.org/attachments/download/10992/Paste%20screenshots%20into%20the%20body%20of%20an%20Issue%20in%20Redmine_%20%20Plugin.pdf
This plugin was a show-stopper for us - without it we can not interest our users in a move to RedMine! They say 'a screenshot paints a 1000 words'! And they often have many screenshots, with text for each one explaining some detail - that use case means that the images must be mixed in with text: (images attached as file attachments at the bottom, is just no good)
Note: the paste works all all three possibilities: raising a new Issue, 'Update' of an issue, and in a 'Comment' to an issue.
Also see the Help Desk Plugin for which it was first used:
- http://www.redmine.org/plugins/redmine_helpdesk
Also see plugin that handles images on inbound emails (eg to the HelpDesk above:) placing screenshots into the right place in the generated issues (ie NOT stripping them into file attachments)
- https://github.com/credativUK/redmine_email_inline_images
Important Features¶
a) Does NOT make the screenshot an attachment at the page foot - but as visible within the page, where you pasted it:¶
so allows you to enter text, then paste a screenshot, then enter more text, then another screenshot etc - all in the one Issue/comment.
This is something that no other plugin we searched for could do.
b) Does not use Java - just Javascript¶
This means it will only work on browsers supporting 'clipboardData' object - so this excludes Firefox version 22 onwards.
Other plugins, that don't do the same¶
http://www.redmine.org/plugins/clipboard_image_paste Just attaches the images, doesn't show them within the Issue body: and it also forces uses of Java too.
http://www.redmine.org/plugins/image_uploader_2_2_2 - this just uploads images you already have as files on your file-system, by browsing and find them, and then upload - that's not as quick as 'screenshot and paste'.
http://www.redmine.org/plugins/redmine_attach_screenshot_2 - it does not insert them as images into the page, but as attachment files to the page it seems.
Note: Aug 2015:¶
changed source GitHub fork, previously used to be this fork:
- https://github.com/credativUK/redmine_image_clipboard_paste
which no longer supported Redmine 3.x etc
PPS: dj jones is not the plugin author:¶
just the person who helped get momentum behind this useful plugin in 2013: and put up this page.
Changelog
3.3.1 (2020-12-16)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x.
tested on 3.3.1 says the Github page
3.1.0 (2015-05-15)
Compatible with Redmine 3.1.x.
thorin's fork works on 3.1 says user: Jason Harris.
https://github.com/thorin/redmine_image_clipboard_paste
0.11 (2014-01-07)
Compatible with Redmine 2.3.x.
0.1 (2013-12-31)
Compatible with Redmine 2.5.x.