2017-01-05 7 views
1

次のように動作させるために、JSONがGoogle Scriptに送信されています - そのJSONメッセージから特定の値を取得し、特定の行Googleスプレッドシート。これまでのところ、これは私が持っているものです:Google Script ProjectでJIRAウェブフックデータを使用する

function doPost(response) { 

var sheets = SpreadsheetApp.openById('MY SHEET ID'); 

    var dataAll = JSON.parse(response.getContentText()); 

    var nR = getNextRow(sheets) + 1; 

// RECORD DATA IN SPREADSHEET 
sheets.getRangeByName('timestamp').getCell(nR,1).setValue(new Date()); 
sheets.getRangeByName('ticket_id').getCell(nR,1).setValue(dataAll); 

} 

function getNextRow(sheets) { 
    var timestamps = sheets.getRangeByName("timestamp").getValues(); 
    for (i in timestamps) { 
    if(timestamps[i][0] == "") { 
    return Number(i); 
    break; 
}}} 

応答を保存し、範囲の "タイムスタンプ"の空白のセルに入れる必要があります。しかし、この時点では何も起こりません。

これは、JIRAからJSON(ボディ)です:

{"timestamp":1483576902984,"webhookEvent":"jira:issue_created","issue_event_type_name":"issue_created","user":{"self":"https://xxx.atlassian.net/rest/api/2/user?username=admin","name":"admin","key":"admin","emailAddress":"[email protected]","avatarUrls":{"48x48":"https://secure.gravatar.com/avatar/3d238d8be45bd26982fa09ae2f891c3f?d=mm&s=48","24x24":"https://secure.gravatar.com/avatar/3d238d8be45bd26982fa09ae2f891c3f?d=mm&s=24","16x16":"https://secure.gravatar.com/avatar/3d238d8be45bd26982fa09ae2f891c3f?d=mm&s=16","32x32":"https://secure.gravatar.com/avatar/3d238d8be45bd26982fa09ae2f891c3f?d=mm&s=32"},"displayName":"Max Mustermann [Administrator]","active":true,"timeZone":"Europe/Berlin"},"issue":{"id":"10057","self":"https://xxx.atlassian.net/rest/api/2/issue/10057","key":"TA-58","fields":{"issuetype":{"self":"https://xxx.atlassian.net/rest/api/2/issuetype/10104","id":"10104","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://xxx.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype","name":"Bug","subtask":false,"avatarId":10303},"timespent":null,"project":{"self":"https://xxx.atlassian.net/rest/api/2/project/10000","id":"10000","key":"TA","name":"Test Area","avatarUrls":{"48x48":"https://xxx.atlassian.net/secure/projectavatar?avatarId=10324","24x24":"https://xxx.atlassian.net/secure/projectavatar?size=small&avatarId=10324","16x16":"https://xxx.atlassian.net/secure/projectavatar?size=xsmall&avatarId=10324","32x32":"https://xxx.atlassian.net/secure/projectavatar?size=medium&avatarId=10324"}},"customfield_10110":null,"fixVersions":[],"customfield_10111":null,"aggregatetimespent":null,"customfield_10112":"Not started","resolution":null,"customfield_10113":null,"customfield_10114":null,"customfield_10104":null,"customfield_10105":null,"customfield_10106":null,"customfield_10107":null,"customfield_10108":null,"customfield_10109":null,"resolutiondate":null,"workratio":-1,"lastViewed":null,"watches":{"self":"https://xxx.atlassian.net/rest/api/2/issue/TA-58/watchers","watchCount":0,"isWatching":false},"created":"2017-01-05T01:41:42.903+0100","priority":{"self":"https://xxx.atlassian.net/rest/api/2/priority/3","iconUrl":"https://xxx.atlassian.net/images/icons/priorities/medium.svg","name":"Medium","id":"3"},"customfield_10100":null,"customfield_10101":null,"customfield_10102":null,"customfield_10103":null,"labels":[],"timeestimate":null,"aggregatetimeoriginalestimate":null,"versions":[],"issuelinks":[],"assignee":null,"updated":"2017-01-05T01:41:42.903+0100","status":{"self":"https://xxx.atlassian.net/rest/api/2/status/10000","description":"","iconUrl":"https://xxx.atlassian.net/","name":"To Do","id":"10000","statusCategory":{"self":"https://xxx.atlassian.net/rest/api/2/statuscategory/2","id":2,"key":"new","colorName":"blue-gray","name":"To Do"}},"components":[],"timeoriginalestimate":null,"description":"super alles neu","timetracking":{},"customfield_10005":null,"attachment":[],"aggregatetimeestimate":null,"summary":"super alles neu","creator":{"self":"https://xxx.atlassian.net/rest/api/2/user?username=admin","name":"admin","key":"admin","emailAddress":"[email protected]","avatarUrls":{"48x48":"https://secure.gravatar.com/avatar/3d238d8be45bd26982fa09ae2f891c3f?d=mm&s=48","24x24":"https://secure.gravatar.com/avatar/3d238d8be45bd26982fa09ae2f891c3f?d=mm&s=24","16x16":"https://secure.gravatar.com/avatar/3d238d8be45bd26982fa09ae2f891c3f?d=mm&s=16","32x32":"https://secure.gravatar.com/avatar/3d238d8be45bd26982fa09ae2f891c3f?d=mm&s=32"},"displayName":"Max Mustermann [Administrator]","active":true,"timeZone":"Europe/Berlin"},"subtasks":[],"reporter":{"self":"https://xxx.atlassian.net/rest/api/2/user?username=admin","name":"admin","key":"admin","emailAddress":"[email protected]","avatarUrls":{"48x48":"https://secure.gravatar.com/avatar/3d238d8be45bd26982fa09ae2f891c3f?d=mm&s=48","24x24":"https://secure.gravatar.com/avatar/3d238d8be45bd26982fa09ae2f891c3f?d=mm&s=24","16x16":"https://secure.gravatar.com/avatar/3d238d8be45bd26982fa09ae2f891c3f?d=mm&s=16","32x32":"https://secure.gravatar.com/avatar/3d238d8be45bd26982fa09ae2f891c3f?d=mm&s=32"},"displayName":"Max Mustermann [Administrator]","active":true,"timeZone":"Europe/Berlin"},"customfield_10000":"{}","aggregateprogress":{"progress":0,"total":0},"customfield_10001":null,"customfield_10115":null,"customfield_10116":"0|i0005r:","environment":null,"duedate":null,"progress":{"progress":0,"total":0},"comment":{"comments":[],"maxResults":0,"total":0,"startAt":0},"votes":{"self":"https://xxx.atlassian.net/rest/api/2/issue/TA-58/votes","votes":0,"hasVoted":false},"worklog":{"startAt":0,"maxResults":20,"total":0,"worklogs":[]}}}} 

しかし、私は唯一の中から特定のobejcts/IDを持つようにしたい、私のセル全体JSONを持っている必要はありません。 JSONどのように呼びますか?ここで

+0

この投稿には多くの編集が必要です。あまりにも多くの専門用語があり、JSONがどこから来ているのか、違反していないプロパティについては誰も気にしません。 – Rafael

+0

'getCell()'は、あなたが選択したセルを取得する必要があります。 'setValue()'は、対応するセルを任意のデータに設定します。それがすべてです。 – Rafael

+0

Thanks @Rafael - getCellとsetValueはすでに持っているもので、動作しますが、JSONから特定のオブジェクトを1つ取得してセルの値として設定するにはどうすればよいですか? ... JSONはreqに格納されています。私は 'var dataAll = JSON.parse(req.getContentText())も試みました。 var data = dataAll.timestamp; sheets.getRangeByName( 'ticket_id')。getCell(nR、1).setValue(data); } ' –

答えて

1

、これは(私の場合)私の作品ソリューションです:

function doPost(response) { 

    var sheets = SpreadsheetApp.openById('SHEET_ID'); 

// retrieve data from JIRA Payload and store them into "data" 

    var json = response.postData.contents; 
    var data = JSON.parse(json); 

// index values from "data" and store them into seperate variables 
// for example: 
    var ticket_id = data.issue.key; 
    var priority_name = data.issue.fields.priority.name; 
    var summary = data.issue.fields.summary; 

この二行:

var json = response.postData.contents; 
var data = JSON.parse(json); 

は、私が欲しいbodyとインデックスのすべての特定のパラメータを読み取るために、それを可能にしました。

1

は例です:研究のトン後

/* 
* webhookHandler: JIRA webhook callback function 
*/ 
function webhookHandler(response) { 
    var data = response.getAs("application/json"); 
    //logs out data in dev console 
    console.log(data); 

    var spreadsheet = SpreadsheetApp.openById("<spreadsheet id>"); 
    var cellRange = spreadsheet.getRangeByName("<some range name>"); 
    var cell = cellRange.getCell(0 /*row index*/, 0/*column index*/); 

    cell.setValue(data.ticket_id/*index the JSON object returned by response*/); 
} 

UrlFetchApp Documentation

SpreadsheetApp Documentation

+0

それは素晴らしいです!しかし私の場合、私は '' 」 'を持っていません.JIRAで何かを行うときにJSONを自動的に送信するためにJIRAウェブフックを使用しています。コード例はどのように動作しますか?私はあなたの考えを本当にありがたいです:) –

+0

私の答えを更新 – Rafael

+0

ありがとう@ラファエル!これは私のために働いた 'var json = response.postData.contents; var data = JSON.parse(json); ' –

関連する問題