Built motion from commit (unavailable).|2.5.15
[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 _0x8a89=['fields','customfield_11500','customfield_11501','oldToken','customfield_11502','newToken','customfield_11504','reason','customfield_10102','track.xcallymotion.com','/rest/api/2/issue','Basic\x20','toString','base64','request','utf8','data','status','json','error','api.jira','write','openIssue','body','x-forwarded-for','connection','remoteAddress','socket','../../config/logger','support','3eAmWpBVP0','MOTGUI','summary','description','stringify','issuetype'];(function(_0x49cb71,_0x2f0149){var _0x3a50fd=function(_0x48c304){while(--_0x48c304){_0x49cb71['push'](_0x49cb71['shift']());}};_0x3a50fd(++_0x2f0149);}(_0x8a89,0x1f0));var _0x98a8=function(_0x308c6a,_0xe04d64){_0x308c6a=_0x308c6a-0x0;var _0x257b4d=_0x8a89[_0x308c6a];return _0x257b4d;};'use strict';var BPromise=require('bluebird');var https=require('https');var logger=require(_0x98a8('0x0'))('api');var USERNAME=_0x98a8('0x1');var PASSWORD=_0x98a8('0x2');function openIssue(_0x5e5eb1,_0x537fcf){var _0x22fc3a={'fields':{'project':{'key':_0x5e5eb1['key']||_0x98a8('0x3')},'summary':(_0x5e5eb1[_0x98a8('0x4')]||'Report')+'\x20from\x20'+_0x5e5eb1['ip'],'description':_0x5e5eb1[_0x98a8('0x5')]||JSON[_0x98a8('0x6')](_0x5e5eb1),'issuetype':{'name':_0x5e5eb1[_0x98a8('0x7')]||'Bug'}}};_0x22fc3a[_0x98a8('0x8')][_0x98a8('0x9')]=_0x5e5eb1['email'];_0x22fc3a['fields'][_0x98a8('0xa')]=_0x5e5eb1[_0x98a8('0xb')];_0x22fc3a[_0x98a8('0x8')][_0x98a8('0xc')]=_0x5e5eb1[_0x98a8('0xd')];_0x22fc3a['fields']['customfield_11503']=_0x5e5eb1['name'];_0x22fc3a[_0x98a8('0x8')][_0x98a8('0xe')]=_0x5e5eb1[_0x98a8('0xf')];_0x22fc3a[_0x98a8('0x8')][_0x98a8('0x10')]=_0x5e5eb1['ip'];var _0x4f2648={'host':_0x98a8('0x11'),'port':0x1bb,'path':_0x98a8('0x12'),'method':'POST','timeout':0x4e20,'headers':{'Content-Type':'application/json','Authorization':_0x98a8('0x13')+new Buffer(USERNAME+':'+PASSWORD)[_0x98a8('0x14')](_0x98a8('0x15'))}};var _0x263ad9=JSON[_0x98a8('0x6')](_0x22fc3a);var _0x5d2b5e=https[_0x98a8('0x16')](_0x4f2648,function(_0x303282){_0x303282['setEncoding'](_0x98a8('0x17'));var _0x4ce252='';_0x303282['on'](_0x98a8('0x18'),function(_0x479d3a){_0x4ce252+=_0x479d3a;});_0x303282['on']('end',function(){if(_0x537fcf){return _0x537fcf[_0x98a8('0x19')](_0x303282['statusCode'])[_0x98a8('0x1a')](JSON['parse'](_0x4ce252));}});});_0x5d2b5e['on'](_0x98a8('0x1b'),function(_0xad5aa){if(_0x537fcf){return _0x537fcf['status'](0x1f4)[_0x98a8('0x1a')]({'errors':[{'message':'Error\x20during\x20license\x20request.\x20Please\x20contact\x20our\x20license\x20team\x20at\x20license@xcally.com\x20with\x20your\x20request','type':_0x98a8('0x1c')}]});}});_0x5d2b5e[_0x98a8('0x1d')](_0x263ad9);_0x5d2b5e['end']();}exports[_0x98a8('0x1e')]=openIssue;exports['send']=function(_0x5eae96,_0x48c579){_0x5eae96[_0x98a8('0x1f')]['ip']=_0x5eae96['headers'][_0x98a8('0x20')]||_0x5eae96[_0x98a8('0x21')][_0x98a8('0x22')]||_0x5eae96['socket'][_0x98a8('0x22')]||_0x5eae96[_0x98a8('0x21')][_0x98a8('0x23')][_0x98a8('0x22')];return openIssue(_0x5eae96[_0x98a8('0x1f')],_0x48c579);};