The official Redmine Google Docs plugin has moved to Evolving Web’s GitHub account. Please fork and clone from that repository instead.¶ ↑
Link: github.com/evolvingweb/redmine_google_docs
This is a plugin for Redmine that allows you to embed Google Spreadsheets and Docs into redmine pages. This is useful for keeping Google Docs-based documentation up-to-date with the issue queue.
For more information, see our blog post on this module: evolvingweb.ca/story/introducing-redmine-google-docs-plugin
-
Extract/clone to the vendor/plugins folder of your Redmine installation.
-
Enjoy
The development of this module was sponsored by Evolving Web.
{{googlespreadsheet(key, query)}}
Where ‘key` is the document key (from the URI) and `query` is the (optional) SQL-like query to filter with.
You can also specify a sheet with an optional third parameter.
{{googlespreadsheet(key, query, sheet)}}
Given a spreadsheet like this:
Source | Issue ID | Description --------+-----------+----------------------------------------- Client | 5678 | Change the colour of the banner to blue QA Team | 6674 | Error message on search page ...
We can add the following macro to Issue 5678’s description field:
{{googleissue(key)}}
where ‘key` is the document key of the Google spreadsheet (from the URI).
For example:
{{googleissue(adfSDFiuhDSF98SDFhiushdafbhIDFXF0dsf)}}
To embed an document in read-write mode:
{{googledoc(key, edit)}}
To embed a document in read-only mode:
{{googledoc(key)}}
{{googlessn(key)}}