8f5bb14b52a0459778c392fcb40cb5d0a1a3609d
[motion2.git] / server / api / jira / jira.controller.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0xf339=['api.jira','send','headers','x-forwarded-for','connection','socket','remoteAddress','body','../../config/logger','3eAmWpBVP0','key','Report','\x20from\x20','issuetype','Bug','fields','customfield_11500','customfield_11501','oldToken','customfield_11502','newToken','name','reason','customfield_10102','track.xcallymotion.com','/rest/api/2/issue','application/json','Basic\x20','toString','base64','stringify','setEncoding','utf8','data','end','status','statusCode','json','error'];(function(_0x14fdde,_0x46d3bd){var _0x158902=function(_0x1b38d3){while(--_0x1b38d3){_0x14fdde['push'](_0x14fdde['shift']());}};_0x158902(++_0x46d3bd);}(_0xf339,0x1dc));var _0x9f33=function(_0x20a584,_0xe384a5){_0x20a584=_0x20a584-0x0;var _0x4b41a8=_0xf339[_0x20a584];return _0x4b41a8;};'use strict';var BPromise=require('bluebird');var https=require('https');var logger=require(_0x9f33('0x0'))('api');var USERNAME='support';var PASSWORD=_0x9f33('0x1');function openIssue(_0xa96efb,_0x498569){var _0x55a42b={'fields':{'project':{'key':_0xa96efb[_0x9f33('0x2')]||'MOTGUI'},'summary':(_0xa96efb['summary']||_0x9f33('0x3'))+_0x9f33('0x4')+_0xa96efb['ip'],'description':_0xa96efb['description']||JSON['stringify'](_0xa96efb),'issuetype':{'name':_0xa96efb[_0x9f33('0x5')]||_0x9f33('0x6')}}};_0x55a42b[_0x9f33('0x7')][_0x9f33('0x8')]=_0xa96efb['email'];_0x55a42b['fields'][_0x9f33('0x9')]=_0xa96efb[_0x9f33('0xa')];_0x55a42b[_0x9f33('0x7')][_0x9f33('0xb')]=_0xa96efb[_0x9f33('0xc')];_0x55a42b[_0x9f33('0x7')]['customfield_11503']=_0xa96efb[_0x9f33('0xd')];_0x55a42b[_0x9f33('0x7')]['customfield_11504']=_0xa96efb[_0x9f33('0xe')];_0x55a42b[_0x9f33('0x7')][_0x9f33('0xf')]=_0xa96efb['ip'];var _0x3bc073={'host':_0x9f33('0x10'),'port':0x1bb,'path':_0x9f33('0x11'),'method':'POST','timeout':0x4e20,'headers':{'Content-Type':_0x9f33('0x12'),'Authorization':_0x9f33('0x13')+new Buffer(USERNAME+':'+PASSWORD)[_0x9f33('0x14')](_0x9f33('0x15'))}};var _0x3f352f=JSON[_0x9f33('0x16')](_0x55a42b);var _0x56ca36=https['request'](_0x3bc073,function(_0x38b71a){_0x38b71a[_0x9f33('0x17')](_0x9f33('0x18'));var _0x519072='';_0x38b71a['on'](_0x9f33('0x19'),function(_0x3265be){_0x519072+=_0x3265be;});_0x38b71a['on'](_0x9f33('0x1a'),function(){if(_0x498569){return _0x498569[_0x9f33('0x1b')](_0x38b71a[_0x9f33('0x1c')])[_0x9f33('0x1d')](JSON['parse'](_0x519072));}});});_0x56ca36['on'](_0x9f33('0x1e'),function(_0x3d6cb9){if(_0x498569){return _0x498569[_0x9f33('0x1b')](0x1f4)[_0x9f33('0x1d')]({'errors':[{'message':'Error\x20during\x20license\x20request.\x20Please\x20contact\x20our\x20license\x20team\x20at\x20license@xcally.com\x20with\x20your\x20request','type':_0x9f33('0x1f')}]});}});_0x56ca36['write'](_0x3f352f);_0x56ca36['end']();}exports['openIssue']=openIssue;exports[_0x9f33('0x20')]=function(_0x1252ac,_0x247959){_0x1252ac['body']['ip']=_0x1252ac[_0x9f33('0x21')][_0x9f33('0x22')]||_0x1252ac[_0x9f33('0x23')]['remoteAddress']||_0x1252ac[_0x9f33('0x24')][_0x9f33('0x25')]||_0x1252ac['connection'][_0x9f33('0x24')][_0x9f33('0x25')];return openIssue(_0x1252ac[_0x9f33('0x26')],_0x247959);};