21ba7ba673eb3c25fbc21269056b32febfd247e3
[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 _0x2618=['fields','email','customfield_11501','customfield_11502','customfield_11503','name','reason','customfield_10102','track.xcallymotion.com','/rest/api/2/issue','application/json','Basic\x20','base64','request','utf8','end','status','statusCode','parse','error','json','Error\x20during\x20license\x20request.\x20Please\x20contact\x20our\x20license\x20team\x20at\x20license@xcally.com\x20with\x20your\x20request','api.jira','write','body','headers','x-forwarded-for','connection','socket','remoteAddress','https','../../config/logger','3eAmWpBVP0','MOTGUI','summary','Report','\x20from\x20','description','stringify','issuetype','Bug'];(function(_0x321bb2,_0x202794){var _0x9c12ed=function(_0x263dd3){while(--_0x263dd3){_0x321bb2['push'](_0x321bb2['shift']());}};_0x9c12ed(++_0x202794);}(_0x2618,0x18f));var _0x8261=function(_0x2713f3,_0x3ace53){_0x2713f3=_0x2713f3-0x0;var _0x32c462=_0x2618[_0x2713f3];return _0x32c462;};'use strict';var BPromise=require('bluebird');var https=require(_0x8261('0x0'));var logger=require(_0x8261('0x1'))('api');var USERNAME='support';var PASSWORD=_0x8261('0x2');function openIssue(_0x36fc2b,_0x302324){var _0x5dcf44={'fields':{'project':{'key':_0x36fc2b['key']||_0x8261('0x3')},'summary':(_0x36fc2b[_0x8261('0x4')]||_0x8261('0x5'))+_0x8261('0x6')+_0x36fc2b['ip'],'description':_0x36fc2b[_0x8261('0x7')]||JSON[_0x8261('0x8')](_0x36fc2b),'issuetype':{'name':_0x36fc2b[_0x8261('0x9')]||_0x8261('0xa')}}};_0x5dcf44[_0x8261('0xb')]['customfield_11500']=_0x36fc2b[_0x8261('0xc')];_0x5dcf44['fields'][_0x8261('0xd')]=_0x36fc2b['oldToken'];_0x5dcf44[_0x8261('0xb')][_0x8261('0xe')]=_0x36fc2b['newToken'];_0x5dcf44[_0x8261('0xb')][_0x8261('0xf')]=_0x36fc2b[_0x8261('0x10')];_0x5dcf44['fields']['customfield_11504']=_0x36fc2b[_0x8261('0x11')];_0x5dcf44[_0x8261('0xb')][_0x8261('0x12')]=_0x36fc2b['ip'];var _0x378a47={'host':_0x8261('0x13'),'port':0x1bb,'path':_0x8261('0x14'),'method':'POST','timeout':0x4e20,'headers':{'Content-Type':_0x8261('0x15'),'Authorization':_0x8261('0x16')+new Buffer(USERNAME+':'+PASSWORD)['toString'](_0x8261('0x17'))}};var _0x171410=JSON['stringify'](_0x5dcf44);var _0x7dcff1=https[_0x8261('0x18')](_0x378a47,function(_0x477443){_0x477443['setEncoding'](_0x8261('0x19'));var _0xed70c='';_0x477443['on']('data',function(_0x2518c4){_0xed70c+=_0x2518c4;});_0x477443['on'](_0x8261('0x1a'),function(){if(_0x302324){return _0x302324[_0x8261('0x1b')](_0x477443[_0x8261('0x1c')])['json'](JSON[_0x8261('0x1d')](_0xed70c));}});});_0x7dcff1['on'](_0x8261('0x1e'),function(_0x5b1fc4){if(_0x302324){return _0x302324[_0x8261('0x1b')](0x1f4)[_0x8261('0x1f')]({'errors':[{'message':_0x8261('0x20'),'type':_0x8261('0x21')}]});}});_0x7dcff1[_0x8261('0x22')](_0x171410);_0x7dcff1[_0x8261('0x1a')]();}exports['openIssue']=openIssue;exports['send']=function(_0x171450,_0x11a805){_0x171450[_0x8261('0x23')]['ip']=_0x171450[_0x8261('0x24')][_0x8261('0x25')]||_0x171450[_0x8261('0x26')]['remoteAddress']||_0x171450[_0x8261('0x27')][_0x8261('0x28')]||_0x171450[_0x8261('0x26')][_0x8261('0x27')][_0x8261('0x28')];return openIssue(_0x171450[_0x8261('0x23')],_0x11a805);};