Skip to content

samsmu/JIRA2PM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIRA2PM

JIRA2PM is an add-on for Google Spreadsheets which allows user to get data from JIRA into sheet.

Version 1.0

Using

  • Install add-on from Google Store
  • Connect to your JIRA
  • Write JQL query and select fields you want ot display
  • Send request to JIRA and get data
  • Check help page for additional information

Using with sources

  • Clone repo
  • Create new Google App Script in Google Drive
  • Add files from add on into it
  • Enable Google Sheets API
    • Resources -> Advanced Google Services...
    • Enable Google Sheets API
    • Use link to Google API console at the bottom of Advanced Google Services... window and enable Google Sheets API in it.
  • Run Test
    • Publish -> Test as Add-on...
    • Create new test
    • Run it

Contacts