mukyasa / google-scripts

Various Google scripts that I've written

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is a collection of Google Scripts I've used or created to perform various functions. Any questions/issues, drop me a message or tweet @dataplumbing.

Contents

  1. JIRA Create Issue
  2. ...

JIRA Create Issue

A Google Form uses the JIRA REST API, via the associated spreadsheet, to create a new issue.

The script sends an email to the issue creator, providing the ticket reference, and link to the JIRA system. There are lots of comments in the code, which should be enough to work from.

I've blogged about this script, and added some more context and a short how to here: Use a Google Form To Create JIRA Issues With The REST API

Caveats

The script was made for an enterprise that uses Google apps; the Google form requires that the user is logged into the company domain (so email address is automatically captured). Some modifications may be required for your use case!

About

Various Google scripts that I've written

License:MIT License


Languages

Language:JavaScript 100.0%