Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

tarmstrong/redmine_google_docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

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

  1. Extract/clone to the vendor/plugins folder of your Redmine installation.

  2. 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)}}

About

Google Spreadsheets plugin for Redmine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages