@profoundlogic/coderflow-server 0.4.8 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/dist/README.md +9 -1
- package/dist/base-image/Dockerfile +5 -3
- package/dist/base-image/entrypoint.sh +76 -2
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/migrate-rbac.js +1 -0
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -0
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -0
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/scoped-rbac-migration-runner.js +1 -0
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +2 -1
- package/dist/playwright.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/scripts/migrate-to-scoped-rbac.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/docs/admin/environments.md +75 -0
- package/dist/web-ui/public/docs/admin/installation.md +9 -1
- package/dist/web-ui/public/environments.css +356 -0
- package/dist/web-ui/public/environments.html +316 -0
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.html +1 -2
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +78 -7
- package/dist/web-ui/public/task.html +24 -0
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +2 -1
package/dist/routes/jira.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x579c(){const _0x30347d=['igLZC3vLoG','s1rXvK8','ifbSzwfZzsbJBW','suHSu3C','igzYB20Grefuqq','BNver3u','zw50CW','yLncsfq','DcbYzwXVywrLza','t0ruwKu','CNm6','ignVBw1LBNrZoG','uMvSB2fKAw5Nia','l2LZC3vLCY86AW','v2fyq0S','vgjTBgO','CMvSB2fKiePjuG','tM8GCgvYBwLZCW','tLHsAhe','CM9TigvUDIb2yq','qMv0svO','y0LdD2S','qxv0AgvUDgLJyq','vuHjC2W','teDvEge','sMzOtem','sKLsqsbPBNrLzW','BLDsqM0','Cg9ZDenVBw1LBG','zgvIDwC','Ce1Tvhy','C2vHCMnOsxnZDq','zNriyvm','CMf0Aw9Uig5VDa','vg1eDfu','BuX6B24','CM1HDa','nK1gzhz0zW','Aw5MBW','C0HMEuO','zgfwzvm','vvjm','BxvZDcbIzsbPBG','igrLBMLLza','sKLsqv9ftufjta','sKLsqv9bueLFva','z2v0','CxvdAvq','Dg5HAvK','qsbJBgLLBNqGzG','rMv0y2HPBMCGyW','r0DlELi','x0rjuG','qNvUC3K','Cg9ZDcbkAxjHia','BxDwwfO','uwH2vfO','wenLDgq','DLPVrgO','qK9VrKO','A2Ljzfa','EeDmANe','BwvZC2fNzq','refuqv9esvi','Cg9ZDcbJB21Tzq','z3r3rwC','sKLsqtOGiG','ANnVBG','r3fdvLe','EKP4CwS','Dwveru4','yxjJAcbXDwvYEq','BNqGzNjVBsbeqq','BNrHy3qGEw91CG','BgvKigfMDgvYia','uM91DgvY','DKTIzuW','Aw9UihjLBg9Hza','whnTAwu','zfPZtvq','DIb2yxjZoG','yMX4rNu','ntq5nK5MvgfeuG','zg9gEKq','AuPzu3q','r01xELa','mtqXmdjgBfnSvNe','rKPXuNG','zMv0y2GGsMLYyq','y3Hizxy','mJrXz1riuue','iIaOBwf4oIa','mZGYodi4mKzOteHfyW','seP6suq','ugvYBwLZC2LVBG','yMfZzvvYBa','zLriBvO','CIbkAxjHigLZCW','zMv0y2GGy29TBq','x0Le','oty2nZLzreTmDuq','C3vLigTLEsbMBW','igfKBwLUAxn0CG','igzVCM1HDcbquG','DhjPBq','DgrSuNG','qurHtKK','sKLsqv9cqvnfxW','zw5HyMXLza','yxbPvg9Rzw4','A2Dju0C','rMfPBgvKihrVia','D2XhsNO','t1HREgq','AuLKvMq','rNjSy3m','sKLsqv9dte9vra','BgvUz3rO','zw52','tw1ntw8','uw1gA2O','vhzZr0C','r1nmB1G','rvzbu28','q21ZrNa','Aw4GDgHLihjLCq','DgvZDa','mIbJAgfYywn0zq','zw1HAwW','vg94BuC','DgLVBIbMywLSzq','BM90ignVBMzPzW','DxjLzcbVBIb0Aa','z2v0sxnZDwu','zM91BMq','C2HVCNq','mtuXotG2nfr6sM9fyq','EwPuwum','Dg90ywW','suPIyui','sKLsqv9ftKfcta','vvP5EKm','CK5svLm','ug9ZDgLUzYbJBW','BhfoAMK','t0Pfq1qTmtiZ','mtbjrxLPC20','CMLHyMXLCW','seXhwNq','iePjuKeGy2XPzq','y29TBwvUDa','DMLKzsbHignVBq','ywHxC3a','EMfUqwe','twPbwwO','rKPNAwK','sLbwA3e','ywz3r1u','CuTkEhy','zMv0y2GGsKLsqq','v1L6qNi','ugXLyxnLihbYBW','C3rYAw5N','yLHbBxm','D25oAxa','CgfYyw1Z','yLfhzvK','yxrPB24','igvUywjSzwq','yMXLzcbMCM9Tia','zw52AxjVBM1LBG','CM9TierbvefFra','EwD4uwu','mtaZmtfUDKDABLK','EKTzv3C','BfDkuxu','sxnZDwuGBM90ia','Dhj1zq','mta3mfb2DhLWsq','BM90igzVDw5K','vwfdtwm','vefFreLsoG','ugLosg4','u3jhAuC','mtiZotaXmJLxwM1pDwy','u2vHCMnOAw5Nia','AxjHigLZC3vLoG','DxLlseW','l3nLyxjJAa','we1Mr2i','twLZC2LUzYbJBW','CM9UBwvUDcb2yq','Aw5JBhvKzxm','ywDAr20','CMf0Aw9UigvUyq','yMrvzhC','A3jpBha','qsbPC3n1zxm','C3vJy2vZCW','zKDcBgK','z2vUD1q','Aw9U','igf0igXLyxn0ia','yxv0Aa','whzNr24','Bw1LBNqGDg8GsG','zxjYB3i','yxv0AgvUDgLJyq','q3vgzKK','versB2i','CMnOihf1zxj5ia','yxjSCxG','r1bWvwC','y2XVDwrjza','C2vHCMnOiePjuG','vvfuBvC','zxKVy29TBwvUDa','t0TftG','yM9KEq','tgDYsfy','uxvLCNKGDg9Via','u2vHCMnOihf1zq','A3nyDuK','twLZC2LUzYbZzq','CvLKuKK','svi6','qsbPC3n1zxm6','yxjJAa','Aw5PDgLHBgL6zq','rvrPswq','CffjrvG','AM13teO','Dhntrg8','C3rHDhvZ','Dg9vChbLCKnHCW','sKLsqsbJBgLLBG','A2v5','sxnZDwuGA2v5ia','yxrVCI4','CMf0Aw9UigLZia','Cg9ZDa','sw52ywXPzcbZzq','otK0mdKYD1vODuzS','Dcb2yxjPywjSzq','igLZC3vL','sw52ywXPzcbPCW','ALHHr3i','z01OzwK','ufjUuw4','AxmGC2vYDMvYlG','u0n3svK','C01qtxK','l2nVBMzPzW','CNKGBxvZDcbIzq','EwHJD2y','z05QuhC','EffOreq','DhP0zgO'];_0x579c=function(){return _0x30347d;};return _0x579c();}function _0x10e1(_0x4afb79,_0x393cd2){_0x4afb79=_0x4afb79-(-0xc5e*-0x1+0x68a*-0x1+-0x4b3);const _0x29fe7e=_0x579c();let _0x4bccdd=_0x29fe7e[_0x4afb79];if(_0x10e1['pqUPFf']===undefined){var _0x42df4c=function(_0x3ddaa6){const _0xa2a084='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5a4cbc='',_0x153162='';for(let _0x8e0ca0=0x651*-0x1+-0x167*-0x1+0x4ea,_0x42f062,_0x130d0f,_0x37fa99=0x26ba+0x3e9*0x7+0x4219*-0x1;_0x130d0f=_0x3ddaa6['charAt'](_0x37fa99++);~_0x130d0f&&(_0x42f062=_0x8e0ca0%(-0xd4*0x11+-0x8f5*0x3+0x28f7)?_0x42f062*(0x1*0xcbd+0x71e+-0x139b)+_0x130d0f:_0x130d0f,_0x8e0ca0++%(0x1e8*-0xd+0x1b3f+-0x273))?_0x5a4cbc+=String['fromCharCode'](0x62e+0x1b*-0xa9+0xca4&_0x42f062>>(-(0x446*0x5+-0x247d*-0x1+-0x39d9*0x1)*_0x8e0ca0&0x17e*0xd+0x8a*0x38+0x632*-0x8)):-0x2*-0x1258+0x1*0x1381+-0x807*0x7){_0x130d0f=_0xa2a084['indexOf'](_0x130d0f);}for(let _0x58ace9=0x782*-0x1+-0x1f28*0x1+0x586*0x7,_0x521ef9=_0x5a4cbc['length'];_0x58ace9<_0x521ef9;_0x58ace9++){_0x153162+='%'+('00'+_0x5a4cbc['charCodeAt'](_0x58ace9)['toString'](-0xcf8+-0x581+0x1289*0x1))['slice'](-(-0x2385+-0x3d6+0xd1f*0x3));}return decodeURIComponent(_0x153162);};_0x10e1['LjPvQZ']=_0x42df4c,_0x10e1['iyrhBi']={},_0x10e1['pqUPFf']=!![];}const _0x4c186d=_0x29fe7e[-0x10*0x25f+0xce7+0x1909],_0x51714b=_0x4afb79+_0x4c186d,_0x130b55=_0x10e1['iyrhBi'][_0x51714b];return!_0x130b55?(_0x4bccdd=_0x10e1['LjPvQZ'](_0x4bccdd),_0x10e1['iyrhBi'][_0x51714b]=_0x4bccdd):_0x4bccdd=_0x130b55,_0x4bccdd;}(function(_0xe547c6,_0x3b8640){const _0x32e245={_0x21b714:0x104,_0x573730:0xf0,_0x1c7186:0x1ac,_0x1218eb:0x13c,_0x56f12f:0x11d,_0x3f173f:0xae,_0xc5b862:0x77,_0x242c00:0x66,_0xca3a4b:0xd6,_0x51f5c0:0x7f,_0x3477cd:0xd1,_0x4cf177:0x149,_0x596fa6:0x7c,_0x1e2221:0x20,_0x5d8f75:0x129,_0x25fe9c:0x123,_0x20d0ae:0xf1,_0x3ff045:0x10a,_0xe4ee25:0xd2,_0x227ca4:0x82,_0x290dcc:0x25,_0x1b726c:0x48,_0x50afc0:0x1b2,_0x2057f4:0x19f,_0x5427f8:0x166,_0x26174c:0xa,_0x50632b:0x65,_0x596d5d:0x83,_0x33ff7f:0x1b},_0x17ede2={_0x428f53:0xc9},_0x1e07a0={_0x4faa28:0x143};function _0x5d6854(_0x16a130,_0x424356,_0x36f67b,_0x203597){return _0x10e1(_0x424356- -_0x1e07a0._0x4faa28,_0x36f67b);}function _0x3d4950(_0x5bae22,_0x597c5f,_0x5f2d1f,_0x40257d){return _0x10e1(_0x40257d- -_0x17ede2._0x428f53,_0x5f2d1f);}const _0x574405=_0xe547c6();while(!![]){try{const _0x1f25a2=-parseInt(_0x5d6854(_0x32e245._0x21b714,0xd9,0x59,0x136))/(-0x31d*0x1+-0xd3*-0x1d+-0x14c9)*(-parseInt(_0x3d4950(_0x32e245._0x573730,_0x32e245._0x1c7186,_0x32e245._0x1218eb,0x149))/(-0x12c7+-0x359*0x1+0x1622))+-parseInt(_0x3d4950(_0x32e245._0x56f12f,_0x32e245._0x3f173f,0x11e,0x114))/(0x6*0x15d+-0x2628+-0x9*-0x355)*(-parseInt(_0x3d4950(0xb8,_0x32e245._0xc5b862,0xcd,0x75))/(0xc23+0x4a0*0x4+-0x43*0x75))+-parseInt(_0x3d4950(_0x32e245._0x242c00,_0x32e245._0xca3a4b,0x27,_0x32e245._0x51f5c0))/(0x878+-0x2*-0x16f+-0xb51)*(-parseInt(_0x5d6854(0x121,_0x32e245._0x3477cd,0xd4,_0x32e245._0x4cf177))/(-0x1*0xb93+-0x60c+-0x11a5*-0x1))+-parseInt(_0x5d6854(_0x32e245._0x596fa6,_0x32e245._0x1e2221,0x5d,0x9c))/(-0xbc9+0x1*-0xcef+-0x389*-0x7)*(parseInt(_0x3d4950(0x178,_0x32e245._0x5d8f75,_0x32e245._0x25fe9c,0x141))/(0x67c*0x5+-0x10*0x20a+0xc*0x5))+-parseInt(_0x3d4950(_0x32e245._0x20d0ae,_0x32e245._0x3ff045,_0x32e245._0xe4ee25,0xa5))/(-0x21c6+-0x955*-0x1+0x187a)+parseInt(_0x5d6854(_0x32e245._0x227ca4,_0x32e245._0x290dcc,-0x24,-_0x32e245._0x1b726c))/(-0x192+-0x1f70+-0x2d*-0xbc)*(-parseInt(_0x3d4950(_0x32e245._0x50afc0,_0x32e245._0x2057f4,_0x32e245._0x5427f8,0x145))/(0x1d2c+-0x1*-0x1d6a+0x3a8b*-0x1))+parseInt(_0x5d6854(-_0x32e245._0x26174c,_0x32e245._0x50632b,_0x32e245._0x596d5d,-_0x32e245._0x33ff7f))/(-0x56*-0x2+0x883+-0x1*0x923);if(_0x1f25a2===_0x3b8640)break;else _0x574405['push'](_0x574405['shift']());}catch(_0x5e2aa5){_0x574405['push'](_0x574405['shift']());}}}(_0x579c,-0x6ebff+0x1*0x1bb3d+0x10aefb*0x1));import _0x1ca365 from'express';import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';import{logger}from'../lib/logger.js';const router=_0x1ca365[_0x31190e(-0x44,-0x6b,-0x45,-0x74)]();let jiraClient=null;async function initializeJiraClient(){const _0x59d28c={_0x4da534:0x332,_0x234969:0x2cf,_0x44c160:0x2cd,_0x18b280:0x97,_0x41733c:0x34,_0x4152d0:0x4c,_0x193676:0x8,_0x1ecce6:0x16,_0x5999e5:0x7e,_0x212057:0x2ea,_0x3681e0:0x2d9,_0x5aff48:0x3a6,_0x45b030:0x20f,_0xf2deb2:0x26b,_0xf1531c:0x2eb,_0x17f1e3:0x24a,_0x24fb3d:0x28a,_0x30c96c:0x265,_0x1921a1:0x1fa,_0x3ce061:0x2a6,_0x2c70d7:0x254,_0x84da03:0xa6,_0x4aa33a:0x2f,_0x15180e:0x10,_0x232650:0x31,_0x65d65d:0x70,_0x408e07:0x98,_0x4fcc0d:0xb3,_0x1b8931:0x71,_0x5d07ce:0x42,_0x4f5a75:0x38,_0xa55249:0x18,_0x3c8b04:0x7d,_0x1d9cfa:0x274,_0x426654:0x283,_0x5b316c:0x291,_0xcbdfd4:0x337,_0x464380:0x26c,_0x1148d7:0x26f,_0x3c732a:0x2e9,_0x1a65ca:0x300,_0x2172d5:0x2ac,_0x3c0558:0x7f,_0x55cc7f:0x20,_0x337a96:0x65,_0x2ed771:0x309,_0x1f07d9:0x2d4,_0x16bab9:0x354,_0x1c626d:0x2df,_0xcf120e:0x247,_0x323a56:0x4f,_0x2f276e:0x4e,_0x575000:0x2d2,_0x3d02b1:0x31a,_0x3e6b0c:0x1d,_0x1c0bbd:0x58,_0x1203bf:0x263,_0x5df6f4:0x29b,_0x51aa0d:0x2e8,_0xe0fe84:0x2c3,_0x150295:0xd3,_0x1d8441:0x2,_0x1802ba:0xcf,_0x27c82c:0xaa,_0xd12c4a:0x66,_0x1dc041:0x75,_0x2bd590:0x9c,_0x1db362:0x9d,_0x132766:0x66,_0x5aeb75:0x37,_0xb6f360:0x9,_0x1d5f77:0x67,_0x570d92:0x80,_0x401f8a:0x2a2,_0x1f44af:0x2a0,_0x11fe7e:0x1f3,_0x205a78:0x1de,_0x1b5d79:0x72,_0x4024d9:0x81,_0x179598:0x46,_0x5a0873:0x64,_0x52f95d:0x6f,_0xba1ea8:0xac,_0x2edfce:0x305,_0x3f8c60:0x2f9,_0x28132b:0x4e,_0x3a7a55:0x3c,_0x1cdc9e:0xf,_0x37a438:0xac,_0x4d640b:0x64,_0x3a11ef:0x7,_0x1346ed:0x2d,_0x2e5063:0x6d,_0x504ab3:0xb,_0x2ffc3d:0x2d8,_0x4ed328:0x342,_0x374b03:0x309,_0xb3a734:0x2f7,_0x4f35c0:0x2b3,_0x34ee71:0x302,_0x476966:0x76,_0x2ff620:0xc,_0x22a2f4:0x226,_0x47776b:0x292,_0x4f6d14:0x256,_0x2d3636:0x6,_0x104fb5:0x31,_0x18dc18:0x286,_0x16d746:0x296,_0x305df9:0x284,_0xc35b0b:0x22b,_0x19906a:0x303,_0x58eb4f:0x2a3,_0x3c835c:0x319,_0x44a68a:0x311,_0x550584:0x2d,_0x473bd9:0x48,_0x10d1cf:0x2e0,_0x3e5675:0x2fd,_0x3583b0:0x325,_0x460abf:0x2ff,_0x1fbf42:0x35b,_0x5d97ab:0x2bb,_0x2075e:0x31a,_0x590477:0x395,_0x396439:0x367,_0x141da9:0x31a,_0x53f30d:0x8e,_0xb389b2:0xba,_0xdb9d82:0x2f,_0x4a6bbc:0x6e,_0x19ab18:0x67,_0x250a3b:0xc0,_0x5efd2a:0x6b,_0x56ca10:0xb9,_0x309794:0x210,_0xe078ff:0x20d,_0x5f2122:0x32c},_0x2e1795={_0x4e0533:0x1df,_0x36d637:0x392,_0x3430bc:0x147},_0x10bf06={_0x4346a6:0xde,_0x45a245:0x30};function _0x50ffd7(_0x1a1fb4,_0x41b94e,_0x363e6a,_0x1cca11){return _0x31190e(_0x1a1fb4-0xf9,_0x41b94e-_0x10bf06._0x4346a6,_0x363e6a-_0x10bf06._0x45a245,_0x363e6a);}const _0x5cfbc2={'WYzBr':_0x5c7121(0x267,_0x59d28c._0x4da534,_0x59d28c._0x234969,_0x59d28c._0x44c160)+_0x50ffd7(_0x59d28c._0x18b280,0x8d,_0x59d28c._0x41733c,0xf9)+_0x50ffd7(0x2,_0x59d28c._0x4152d0,0xb,0xad),'xQhDD':_0x50ffd7(-0x69,0x13,_0x59d28c._0x193676,-_0x59d28c._0x1ecce6)+_0x50ffd7(0x21,0x52,-0x10,_0x59d28c._0x5999e5)+_0x5c7121(_0x59d28c._0x212057,_0x59d28c._0x3681e0,0x343,_0x59d28c._0x5aff48)+_0x5c7121(0x29d,_0x59d28c._0x45b030,_0x59d28c._0xf2deb2,0x28f),'CmsFp':_0x5c7121(_0x59d28c._0xf1531c,_0x59d28c._0x17f1e3,_0x59d28c._0x24fb3d,_0x59d28c._0x30c96c)+_0x5c7121(0x227,0x28a,0x260,0x1e6),'mLzon':_0x5c7121(0x29b,0x282,0x2f2,0x35e)+_0x5c7121(_0x59d28c._0x1921a1,_0x59d28c._0x3ce061,0x25c,_0x59d28c._0x2c70d7)+'d','FJqRx':function(_0xa22c14){return _0xa22c14();},'FYVlp':function(_0x28217e,_0x566330){return _0x28217e===_0x566330;},'SCwIY':_0x50ffd7(_0x59d28c._0x84da03,_0x59d28c._0x4aa33a,-_0x59d28c._0x15180e,-_0x59d28c._0x232650),'genwT':function(_0x114ad8,_0xd3ab46){return _0x114ad8===_0xd3ab46;},'IJbaB':_0x50ffd7(_0x59d28c._0x65d65d,0x79,_0x59d28c._0x408e07,_0x59d28c._0x4fcc0d),'kGpeX':_0x50ffd7(_0x59d28c._0x1b8931,_0x59d28c._0x5d07ce,-0x2d,0x72)+_0x50ffd7(-_0x59d28c._0x4f5a75,-_0x59d28c._0xa55249,-_0x59d28c._0x3c8b04,0x32)+_0x5c7121(0x216,_0x59d28c._0x1d9cfa,_0x59d28c._0x426654,0x2c8)+'DATA_DIR','CuFfI':_0x5c7121(0x29d,0x235,0x249,0x2a4)+_0x5c7121(_0x59d28c._0x5b316c,_0x59d28c._0xcbdfd4,0x2be,0x323)+_0x5c7121(_0x59d28c._0x464380,0x2b0,_0x59d28c._0x1148d7,_0x59d28c._0x3c732a)+'nt\x20from\x20DA'+_0x5c7121(0x236,0x2ba,0x28f,_0x59d28c._0x1a65ca),'cxHev':_0x5c7121(0x276,0x2cc,0x28b,_0x59d28c._0x2172d5),'xGLjq':function(_0x56e6b1,_0x4ef9f2){return _0x56e6b1!==_0x4ef9f2;}},_0x48cc42=await _0x5cfbc2[_0x50ffd7(0x99,_0x59d28c._0x3c0558,0x5c,0xb9)](loadJiraConfig);if(_0x48cc42){if(_0x5cfbc2['FYVlp'](_0x5cfbc2[_0x50ffd7(0x61,_0x59d28c._0x55cc7f,_0x59d28c._0x337a96,0x84)],_0x5cfbc2[_0x5c7121(_0x59d28c._0x2ed771,0x309,_0x59d28c._0x1f07d9,_0x59d28c._0x16bab9)]))try{if(_0x5cfbc2[_0x5c7121(0x245,_0x59d28c._0x1c626d,0x2a2,_0x59d28c._0xcf120e)](_0x5cfbc2[_0x50ffd7(-0x63,-_0x59d28c._0x323a56,-0x22,-0x47)],_0x5cfbc2['IJbaB'])){jiraClient=new JiraClient(_0x48cc42),logger[_0x50ffd7(0xc0,_0x59d28c._0x2f276e,0xce,0xad)](_0x5cfbc2['kGpeX']);return;}else{const _0x1accd9={};return _0x1accd9[_0x5c7121(0x315,_0x59d28c._0x575000,0x2a8,_0x59d28c._0x3d02b1)]=_0x5cfbc2[_0x50ffd7(-_0x59d28c._0x3e6b0c,-0x3a,-0x4a,-_0x59d28c._0x1c0bbd)],_0x1accd9['message']=_0x5cfbc2[_0x5c7121(_0x59d28c._0x1203bf,0x2fc,0x2da,_0x59d28c._0x5df6f4)],_0x1950ec[_0x5c7121(_0x59d28c._0x51aa0d,0x2b3,_0x59d28c._0xe0fe84,0x29f)](0x4*0x578+-0x2*-0x28d+-0x196a)[_0x50ffd7(_0x59d28c._0x150295,0x6b,_0x59d28c._0x4aa33a,_0x59d28c._0x1d8441)](_0x1accd9);}}catch(_0x18944a){logger[_0x5c7121(0x23c,0x238,0x2a8,0x2bd)](_0x5cfbc2[_0x5c7121(0x234,0x253,0x2aa,0x2e4)],_0x18944a);}else{const _0x22bee3={};return _0x22bee3['error']=_0x5cfbc2[_0x50ffd7(-0xab,-0x5e,-_0x59d28c._0x1802ba,-_0x59d28c._0x27c82c)],_0x22bee3[_0x50ffd7(0x3,_0x59d28c._0xd12c4a,_0x59d28c._0x1dc041,_0x59d28c._0x2bd590)]=_0x47bfc2[_0x50ffd7(_0x59d28c._0x1db362,_0x59d28c._0x132766,_0x59d28c._0x5aeb75,-_0x59d28c._0x15180e)],_0x4ed5b6[_0x50ffd7(0x29,0xf,-_0x59d28c._0xb6f360,-0xc)](-0xded*-0x2+0x341*0x5+-0x2a8b)[_0x50ffd7(0x1d,0x6b,_0x59d28c._0x1d5f77,_0x59d28c._0x570d92)](_0x22bee3);}}function _0x5c7121(_0x2e7cc6,_0x5d6b29,_0x334169,_0x3b17af){return _0x31190e(_0x2e7cc6-_0x2e1795._0x4e0533,_0x334169-_0x2e1795._0x36d637,_0x334169-_0x2e1795._0x3430bc,_0x2e7cc6);}if(_0x5cfbc2[_0x5c7121(0x27b,0x291,_0x59d28c._0x401f8a,_0x59d28c._0x1f44af)](process[_0x5c7121(_0x59d28c._0x11fe7e,0x1eb,0x250,_0x59d28c._0x205a78)]['JIRA_ENABL'+'ED'],_0x5cfbc2[_0x50ffd7(_0x59d28c._0x1b5d79,_0x59d28c._0x4024d9,0x18,_0x59d28c._0x179598)]))try{const _0x133ad3={'baseUrl':process[_0x50ffd7(-0x64,-_0x59d28c._0x5a0873,-0x7f,-0x17)][_0x50ffd7(-0x6,-_0x59d28c._0x52f95d,-0x8c,-_0x59d28c._0xba1ea8)+_0x5c7121(0x302,0x35e,_0x59d28c._0x2edfce,_0x59d28c._0x3f8c60)],...process['env']['JIRA_CLOUD'+'_ID']?{'cloudId':process['env'][_0x5c7121(0x2c1,0x25a,0x24e,_0x59d28c._0x30c96c)+_0x50ffd7(0x46,0x8b,0x1b,0x8c)]}:{}};_0x133ad3[_0x50ffd7(_0x59d28c._0x28132b,-_0x59d28c._0x1cdc9e,-_0x59d28c._0x3a7a55,-_0x59d28c._0x1346ed)]={},_0x133ad3[_0x50ffd7(_0x59d28c._0x28132b,-_0x59d28c._0x1cdc9e,-_0x59d28c._0x3a7a55,-_0x59d28c._0x1346ed)][_0x5c7121(0x201,0x1f2,0x25a,0x216)]=process[_0x50ffd7(-_0x59d28c._0x37a438,-_0x59d28c._0x4d640b,_0x59d28c._0x3a11ef,-0xcb)]['JIRA_EMAIL'],_0x133ad3[_0x50ffd7(_0x59d28c._0x28132b,-_0x59d28c._0x1cdc9e,-_0x59d28c._0x3a7a55,-_0x59d28c._0x1346ed)][_0x50ffd7(-0x60,-_0x59d28c._0x2e5063,0x14,-_0x59d28c._0x504ab3)]=process['env'][_0x5c7121(_0x59d28c._0x2ffc3d,_0x59d28c._0x4ed328,_0x59d28c._0x374b03,_0x59d28c._0xb3a734)+_0x5c7121(0x2a2,0x2c9,_0x59d28c._0x4f35c0,0x26e)],jiraClient=new JiraClient(_0x133ad3),logger[_0x5c7121(0x2df,_0x59d28c._0xcbdfd4,_0x59d28c._0x34ee71,0x2cf)](_0x50ffd7(_0x59d28c._0x476966,0x42,0x88,_0x59d28c._0x2ff620)+_0x5c7121(_0x59d28c._0x22a2f4,_0x59d28c._0x47776b,0x29c,_0x59d28c._0x4f6d14)+_0x50ffd7(_0x59d28c._0x2d3636,-_0x59d28c._0x104fb5,0x41,-0x13)+_0x5c7121(_0x59d28c._0x18dc18,_0x59d28c._0x16d746,_0x59d28c._0x305df9,_0x59d28c._0xc35b0b)+_0x5c7121(_0x59d28c._0x19906a,_0x59d28c._0x58eb4f,0x2cd,0x2d0)+'s');}catch(_0x1034cf){if(_0x5cfbc2[_0x5c7121(0x2c5,0x37b,_0x59d28c._0x3c835c,_0x59d28c._0x44a68a)]('nuDGu',_0x50ffd7(-0x48,_0x59d28c._0x550584,-0x44,-_0x59d28c._0x473bd9))){const _0x4f63df={};return _0x4f63df[_0x5c7121(_0x59d28c._0x10d1cf,0x305,0x2a8,0x2ea)]=_0x5cfbc2[_0x5c7121(_0x59d28c._0x3e5675,_0x59d28c._0x3583b0,_0x59d28c._0x460abf,_0x59d28c._0x1fbf42)],_0x4f63df[_0x5c7121(0x2b4,_0x59d28c._0x5d97ab,_0x59d28c._0x2075e,_0x59d28c._0x590477)]=_0x29deab[_0x5c7121(_0x59d28c._0x396439,_0x59d28c._0x141da9,_0x59d28c._0x2075e,0x2fc)],_0x211aec[_0x50ffd7(0x59,0xf,_0x59d28c._0x53f30d,0x52)](-0x1*-0x1a2f+0xfa7+0x1*-0x2845)[_0x50ffd7(0x47,0x6b,_0x59d28c._0xb389b2,0x76)](_0x4f63df);}else logger[_0x50ffd7(-_0x59d28c._0xdb9d82,-0xc,_0x59d28c._0x4a6bbc,-_0x59d28c._0x19ab18)](_0x50ffd7(-_0x59d28c._0x250a3b,-_0x59d28c._0x5efd2a,-_0x59d28c._0x56ca10,-0xca)+_0x5c7121(0x27f,0x33e,0x2be,0x333)+_0x5c7121(_0x59d28c._0x309794,_0x59d28c._0x16d746,0x26f,_0x59d28c._0xe078ff)+'nt\x20from\x20en'+_0x5c7121(0x32e,0x30f,_0x59d28c._0x5f2122,0x37f),_0x1034cf);}}export async function initializeJira(){await initializeJiraClient();}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x5a5f7a={_0x4e4b5b:0x148,_0x5a66ef:0xff,_0x1ee5ff:0x89,_0xc089be:0x1b9,_0x288660:0x222,_0x372477:0x72,_0x5181f7:0x4a,_0x3a0d6d:0x224,_0x56a897:0x170,_0x3325a5:0x1ac,_0x365648:0x33,_0x3d7f9a:0xe9,_0xc54dcf:0xd0,_0x43894b:0x43,_0x3c1888:0x1cd,_0x2397ee:0x275,_0x4a9cba:0x1fd,_0x3575ad:0x1fd,_0x722646:0x4e,_0x44d26f:0x4e,_0x11f677:0x46,_0x3faae9:0xae,_0x207a1a:0x1fa,_0x450b71:0x270,_0x354355:0x217,_0x5e7338:0x227,_0x31b8d4:0x76,_0x83ea8b:0x23,_0x2b75e0:0x40,_0x49a06f:0x90,_0x13e127:0x230,_0x2f5b8f:0x21a,_0x51f033:0x237,_0x398103:0x1c3,_0x4c7e5e:0x1e1,_0x6fd5d9:0x284,_0x2be5c5:0x46,_0x3a28ee:0x26,_0x3264cc:0x3b,_0x511c46:0x69,_0x3ae4b1:0x2e,_0x5f50b8:0x1b7,_0x4738d4:0x1e2,_0x2dc951:0x30,_0x17e9f0:0x79,_0x5f1803:0x4b,_0x4b7f35:0x98,_0x307a3a:0x1b6,_0x13efb7:0x149,_0x26929d:0x174,_0x545f89:0x1d1,_0x45949d:0x186,_0x3e2f22:0x206,_0x4c6390:0x1e0,_0x45280e:0xab,_0x3a64ba:0x1e9,_0x287c4b:0x1ca,_0xc06394:0x1fb,_0x21e8f1:0x19c,_0x4f2711:0x10d,_0x2d1fbb:0x51,_0x57b2ae:0xd,_0x551fa2:0x1a0,_0x2f7f60:0x190,_0xcc3e3d:0x2d,_0x2495f1:0x41,_0x1f018b:0x1e,_0x11304f:0x41,_0x225186:0x1d,_0x3168b1:0x1da,_0x222ae9:0x218,_0x1f1b43:0x1e4,_0x2ac0c1:0x1f4,_0x238f5c:0x1fe,_0x4e898d:0x189,_0x1d6284:0x198,_0x2e9067:0x1a9,_0x38db9a:0x1b1,_0x3b2dc2:0x19a,_0x4ea0a8:0x231,_0x2bb487:0x48,_0x1d7cc7:0x9,_0xd39242:0x17,_0x4bd36d:0x25,_0x247286:0xa,_0x4ac707:0x1d5,_0x4814b4:0x171,_0x39acdf:0x21b,_0x1ce924:0x2c,_0x177f8e:0x97,_0x11d954:0x83,_0x4d864f:0x3c,_0x5e31e6:0x66,_0x4dfd89:0xb1,_0x5a763f:0x62,_0x2cfbb7:0x202,_0x1c111b:0x254,_0x48a36c:0x2a2,_0x2fe37d:0x2a1,_0x10912a:0x292,_0x396ee0:0x22e,_0x18df06:0x232,_0x22f964:0x20f,_0x3e6783:0x239,_0x3ad1d1:0x15c,_0x368b7a:0x1bf,_0x101271:0x14c,_0x405d79:0x140,_0x1c19ac:0x20b,_0x33d58d:0x1bb,_0x516c43:0x214,_0x1612ff:0x211,_0x2864e2:0x253,_0x2aaeff:0x26d,_0x457d99:0x1ab,_0x37fe59:0x21f,_0x5742b0:0x1b5,_0xdebdaf:0x27d,_0x31154d:0x29f,_0x5c6454:0x61,_0x2ef584:0xb,_0x2a8fc7:0x1,_0x19d52a:0x1dd,_0x5d5a29:0x25f,_0x4dc59e:0x280,_0x5b8fc7:0x1b1,_0x470722:0xbd,_0x30dcf0:0x251,_0x47fe5c:0x1fd,_0x366617:0x211,_0x3baa50:0x19f,_0x260e0b:0x49,_0x3733f6:0x1,_0x4b113e:0x1bd,_0x38cf26:0x185,_0x2c57f3:0xf,_0x494c08:0x7c,_0x1fe4a6:0x6,_0x35b187:0x24e,_0x19922c:0x13,_0x47b23b:0xaa,_0x49958f:0x7a,_0x1af14b:0x43,_0x229279:0x1ed,_0xddd9f5:0x295,_0x2dac3a:0x10,_0x16c70b:0x95,_0x44ebb0:0x16,_0x2f3182:0x20e,_0x2b8e62:0x250,_0x1bb14e:0x6e,_0x892a12:0x77,_0x51e5e5:0x35,_0x37d215:0x14,_0x489656:0x39,_0x16d835:0x8,_0xffe951:0x3e,_0x40f16a:0x21,_0x1d0d02:0x245,_0x4cc4fd:0x118,_0x3867ec:0x111,_0xcac0ba:0xca,_0x55af91:0x1a6,_0x4b1c20:0x1b4,_0x12d7ad:0x22a,_0x40c13c:0x127,_0x13594b:0xb2,_0x5a0f4f:0xc9,_0x23b452:0x2aa,_0x423b44:0x2de,_0x3c1323:0x197,_0x56c779:0x17a,_0x441993:0x19d,_0x3efc97:0x23c,_0x279c25:0x2ba,_0x165e2b:0x1ee,_0x4fa077:0x92,_0x20a708:0x16c,_0xf438f6:0x11c,_0x1a9095:0xc3,_0x2353b2:0x43,_0x1d3155:0x23e,_0x39bea0:0x13b,_0x48d072:0xa8,_0x484b84:0x1a0,_0x8baf5:0x1b1,_0x36c002:0x10,_0x55373b:0x74,_0x1c5119:0xd8,_0x3cd0d8:0xa4,_0x2991a6:0xd2,_0x3700f8:0x1a7,_0x444885:0x186,_0x3e6c4a:0x166,_0x5ef373:0x1ea,_0x4349a4:0x1d6,_0x3096b6:0x21,_0x4b88a3:0x24,_0x37d4de:0x1a,_0x1c0fca:0x2b,_0x11b4ac:0xbf,_0x3ce333:0x16,_0x3b4bd7:0x2c,_0x4237b3:0x92,_0x1c6bb2:0x1,_0xbcc557:0x1e1,_0x3152a5:0x48,_0x257f83:0x56,_0x223b9d:0xe,_0x48f756:0x116,_0x83e0e0:0x18f,_0x31ed97:0x138,_0x5df539:0x1a4,_0x2ee11f:0x172,_0x2a8a16:0x2b7},_0x3800e4={_0x128633:0x127},_0x5054d7={_0x450c08:0x156,_0x4d8366:0x135},_0x476687={'sMPMy':_0x488c3c(-_0x5a5f7a._0x4e4b5b,-0xfc,-_0x5a5f7a._0x5a66ef,-0xd0)+_0x488c3c(0x38,-_0x5a5f7a._0x1ee5ff,-0x36,-0x2d)+'A\x20client\x20f'+_0xfcd31e(-_0x5a5f7a._0xc089be,-_0x5a5f7a._0x288660,-0x1ca,-0x211)+_0x488c3c(-_0x5a5f7a._0x372477,0x12,_0x5a5f7a._0x5181f7,-0x33),'GGKzR':_0x488c3c(-0xb5,-0xd4,-0x115,-0xd0)+_0xfcd31e(-0x1a6,-_0x5a5f7a._0x3a0d6d,-0x1cd,-0x1fe)+_0xfcd31e(-0x1b7,-_0x5a5f7a._0x56a897,-_0x5a5f7a._0x3325a5,-0x1fe)+_0x488c3c(-0x6e,-_0x5a5f7a._0x365648,-_0x5a5f7a._0x3d7f9a,-0x94)+'IR:','iIdVd':_0x488c3c(-0xb0,-0x110,-0xe9,-_0x5a5f7a._0xc54dcf)+_0x488c3c(-_0x5a5f7a._0x43894b,-0xb1,-0x18,-0x69)+_0xfcd31e(-_0x5a5f7a._0x3c1888,-_0x5a5f7a._0x2397ee,-_0x5a5f7a._0x4a9cba,-_0x5a5f7a._0x3575ad),'Frlcs':_0x488c3c(0x20,0x1d,0xd,-_0x5a5f7a._0x722646)+_0x488c3c(-_0x5a5f7a._0x44d26f,-0xdd,-_0x5a5f7a._0x11f677,-0x5c),'SadKg':'Authentica'+_0x488c3c(-_0x5a5f7a._0x3faae9,-0x11f,-0x107,-0xbd)+'d','QmFkj':_0xfcd31e(-_0x5a5f7a._0x207a1a,-0x29e,-_0x5a5f7a._0x450b71,-0x22c)+_0xfcd31e(-0x1e5,-0x196,-0x209,-_0x5a5f7a._0x354355)+_0xfcd31e(-0x1d5,-_0x5a5f7a._0x5e7338,-0x21a,-0x19c),'daVeS':_0x488c3c(-_0x5a5f7a._0x31b8d4,-0x6a,0x14,-_0x5a5f7a._0x83ea8b)+_0x488c3c(_0x5a5f7a._0x2b75e0,-_0x5a5f7a._0x49a06f,0x5f,-0x1c)+_0xfcd31e(-_0x5a5f7a._0x13e127,-_0x5a5f7a._0x2f5b8f,-_0x5a5f7a._0x51f033,-0x1f4),'yhcwf':_0xfcd31e(-0x1da,-0x213,-_0x5a5f7a._0x398103,-0x19e)+_0xfcd31e(-0x228,-0x181,-0x1f0,-_0x5a5f7a._0x4c7e5e)+_0xfcd31e(-_0x5a5f7a._0x6fd5d9,-0x22f,-0x25c,-0x2cb)+'ured\x20on\x20th'+_0x488c3c(-0x47,-0xba,0xb,-_0x5a5f7a._0x2be5c5)+_0x488c3c(_0x5a5f7a._0x3a28ee,-0xb3,-0xb1,-_0x5a5f7a._0x3264cc)+_0x488c3c(-_0x5a5f7a._0x511c46,-_0x5a5f7a._0x3ae4b1,-0x48,0xc)+_0xfcd31e(-_0x5a5f7a._0x5f50b8,-_0x5a5f7a._0x4738d4,-0x177,-0x198)+'ator.','Xsmie':function(_0x270fed){return _0x270fed();},'NLPpD':_0xfcd31e(-0x211,-0x1b3,-0x1d1,-0x1cb)+_0x488c3c(-_0x5a5f7a._0x2dc951,-0xaa,-0xc8,-0x54)+'t\x20configur'+_0x488c3c(-_0x5a5f7a._0x17e9f0,-0xf2,-_0x5a5f7a._0x5f1803,-_0x5a5f7a._0x4b7f35),'XzhrA':function(_0x4b834a){return _0x4b834a();},'ETiId':function(_0xd3f888,_0x24350f){return _0xd3f888!==_0x24350f;},'ftHaS':'MfgiC','jmwLJ':function(_0x18419d,_0x2dfb79){return _0x18419d===_0x2dfb79;},'zKYWw':_0xfcd31e(-_0x5a5f7a._0x307a3a,-_0x5a5f7a._0x13efb7,-_0x5a5f7a._0x26929d,-_0x5a5f7a._0x545f89),'NmCAW':_0xfcd31e(-_0x5a5f7a._0x45949d,-_0x5a5f7a._0x3e2f22,-_0x5a5f7a._0x4c6390,-0x225),'GPpUg':function(_0x1dd7c8,_0x4a7e7b){return _0x1dd7c8===_0x4a7e7b;},'bQGeY':function(_0x468b56,_0x455ffd){return _0x468b56===_0x455ffd;},'pMmTv':_0x488c3c(-0xab,-0x8f,-0x80,-_0x5a5f7a._0x45280e),'EVASo':'WvgPh','sHfyJ':_0xfcd31e(-0x111,-0x123,-0x188,-_0x5a5f7a._0x3a64ba),'cICwk':_0xfcd31e(-0x177,-0x1d7,-0x1f4,-_0x5a5f7a._0x287c4b)+_0xfcd31e(-_0x5a5f7a._0xc06394,-0x15c,-0x1d5,-_0x5a5f7a._0x21e8f1)+'\x20from\x20envi'+_0x488c3c(-0xd9,-0xe,-0x60,-0x80)+'riables','GqCVQ':'MRJJI','NXRhq':_0x488c3c(-_0x5a5f7a._0x4f2711,-0x51,-0xc7,-0xa5),'kgISG':'JIRA\x20disab'+_0x488c3c(_0x5a5f7a._0x2d1fbb,0x31,0x53,_0x5a5f7a._0x57b2ae)+'configurat'+_0xfcd31e(-0x110,-_0x5a5f7a._0x551fa2,-_0x5a5f7a._0x2f7f60,-0x198)};logger[_0x488c3c(_0x5a5f7a._0xcc3e3d,-0x89,-_0x5a5f7a._0x2495f1,-0x17)](_0x476687['NLPpD']),jiraClient=null;const _0x3366c2=await _0x476687['XzhrA'](loadJiraConfig);function _0x488c3c(_0x5e26c4,_0x1e7c9b,_0x838d55,_0x1ca57c){return _0x31190e(_0x5e26c4-_0x5054d7._0x450c08,_0x1ca57c-0x79,_0x838d55-_0x5054d7._0x4d8366,_0x1e7c9b);}if(_0x3366c2){if(_0x476687[_0x488c3c(0x11,-0x1b,-0x4,-0x5a)](_0x476687[_0x488c3c(-_0x5a5f7a._0x1f018b,-_0x5a5f7a._0x722646,_0x5a5f7a._0x11304f,-_0x5a5f7a._0x225186)],_0x476687['ftHaS']))_0x25c2d8['error'](_0x476687[_0xfcd31e(-_0x5a5f7a._0x3168b1,-_0x5a5f7a._0x222ae9,-_0x5a5f7a._0x1f1b43,-0x19c)],_0x543609);else try{jiraClient=new JiraClient(_0x3366c2),logger['info'](_0xfcd31e(-0x20d,-0x1ef,-_0x5a5f7a._0x2ac0c1,-0x273)+'t\x20reloaded'+_0xfcd31e(-0x185,-_0x5a5f7a._0x238f5c,-0x1d9,-_0x5a5f7a._0x4e898d)+_0xfcd31e(-0x18d,-_0x5a5f7a._0x1d6284,-_0x5a5f7a._0x2e9067,-_0x5a5f7a._0x38db9a));return;}catch(_0x17d7e2){if(_0x476687[_0xfcd31e(-0x240,-_0x5a5f7a._0x3b2dc2,-0x1f8,-0x25a)](_0x476687[_0xfcd31e(-0x1f6,-0x27b,-_0x5a5f7a._0x4ea0a8,-0x279)],_0x476687['NmCAW']))try{_0x42df4c=new _0x4c186d(_0x51714b),_0x130b55[_0x488c3c(0x54,-_0x5a5f7a._0x2bb487,_0x5a5f7a._0x1d7cc7,-_0x5a5f7a._0xd39242)](_0x488c3c(-0x3,_0x5a5f7a._0x4bd36d,-_0x5a5f7a._0x247286,-0x54)+_0xfcd31e(-0x222,-0x1e8,-_0x5a5f7a._0x4ac707,-0x232)+'\x20from\x20DATA'+_0xfcd31e(-_0x5a5f7a._0x4814b4,-0x1b4,-0x1a9,-_0x5a5f7a._0x39acdf));return;}catch(_0x1dd248){_0xa2a084['error'](_0x476687[_0xfcd31e(-0x1f8,-0x20c,-0x1aa,-0x1d2)],_0x1dd248);}else logger[_0x488c3c(-_0x5a5f7a._0x1ce924,-_0x5a5f7a._0x177f8e,-0x8a,-0x71)](_0x476687[_0x488c3c(-_0x5a5f7a._0x11d954,_0x5a5f7a._0x4d864f,-_0x5a5f7a._0x5e31e6,-_0x5a5f7a._0x247286)],_0x17d7e2);}}function _0xfcd31e(_0x147f9a,_0x51ea12,_0x2abc92,_0x2cc316){return _0x31190e(_0x147f9a-0x5d,_0x2abc92- -_0x3800e4._0x128633,_0x2abc92-0x14b,_0x51ea12);}if(_0x476687[_0x488c3c(-_0x5a5f7a._0x4dfd89,-0xae,-_0x5a5f7a._0x5a763f,-0x6b)](process[_0xfcd31e(-_0x5a5f7a._0x2cfbb7,-0x233,-0x269,-_0x5a5f7a._0x1c111b)][_0xfcd31e(-_0x5a5f7a._0x48a36c,-_0x5a5f7a._0x2fe37d,-0x253,-_0x5a5f7a._0x10912a)+'ED'],_0xfcd31e(-0x215,-_0x5a5f7a._0x450b71,-_0x5a5f7a._0x396ee0,-_0x5a5f7a._0x18df06))){if(_0x476687[_0xfcd31e(-_0x5a5f7a._0x22f964,-_0x5a5f7a._0x238f5c,-_0x5a5f7a._0x3e6783,-0x276)](_0x476687[_0xfcd31e(-0x14e,-_0x5a5f7a._0x3ad1d1,-_0x5a5f7a._0x368b7a,-_0x5a5f7a._0x101271)],_0xfcd31e(-_0x5a5f7a._0x405d79,-_0x5a5f7a._0x1c19ac,-_0x5a5f7a._0x33d58d,-_0x5a5f7a._0x516c43))){_0x71ac43[_0xfcd31e(-0x252,-0x242,-_0x5a5f7a._0x1612ff,-_0x5a5f7a._0x2864e2)](_0x476687[_0xfcd31e(-0x20c,-0x281,-_0x5a5f7a._0x2aaeff,-0x2b1)],_0x392f2c);if(_0x472a9d['message'][_0xfcd31e(-_0x5a5f7a._0x457d99,-0x211,-_0x5a5f7a._0x37fe59,-_0x5a5f7a._0x5742b0)](_0x476687[_0xfcd31e(-_0x5a5f7a._0xdebdaf,-0x1f0,-0x26c,-_0x5a5f7a._0x31154d)])){const _0x123a08={};return _0x123a08['error']=_0x488c3c(0x2c,-0x1a,-0xb2,-0x4e)+_0x488c3c(-0x2e,0xc,-_0x5a5f7a._0x5c6454,_0x5a5f7a._0x247286),_0x123a08['message']=_0x226d1b['message'],_0xfccdde['status'](-0x1df2+0x1*0x3ec+-0x141*-0x16)['json'](_0x123a08);}else{if(_0x187ffe[_0x488c3c(_0x5a5f7a._0x3a28ee,_0x5a5f7a._0x2ef584,-0xd,_0x5a5f7a._0x2a8fc7)][_0xfcd31e(-_0x5a5f7a._0x19d52a,-0x27c,-0x21f,-_0x5a5f7a._0x5d5a29)](_0xfcd31e(-0x25e,-_0x5a5f7a._0x4dc59e,-0x210,-_0x5a5f7a._0x5b8fc7)+_0x488c3c(-0x120,-0x56,-0xd6,-_0x5a5f7a._0x470722)+'d')){const _0x340d8f={};return _0x340d8f[_0xfcd31e(-_0x5a5f7a._0x30dcf0,-_0x5a5f7a._0x47fe5c,-_0x5a5f7a._0x366617,-_0x5a5f7a._0x3baa50)]=_0x476687['SadKg'],_0x340d8f['message']=_0x284a6e[_0x488c3c(0x63,-_0x5a5f7a._0x260e0b,-0x2d,_0x5a5f7a._0x3733f6)],_0x1dac80[_0xfcd31e(-_0x5a5f7a._0x4b113e,-_0x5a5f7a._0x38cf26,-0x1f6,-0x274)](0x562*0x5+-0x56b+-0x1*0x13ee)[_0x488c3c(-_0x5a5f7a._0x2c57f3,0xa,_0x5a5f7a._0x494c08,_0x5a5f7a._0x1fe4a6)](_0x340d8f);}else{const _0x14de32={};return _0x14de32['error']=_0x476687[_0xfcd31e(-0x2ba,-0x272,-0x267,-_0x5a5f7a._0x35b187)],_0x14de32['message']=_0x4f7402[_0x488c3c(_0x5a5f7a._0x83ea8b,0x6b,-0x5a,_0x5a5f7a._0x3733f6)],_0x968fe8[_0x488c3c(_0x5a5f7a._0x19922c,-_0x5a5f7a._0x47b23b,-_0x5a5f7a._0x49958f,-0x56)](-0x140+-0x16fc+0x1a30)[_0x488c3c(_0x5a5f7a._0x1af14b,0x23,-0x51,0x6)](_0x14de32);}}}else try{if(_0x476687[_0xfcd31e(-_0x5a5f7a._0x229279,-_0x5a5f7a._0xddd9f5,-0x264,-0x269)]===_0x476687[_0x488c3c(_0x5a5f7a._0x2dac3a,0x3a,-_0x5a5f7a._0x16c70b,-_0x5a5f7a._0x44ebb0)]){_0x37fa99=new _0x58ace9(_0x521ef9),_0x52b172[_0xfcd31e(-_0x5a5f7a._0x2f3182,-_0x5a5f7a._0x38cf26,-_0x5a5f7a._0x5f50b8,-0x1ea)](_0xfcd31e(-0x1ed,-_0x5a5f7a._0x2b8e62,-0x1f4,-0x1ab)+_0x488c3c(0x2b,-_0x5a5f7a._0x1bb14e,-_0x5a5f7a._0x892a12,-_0x5a5f7a._0x51e5e5)+_0x488c3c(0x46,-0x63,-_0x5a5f7a._0x37d215,-_0x5a5f7a._0x489656)+_0x488c3c(_0x5a5f7a._0x16d835,-_0x5a5f7a._0xffe951,_0x5a5f7a._0x40f16a,-_0x5a5f7a._0x1d7cc7));return;}else{const _0x2af0d0={'baseUrl':process[_0xfcd31e(-_0x5a5f7a._0x2cfbb7,-0x224,-0x269,-_0x5a5f7a._0x1d0d02)][_0x488c3c(-_0x5a5f7a._0x4cc4fd,-_0x5a5f7a._0x3867ec,-_0x5a5f7a._0xcac0ba,-0xd4)+_0xfcd31e(-0x1ed,-_0x5a5f7a._0x55af91,-_0x5a5f7a._0x4b1c20,-_0x5a5f7a._0x12d7ad)],...process[_0x488c3c(-_0x5a5f7a._0x40c13c,-0x60,-_0x5a5f7a._0x13594b,-_0x5a5f7a._0x5a0f4f)][_0xfcd31e(-0x2ea,-_0x5a5f7a._0x23b452,-0x26b,-_0x5a5f7a._0x423b44)+_0xfcd31e(-_0x5a5f7a._0x3c1323,-0x1a9,-_0x5a5f7a._0x56c779,-_0x5a5f7a._0x441993)]?{'cloudId':process[_0xfcd31e(-_0x5a5f7a._0x3efc97,-_0x5a5f7a._0x279c25,-0x269,-_0x5a5f7a._0x165e2b)][_0x488c3c(-0x4c,-_0x5a5f7a._0x1bb14e,-_0x5a5f7a._0x4fa077,-0xcb)+_0xfcd31e(-0x1e2,-_0x5a5f7a._0x20a708,-_0x5a5f7a._0x56c779,-_0x5a5f7a._0xf438f6)]}:{}};_0x2af0d0[_0x488c3c(-_0x5a5f7a._0x1a9095,-_0x5a5f7a._0x36c002,-_0x5a5f7a._0x2353b2,-_0x5a5f7a._0x55373b)]={},_0x2af0d0[_0x488c3c(-_0x5a5f7a._0x1a9095,-_0x5a5f7a._0x36c002,-_0x5a5f7a._0x2353b2,-_0x5a5f7a._0x55373b)][_0xfcd31e(-_0x5a5f7a._0x1d3155,-0x27e,-0x25f,-0x2db)]=process[_0x488c3c(-_0x5a5f7a._0x39bea0,-0x63,-_0x5a5f7a._0x48d072,-0xc9)][_0xfcd31e(-_0x5a5f7a._0x3ad1d1,-_0x5a5f7a._0x484b84,-_0x5a5f7a._0x8baf5,-0x221)],_0x2af0d0[_0x488c3c(-_0x5a5f7a._0x1a9095,-_0x5a5f7a._0x36c002,-_0x5a5f7a._0x2353b2,-_0x5a5f7a._0x55373b)][_0x488c3c(-0x137,-_0x5a5f7a._0x1c5119,-_0x5a5f7a._0x3cd0d8,-_0x5a5f7a._0x2991a6)]=process['env'][_0xfcd31e(-0x1c2,-0x132,-0x1b0,-_0x5a5f7a._0x3700f8)+_0xfcd31e(-0x216,-_0x5a5f7a._0x444885,-0x206,-_0x5a5f7a._0x33d58d)],jiraClient=new JiraClient(_0x2af0d0),logger['info'](_0x476687[_0xfcd31e(-_0x5a5f7a._0x3e2f22,-_0x5a5f7a._0x3e6c4a,-0x1c8,-0x1bb)]);}}catch(_0x5897d1){logger[_0xfcd31e(-_0x5a5f7a._0x5ef373,-_0x5a5f7a._0x4349a4,-0x211,-0x198)](_0x476687['sMPMy'],_0x5897d1);}}else{if(_0x476687[_0x488c3c(-0x17,_0x5a5f7a._0x3096b6,-0x50,0x7)]===_0x476687[_0x488c3c(-_0x5a5f7a._0x225186,-_0x5a5f7a._0x4b88a3,-_0x5a5f7a._0x37d4de,-_0x5a5f7a._0x1c0fca)]){if(!_0x15645b){const _0x1f37b7={};return _0x1f37b7[_0x488c3c(-_0x5a5f7a._0x892a12,-_0x5a5f7a._0x11b4ac,-_0x5a5f7a._0x3ce333,-0x71)]=_0x476687[_0x488c3c(-_0x5a5f7a._0x3b4bd7,-0x37,-_0x5a5f7a._0x4237b3,-0x15)],_0x1f37b7[_0x488c3c(0x6a,0x53,-_0x5a5f7a._0x11f677,_0x5a5f7a._0x1c6bb2)]=_0x476687[_0xfcd31e(-0x1fd,-0x17a,-_0x5a5f7a._0xbcc557,-0x18b)],_0xfce52c[_0xfcd31e(-0x1f5,-0x17d,-0x1f6,-_0x5a5f7a._0x33d58d)](-0x1056+0x16*-0x18a+-0x1163*-0x3)[_0x488c3c(-_0x5a5f7a._0x3152a5,-_0x5a5f7a._0x257f83,-_0x5a5f7a._0x223b9d,0x6)](_0x1f37b7);}_0x476687[_0xfcd31e(-0x13b,-_0x5a5f7a._0x48f756,-_0x5a5f7a._0x83e0e0,-_0x5a5f7a._0x31ed97)](_0x28bd58);}else logger[_0xfcd31e(-_0x5a5f7a._0x5df539,-_0x5a5f7a._0x2ee11f,-0x1b7,-0x203)](_0x476687[_0xfcd31e(-_0x5a5f7a._0x3a0d6d,-0x226,-0x271,-_0x5a5f7a._0x2a8a16)]);}}function requireJira(_0x47e37d,_0x45aad0,_0x50e35e){const _0x314033={_0x5672de:0x252,_0x507349:0x1d3,_0x56bf29:0x231,_0x30edd6:0x1e5,_0xfc32d5:0x286,_0x376a79:0x19a,_0x55efc6:0x1a0,_0x1f63a4:0x262,_0x28e8c6:0x219,_0x459c3b:0x1aa,_0x1c6b7a:0x1ed,_0x2913ca:0x192,_0x439247:0x1a6,_0x12fb41:0x1af,_0x2320ee:0x26c,_0x1fa190:0x1a0,_0x5636ef:0x1df,_0x161091:0x1eb,_0x57b2de:0x21b,_0x7b975f:0x189,_0x4c8ccb:0x1e6,_0x49872f:0x201,_0xf1010d:0x285,_0x1ffd0c:0x1d2,_0x330dd0:0x1f6,_0x54bbc6:0x253,_0x140bfb:0x22f,_0x3d494e:0x252,_0x3f282f:0x2a7,_0x89c28:0x2ab,_0x5c0ff2:0x2cf,_0x5773b2:0x205,_0x4ee2e8:0x1f3,_0xa3b88f:0x244,_0x1db5b8:0x27d,_0x4b7cc7:0x28e,_0x5a04e9:0x282,_0x430f4d:0x234,_0x20065e:0x178,_0x297764:0x25e,_0x45f053:0x216,_0x517a0e:0x166,_0x3b270f:0x203,_0x2fa6c3:0x239,_0x55bc23:0x252,_0x2ee7b7:0x2be,_0x104b81:0x2b3,_0x5c8250:0x279,_0x1406ee:0x275,_0x156a7e:0x167,_0x48ae83:0x1e4,_0x25e5ca:0x14e,_0x14e435:0x143,_0x1037fe:0x18a,_0x5b75f5:0x1d0,_0x26182e:0x1eb,_0x4825e4:0x1ad,_0x4831a8:0x121,_0x1fd400:0x1a1,_0x435e9b:0x19d,_0x19e0c1:0x123,_0x2451fb:0x2a5,_0x56a99a:0x24e,_0x3048a5:0x211,_0x5d4e76:0x22e,_0x1d7570:0x20c,_0x31c485:0x15d,_0x45eec7:0x262,_0x533f2b:0x21e,_0x35b8df:0x235},_0x522b62={_0x2c55cd:0x137,_0x51a5f0:0x27},_0x109a5a={_0x52b861:0x2c6,_0x5b16e9:0x15b};function _0x1455e3(_0x5127a9,_0x434f7e,_0x32f5bd,_0xfb0914){return _0x31190e(_0x5127a9-0x71,_0x434f7e-_0x109a5a._0x52b861,_0x32f5bd-_0x109a5a._0x5b16e9,_0xfb0914);}function _0x3992fa(_0x33153d,_0x34feb5,_0x10ac9a,_0x4abe19){return _0x31190e(_0x33153d-0xde,_0x10ac9a- -_0x522b62._0x2c55cd,_0x10ac9a-_0x522b62._0x51a5f0,_0x34feb5);}const _0x7cef4a={'JfhLC':function(_0x37ba9a,_0x172507){return _0x37ba9a!==_0x172507;},'JPVkq':_0x3992fa(-0x293,-0x229,-_0x314033._0x5672de,-0x1fa),'krOlp':'JIRA\x20integ'+_0x1455e3(_0x314033._0x507349,_0x314033._0x56bf29,_0x314033._0x30edd6,_0x314033._0xfc32d5)+_0x1455e3(0x20b,0x1b6,_0x314033._0x376a79,_0x314033._0x55efc6),'PiNHn':'JIRA\x20integ'+_0x3992fa(-_0x314033._0x1f63a4,-_0x314033._0x28e8c6,-0x200,-_0x314033._0x459c3b)+'not\x20config'+_0x1455e3(_0x314033._0x1c6b7a,_0x314033._0x2913ca,_0x314033._0x439247,_0x314033._0x12fb41)+_0x1455e3(_0x314033._0x2320ee,0x207,0x24e,0x1d1)+_0x3992fa(-_0x314033._0x1fa190,-_0x314033._0x5636ef,-_0x314033._0x161091,-0x22b)+_0x3992fa(-_0x314033._0x57b2de,-_0x314033._0x7b975f,-0x1a4,-_0x314033._0x4c8ccb)+'\x20administr'+_0x3992fa(-0x232,-_0x314033._0x439247,-_0x314033._0x49872f,-0x257),'WaXCK':function(_0x3c3e96){return _0x3c3e96();}};if(!jiraClient){if(_0x7cef4a[_0x1455e3(0x29e,0x229,_0x314033._0xf1010d,0x1d4)](_0x7cef4a['JPVkq'],_0x7cef4a[_0x3992fa(-_0x314033._0x1ffd0c,-_0x314033._0x330dd0,-_0x314033._0x54bbc6,-_0x314033._0x1c6b7a)])){const _0x29a681={};_0x29a681[_0x1455e3(_0x314033._0x140bfb,0x1e3,_0x314033._0x3d494e,0x1fa)]=_0x5403a2['env']['JIRA_CLOUD'+_0x1455e3(0x2b1,0x273,_0x314033._0x3f282f,_0x314033._0x89c28)];const _0x571167={};_0x571167[_0x3992fa(-_0x314033._0x5c0ff2,-_0x314033._0x5773b2,-0x26f,-_0x314033._0x4ee2e8)]=_0x456512[_0x3992fa(-_0x314033._0xa3b88f,-0x20b,-0x279,-0x2d0)][_0x1455e3(_0x314033._0x1db5b8,0x23c,0x274,_0x314033._0x330dd0)],_0x571167[_0x3992fa(-0x222,-_0x314033._0x4b7cc7,-_0x314033._0x5a04e9,-_0x314033._0x430f4d)]=_0x44ff16['env'][_0x3992fa(-0x18d,-0x155,-0x1c0,-_0x314033._0x20065e)+_0x3992fa(-_0x314033._0x297764,-0x210,-_0x314033._0x45f053,-0x276)];const _0x3053e3={'baseUrl':_0x4cb754[_0x1455e3(_0x314033._0x517a0e,0x184,_0x314033._0x3b270f,0x126)]['JIRA_BASE_'+_0x1455e3(_0x314033._0x2320ee,_0x314033._0x2fa6c3,0x29a,_0x314033._0x55bc23)],..._0xac16d[_0x3992fa(-_0x314033._0x2ee7b7,-_0x314033._0x104b81,-_0x314033._0x5c8250,-_0x314033._0x1406ee)][_0x1455e3(_0x314033._0x156a7e,0x182,_0x314033._0x48ae83,_0x314033._0x25e5ca)+_0x3992fa(-_0x314033._0x14e435,-0x168,-_0x314033._0x1037fe,-0x156)]?_0x29a681:{}};_0x3053e3['auth']=_0x571167,_0xaa029e=new _0x34ab95(_0x3053e3),_0xbeecfa[_0x3992fa(-_0x314033._0x5b75f5,-0x20c,-0x1c7,-_0x314033._0x1c6b7a)](_0x1455e3(0x1b8,0x1f9,0x25b,_0x314033._0x7b975f)+_0x1455e3(_0x314033._0x26182e,0x218,_0x314033._0x4825e4,0x1ab)+'\x20from\x20envi'+'ronment\x20va'+_0x1455e3(_0x314033._0x4831a8,_0x314033._0x1fd400,_0x314033._0x435e9b,_0x314033._0x19e0c1));}else{const _0x5d25d9={};return _0x5d25d9['error']=_0x7cef4a[_0x3992fa(-0x1ea,-_0x314033._0x2451fb,-0x22b,-_0x314033._0x89c28)],_0x5d25d9[_0x1455e3(0x2cd,_0x314033._0x56a99a,_0x314033._0x3048a5,0x205)]=_0x7cef4a[_0x1455e3(_0x314033._0x5d4e76,0x1c4,0x1a8,_0x314033._0x25e5ca)],_0x45aad0[_0x3992fa(-0x259,-0x1bc,-0x206,-0x247)](0x1212+0x5*-0x311+-0xc6)[_0x3992fa(-0x139,-_0x314033._0x1d7570,-0x1aa,-_0x314033._0x31c485)](_0x5d25d9);}}_0x7cef4a[_0x1455e3(_0x314033._0x45eec7,_0x314033._0x533f2b,_0x314033._0x35b8df,0x1aa)](_0x50e35e);}function _0x31190e(_0x367943,_0x43cac3,_0x3dd0cc,_0x2b5917){return _0x10e1(_0x43cac3- -0x26e,_0x2b5917);}router[_0x31190e(-0xb9,-0x88,-0x97,-0x8e)](_0x250be5(-0x161,-0xf8,-0x113,-0x19d),(_0x1dbe05,_0x440d0c)=>{const _0x4e8719={_0x23de21:0x290,_0x321620:0x1f2,_0x504f42:0x12e,_0x3c4908:0x200,_0x3eb75e:0x1c9,_0x14c7e5:0x504,_0x10d26d:0x4e5},_0x36644a={_0x224abf:0x35},_0x5d3436={};function _0x13eb15(_0x1c546b,_0xd03cf7,_0x2bb005,_0x1bfabb){return _0x250be5(_0x1c546b-0x5b8,_0xd03cf7-0x5,_0x2bb005-0x157,_0xd03cf7);}_0x5d3436[_0x1e6a47(-0x226,-_0x4e8719._0x23de21,-_0x4e8719._0x321620,-0x299)]=!!jiraClient;function _0x1e6a47(_0x297ff9,_0x77068c,_0x1df82f,_0x501ebd){return _0x250be5(_0x297ff9- -0x35,_0x77068c-_0x36644a._0x224abf,_0x1df82f-0x49,_0x1df82f);}_0x5d3436[_0x1e6a47(-0x131,-0x126,-0x143,-_0x4e8719._0x504f42)]=jiraClient?process['env'][_0x1e6a47(-0x227,-0x1bb,-_0x4e8719._0x3c4908,-_0x4e8719._0x3eb75e)+'URL']:null,_0x440d0c[_0x13eb15(0x4a0,_0x4e8719._0x14c7e5,0x477,_0x4e8719._0x10d26d)](_0x5d3436);}),router[_0x31190e(-0x52,-0x88,-0xf5,-0x9f)](_0x31190e(-0xc4,-0xa9,-0x6e,-0xf3)+'ey',requireJira,async(_0x370f57,_0x62a858)=>{const _0x211673={_0xcfb27f:0x3e1,_0x4a21c9:0x49d,_0x288fc9:0x432,_0x1a3476:0x421,_0x1d663d:0x3ce,_0x1a794a:0x43f,_0x125379:0x40b,_0x350727:0x3f3,_0x4d8405:0x45b,_0x45c986:0x403,_0x98fa6f:0x68,_0x425f88:0x45a,_0x3929cd:0x459,_0x53e848:0xcf,_0x48cdaf:0x45e,_0x2f571b:0x4f4,_0x596220:0x415,_0x9e4c3f:0xac,_0x386df8:0x9d,_0x5725da:0x6d,_0x2bb744:0x495,_0x55d6bc:0x3c2,_0x3fa800:0x479,_0x436869:0x44f,_0x29a6d6:0x9,_0x59c1f5:0x38,_0x4f40f6:0x32,_0x5e0798:0x4e,_0x36e9c1:0x6b,_0x598c77:0x1f,_0x2ee390:0x51,_0x819c2b:0x8b,_0xa82211:0x4ef,_0x5c031a:0x491,_0x547c3d:0x3e9,_0x1d28bb:0x3d4,_0x22d1ed:0x442,_0x32d2fc:0x431,_0x27bfa2:0x3fb,_0x2ea176:0x462,_0x3eb1b6:0x2a,_0x5c3660:0x23,_0x9fc830:0x2b,_0x2a4090:0x7b,_0x140d3e:0x99,_0x22fa6e:0x508,_0x5b41d3:0x4d,_0x1c2e68:0x3e,_0x51bdee:0x54a,_0x2572e4:0x48f,_0x1693bb:0x53b,_0xa07ec3:0x4ef,_0x6939eb:0x27,_0x2b0da7:0x481,_0x37af2b:0x99,_0x231403:0x48,_0x278af0:0x43f,_0x4e9c01:0x43e,_0x381866:0x3b9,_0x4e335a:0x5,_0x2175e2:0x59,_0x129437:0xe,_0x1fda87:0x70,_0x3220d2:0x5e,_0x5d153d:0x4c3,_0x2cb0ad:0x7c,_0x234029:0x478,_0x3dbf41:0x417,_0x56b007:0x45d,_0x48fe38:0x43,_0x5730db:0x16,_0x2e7590:0x6c,_0x20649d:0x56,_0x14510d:0x22,_0x115a05:0x32,_0x19d2dc:0x4b,_0x1919ad:0x6b,_0xabbe82:0x487,_0xcfb5e8:0x414,_0x5ba82f:0x40d,_0x6bcd0:0x47a,_0x5a240f:0x66,_0x118c21:0x44d,_0x44db18:0x3d8,_0x2660f0:0x405,_0x257b1a:0x3f7,_0x4e5b49:0x3fa,_0x59e837:0x6d,_0x16ed87:0x31,_0x5e006f:0x4e,_0x2e5ded:0x530,_0x58e923:0x2c,_0x380d27:0xa7,_0x5c7cbc:0x459,_0x574a7d:0x4ad,_0x534659:0x54,_0x262e20:0x58,_0x585654:0x45f,_0x3a7a2e:0x45d,_0x2df4e4:0x3dc,_0x2f57b9:0x432,_0x2cb670:0x53a,_0x4fe718:0x544,_0x3518d7:0x4c7,_0x30aba2:0x41,_0x5a4dfa:0x46,_0x9c1dde:0x9f,_0x362778:0x23,_0x3df5a4:0x11,_0x5a3dac:0x50,_0xf59dd8:0x31,_0x463741:0x4b,_0x2ddc88:0x480,_0x32fec9:0x4ab,_0x30b59e:0x487,_0xdd0245:0x485,_0xdaa4ff:0x522,_0x5ec374:0x516,_0x46fd63:0x4e5,_0x42fc47:0x3df,_0xb631b0:0x479,_0x3ed731:0x8,_0x3597ca:0x453,_0x20d218:0x4c,_0x32936a:0x41,_0x306d38:0x4cf,_0x1fa9fa:0x4c,_0x41747e:0x4de,_0x1a3b91:0x47,_0x33798d:0x25,_0x4f9e1a:0xb9,_0x294f0b:0x519,_0x3908ea:0x4c9,_0x48c946:0x4f9,_0x489d6f:0x4cf,_0x3f61b8:0x440,_0x49880b:0x478,_0x3cebf1:0x493,_0x46020d:0x49a,_0x4b6126:0x4d4,_0xd2a78:0x41,_0x4c19be:0xaf,_0x21b6d2:0x10a,_0x1bfe2d:0x422,_0x44caf4:0x424,_0x2b0983:0x42e,_0x3a7300:0x80,_0x38a2f9:0xc1,_0xa59f36:0x49b,_0x28bd2f:0x4ac,_0x5b1423:0x50c},_0x1bba91={_0x239053:0x175,_0x2ddf48:0x1ad},_0x99f537={_0xce0a51:0x120},_0x506675={};_0x506675[_0x5561e7(_0x211673._0xcfb27f,_0x211673._0x4a21c9,0x4ab,_0x211673._0x288fc9)]=_0x5561e7(_0x211673._0x1a3476,0x485,_0x211673._0x1d663d,_0x211673._0x1a794a)+_0x5561e7(_0x211673._0x125379,_0x211673._0x350727,0x415,0x415),_0x506675[_0x5561e7(_0x211673._0x4d8405,_0x211673._0x45c986,0x44a,0x44c)]=function(_0x41af43,_0xf8ebcb){return _0x41af43===_0xf8ebcb;},_0x506675[_0x20b77b(0x7d,0x58,_0x211673._0x98fa6f,0x15)]=_0x5561e7(_0x211673._0x425f88,_0x211673._0x3929cd,0x4ab,0x452),_0x506675[_0x20b77b(_0x211673._0x53e848,0xa4,0x57,0x0)]=_0x5561e7(_0x211673._0x48cdaf,_0x211673._0x2f571b,_0x211673._0x596220,0x484)+_0x20b77b(_0x211673._0x9e4c3f,_0x211673._0x386df8,_0x211673._0x5725da,0x7c)+'rmat',_0x506675[_0x5561e7(_0x211673._0x2bb744,0x466,_0x211673._0x55d6bc,0x433)]=_0x5561e7(0x48b,_0x211673._0x3fa800,_0x211673._0x436869,0x47c)+_0x20b77b(-_0x211673._0x29a6d6,-_0x211673._0x59c1f5,_0x211673._0x4f40f6,-0xf)+_0x5561e7(0x4a2,0x56c,0x513,0x4f8)+_0x20b77b(-_0x211673._0x5e0798,-0xda,-0x69,-_0x211673._0x36e9c1),_0x506675[_0x20b77b(0x88,0x88,_0x211673._0x598c77,-_0x211673._0x2ee390)]=_0x20b77b(-0x6f,-0xe8,-_0x211673._0x819c2b,-0xea)+'fetch\x20JIRA'+_0x5561e7(0x4b0,_0x211673._0xa82211,0x4a1,_0x211673._0x5c031a),_0x506675['NFdPW']=_0x5561e7(0x428,_0x211673._0x547c3d,_0x211673._0x1d28bb,_0x211673._0x22d1ed),_0x506675['gtwEg']=_0x5561e7(0x424,_0x211673._0x32d2fc,_0x211673._0x27bfa2,_0x211673._0x2ea176);function _0x5561e7(_0x38012c,_0x1fc0cc,_0x5903e9,_0xf0c784){return _0x31190e(_0x38012c-_0x99f537._0xce0a51,_0xf0c784-0x547,_0x5903e9-0x14c,_0x38012c);}_0x506675[_0x20b77b(0x39,_0x211673._0x3eb1b6,-_0x211673._0x5c3660,0x55)]=_0x20b77b(-0x84,0x4,-_0x211673._0x9fc830,0x29)+'tion\x20faile'+'d',_0x506675['IYRfw']=_0x20b77b(_0x211673._0x2a4090,0x9a,0x1e,0x1f)+_0x20b77b(-_0x211673._0x140d3e,-0x87,-0x78,-0xb2)+'d',_0x506675[_0x5561e7(0x512,0x499,_0x211673._0x22fa6e,0x4fb)]=_0x20b77b(0x28,_0x211673._0x5b41d3,0x19,0xd)+_0x20b77b(-0x81,-_0x211673._0x1c2e68,-0x31,0x42),_0x506675[_0x5561e7(_0x211673._0x51bdee,0x47d,_0x211673._0x2572e4,0x4d7)]=_0x5561e7(0x559,_0x211673._0x1693bb,0x48c,_0x211673._0xa07ec3)+'\x20denied';const _0x83719e=_0x506675;function _0x20b77b(_0x16464a,_0x2a1fe7,_0x1235ae,_0x5a7290){return _0x250be5(_0x1235ae-0x163,_0x2a1fe7-_0x1bba91._0x239053,_0x1235ae-_0x1bba91._0x2ddf48,_0x2a1fe7);}try{if(_0x83719e[_0x20b77b(0x7,-_0x211673._0x6939eb,-0x3d,0x10)](_0x83719e[_0x5561e7(_0x211673._0x2b0da7,0x4b7,0x518,0x4f1)],_0x83719e[_0x20b77b(-0x5,_0x211673._0x37af2b,_0x211673._0x98fa6f,_0x211673._0x231403)])){const _0x24264f=_0x370f57[_0x5561e7(_0x211673._0x278af0,_0x211673._0x4e9c01,_0x211673._0x381866,0x434)][_0x20b77b(_0x211673._0x4e335a,-_0x211673._0x2175e2,-_0x211673._0x129437,-0x47)][_0x20b77b(0x45,0x50,_0x211673._0x1fda87,_0x211673._0x3220d2)]()[_0x5561e7(_0x211673._0x5d153d,0x4ea,0x400,0x479)+'e']();if(!/^[A-Z]+-\d+$/i[_0x20b77b(-0x1b,-_0x211673._0x2cb0ad,-0x7c,-0xc5)](_0x24264f)){const _0x4ba251={};return _0x4ba251[_0x5561e7(_0x211673._0x234029,_0x211673._0x3dbf41,0x407,_0x211673._0x56b007)]=_0x83719e[_0x20b77b(0xac,0x8,0x57,_0x211673._0x48fe38)],_0x4ba251[_0x5561e7(0x47f,0x54a,0x45f,0x4cf)]=_0x83719e[_0x20b77b(_0x211673._0x5730db,-_0x211673._0x2e7590,-_0x211673._0x20649d,-0xa)],_0x62a858['status'](-0xa43+0x1*-0xb88+0x175b*0x1)[_0x20b77b(-_0x211673._0x14510d,-_0x211673._0x115a05,_0x211673._0x19d2dc,_0x211673._0x1919ad)](_0x4ba251);}logger[_0x20b77b(-0x4,0x46,0x25,-0x4)]('Fetching\x20J'+'IRA\x20issue:'+'\x20'+_0x24264f);const _0x3ad14e=await jiraClient[_0x5561e7(0x3a0,0x44e,_0x211673._0xabbe82,_0x211673._0xcfb5e8)](_0x24264f);_0x62a858['json'](_0x3ad14e);}else{const _0x194dbe={};_0x194dbe[_0x5561e7(_0x211673._0x5ba82f,0x393,_0x211673._0x6bcd0,0x3fb)]=!!_0x1450fc,_0x194dbe[_0x20b77b(_0x211673._0x5a240f,0x6b,0x67,0x75)]=_0x23d461?_0x170cae[_0x5561e7(_0x211673._0x118c21,0x3fd,_0x211673._0x44db18,_0x211673._0x2660f0)][_0x5561e7(0x37a,_0x211673._0x257b1a,0x3ed,_0x211673._0x4e5b49)+_0x20b77b(0x3e,_0x211673._0x59e837,_0x211673._0x16ed87,-_0x211673._0x5e006f)]:null,_0x42a12b[_0x5561e7(_0x211673._0x2e5ded,0x553,0x49b,0x4d4)](_0x194dbe);}}catch(_0x19ba4f){logger[_0x20b77b(-_0x211673._0x3220d2,-0x48,-_0x211673._0x58e923,-_0x211673._0x380d27)](_0x83719e[_0x5561e7(0x477,_0x211673._0x5c7cbc,_0x211673._0x574a7d,0x4a8)],_0x19ba4f);if(_0x19ba4f[_0x20b77b(-0x27,0x17,0x46,0x27)][_0x20b77b(-_0x211673._0x534659,0x10,-0x3a,-0x60)](_0x83719e['NFdPW'])){if(_0x83719e['XMfGb'](_0x20b77b(_0x211673._0x1c2e68,-0x15,-_0x211673._0x6939eb,_0x211673._0x262e20),_0x83719e[_0x5561e7(0x4b2,0x4c0,0x4c0,0x4d2)])){const _0x583ebe={};return _0x583ebe[_0x5561e7(0x462,_0x211673._0x585654,0x48f,_0x211673._0x3a7a2e)]=_0x83719e[_0x5561e7(0x3cf,_0x211673._0x2df4e4,0x42c,_0x211673._0x2f57b9)],_0x583ebe[_0x5561e7(_0x211673._0x2cb670,_0x211673._0x4fe718,_0x211673._0x3518d7,0x4cf)]=_0x19ba4f[_0x20b77b(0xa3,_0x211673._0x30aba2,_0x211673._0x5a4dfa,_0x211673._0x9c1dde)],_0x62a858[_0x20b77b(0x6e,_0x211673._0x362778,-_0x211673._0x3df5a4,0x1d)](0x160*0x10+0x437+-0x7*0x385)[_0x20b77b(_0x211673._0x5a3dac,_0x211673._0xf59dd8,_0x211673._0x463741,0x85)](_0x583ebe);}else{const _0x5ac623={};return _0x5ac623['error']=_0x83719e[_0x5561e7(_0x211673._0x2ddc88,0x487,_0x211673._0x32fec9,0x432)],_0x5ac623['message']=_0x33a01f[_0x5561e7(_0x211673._0x30b59e,_0x211673._0xdd0245,0x461,0x4cf)],_0x15990d['status'](-0xddd+0x1697+-0xb7*0xa)[_0x5561e7(_0x211673._0xdaa4ff,_0x211673._0x5ec374,_0x211673._0x46fd63,0x4d4)](_0x5ac623);}}else{if(_0x19ba4f['message'][_0x5561e7(_0x211673._0x42fc47,_0x211673._0xb631b0,0x408,0x44f)](_0x83719e[_0x20b77b(-0x8b,_0x211673._0x3ed731,-_0x211673._0x362778,-_0x211673._0x2a4090)])){const _0x39e88c={};return _0x39e88c[_0x5561e7(_0x211673._0x3597ca,0x3f5,0x444,0x45d)]=_0x83719e['IYRfw'],_0x39e88c['message']=_0x19ba4f[_0x20b77b(_0x211673._0x20d218,-0x3,_0x211673._0x5a4dfa,0xa1)],_0x62a858['status'](-0x1d5d+0x24a5+-0x5b7)[_0x20b77b(_0x211673._0x32936a,0x78,0x4b,_0x211673._0x2cb0ad)](_0x39e88c);}else{if(_0x19ba4f[_0x5561e7(0x471,0x4c8,0x52c,_0x211673._0x306d38)][_0x5561e7(0x3db,0x42c,0x459,_0x211673._0x436869)](_0x83719e[_0x20b77b(0x5b,_0x211673._0x1fa9fa,0x72,0xf3)])){const _0x5908e3={};return _0x5908e3[_0x5561e7(_0x211673._0x41747e,0x47a,0x44f,_0x211673._0x3a7a2e)]=_0x83719e[_0x20b77b(_0x211673._0x1a3b91,0xcc,0x4e,0x6)],_0x5908e3[_0x20b77b(_0x211673._0x33798d,0x77,0x46,_0x211673._0x4f9e1a)]=_0x19ba4f[_0x5561e7(_0x211673._0x294f0b,_0x211673._0x3908ea,_0x211673._0x48c946,_0x211673._0x489d6f)],_0x62a858[_0x5561e7(0x44f,_0x211673._0xa07ec3,_0x211673._0x3f61b8,_0x211673._0x49880b)](-0x15d7+0x1e5b+-0x1*0x6f1)[_0x5561e7(0x4f3,_0x211673._0x3cebf1,_0x211673._0x46020d,_0x211673._0x4b6126)](_0x5908e3);}else{const _0x8a79b9={};return _0x8a79b9['error']=_0x20b77b(-_0x211673._0xd2a78,-_0x211673._0x4c19be,-0x8b,-_0x211673._0x21b6d2)+_0x5561e7(_0x211673._0x1bfe2d,_0x211673._0x44caf4,0x40e,_0x211673._0x2b0983)+'\x20issue',_0x8a79b9['message']=_0x19ba4f[_0x20b77b(_0x211673._0x3a7300,_0x211673._0x38a2f9,0x46,0x2b)],_0x62a858[_0x5561e7(0x427,_0x211673._0xa59f36,_0x211673._0x28bd2f,_0x211673._0x234029)](-0x3*-0x250+-0x5cb+0x1*0xcf)[_0x5561e7(0x453,0x456,_0x211673._0x5b1423,0x4d4)](_0x8a79b9);}}}}}),router[_0x250be5(-0x16d,-0x164,-0x1d6,-0x125)](_0x250be5(-0x1a1,-0x18c,-0x14e,-0x174),requireJira,async(_0x648326,_0xe9d328)=>{const _0xea6846={_0xb7188d:0x31d,_0x16beb9:0x3ab,_0x4d290c:0x387,_0x11617d:0x248,_0x12c354:0x40a,_0xc843c5:0x38a,_0x4bf327:0x3ce,_0x45284b:0x33a,_0x5dfd38:0x40a,_0xc41f82:0x422,_0x27c440:0x425,_0x22c438:0x423,_0x411816:0x379,_0x53ac0a:0x3f7,_0x35b37c:0x350,_0x18d0d6:0x361,_0x218c7a:0x34e,_0xd5c012:0x20d,_0x5b8f70:0x1cf,_0x20fc11:0x237,_0x241617:0x25f,_0x584fb3:0x236,_0x2a1630:0x191,_0x154634:0x241,_0x5eb043:0x1d7,_0x116285:0x1a6,_0x57ee3e:0x20d,_0x3317e7:0x164,_0x3ccd54:0x1ea,_0x26d44d:0x498,_0x46daf1:0x3d5,_0x36ca01:0x20b,_0x1e3a4e:0x20a,_0x130a35:0x275,_0x4f4c9b:0x375,_0xfe1558:0x397,_0x5870fa:0x38d,_0x42d6d1:0x1df,_0x455ae6:0x289,_0x240bd2:0x209,_0x161ff9:0x3de,_0x34d940:0x3dc,_0x979ce8:0x1eb,_0x113966:0x225,_0x76ce1e:0x1f6,_0x52c2b6:0x309,_0x18a37e:0x348,_0x677e64:0x314,_0x139e43:0x3b7,_0xc57c95:0x3cb,_0x1afad2:0x438,_0x56f529:0x3b3,_0x3e56c8:0x3c3,_0x281ad8:0x43f,_0x203fec:0x1d5,_0x30c3fb:0x21d,_0x4364a1:0x1d9,_0x4de637:0x23d,_0x2baa24:0x3cf,_0x26c0c8:0x410,_0x3d792d:0x421,_0x2267d4:0x140,_0x527d49:0x270,_0x1fa63d:0x1fb,_0x2559d2:0x242,_0x3f6405:0x213,_0x524292:0x275,_0x1c9be7:0x1fb,_0xf732ac:0x17d,_0xbeb28d:0x1fd,_0x2ec60b:0x3f7,_0x3a200c:0x3c9,_0x52da94:0x19c,_0x4f6907:0x279,_0x5df492:0x1b8,_0x270cd6:0x1d4,_0x4ecf61:0x36e,_0x12768b:0x35d,_0x371e1a:0x3af,_0x30d840:0x3c2,_0x1e3854:0x3e4,_0x16a49d:0x346,_0x559f7a:0x262,_0x2496c6:0x267,_0x5d8323:0x2ea,_0x466dd4:0x283,_0x3f22c2:0x26c,_0x1220cf:0x30d,_0x44fc84:0x331,_0x34e6a0:0x3b3,_0x4bcf3b:0x434,_0x5b1156:0x1ad,_0x10d463:0x171,_0x2d4fd6:0x287,_0x1ae6f6:0x296,_0x46b605:0x356,_0x48102b:0x39b,_0x25c5de:0x2e0,_0x2c1a62:0x387,_0x27ba87:0x1ea,_0x1005d9:0x28b,_0xa6f1e2:0x26c,_0x332e7f:0x1ae,_0x30eec3:0x215,_0x32025a:0x426,_0x5bad38:0x1fa,_0x13f599:0x2b1,_0x913177:0x396,_0x1b3cbe:0x239,_0x5686f1:0x263,_0x318a53:0x270,_0x2ac983:0x2eb,_0x2bac3f:0x289,_0x38abe8:0x3ed,_0x46fdbf:0x433,_0x35922d:0x385,_0xa13461:0x1f5,_0x53f526:0x2ce,_0x204dea:0x271,_0x343f85:0x220,_0x59f038:0x1d1,_0x263e09:0x24b,_0x538d9a:0x1ca,_0x420cdb:0x298,_0x15ee8d:0x1f9,_0x2de7eb:0x266,_0xc4b253:0x19d,_0x203757:0x231,_0x894582:0x2d1,_0x196113:0x282,_0x54b327:0x1f0,_0xfd61e7:0x222,_0x5b0e88:0x23d,_0x24b539:0x25a,_0x108b70:0x267,_0x586a74:0x358,_0x427563:0x2de,_0x2ab44e:0x1aa,_0x3d116f:0x1dc,_0x5837c0:0x1d6,_0x308e23:0x1d7,_0x17ccf8:0x486,_0xb77300:0x48d,_0x1c292:0x3ca,_0x42a52c:0x381,_0x5b7d22:0x448,_0x1d9057:0x247,_0x372765:0x2df,_0x3f1773:0x209,_0x23fb36:0x3d0,_0x1c4570:0x3c4,_0x8805c:0x44b,_0x592f09:0x15e,_0x16d5a4:0x1e3,_0x1f7641:0x1c7,_0x3d03e0:0x46f,_0x42c252:0x41b,_0x46dc04:0x393,_0x273f2e:0x3ed,_0x32435d:0x43e,_0x46c430:0x36b,_0x3a6efb:0x3e8,_0x3a8435:0x401,_0xae10ed:0x427,_0x363347:0x363,_0x52a311:0x32b,_0x15e8c2:0x4a5,_0x4b6fe0:0x212,_0x9094ff:0x28c,_0x100f61:0x293,_0x1b397b:0x44a,_0x278c6a:0x414,_0x5aabad:0x38c,_0x54d930:0x3ea,_0x1b841b:0x3e6,_0x3c7917:0x3a1,_0x4dff19:0x463,_0x2ba8ff:0x255,_0x2e388b:0x1c8,_0x5a3d64:0x3bc,_0x2e502c:0x3c7,_0x372d23:0x2d7},_0x596896={_0x3b2f1d:0x389},_0xb27684={_0xc7b87d:0x160,_0x5e76c5:0x5e},_0x1c5852={};_0x1c5852[_0x4e9cf7(0x37c,_0xea6846._0xb7188d,_0xea6846._0x16beb9,_0xea6846._0x4d290c)]=_0x107216(0x1eb,0x2a4,0x266,_0xea6846._0x11617d)+_0x4e9cf7(0x3a3,0x346,0x387,_0xea6846._0x12c354)+_0x4e9cf7(_0xea6846._0xc843c5,_0xea6846._0x4bf327,_0xea6846._0x45284b,_0xea6846._0x5dfd38)+_0x4e9cf7(_0xea6846._0xc41f82,0x485,_0xea6846._0x27c440,_0xea6846._0x22c438);function _0x4e9cf7(_0x30f9bc,_0x2f7e15,_0x104af4,_0x213e2c){return _0x250be5(_0x30f9bc-0x53e,_0x2f7e15-_0xb27684._0xc7b87d,_0x104af4-_0xb27684._0x5e76c5,_0x2f7e15);}_0x1c5852[_0x4e9cf7(0x3c7,_0xea6846._0x411816,_0xea6846._0x53ac0a,0x3cf)]=_0x4e9cf7(_0xea6846._0x35b37c,_0xea6846._0x18d0d6,_0xea6846._0x218c7a,0x312)+_0x107216(0x2bb,_0xea6846._0xd5c012,_0xea6846._0x5b8f70,0x23e)+_0x107216(_0xea6846._0x20fc11,0x252,0x27b,_0xea6846._0x241617)+_0x107216(_0xea6846._0x584fb3,_0xea6846._0x2a1630,_0xea6846._0x154634,_0xea6846._0x5eb043)+_0x107216(_0xea6846._0x116285,0x1ae,0x22b,_0xea6846._0x57ee3e),_0x1c5852[_0x107216(0x14d,0x1ae,_0xea6846._0x3317e7,0x1ad)]=_0x107216(0x17b,0x1f0,_0xea6846._0x3ccd54,0x1ce),_0x1c5852[_0x4e9cf7(0x41c,_0xea6846._0x26d44d,0x3ab,_0xea6846._0x46daf1)]=_0x107216(0x21b,0x1cf,0x1cf,_0xea6846._0x36ca01)+_0x107216(0x1fb,0x211,_0xea6846._0x1e3a4e,_0xea6846._0x130a35);function _0x107216(_0xaaf378,_0x16699c,_0x289666,_0x419f84){return _0x250be5(_0x419f84-_0x596896._0x3b2f1d,_0x16699c-0x68,_0x289666-0x145,_0x16699c);}_0x1c5852[_0x4e9cf7(0x3d7,0x3e1,_0xea6846._0x4f4c9b,0x428)]=function(_0x5c9a86,_0x294155){return _0x5c9a86<_0x294155;},_0x1c5852[_0x4e9cf7(0x379,_0xea6846._0xfe1558,0x2fd,_0xea6846._0x5870fa)]=_0x107216(_0xea6846._0x42d6d1,_0xea6846._0x455ae6,0x1dc,_0xea6846._0x240bd2)+_0x4e9cf7(_0xea6846._0x161ff9,_0xea6846._0x34d940,0x35e,0x43e)+_0x107216(_0xea6846._0x979ce8,0x1db,_0xea6846._0x113966,_0xea6846._0x76ce1e)+_0x4e9cf7(0x360,0x32d,_0xea6846._0x52c2b6,_0xea6846._0x18a37e)+'rs',_0x1c5852['qKJxv']=_0x4e9cf7(0x350,0x333,0x2df,_0xea6846._0x677e64)+_0x4e9cf7(_0xea6846._0x139e43,_0xea6846._0xc57c95,_0xea6846._0x1afad2,_0xea6846._0x56f529)+_0x4e9cf7(_0xea6846._0x3e56c8,0x388,0x403,_0xea6846._0x281ad8),_0x1c5852['iJYSt']=_0x107216(0x290,0x252,_0xea6846._0x203fec,_0xea6846._0x30c3fb)+'arch',_0x1c5852[_0x107216(0x2b6,0x1e5,_0xea6846._0x4364a1,_0xea6846._0x4de637)]=function(_0xc2c765,_0x552637){return _0xc2c765===_0x552637;},_0x1c5852[_0x4e9cf7(0x428,_0xea6846._0x2baa24,_0xea6846._0x26c0c8,_0xea6846._0x3d792d)]=_0x107216(0x190,0x194,_0xea6846._0x2267d4,0x1a3),_0x1c5852[_0x107216(_0xea6846._0x979ce8,_0xea6846._0x527d49,_0xea6846._0x1fa63d,_0xea6846._0x2559d2)]='Invalid\x20se'+_0x107216(0x2c3,_0xea6846._0x3f6405,0x234,_0xea6846._0x524292),_0x1c5852['ODTZE']=_0x107216(0x23d,0x1cc,0x243,_0xea6846._0x1c9be7)+'tion\x20faile'+'d',_0x1c5852['quCiT']=function(_0x539fd8,_0x40a25a){return _0x539fd8===_0x40a25a;},_0x1c5852[_0x107216(0x1e5,_0xea6846._0xf732ac,0x229,_0xea6846._0xbeb28d)]='CzvgB',_0x1c5852['IHlSw']=_0x4e9cf7(0x398,0x345,_0xea6846._0x2ec60b,_0xea6846._0x3a200c),_0x1c5852[_0x107216(0x22a,0x198,_0xea6846._0x52da94,0x1b5)]='Failed\x20to\x20'+'search\x20JIR'+'A\x20issues';const _0x46c731=_0x1c5852;try{const {query:_0x556560,maxResults:maxResults=-0x76*-0x11+0x1*0x1843+-0x2005}=_0x648326[_0x107216(_0xea6846._0x4f6907,_0xea6846._0x5df492,_0xea6846._0x270cd6,0x206)];if(!_0x556560||typeof _0x556560!==_0x46c731[_0x4e9cf7(0x362,_0xea6846._0x4ecf61,_0xea6846._0x12768b,0x359)]){const _0x1c8a32={};return _0x1c8a32[_0x4e9cf7(_0xea6846._0x371e1a,_0xea6846._0x30d840,_0xea6846._0x1e3854,_0xea6846._0x16a49d)]=_0x46c731[_0x107216(0x261,_0xea6846._0x559f7a,0x2dd,_0xea6846._0x2496c6)],_0x1c8a32[_0x107216(_0xea6846._0x5d8323,0x292,_0xea6846._0x466dd4,_0xea6846._0x3f22c2)]=_0x4e9cf7(0x382,_0xea6846._0x1220cf,0x37d,_0xea6846._0x44fc84)+'vide\x20a\x20sea'+_0x4e9cf7(_0xea6846._0x34e6a0,0x352,0x38a,_0xea6846._0x4bcf3b)+_0x107216(_0xea6846._0x5b1156,0x19d,_0xea6846._0x10d463,0x1a9)+'uest\x20body',_0xe9d328['status'](0x6e*0x53+0x1481*-0x1+0xd99*-0x1)[_0x107216(0x2c8,_0xea6846._0x36ca01,0x23c,0x271)](_0x1c8a32);}if(_0x46c731['jXaGr'](_0x556560[_0x107216(0x21f,_0xea6846._0x2d4fd6,0x232,_0xea6846._0x1ae6f6)]()[_0x4e9cf7(_0xea6846._0x46b605,0x32b,_0xea6846._0x48102b,_0xea6846._0x25c5de)],-0x1ed3+-0x127d+-0x3b*-0xd6)){const _0x23ff81={};return _0x23ff81['error']=_0x4e9cf7(0x3bd,0x43e,0x376,_0xea6846._0x2c1a62)+_0x107216(0x1d6,0x155,_0xea6846._0x27ba87,0x1b3),_0x23ff81[_0x107216(0x27a,0x297,_0xea6846._0x1005d9,_0xea6846._0xa6f1e2)]=_0x46c731['ahWsp'],_0xe9d328[_0x107216(0x1c1,0x24b,_0xea6846._0x332e7f,_0xea6846._0x30eec3)](0x2c5*0x9+0xcdc+-0x2439)[_0x4e9cf7(_0xea6846._0x32025a,0x49b,0x432,0x484)](_0x23ff81);}logger[_0x107216(_0xea6846._0x5bad38,0x22a,_0xea6846._0x13f599,0x24b)](_0x4e9cf7(0x39a,_0xea6846._0x913177,0x396,0x343)+_0x107216(_0xea6846._0x1b3cbe,_0xea6846._0x5686f1,0x23f,_0xea6846._0x318a53)+_0x556560+_0x107216(0x2f9,0x2de,_0xea6846._0x2ac983,_0xea6846._0x2bac3f)+maxResults+')');const _0x5c89ee=await jiraClient[_0x4e9cf7(0x402,_0xea6846._0x38abe8,_0xea6846._0x46fdbf,_0xea6846._0x35922d)+'es'](_0x556560,maxResults);_0xe9d328[_0x107216(_0xea6846._0xa13461,_0xea6846._0x53f526,0x28c,_0xea6846._0x204dea)](_0x5c89ee);}catch(_0x1315d0){logger[_0x4e9cf7(0x3af,0x3ea,0x365,0x3fe)](_0x46c731[_0x107216(_0xea6846._0x343f85,_0xea6846._0x59f038,_0xea6846._0x263e09,_0xea6846._0x538d9a)],_0x1315d0);if(_0x1315d0[_0x107216(_0xea6846._0x420cdb,0x2c9,_0xea6846._0x15ee8d,0x26c)][_0x107216(_0xea6846._0x2de7eb,0x1ba,_0xea6846._0xc4b253,0x1ec)](_0x46c731[_0x107216(_0xea6846._0x203757,0x21b,_0xea6846._0x894582,_0xea6846._0x196113)])){if(_0x46c731[_0x107216(0x262,_0xea6846._0x54b327,_0xea6846._0xfd61e7,_0xea6846._0x5b0e88)](_0x46c731[_0x107216(0x248,_0xea6846._0x24b539,_0xea6846._0x108b70,0x273)],_0x4e9cf7(_0xea6846._0x586a74,0x334,_0xea6846._0x427563,0x31b))){const _0x56c29c={};return _0x56c29c[_0x107216(_0xea6846._0x2ab44e,0x1a7,0x1cb,0x1fa)]=_0x46c731[_0x107216(_0xea6846._0x3d116f,_0xea6846._0x5837c0,_0xea6846._0x308e23,_0xea6846._0x2559d2)],_0x56c29c['message']=_0x1315d0[_0x4e9cf7(_0xea6846._0x3d792d,0x3d7,_0xea6846._0x17ccf8,_0xea6846._0xb77300)],_0xe9d328[_0x4e9cf7(_0xea6846._0x1c292,0x388,_0xea6846._0x42a52c,_0xea6846._0x5b7d22)](-0x8ef*-0x1+-0x192*0x1+-0x5cd)[_0x107216(_0xea6846._0x1d9057,_0xea6846._0x372765,_0xea6846._0x3f1773,_0xea6846._0x204dea)](_0x56c29c);}else{_0x3a394b=new _0x2694bb(_0x230a68),_0x1170b9[_0x4e9cf7(0x409,_0xea6846._0x23fb36,_0xea6846._0x1c4570,_0xea6846._0x8805c)](_0x46c731[_0x107216(_0xea6846._0x592f09,_0xea6846._0x16d5a4,0x1e2,_0xea6846._0x1f7641)]);return;}}else{if(_0x1315d0[_0x4e9cf7(_0xea6846._0x3d792d,_0xea6846._0x3d03e0,0x470,_0xea6846._0x42c252)]['includes'](_0x46c731[_0x4e9cf7(0x3ec,_0xea6846._0x46dc04,0x421,_0xea6846._0x273f2e)])){if(_0x46c731[_0x4e9cf7(0x412,_0xea6846._0x32435d,0x426,0x3e5)](_0x46c731['TDRob'],_0x46c731['TDRob'])){const _0x490037={};return _0x490037[_0x4e9cf7(_0xea6846._0x371e1a,_0xea6846._0x46c430,_0xea6846._0x3a6efb,0x34a)]=_0x4e9cf7(0x3f9,0x452,_0xea6846._0x3a8435,_0xea6846._0xae10ed)+_0x4e9cf7(_0xea6846._0x363347,_0xea6846._0x52a311,0x2e3,0x322)+'d',_0x490037[_0x107216(0x1ed,_0xea6846._0x1005d9,0x204,0x26c)]=_0x1315d0['message'],_0xe9d328['status'](0x2029+0x783+-0x261b)[_0x4e9cf7(_0xea6846._0x32025a,_0xea6846._0x15e8c2,0x445,0x432)](_0x490037);}else{const _0x170c4f={};return _0x170c4f['error']=_0x107216(0x2fe,0x2c7,_0xea6846._0x4b6fe0,_0xea6846._0x9094ff)+'\x20denied',_0x170c4f[_0x107216(0x2ba,0x29d,_0xea6846._0x100f61,_0xea6846._0xa6f1e2)]=_0x3c3fa7[_0x4e9cf7(0x421,_0xea6846._0x1b397b,0x3cb,_0xea6846._0x23fb36)],_0x3169b0[_0x4e9cf7(0x3ca,_0xea6846._0x278c6a,0x353,_0xea6846._0x5aabad)](-0xb5a+0x587*0x7+-0x19c4)[_0x4e9cf7(0x426,0x479,_0xea6846._0x54d930,0x45e)](_0x170c4f);}}else{if(_0x46c731[_0x4e9cf7(_0xea6846._0x1b841b,_0xea6846._0x3c7917,0x41e,_0xea6846._0x4dff19)]!==_0x46c731[_0x107216(_0xea6846._0x2ba8ff,0x1cb,_0xea6846._0x2e388b,0x231)])_0x39ddca['error'](_0x46c731[_0x107216(0x1c2,_0xea6846._0x30eec3,0x292,0x212)],_0x443634);else{const _0x463c1f={};return _0x463c1f['error']=_0x46c731[_0x4e9cf7(0x36a,0x366,_0xea6846._0xb7188d,_0xea6846._0x1b841b)],_0x463c1f[_0x4e9cf7(_0xea6846._0x3d792d,_0xea6846._0x5a3d64,0x496,_0xea6846._0x2e502c)]=_0x1315d0['message'],_0xe9d328['status'](0x2556+-0xb*0xa+-0x22f4)[_0x107216(0x20f,_0xea6846._0x372d23,0x252,0x271)](_0x463c1f);}}}}}),router[_0x250be5(-0x12d,-0xd7,-0xc2,-0xb8)](_0x250be5(-0x14e,-0x10d,-0x136,-0x129)+'ey/comment'+'s',requireJira,async(_0x36b950,_0x5c41a5)=>{const _0x116a7f={_0x194c37:0x1ba,_0x12f6a4:0x1f8,_0x2eb022:0x22a,_0x419fe5:0x1f2,_0x40ee12:0x12a,_0x57c7eb:0xda,_0x4d8dd1:0xcb,_0x4c84be:0x1c0,_0x4ff425:0x14a,_0x5742bd:0x14d,_0x243b86:0x138,_0x5dc8b4:0x149,_0x32fd96:0x18d,_0x42dd72:0xac,_0x2f9750:0xa5,_0x2d97a7:0x1c5,_0x42171a:0x107,_0x5b6594:0x201,_0x5020b2:0x254,_0x50cff4:0x20b,_0x476376:0xcf,_0x4aaba4:0x76,_0x281cad:0x245,_0x2852a7:0x1ef,_0x427f74:0x296,_0x1dcc99:0xd3,_0x50e346:0x24a,_0x44c88f:0x1d4,_0x4da591:0x287,_0x2a67cb:0x2ca,_0x408036:0xc1,_0x32a9bf:0x263,_0x5d997c:0x1ec,_0x4967b0:0x17d,_0x283f58:0x135,_0x36fb58:0x2e2,_0x4a4e6a:0x286,_0xf97cc:0x132,_0x579311:0x17d,_0x465ee8:0x1e6,_0x2dd368:0x140,_0x243c9d:0x16c,_0x5ef39a:0x18f,_0x361a25:0x1ff,_0xff69d3:0x24b,_0x5ba9f4:0x2bb,_0x5936a2:0x9b,_0x45935f:0xc1,_0x2d07ca:0x218,_0x274afd:0x1e4,_0x592992:0x2fd,_0x5becab:0x2d8,_0x2b8a81:0x252,_0x20b20a:0x2b8,_0x362041:0x28a,_0x2f783d:0x10b,_0x41b8e7:0x116,_0xe3c483:0x1e0,_0x66e386:0x246,_0x1f2af2:0x1db,_0x3b09c6:0x1fe,_0x51e9d9:0x1c8,_0x590719:0x16a,_0x2331ae:0x214,_0x149b02:0x216,_0x396d03:0xa0,_0x2a3880:0x45,_0x413d82:0x98,_0x1466c1:0xfe,_0x1111b6:0xd9,_0xf3c668:0x95,_0x4cd33f:0x20c,_0x5ebc00:0x213,_0x3c932f:0xdb,_0x490b28:0x41,_0x65ae73:0x131,_0x38d8db:0x17c,_0x57badb:0x1c0,_0xb546fc:0x19f,_0x571ba8:0x1cf,_0x2451ce:0x157,_0x7a77af:0x236,_0x2b9bb1:0x2ad,_0x176d3c:0x13e,_0x4458ee:0x18a,_0x216f56:0x1ed,_0x363626:0x1f7,_0x5b8e4f:0x137,_0xbbb9b7:0x1a3,_0x3257ae:0x191,_0xe6f9e5:0x221,_0x691c47:0xf2,_0x182e6e:0xd5,_0x10ba3e:0x2c5,_0xb38234:0x27f,_0x38478d:0x287,_0x3312c5:0x1a9,_0x1dc4f8:0x103,_0x2b6a1e:0x2a2,_0x11d344:0x29a,_0x4ff4af:0x2f2,_0x1cb65a:0x1f2,_0x533229:0x1e8,_0x5b2ef7:0x1f2,_0x1c4142:0xba,_0xd7ab51:0x68,_0xa13771:0xbf,_0x140322:0x2f3,_0x44a724:0x1ea,_0x63a54b:0x1f3,_0x282e49:0x1c2,_0x18f38f:0x1a8,_0x987a81:0x272,_0x183295:0x28b,_0x4bb02a:0x29c,_0x519235:0x136,_0x4e19ab:0x243,_0x52c7c0:0x2b1,_0x2405c6:0x231,_0x5750cd:0x212,_0x3538b4:0x197,_0x2d2f2c:0x187,_0x52cd2d:0x8a,_0x333008:0x13c,_0x8a2df8:0x116,_0x129d17:0x96,_0x2abfeb:0xff,_0x2d8979:0x21e,_0x2b9233:0x1f2,_0x3cd925:0x19c,_0x32e657:0x23e,_0x52345b:0x1ca,_0x4d1cb4:0x1dc,_0x1d63e7:0xa5,_0x5b95a4:0xbf,_0x44cfb4:0xc4},_0xf967e0={_0x4294ee:0x18},_0x5d5b75={_0x2e7e28:0x75},_0x4cb777={};_0x4cb777[_0x52f5b3(-_0x116a7f._0x194c37,-0x200,-_0x116a7f._0x12f6a4,-_0x116a7f._0x2eb022)]=_0xe0dd82(-_0x116a7f._0x419fe5,-0x190,-_0x116a7f._0x40ee12,-0x137)+_0xe0dd82(-_0x116a7f._0x57c7eb,-0x11b,-0x197,-_0x116a7f._0x4d8dd1)+'\x20JIRA\x20clie'+_0x52f5b3(-0x194,-0x1e8,-0x1e2,-_0x116a7f._0x4c84be)+_0xe0dd82(-0xee,-_0x116a7f._0x4ff425,-0x187,-_0x116a7f._0x5742bd),_0x4cb777[_0xe0dd82(-0x189,-_0x116a7f._0x243b86,-_0x116a7f._0x5dc8b4,-_0x116a7f._0x32fd96)]=_0xe0dd82(-0x119,-0x10e,-_0x116a7f._0x42dd72,-_0x116a7f._0x2f9750)+_0x52f5b3(-0x260,-0x1e9,-0x1a8,-_0x116a7f._0x2d97a7),_0x4cb777['KTqVO']=function(_0x11378c,_0x3b3d68){return _0x11378c===_0x3b3d68;};function _0xe0dd82(_0x46b044,_0x4163b4,_0x4123f1,_0x18b4b6){return _0x31190e(_0x46b044-0x1cb,_0x4163b4- -0x47,_0x4123f1-_0x5d5b75._0x2e7e28,_0x4123f1);}_0x4cb777['UZyzC']=_0xe0dd82(-0x11d,-_0x116a7f._0x42171a,-0x121,-0x15b),_0x4cb777[_0x52f5b3(-0x287,-0x252,-_0x116a7f._0x5b6594,-0x1d9)]='wmyMH',_0x4cb777[_0x52f5b3(-0x23e,-_0x116a7f._0x5020b2,-_0x116a7f._0x50cff4,-0x1ee)]=function(_0x3d9a74,_0x5157b7){return _0x3d9a74===_0x5157b7;},_0x4cb777[_0xe0dd82(-0xd4,-0xa0,-_0x116a7f._0x476376,-_0x116a7f._0x4aaba4)]=_0xe0dd82(-0xa4,-0x124,-0xcf,-0xdf),_0x4cb777['vKbeL']=_0x52f5b3(-_0x116a7f._0x281cad,-0x245,-_0x116a7f._0x2852a7,-_0x116a7f._0x427f74)+_0xe0dd82(-0x53,-_0x116a7f._0x1dcc99,-0xdf,-0x128)+'\x20format\x20PR'+_0x52f5b3(-0x2af,-0x2a1,-_0x116a7f._0x50e346,-0x29e),_0x4cb777[_0xe0dd82(-0x1c9,-0x16f,-0x10f,-_0x116a7f._0x44c88f)]=_0x52f5b3(-0x2ec,-0x282,-0x2b0,-0x276)+_0x52f5b3(-0x2d2,-0x2ac,-_0x116a7f._0x4da591,-_0x116a7f._0x2a67cb),_0x4cb777[_0xe0dd82(-0x107,-_0x116a7f._0x408036,-0x12b,-0x136)]=_0x52f5b3(-0x2e3,-_0x116a7f._0x32a9bf,-_0x116a7f._0x5d997c,-0x2c7)+_0xe0dd82(-0x16e,-_0x116a7f._0x4967b0,-_0x116a7f._0x283f58,-0x1be)+'d',_0x4cb777[_0x52f5b3(-_0x116a7f._0x36fb58,-_0x116a7f._0x4a4e6a,-0x2e0,-0x2fc)]='Authentica'+_0xe0dd82(-_0x116a7f._0xf97cc,-_0x116a7f._0x579311,-_0x116a7f._0x465ee8,-_0x116a7f._0x12f6a4)+'d',_0x4cb777[_0xe0dd82(-0x11c,-0x150,-0x111,-0xec)]=function(_0x4a9dc9,_0x487f90){return _0x4a9dc9!==_0x487f90;};function _0x52f5b3(_0x5837a2,_0x7d1fe5,_0x5a9844,_0x1fb5d8){return _0x250be5(_0x7d1fe5- -0xd5,_0x7d1fe5-_0xf967e0._0x4294ee,_0x5a9844-0xeb,_0x1fb5d8);}_0x4cb777[_0xe0dd82(-0x109,-0xfe,-_0x116a7f._0x2dd368,-_0x116a7f._0x243c9d)]='doFzD',_0x4cb777[_0xe0dd82(-0x1b6,-_0x116a7f._0x5ef39a,-0x1b1,-_0x116a7f._0x361a25)]='Permission'+'\x20denied',_0x4cb777['JxZrj']=_0x52f5b3(-_0x116a7f._0xff69d3,-0x2c3,-_0x116a7f._0x5ba9f4,-0x2eb)+_0xe0dd82(-0xe8,-_0x116a7f._0x5936a2,-0x93,-0x1e)+_0xe0dd82(-0x15f,-0xf7,-0xcc,-_0x116a7f._0x45935f);const _0x33767d=_0x4cb777;try{if(_0x33767d[_0x52f5b3(-0x252,-0x22f,-_0x116a7f._0x2d07ca,-_0x116a7f._0x274afd)](_0x33767d[_0x52f5b3(-_0x116a7f._0x592992,-0x2a5,-_0x116a7f._0x5becab,-0x253)],_0x33767d[_0x52f5b3(-0x2b9,-_0x116a7f._0x2b8a81,-0x240,-_0x116a7f._0x20b20a)])){const _0x1411a7={};return _0x1411a7[_0x52f5b3(-0x21f,-0x264,-_0x116a7f._0x362041,-0x224)]='Failed\x20to\x20'+'fetch\x20JIRA'+_0xe0dd82(-0xc1,-_0x116a7f._0x2f783d,-_0x116a7f._0x41b8e7,-_0x116a7f._0x5dc8b4),_0x1411a7['message']=_0x2a1f50['message'],_0x38de71['status'](-0x1b7a+-0xf35*0x2+0x8*0x77b)['json'](_0x1411a7);}else{const _0x15f76d=_0x36b950['params'][_0x52f5b3(-_0x116a7f._0xe3c483,-_0x116a7f._0x66e386,-_0x116a7f._0x1f2af2,-_0x116a7f._0x3b09c6)][_0x52f5b3(-0x245,-_0x116a7f._0x51e9d9,-_0x116a7f._0x590719,-0x218)]()['toUpperCas'+'e']();if(!/^[A-Z]+-\d+$/i['test'](_0x15f76d)){if(_0x33767d[_0x52f5b3(-_0x116a7f._0x2331ae,-_0x116a7f._0x5020b2,-_0x116a7f._0x149b02,-0x28d)](_0x52f5b3(-0x281,-0x257,-0x20e,-0x291),_0x33767d['HJzID'])){const _0x359156={};return _0x359156[_0x52f5b3(-0x2a4,-0x264,-0x2c8,-0x1e3)]=_0xe0dd82(-_0x116a7f._0x396d03,-0x10a,-0x142,-0x174)+_0xe0dd82(-_0x116a7f._0x2a3880,-_0x116a7f._0x413d82,-_0x116a7f._0x1466c1,-0xdd)+_0xe0dd82(-0x9c,-_0x116a7f._0x1111b6,-0x154,-0x5e),_0x359156['message']=_0x33767d[_0xe0dd82(-0x42,-0xb1,-_0x116a7f._0xf3c668,-0xb8)],_0x5c41a5[_0x52f5b3(-_0x116a7f._0x4cd33f,-0x249,-0x2c8,-_0x116a7f._0x5ebc00)](-0x3*0x411+-0x1f02+0x2cc5)[_0xe0dd82(-_0x116a7f._0x3c932f,-0xba,-_0x116a7f._0x490b28,-0x47)](_0x359156);}else _0x5253ea[_0xe0dd82(-0x1a5,-_0x116a7f._0x65ae73,-_0x116a7f._0x38d8db,-0x141)](_0x33767d['tnaiY'],_0x2691ff);}logger['debug'](_0x52f5b3(-0x1ff,-_0x116a7f._0x3b09c6,-_0x116a7f._0x57badb,-0x1e9)+'omments\x20fo'+_0x52f5b3(-_0x116a7f._0xb546fc,-_0x116a7f._0x571ba8,-0x22d,-_0x116a7f._0x2451ce)+'ue:\x20'+_0x15f76d);const _0x157018=await jiraClient['getComment'+'s'](_0x15f76d),_0x3d4f53={};_0x3d4f53[_0x52f5b3(-_0x116a7f._0x7a77af,-0x2a8,-0x291,-_0x116a7f._0x2b9bb1)]=_0x157018[_0xe0dd82(-_0x116a7f._0x176d3c,-_0x116a7f._0x4458ee,-0x1ea,-0x1e8)],_0x3d4f53['comments']=_0x157018,_0x5c41a5[_0x52f5b3(-0x267,-_0x116a7f._0x216f56,-_0x116a7f._0x363626,-0x259)](_0x3d4f53);}}catch(_0x4c663a){logger[_0xe0dd82(-_0x116a7f._0x5b8e4f,-0x131,-_0x116a7f._0xbbb9b7,-0xce)](_0xe0dd82(-_0x116a7f._0x3257ae,-0x190,-0x16b,-0x11b)+_0x52f5b3(-_0x116a7f._0xe6f9e5,-0x1d8,-0x211,-0x183)+_0xe0dd82(-0x103,-_0x116a7f._0x691c47,-0xb8,-_0x116a7f._0x182e6e),_0x4c663a);if(_0x4c663a['message']['includes'](_0x52f5b3(-_0x116a7f._0x10ba3e,-_0x116a7f._0xb38234,-_0x116a7f._0x38478d,-0x23a))){const _0x4b8118={};return _0x4b8118[_0xe0dd82(-_0x116a7f._0x3312c5,-0x131,-0xe2,-_0x116a7f._0x1dc4f8)]=_0x33767d[_0x52f5b3(-0x285,-_0x116a7f._0x2b6a1e,-_0x116a7f._0x11d344,-_0x116a7f._0x4ff4af)],_0x4b8118[_0x52f5b3(-0x25f,-_0x116a7f._0x1cb65a,-_0x116a7f._0x533229,-0x1da)]=_0x4c663a[_0x52f5b3(-0x25f,-_0x116a7f._0x5b2ef7,-0x1b4,-0x1d1)],_0x5c41a5[_0x52f5b3(-0x250,-0x249,-0x236,-0x2b4)](-0x93d+-0x139*-0x17+0xa*-0x1bb)[_0xe0dd82(-0x7f,-_0x116a7f._0x1c4142,-_0x116a7f._0xd7ab51,-0x122)](_0x4b8118);}else{if(_0x4c663a[_0xe0dd82(-0x127,-_0x116a7f._0xa13771,-0x11f,-0x12c)]['includes'](_0x33767d[_0xe0dd82(-0xb9,-_0x116a7f._0x45935f,-0x114,-0xd3)])){const _0x2b86e5={};return _0x2b86e5['error']=_0x33767d[_0x52f5b3(-0x289,-0x286,-_0x116a7f._0x140322,-0x2c1)],_0x2b86e5[_0x52f5b3(-_0x116a7f._0x44a724,-0x1f2,-0x18b,-_0x116a7f._0x32a9bf)]=_0x4c663a[_0x52f5b3(-0x1f3,-0x1f2,-_0x116a7f._0x63a54b,-_0x116a7f._0x282e49)],_0x5c41a5['status'](-0x89*0x1f+-0x1*0x23e9+0x3611*0x1)[_0x52f5b3(-_0x116a7f._0x18f38f,-0x1ed,-0x20a,-0x244)](_0x2b86e5);}else{if(_0x4c663a[_0xe0dd82(-0xbf,-0xbf,-_0x116a7f._0x283f58,-0xfe)][_0x52f5b3(-0x25e,-_0x116a7f._0x987a81,-_0x116a7f._0x183295,-_0x116a7f._0x4bb02a)]('No\x20permiss'+_0xe0dd82(-0xb7,-_0x116a7f._0x519235,-0x19f,-0x125))){if(_0x33767d[_0x52f5b3(-0x257,-0x283,-_0x116a7f._0x4e19ab,-_0x116a7f._0x52c7c0)](_0x33767d[_0x52f5b3(-0x254,-_0x116a7f._0x2405c6,-0x208,-_0x116a7f._0x5750cd)],_0x52f5b3(-_0x116a7f._0x3538b4,-0x1dd,-0x1e3,-_0x116a7f._0x2d2f2c))){const _0x650a53={};return _0x650a53['error']=_0x33767d['fGBli'],_0x650a53[_0xe0dd82(-0x7e,-0xbf,-_0x116a7f._0x52cd2d,-_0x116a7f._0x333008)]=_0x32b680['message'],_0xd5c78b[_0xe0dd82(-0x195,-_0x116a7f._0x8a2df8,-0xb3,-_0x116a7f._0x129d17)](-0x1*-0x1017+-0x996+-0x4f1)['json'](_0x650a53);}else{const _0x1e12c4={};return _0x1e12c4[_0xe0dd82(-0xfc,-_0x116a7f._0x65ae73,-_0x116a7f._0x2abfeb,-0x136)]=_0x33767d['wlGJz'],_0x1e12c4[_0x52f5b3(-_0x116a7f._0x2d8979,-_0x116a7f._0x2b9233,-_0x116a7f._0x3cd925,-0x266)]=_0x4c663a[_0x52f5b3(-0x23d,-0x1f2,-_0x116a7f._0x32e657,-_0x116a7f._0x52345b)],_0x5c41a5[_0xe0dd82(-0xa2,-0x116,-0xa8,-0x180)](-0x1369*0x1+0x139a+0x162)[_0x52f5b3(-_0x116a7f._0x4d1cb4,-0x1ed,-0x226,-0x241)](_0x1e12c4);}}else{const _0x48dd2d={};return _0x48dd2d['error']=_0x33767d['JxZrj'],_0x48dd2d[_0xe0dd82(-_0x116a7f._0x1d63e7,-_0x116a7f._0x5b95a4,-0x12c,-_0x116a7f._0x44cfb4)]=_0x4c663a['message'],_0x5c41a5['status'](0x5*0x7bb+0x2*-0x724+0x3*-0x779)[_0xe0dd82(-0xbd,-0xba,-0xa0,-0x118)](_0x48dd2d);}}}}}),router[_0x31190e(-0xf4,-0xc8,-0x131,-0x80)](_0x250be5(-0x14e,-0xf0,-0x18c,-0x138)+_0x31190e(-0xf2,-0xe0,-0x161,-0xfa),requireJira,async(_0x3d7ad,_0x5b32f5)=>{const _0x2c0418={_0xe04d0e:0x39,_0x20969f:0x9c,_0x5b0454:0x113,_0xab4f4b:0x5a2,_0x459491:0x50c,_0x250bf1:0x4ce,_0x3cf33:0x140,_0x51446b:0x118,_0x5c6498:0xe2,_0x2edbb9:0xcf,_0x2d43fc:0x171,_0x50a86d:0xfb,_0x2a3890:0x142,_0x2ce2df:0x120,_0x2acdd1:0x49f,_0x45abf0:0x4fb,_0x355089:0xa0,_0x55e945:0x5f1,_0x3d6b24:0x133,_0x28b294:0x15e,_0x3ddcd8:0x54b,_0x44b629:0x4e7,_0x5e8274:0x554,_0x3777aa:0x500,_0x4768a9:0x59c,_0x1c80a5:0x52a,_0x41ed8d:0x55a,_0x2a452f:0x4f6,_0x49a382:0x572,_0x37716c:0x563,_0x415f95:0x539,_0x2b1867:0x521,_0x86bb73:0x56b,_0x5a0593:0x50,_0x1a1ea8:0x64,_0x1ae2a9:0x116,_0x25ea53:0xf1,_0x52786c:0x6e,_0x40d171:0x94,_0x41571f:0x5c6,_0x919823:0x5d4,_0x87bf18:0x3f,_0x400d02:0x91,_0x12da33:0x85,_0x4c9e9c:0x99,_0x2b4151:0xe4,_0x2b8023:0x5e4,_0x5c41de:0x126,_0x59cf7b:0xf4,_0x4196fe:0xde,_0xd1c66b:0xaa,_0x1ffe7a:0x3f,_0x1e6433:0x2a,_0x4fc675:0x57e,_0x193cc4:0x504,_0x58a022:0x4ef,_0x4c0ff2:0x54f,_0x486b9b:0x5b7,_0x1e15f7:0x661,_0x1ecef2:0xd6,_0x634240:0x105,_0x76acce:0x59f,_0x1ffef2:0x5c1,_0x3631bd:0x5a3,_0x4e6c47:0x586,_0x548451:0x4a0,_0x3e36f7:0x4fb,_0xe4b455:0x506,_0x519ed6:0x558,_0x3fb051:0x4a,_0x4c274b:0x130,_0x16ee66:0x11a,_0xb408bd:0x62b,_0x27c021:0x5ac,_0x25dafc:0xaa,_0x4638cd:0xcb,_0x53fc7f:0x12f,_0x4dfb6b:0xbb,_0x12ab15:0x4b,_0x14b5ba:0x551,_0x8a7cb8:0x508,_0x525a39:0x4b1,_0x23545f:0x550,_0x1cd7eb:0xbf,_0x11cc06:0x8d,_0xdeca52:0x53e,_0x425a76:0x4ea,_0x2c6969:0x13e,_0x461f2a:0x121,_0x1458bd:0xc1,_0x5cfc23:0xea,_0xe5013d:0xce,_0x1b796c:0xa1,_0x4a0261:0x623,_0x18f722:0x5b6,_0x5ec8b2:0x5d0,_0x2fa3d0:0x62c,_0x44f276:0x1ae,_0xe5c9f1:0x1c2,_0x5c4fc4:0x51b,_0x4d71f4:0x509,_0x471655:0x573,_0x346496:0x5cf,_0x29c2f7:0xaf,_0x55dfa1:0x503,_0x5c2364:0x58d,_0x29cc2b:0x50,_0x5f2a95:0xae,_0xbdaed2:0xef,_0x1a2ace:0x1d,_0x4b3b88:0x5a7,_0x54247d:0x4e,_0x4315c2:0x58c,_0xbe7ff4:0x5c3,_0x27e109:0x552,_0x1ef015:0x57d,_0xd8cad1:0x36,_0x4b4886:0x33,_0x355971:0x121,_0x22cc99:0x489,_0x19e8b9:0x11b,_0x2361c2:0x516,_0x366a73:0xd7,_0x2d6c11:0x12e,_0x277b15:0x5cf,_0x46d3e1:0x61f,_0x32eedb:0x70,_0xa913b2:0x61,_0xcc1b48:0xee,_0x30894d:0x3f,_0x2d0927:0x6a,_0x4d9741:0x119,_0x1956f6:0xdd,_0x48cba9:0x55e,_0x150e56:0x5a8,_0x2700cd:0x603,_0x514952:0x61b,_0x5b810f:0x57,_0x10823b:0xa7,_0x4fff57:0xa8,_0x3060e6:0x59,_0x1f0bfb:0xcf,_0x2feb82:0xaf,_0x10a8f0:0x76,_0x12ebc1:0x58f,_0x410917:0x545,_0x4a0bf6:0x555,_0x42bb7e:0x559,_0x129b75:0x56f,_0x2e41af:0x5ba,_0x251ded:0xca,_0x56edfb:0x8a,_0xb7eb5e:0x55f,_0x2e04a3:0x5ea,_0x128b24:0xa2,_0x85b1a2:0x52b,_0x5b38aa:0x54a,_0x369a6e:0xf3,_0x17edfc:0x93,_0x3ef26b:0x138,_0x30002e:0x5ca,_0xef90f7:0x5ae,_0x39dc27:0x18e,_0x46a11b:0x148,_0x33c473:0x55d,_0x30d35a:0x5cf,_0x5ba858:0x589,_0x597676:0x5ca,_0x3f1ae1:0x575,_0x5ad366:0x55c,_0x4cc95f:0x559,_0x16ff38:0x111,_0x9ad9a6:0xaf,_0x1c4f44:0x9c,_0x2b090f:0x73,_0x50be48:0xa7,_0x4bb167:0x623,_0x11700a:0xb8,_0x58af13:0xbe,_0x134c4e:0xbd,_0x16bcb4:0x180,_0x4335a9:0x11e,_0x592618:0x3a,_0x19cc86:0x24,_0x9f340c:0x569,_0x49b972:0x5cb,_0x2146d7:0x55,_0x13ec27:0x116,_0x4d94a0:0x137,_0xc541d1:0x5c5,_0x3611e7:0x7f,_0xd5caaf:0xc4,_0x4f4d2f:0x604,_0x4f6a55:0x5cc,_0x155687:0x605,_0x43df8d:0x132,_0x3945bf:0x16e,_0x410fdf:0x101,_0x4bb1fc:0x5f4,_0x4fb855:0x5cf,_0x56a5cd:0x64c},_0x310e89={_0x192c6c:0x642,_0xf86cb4:0x1da},_0x40868e={_0x222f34:0x14e},_0x3cd5f2={};_0x3cd5f2[_0x442fe0(_0x2c0418._0xe04d0e,_0x2c0418._0x20969f,0x66,_0x2c0418._0x5b0454)]=_0x348604(0x5cd,_0x2c0418._0xab4f4b,0x5bd,0x5b0)+_0x348604(0x4d3,_0x2c0418._0x459491,_0x2c0418._0x250bf1,0x4ce)+'d',_0x3cd5f2[_0x442fe0(_0x2c0418._0x3cf33,_0x2c0418._0x51446b,_0x2c0418._0x5c6498,_0x2c0418._0x2edbb9)]=function(_0x26ec99,_0x50d2b4){return _0x26ec99!==_0x50d2b4;},_0x3cd5f2['rNRVS']=_0x442fe0(_0x2c0418._0x2d43fc,_0x2c0418._0x50a86d,_0x2c0418._0x2a3890,_0x2c0418._0x2ce2df),_0x3cd5f2[_0x348604(_0x2c0418._0x2acdd1,_0x2c0418._0x45abf0,0x524,0x528)]=_0x442fe0(0x31,0xad,_0x2c0418._0x355089,0x8c),_0x3cd5f2['UaCMc']='Invalid\x20is'+_0x348604(0x5c9,_0x2c0418._0x55e945,0x5bf,0x57b)+_0x442fe0(_0x2c0418._0x3d6b24,0x107,_0x2c0418._0x28b294,0xbc);function _0x442fe0(_0x1989fa,_0x164e37,_0x94a966,_0x173d51){return _0x31190e(_0x1989fa-_0x40868e._0x222f34,_0x164e37-0x199,_0x94a966-0x7f,_0x1989fa);}_0x3cd5f2[_0x348604(0x5cc,_0x2c0418._0x3ddcd8,0x58a,0x5b2)]=_0x348604(0x4ab,0x52c,_0x2c0418._0x44b629,_0x2c0418._0x5e8274),_0x3cd5f2['TvsGG']=function(_0x2373c6,_0x2126f8){return _0x2373c6===_0x2126f8;},_0x3cd5f2[_0x348604(_0x2c0418._0x3777aa,0x523,_0x2c0418._0x4768a9,_0x2c0418._0x1c80a5)]=function(_0x1e4214,_0x4c3446){return _0x1e4214!==_0x4c3446;},_0x3cd5f2[_0x348604(_0x2c0418._0x41ed8d,0x5c3,0x5c3,0x560)]=_0x348604(0x4d6,0x548,_0x2c0418._0x2a452f,0x573)+'mment',_0x3cd5f2[_0x348604(_0x2c0418._0x49a382,0x5c4,0x596,_0x2c0418._0x37716c)]='Please\x20pro'+_0x348604(_0x2c0418._0x415f95,_0x2c0418._0x2b1867,0x534,0x523)+'ment\x20in\x20th'+'e\x20request\x20'+'body',_0x3cd5f2[_0x348604(_0x2c0418._0x86bb73,0x572,0x54c,0x5eb)]=_0x442fe0(0xc0,_0x2c0418._0x5a0593,_0x2c0418._0x1a1ea8,0x21)+_0x442fe0(_0x2c0418._0x1ae2a9,0x119,0x9e,_0x2c0418._0x25ea53)+'comment:',_0x3cd5f2[_0x442fe0(0xc1,0xd8,0x124,0xa3)]=_0x442fe0(_0x2c0418._0x52786c,_0x2c0418._0x40d171,0x9a,0x22);function _0x348604(_0xde0626,_0x455d86,_0x1db256,_0x2dcf7c){return _0x31190e(_0xde0626-0x2a,_0x455d86-_0x310e89._0x192c6c,_0x1db256-_0x310e89._0xf86cb4,_0xde0626);}_0x3cd5f2[_0x348604(0x62f,_0x2c0418._0x41571f,0x5b5,_0x2c0418._0x919823)]=_0x442fe0(_0x2c0418._0x87bf18,_0x2c0418._0x400d02,_0x2c0418._0x12da33,_0x2c0418._0x4c9e9c)+_0x442fe0(_0x2c0418._0x2b4151,0x67,0x8a,-0xb),_0x3cd5f2[_0x348604(0x621,0x5c7,0x62a,_0x2c0418._0x2b8023)]=_0x442fe0(_0x2c0418._0x5c41de,_0x2c0418._0x59cf7b,_0x2c0418._0x4196fe,0x148)+_0x442fe0(0x90,_0x2c0418._0xd1c66b,_0x2c0418._0x1ffe7a,_0x2c0418._0x1e6433),_0x3cd5f2[_0x348604(_0x2c0418._0x4fc675,_0x2c0418._0x193cc4,_0x2c0418._0x58a022,_0x2c0418._0x4c0ff2)]=_0x348604(0x59a,0x5ea,_0x2c0418._0x486b9b,_0x2c0418._0x1e15f7)+_0x442fe0(_0x2c0418._0x1ecef2,0x10e,0xc4,_0x2c0418._0x634240);const _0xc253c0=_0x3cd5f2;try{if(_0xc253c0[_0x348604(_0x2c0418._0x76acce,_0x2c0418._0x1ffef2,0x602,_0x2c0418._0x3631bd)](_0xc253c0[_0x348604(_0x2c0418._0x4e6c47,0x518,_0x2c0418._0x548451,0x4ad)],_0xc253c0[_0x348604(0x4f7,_0x2c0418._0x3e36f7,_0x2c0418._0xe4b455,_0x2c0418._0x519ed6)])){const _0x457968=_0x3d7ad[_0x442fe0(0xe7,0x86,_0x2c0418._0x3fb051,0x18)][_0x442fe0(_0x2c0418._0x4c274b,0xcd,_0x2c0418._0x16ee66,0xf9)][_0x348604(_0x2c0418._0xb408bd,0x5f4,_0x2c0418._0x27c021,0x583)]()[_0x442fe0(_0x2c0418._0x25dafc,_0x2c0418._0x4638cd,_0x2c0418._0x53fc7f,0xdf)+'e'](),{comment:_0x5cc206}=_0x3d7ad[_0x442fe0(0x3b,_0x2c0418._0x4dfb6b,_0x2c0418._0x12ab15,_0x2c0418._0x4c9e9c)];if(!/^[A-Z]+-\d+$/i[_0x348604(_0x2c0418._0x14b5ba,_0x2c0418._0x8a7cb8,_0x2c0418._0x525a39,_0x2c0418._0x23545f)](_0x457968)){const _0x53c12f={};return _0x53c12f[_0x442fe0(_0x2c0418._0x1cd7eb,0xaf,0x104,_0x2c0418._0x11cc06)]=_0xc253c0[_0x348604(0x4c5,_0x2c0418._0xdeca52,0x4d4,_0x2c0418._0x425a76)],_0x53c12f[_0x442fe0(_0x2c0418._0x2c6969,_0x2c0418._0x461f2a,_0x2c0418._0x1458bd,0x13e)]=_0x442fe0(_0x2c0418._0x5cfc23,_0x2c0418._0xe5013d,_0x2c0418._0x1b796c,0x10a)+_0x348604(_0x2c0418._0x4a0261,_0x2c0418._0x18f722,_0x2c0418._0x5ec8b2,_0x2c0418._0x2fa3d0)+_0x442fe0(_0x2c0418._0x44f276,0x14a,_0x2c0418._0xe5c9f1,0x19f)+_0x348604(_0x2c0418._0x5c4fc4,0x51b,_0x2c0418._0x4d71f4,0x49f),_0x5b32f5[_0x348604(0x5ba,_0x2c0418._0x471655,0x555,0x575)](0x3*0xa96+0xcf4+0x107*-0x2a)[_0x348604(0x565,_0x2c0418._0x346496,0x5c8,0x551)](_0x53c12f);}if(!_0x5cc206||_0xc253c0[_0x442fe0(_0x2c0418._0x29c2f7,0x118,0xfb,0x18b)](typeof _0x5cc206,_0xc253c0['agZGm'])||_0xc253c0[_0x348604(0x567,_0x2c0418._0x55dfa1,0x576,0x4cc)](_0x5cc206[_0x348604(0x625,0x5f4,_0x2c0418._0x5c2364,0x5ed)]()[_0x442fe0(_0x2c0418._0x29cc2b,0x56,-0x18,0xcd)],0x37b+-0x15a4+0x1229)){if(_0xc253c0[_0x442fe0(_0x2c0418._0x5f2a95,0x7a,_0x2c0418._0xbdaed2,_0x2c0418._0x1a2ace)](_0x348604(0x571,_0x2c0418._0x4b3b88,0x576,0x599),'BkhuR')){const _0x124fc2={};return _0x124fc2[_0x442fe0(0xc8,_0x2c0418._0x29c2f7,0x67,_0x2c0418._0x54247d)]=_0xc253c0[_0x348604(_0x2c0418._0x4315c2,_0x2c0418._0xbe7ff4,_0x2c0418._0x27e109,_0x2c0418._0x1ef015)],_0x124fc2[_0x442fe0(0x17b,0x121,0x17a,0x13e)]=_0xc253c0['QhvTZ'],_0x5b32f5['status'](-0x5d*0x6+-0x267+-0x625*-0x1)['json'](_0x124fc2);}else{const _0x2c5ce6={};return _0x2c5ce6[_0x442fe0(_0x2c0418._0xd8cad1,0xaf,_0x2c0418._0x4b4886,_0x2c0418._0x355971)]=_0x348604(_0x2c0418._0x22cc99,0x4f9,0x47d,0x50a)+_0x442fe0(0xac,0xb7,0x78,_0x2c0418._0x19e8b9)+_0x348604(0x59a,0x54f,0x5b8,_0x2c0418._0x2361c2),_0x2c5ce6['message']=_0x1fad97['message'],_0x77f874[_0x442fe0(_0x2c0418._0x366a73,0xca,0x58,_0x2c0418._0x2d6c11)](-0x19ec+0xde2+0xdfe)[_0x348604(0x5dc,_0x2c0418._0x277b15,0x5c3,0x55c)](_0x2c5ce6);}}logger[_0x348604(0x5f9,0x5a9,0x5b5,_0x2c0418._0x46d3e1)](_0x442fe0(_0x2c0418._0xe04d0e,_0x2c0418._0x32eedb,0x8e,_0x2c0418._0xa913b2)+_0x442fe0(_0x2c0418._0xcc1b48,0xae,0xbb,_0x2c0418._0x30894d)+_0x442fe0(_0x2c0418._0x2d0927,0x9b,_0x2c0418._0x4d9741,_0x2c0418._0x1956f6)+'\x20'+_0x457968);const _0x37ae4e=await jiraClient[_0x348604(_0x2c0418._0x48cba9,_0x2c0418._0x150e56,0x588,_0x2c0418._0x2700cd)+'t'](_0x457968,_0x5cc206[_0x348604(_0x2c0418._0x2fa3d0,0x5f4,0x597,_0x2c0418._0x514952)]()),_0x41391e={};_0x41391e[_0x442fe0(_0x2c0418._0x5b810f,_0x2c0418._0x10823b,_0x2c0418._0x4fff57,_0x2c0418._0x19e8b9)]=!![],_0x41391e[_0x442fe0(0x52,0x77,0x39,_0x2c0418._0x3060e6)]=_0x37ae4e,_0x5b32f5[_0x442fe0(0xf3,0x126,0x16e,_0x2c0418._0x1f0bfb)](_0x41391e);}else{const _0x403d11={};return _0x403d11[_0x442fe0(0x2e,_0x2c0418._0x2feb82,0x114,_0x2c0418._0x10a8f0)]=_0xc253c0[_0x348604(_0x2c0418._0x12ebc1,_0x2c0418._0x410917,0x592,0x597)],_0x403d11[_0x348604(_0x2c0418._0x4a0bf6,0x5ca,0x59d,_0x2c0418._0x42bb7e)]=_0x41f89a[_0x348604(_0x2c0418._0x129b75,0x5ca,_0x2c0418._0x2e41af,0x561)],_0x437182[_0x442fe0(0x110,_0x2c0418._0x251ded,_0x2c0418._0x56edfb,0x102)](-0x1f17*-0x1+-0xe*0x28e+-0x2*-0x31f)['json'](_0x403d11);}}catch(_0x5cf448){logger[_0x348604(0x4fb,0x558,_0x2c0418._0x14b5ba,_0x2c0418._0xb7eb5e)](_0xc253c0[_0x348604(0x51d,0x572,0x51d,_0x2c0418._0x2e04a3)],_0x5cf448);if(_0x5cf448[_0x442fe0(0x17a,0x121,_0x2c0418._0x128b24,0xea)][_0x348604(_0x2c0418._0x85b1a2,_0x2c0418._0x5b38aa,0x4e0,0x53e)](_0xc253c0['gMhei'])){const _0x2e8b50={};return _0x2e8b50[_0x442fe0(_0x2c0418._0x369a6e,0xaf,0xa2,_0x2c0418._0x17edfc)]=_0xc253c0[_0x442fe0(0x137,0x11d,0x124,_0x2c0418._0x3ef26b)],_0x2e8b50[_0x348604(0x570,_0x2c0418._0x30002e,_0x2c0418._0xef90f7,0x5e5)]=_0x5cf448[_0x442fe0(_0x2c0418._0x39dc27,0x121,_0x2c0418._0x46a11b,0xc6)],_0x5b32f5['status'](-0x118d+-0x2*0x21a+0x1755)[_0x348604(_0x2c0418._0x33c473,_0x2c0418._0x30d35a,0x61f,_0x2c0418._0x5ba858)](_0x2e8b50);}else{if(_0x5cf448[_0x348604(0x57a,_0x2c0418._0x597676,0x5ee,0x641)][_0x348604(0x5a2,0x54a,_0x2c0418._0x3f1ae1,0x539)](_0x348604(_0x2c0418._0x5ad366,_0x2c0418._0x4cc95f,0x522,0x50b)+'tion\x20faile'+'d')){const _0x319dc8={};return _0x319dc8[_0x442fe0(_0x2c0418._0x16ff38,_0x2c0418._0x9ad9a6,0xe4,0xc2)]=_0xc253c0[_0x442fe0(_0x2c0418._0x54247d,_0x2c0418._0x1c4f44,0xa9,_0x2c0418._0x2b090f)],_0x319dc8[_0x442fe0(0x119,0x121,_0x2c0418._0x50be48,0x151)]=_0x5cf448['message'],_0x5b32f5['status'](0x1037+0x1e5a+-0x2d00)[_0x348604(_0x2c0418._0x4bb167,_0x2c0418._0x346496,0x64f,0x55f)](_0x319dc8);}else{if(_0x5cf448['message'][_0x442fe0(_0x2c0418._0x11700a,0xa1,_0x2c0418._0x58af13,_0x2c0418._0x134c4e)](_0xc253c0[_0x442fe0(_0x2c0418._0x16bcb4,_0x2c0418._0x4335a9,0x142,0xd9)])){const _0xfc360={};return _0xfc360['error']=_0xc253c0[_0x442fe0(_0x2c0418._0x592618,0x5b,_0x2c0418._0x19cc86,_0x2c0418._0x1e6433)],_0xfc360[_0x348604(_0x2c0418._0x9f340c,0x5ca,_0x2c0418._0x49b972,0x5e0)]=_0x5cf448['message'],_0x5b32f5[_0x442fe0(0xc9,0xca,0xd6,_0x2c0418._0x2146d7)](0x42b+0xa1*-0x17+0xbdf)[_0x442fe0(0xe8,0x126,_0x2c0418._0x13ec27,_0x2c0418._0x4d94a0)](_0xfc360);}else{const _0xcccc={};return _0xcccc[_0x348604(_0x2c0418._0xc541d1,0x558,0x505,0x574)]=_0x442fe0(_0x2c0418._0x3611e7,_0x2c0418._0x29cc2b,0xcc,_0x2c0418._0xd5caaf)+_0x348604(_0x2c0418._0x4f4d2f,_0x2c0418._0x4f6a55,_0x2c0418._0x155687,0x577)+'nt',_0xcccc[_0x442fe0(0x126,0x121,0xf1,_0x2c0418._0x43df8d)]=_0x5cf448[_0x442fe0(_0x2c0418._0x3945bf,0x121,_0x2c0418._0x410fdf,0x14b)],_0x5b32f5['status'](0x11b*0xd+-0x20e0+0x1475)[_0x348604(_0x2c0418._0x4bb1fc,_0x2c0418._0x4fb855,0x5c7,_0x2c0418._0x56a5cd)](_0xcccc);}}}}});function _0x250be5(_0x2ebf3e,_0x50502f,_0x219162,_0x3ab7f1){const _0x2c9612={_0x53ec1e:0x313};return _0x10e1(_0x2ebf3e- -_0x2c9612._0x53ec1e,_0x3ab7f1);}export default router;
|
|
1
|
+
(function(_0x353a41,_0x519de0){const _0x4445ff={_0x45e868:0x124,_0x3a95a6:0xb0,_0x565d1d:0xe8,_0x3131a3:0x37c,_0x461302:0x3ec,_0xdd3e5d:0x3f5,_0x119cf8:0xcf,_0x12642f:0xa3,_0x58197f:0x3d7,_0x924c9d:0x392,_0xfbc792:0x3e7,_0x465149:0x449,_0x13e4f6:0x7c,_0xc67db4:0x75,_0x40e30d:0x3a0,_0x181567:0x3e6,_0x1844bb:0x374,_0xad026c:0xd4,_0x4e2b78:0x130,_0x537adf:0x431};function _0x310ff5(_0x56407a,_0x11d1c0,_0x426c3e,_0x217e2b){return _0x33d4(_0x217e2b- -0x1ca,_0x56407a);}const _0x3c0757=_0x353a41();function _0x4d37e7(_0x3154c1,_0x49e633,_0x3142b8,_0x4c707f){return _0x33d4(_0x3154c1-0x1a9,_0x3142b8);}while(!![]){try{const _0x361192=parseInt(_0x310ff5(_0x4445ff._0x45e868,0x11c,_0x4445ff._0x3a95a6,_0x4445ff._0x565d1d))/(-0xd*-0x295+0x1*0x9b1+-0x2b41)+parseInt(_0x4d37e7(_0x4445ff._0x3131a3,0x3f6,_0x4445ff._0x461302,_0x4445ff._0xdd3e5d))/(0x1f14+-0x10a0+-0xe72)+parseInt(_0x310ff5(0x103,_0x4445ff._0x119cf8,0x7f,_0x4445ff._0x12642f))/(0x2037+0x1a19+-0x3a4d)+parseInt(_0x4d37e7(_0x4445ff._0x58197f,_0x4445ff._0x924c9d,0x448,0x3d0))/(-0x1*-0xb57+0x58d+-0x10e0)+parseInt(_0x4d37e7(0x445,_0x4445ff._0xfbc792,0x466,_0x4445ff._0x465149))/(-0x2*0x55e+-0x113a+0xd*0x227)*(-parseInt(_0x310ff5(0x19,_0x4445ff._0x13e4f6,0x50,_0x4445ff._0xc67db4))/(0x7*-0x413+-0x1050+0x2cdb))+-parseInt(_0x4d37e7(0x394,_0x4445ff._0x40e30d,_0x4445ff._0x181567,_0x4445ff._0x1844bb))/(-0x25f0+-0xf36+0x352d)*(-parseInt(_0x310ff5(0x93,_0x4445ff._0xad026c,_0x4445ff._0x4e2b78,0xda))/(0x26f8+-0xd92+-0x11*0x17e))+-parseInt(_0x4d37e7(0x41e,_0x4445ff._0x537adf,0x3ac,0x3f1))/(0x1*0xe75+-0x22*-0x29+-0x13de);if(_0x361192===_0x519de0)break;else _0x3c0757['push'](_0x3c0757['shift']());}catch(_0x4fe6f4){_0x3c0757['push'](_0x3c0757['shift']());}}}(_0x3d32,-0xfeb8+-0x59a*-0x9c+0x23812));import _0x109b8f from'express';import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';import{logger}from'../lib/logger.js';function _0x20b4d1(_0x2f8c99,_0x3326c3,_0x5d5a02,_0x55938e){return _0x33d4(_0x2f8c99- -0x9f,_0x5d5a02);}const router=_0x109b8f[_0x20b4d1(0x1c3,0x1f6,0x166,0x15c)]();let jiraClient=null;async function initializeJiraClient(){const _0x492b84={_0xecc75d:0x267,_0x3f3199:0x25d,_0x3d374e:0x284,_0xabd328:0x315,_0x3b66c3:0x2de,_0x5032eb:0x2a0,_0x5dc67b:0x310,_0x5b71f1:0x31a,_0x4278d5:0x457,_0x4ba6bc:0x3e6,_0x4bf6f6:0x399,_0x3c5fde:0x401,_0x464878:0x2c4,_0x24334e:0x333,_0x138852:0x1f7,_0x12832a:0x262,_0x1591a3:0x23e,_0x456930:0x210,_0x5e9307:0x4a0,_0x20ca38:0x41f,_0x1929e0:0x2ca,_0x2f6bd2:0x206,_0x18baf8:0x3f1,_0x247c25:0x3c4,_0x138b8f:0x45f,_0x3547a3:0x4ed,_0x6a8481:0x432,_0x452a07:0x4d7,_0xaf1682:0x4cf,_0x5c2842:0x4b2,_0x38b002:0x348,_0x19f98e:0x322,_0x86b2ca:0x37d,_0xa74805:0x352,_0x2cc1df:0x279,_0x49715f:0x261,_0xc42e07:0x396,_0x327afd:0x3aa,_0x1bf491:0x39b,_0x47d904:0x2f0,_0x4b1115:0x2fe,_0x1b1cb9:0x2fd,_0x4448cf:0x2f6,_0x38b3eb:0x350,_0x48a8d2:0x268,_0x47ee47:0x215,_0x1a18ee:0x203,_0x419059:0x376,_0x263c88:0x32c,_0x511280:0x356,_0x4827dd:0x3cf,_0x4b8535:0x438,_0x552cc2:0x3bf,_0xcbaef5:0x3c4,_0x5308ab:0x36a,_0x3e241a:0x399,_0x447eed:0x33c,_0x1c7c95:0x2a4,_0x2650d1:0x2ce,_0x2b10ff:0x2e6,_0x259128:0x313,_0x18515e:0x38d,_0x123e60:0x394,_0x2e7023:0x287,_0x35022c:0x26a,_0x5bca14:0x41b,_0x1ea65e:0x46b,_0x3079a1:0x461,_0x4e88a4:0x48e,_0x2f5447:0x259,_0x3f41ac:0x227,_0x39d3a2:0x492,_0x2cf543:0x258,_0x452961:0x26d,_0x5eb017:0x2a0,_0x16ca22:0x2ab,_0x53e4ea:0x411,_0x3a97ea:0x425,_0x3f19a7:0x4da,_0x31243c:0x483,_0x3a3628:0x42e,_0x5d5b9f:0x338,_0x1cc99e:0x3d2,_0x3cf2d5:0x413,_0xa27fc:0x40c,_0x4ebe07:0x3f2,_0x18151d:0x4aa,_0xa2e691:0x4a2,_0x4b75fc:0x37b,_0x1980fd:0x418,_0x219fe9:0x471,_0x10bccc:0x274,_0x592b47:0x2b1,_0x7a7f08:0x2f9,_0x1fd403:0x37a},_0x1acc4b={_0x41cfc9:0xeb,_0x397d63:0x1ef};function _0x459c9e(_0x24f31b,_0x1fc5fe,_0xbc0702,_0x1181ce){return _0x20b4d1(_0x1fc5fe-0x13c,_0x1fc5fe-_0x1acc4b._0x41cfc9,_0x24f31b,_0x1181ce-_0x1acc4b._0x397d63);}const _0x4bbb3b={'vCHVi':_0x2b1db3(0x455,0x485,0x3c7,0x41f)+_0x459c9e(_0x492b84._0xecc75d,_0x492b84._0x3f3199,_0x492b84._0x3d374e,0x2b1)+_0x459c9e(_0x492b84._0xabd328,_0x492b84._0x3b66c3,0x2ed,_0x492b84._0x5032eb)+_0x459c9e(0x2c4,0x2ce,_0x492b84._0x5dc67b,_0x492b84._0x5b71f1)+_0x459c9e(0x22d,0x274,0x243,0x26b),'iFLqr':_0x2b1db3(0x481,_0x492b84._0x4278d5,0x542,0x4d8)+_0x2b1db3(_0x492b84._0x4ba6bc,_0x492b84._0x4bf6f6,0x43c,_0x492b84._0x3c5fde)+'d','SWHBW':function(_0x3585e1){return _0x3585e1();},'gbLJw':function(_0x1e84e4,_0x36370b){return _0x1e84e4!==_0x36370b;},'ANJBH':_0x459c9e(0x324,_0x492b84._0x464878,_0x492b84._0x24334e,0x290),'UgoXW':function(_0x2b67bd,_0x5676ac){return _0x2b67bd===_0x5676ac;},'TavZf':_0x459c9e(_0x492b84._0x138852,_0x492b84._0x12832a,_0x492b84._0x1591a3,_0x492b84._0x456930),'MazVk':_0x2b1db3(0x405,0x41f,0x49d,0x42a),'iQOsI':_0x2b1db3(0x461,_0x492b84._0x5e9307,0x3db,_0x492b84._0x20ca38)+_0x459c9e(0x2c6,0x25d,_0x492b84._0x1929e0,_0x492b84._0x2f6bd2)+'\x20JIRA\x20clie'+'nt\x20from\x20DA'+_0x2b1db3(0x49e,0x47d,0x4c4,0x486),'VFSRh':'true','VkYsj':'rnXAB','AZPvR':_0x2b1db3(_0x492b84._0x18baf8,_0x492b84._0x247c25,_0x492b84._0x138b8f,0x3f4)+_0x2b1db3(0x48a,_0x492b84._0x3547a3,0x4fc,0x4a4)+_0x2b1db3(_0x492b84._0x6a8481,0x527,_0x492b84._0x452a07,0x4a7)+'environmen'+_0x2b1db3(0x514,0x4fa,_0x492b84._0xaf1682,0x4b2)+'s'};function _0x2b1db3(_0x1ea6c4,_0x5a2a41,_0x4d428c,_0x4be666){return _0x20b4d1(_0x4be666-0x2b7,_0x5a2a41-0x9d,_0x5a2a41,_0x4be666-0x155);}const _0x92b196=await _0x4bbb3b[_0x2b1db3(0x43e,0x478,_0x492b84._0x5c2842,0x468)](loadJiraConfig);if(_0x92b196)try{if(_0x4bbb3b[_0x459c9e(0x308,_0x492b84._0x38b002,_0x492b84._0x19f98e,_0x492b84._0x86b2ca)](_0x459c9e(0x343,0x31f,0x312,_0x492b84._0xa74805),_0x4bbb3b['ANJBH'])){jiraClient=new JiraClient(_0x92b196),logger[_0x459c9e(0x2df,0x344,0x35c,0x342)](_0x459c9e(0x294,_0x492b84._0x2cc1df,_0x492b84._0x49715f,0x223)+_0x459c9e(_0x492b84._0xc42e07,0x329,_0x492b84._0x327afd,_0x492b84._0x1bf491)+_0x459c9e(0x2c0,0x32c,_0x492b84._0x47d904,0x2bd)+_0x459c9e(_0x492b84._0x4b1115,_0x492b84._0x1b1cb9,0x322,_0x492b84._0x4448cf));return;}else{const _0xf86821={};return _0xf86821[_0x459c9e(0x382,_0x492b84._0x38b3eb,0x399,0x398)]=_0x459c9e(0x2cf,_0x492b84._0x48a8d2,_0x492b84._0x47ee47,_0x492b84._0x1a18ee)+'\x20denied',_0xf86821[_0x459c9e(0x338,0x2f4,0x316,0x273)]=_0x17a3ca['message'],_0x59b75a[_0x459c9e(0x360,0x300,0x2e6,_0x492b84._0x419059)](0xf14*0x2+-0xae7+-0x11ae)[_0x459c9e(_0x492b84._0x263c88,_0x492b84._0x511280,0x388,_0x492b84._0x4827dd)](_0xf86821);}}catch(_0xda189a){_0x4bbb3b['UgoXW'](_0x4bbb3b[_0x2b1db3(0x3ab,_0x492b84._0x4b8535,_0x492b84._0x552cc2,0x3e0)],_0x4bbb3b[_0x459c9e(0x376,0x34a,_0x492b84._0xcbaef5,_0x492b84._0x5308ab)])?_0x17a465['error'](_0x4bbb3b[_0x2b1db3(_0x492b84._0x3e241a,0x43b,0x38a,0x409)],_0x4720c1):logger[_0x459c9e(0x3c8,0x350,_0x492b84._0x447eed,0x3b8)](_0x4bbb3b[_0x459c9e(0x288,0x307,_0x492b84._0x1c7c95,_0x492b84._0x2650d1)],_0xda189a);}if(_0x4bbb3b['UgoXW'](process[_0x459c9e(0x2fc,_0x492b84._0x2b10ff,0x318,0x27e)][_0x459c9e(0x337,_0x492b84._0x259128,_0x492b84._0x18515e,_0x492b84._0x123e60)+'ED'],_0x4bbb3b[_0x459c9e(_0x492b84._0x2e7023,_0x492b84._0x35022c,0x2bf,0x1fc)])){if(_0x4bbb3b[_0x459c9e(0x36f,0x31a,0x394,0x29e)]===_0x4bbb3b['VkYsj'])try{const _0x2d8a8b={'baseUrl':process[_0x2b1db3(_0x492b84._0x5bca14,0x470,_0x492b84._0x1ea65e,_0x492b84._0x3079a1)]['JIRA_BASE_'+_0x2b1db3(_0x492b84._0x4e88a4,0x4f4,0x43e,0x4ae)],...process[_0x459c9e(0x2b9,0x2e6,0x32f,0x357)][_0x459c9e(_0x492b84._0x2f5447,0x26d,_0x492b84._0x3f41ac,0x2b6)+_0x2b1db3(0x4c4,_0x492b84._0x39d3a2,0x4b3,0x4ce)]?{'cloudId':process['env'][_0x459c9e(_0x492b84._0x2cf543,_0x492b84._0x452961,_0x492b84._0x5eb017,_0x492b84._0x16ca22)+_0x459c9e(0x325,0x353,0x35f,0x345)]}:{}};_0x2d8a8b[_0x2b1db3(_0x492b84._0x3cf2d5,_0x492b84._0x3a97ea,_0x492b84._0xa27fc,_0x492b84._0x53e4ea)]={},_0x2d8a8b[_0x2b1db3(_0x492b84._0x3cf2d5,_0x492b84._0x3a97ea,_0x492b84._0xa27fc,_0x492b84._0x53e4ea)][_0x2b1db3(_0x492b84._0x3f19a7,_0x492b84._0x31243c,_0x492b84._0x3a3628,0x4af)]=process[_0x459c9e(0x2a1,_0x492b84._0x2b10ff,0x315,_0x492b84._0x5d5b9f)][_0x2b1db3(0x475,0x3c3,_0x492b84._0x1cc99e,0x410)],_0x2d8a8b[_0x2b1db3(_0x492b84._0x3cf2d5,_0x492b84._0x3a97ea,_0x492b84._0xa27fc,_0x492b84._0x53e4ea)][_0x2b1db3(0x425,0x383,0x407,_0x492b84._0x4ebe07)]=process['env'][_0x2b1db3(0x420,_0x492b84._0x18151d,_0x492b84._0xa2e691,0x481)+'OKEN'],jiraClient=new JiraClient(_0x2d8a8b),logger['info'](_0x4bbb3b['AZPvR']);}catch(_0x516b9d){logger[_0x459c9e(_0x492b84._0x4b75fc,0x350,0x2db,_0x492b84._0x1b1cb9)]('Failed\x20to\x20'+'initialize'+_0x2b1db3(_0x492b84._0x1980fd,0x454,0x4a4,0x459)+_0x2b1db3(_0x492b84._0x219fe9,0x429,0x4a9,0x449)+_0x459c9e(0x270,_0x492b84._0x10bccc,0x2a5,_0x492b84._0x592b47),_0x516b9d);}else{const _0x4d9591={};return _0x4d9591[_0x459c9e(0x2e0,0x350,0x3d0,0x2db)]=_0x4bbb3b[_0x2b1db3(_0x492b84._0x18baf8,0x42d,0x365,0x3dc)],_0x4d9591['message']=_0x191274[_0x459c9e(0x348,0x2f4,0x2c5,0x367)],_0x588f70[_0x459c9e(_0x492b84._0x7a7f08,0x300,_0x492b84._0x1fd403,0x367)](-0x3*0x442+0x2d4+-0xb83*-0x1)[_0x459c9e(_0x492b84._0x19f98e,0x356,0x31c,0x327)](_0x4d9591);}}}export async function initializeJira(){const _0x1e9af3={'Rcmpt':function(_0x5e59aa){return _0x5e59aa();}};await _0x1e9af3['Rcmpt'](initializeJiraClient);}export function getJiraClient(){return jiraClient;}function _0x3d32(){const _0x1ff2e4=['refuqv9esvi','B21Tzw50CYbMBW','uM91DgvY','C3rHDhvZ','EwriA1G','wKHcz0W','l2nVBMzPzW','sw52ywXPzcbPCW','qNzWDvy','sKLsqv9bueLFva','AvfpC0K','qsbPC3n1zxm','iIaOBwf4oIa','ntC5mJfjD2DyzMq','vefFreLsoG','Dwu6ia','zLvpuMq','AMjevxa','sxnZDwuGA2v5ia','zMT3u0e','Dvj3wxa','nta0nJaYmxDrt0vOzq','sKLsqv9ftKfcta','y29UzMLNDxjHDa','Bw1LBNqGDg8GsG','CNm6','AxmGC2vYDMvYlG','CMf0Aw9UigLZia','zfvdDxO','vMTzC2O','surhzvi','ifbSzwfZzsbJBW','tfvJwhu','t0TftG','sLnpt2e','Dhj1zq','DNvxyLu','Bg9vy24','C3PyDuu','BwLeyMi','z2v0sxnZDwu','vfnXsLm','EwL5txC','Cg9ZDcbkAxjHia','CMf0Aw9UigvUyq','swLlt0i','t2Dyv0S','yMXLzcbMCM9Tia','zwrRC2m','qsbJBgLLBNqGzG','CMnsuNa','zw50CW','yMfZzvvYBa','igzYB20Grefuqq','vvjm','zw1HAwW','yM9KEq','Cw9suMu','Dcb2yxjPywjSzq','DhjPBq','nxjQvujQBq','svz5Dfu','sLPREey','t0Pfq1qTmtiZ','igzVCM1HDcbquG','u2vHCMnOihf1zq','zM91BMq','wffey04','oezkC25zwa','B3ryEhm','C3rYAw5N','Aw5MBW','zerJA1u','tMP0z2G','CMnOihf1zxj5ia','z2jmsNC','C2nUzK4','twf6vMS','C2vHCMnOiePjuG','CM9TigvUDIb2yq','ignVBw1LBNrZoG','yuDcy2W','ndm2ndq4CMjKB09g','zxjYB3i','CMLHyMXLCW','yuPLD3u','x0Le','BvvPu2u','CNKGBxvZDcbIzq','ANnVBG','ugXLyxnLihbYBW','Ee90CKu','z2v0q29TBwvUDa','CNLZEu0','svi6','igf0igXLyxn0ia','qxv0AgvUDgLJyq','zg10wMu','DxjLzcbVBIb0Aa','Aw5PDgLHBgL6zq','yxrPB24','zgPszMW','BgvKigfMDgvYia','AuzmCxi','rxHuB0G','zw52AxjVBM1LBG','txDMq0K','vgf2wMy','rKDLvLm','Cg9ZDa','ugvYBwLZC2LVBG','l2LZC3vLCY86AW','vKztuMG','sKLsqtOGiG','A2v5','sKLsqv9dte9vra','y29TBwvUDdO','vNrOD0W','nda4mdm2wwnVyvHv','igLZC3vLoG','Aw5JBhvKzxm','wwzVr3q','DIb2yxjZoG','uLjMy0W','sw52ywXPzcbZzq','yxbPvg9Rzw4','rMv0y2HPBMCGyW','sKLsqsbPBNrLzW','z2P0rgO','BgvUz3rO','Aw9U','v1DJzgy','qw1Wz08','igvUywjSzwq','Chfurwe','z2v0','svLSDLy','BM90ignVBMzPzW','CIbkAxjHigLZCW','DvnJt0u','DgLVBIbMywLSzq','CMvSB2fKiePjuG','mti2oduZm1nrvxzcCq','C2vHCMnOsxnZDq','tMzlsfO','sK1St2G','y0LcCuG','uwjHyLO','DKnivMK','r2rYvuS','sfzYr24','igzYB20Gzw52Aq','wwrsuwy','Be91v3q','C3vLigTLEsbMBW','sKLsqv9ftufjta','yxv0Aa','twLZC2LUzYbJBW','tw5WrMC','qLreEg0','DcbYzwXVywrLza','sKLsqv9cqvnfxW','vLHhvui','EeX5v00','CgfYyw1Z','zgvIDwC','Aw9UihjLBg9Hza','AxH0tNa','DKXkBwy','igrLBMLLza','rMfPBgvKihrVia','vNDTyu4','zfj0zKe','uxvLCNKGDg9Via','Dg9rA2W','C25yCKq','yxrVCI4','wMXKAhm','u3rYC2W','rNbfyKq','qKj3ufu','v2LNyLq','DKvvB1q','rxDiwwC','ugzevgO','BLnXuNy','ug9ZDgLUzYbJBW','reTtAwK','rwXbsMe','DK5Vyxm','zw5HyMXLza','y3jrAfe','rNzmzwu','sKLsqsbJBgLLBG','vfHdwve','yvfMqwC','BxvZDcbIzsbPBG','BwvUDcbPBIb0Aa','Cg9ZDenVBw1LBG','CM9UBwvUDcb2yq','Bw1LBNq','Dg90ywW','rwvyANC','CM1HDa','zuvWAxi','sKLsqsbKAxnHyG','rMv0y2HPBMCGsG','CMf0Aw9Uig5VDa','zMv0y2GGsMLYyq','mtm0ndmZnMLNtLjpza','y29TBwvUDhm','zsbYzxf1zxn0ia','BNqGzNjVBsbLBG','sxnZDwuGBM90ia','DgvZDa','mIbJAgfYywn0zq','u2vHCMnOAw5Nia','y2XVDwrjza','igLZC3vL','yxv0AgvUDgLJyq','ANLvqvy','svjbigLZC3vLoG','vKzgs3K','CM9TierbvefFra','yxjJAa','sMLwtKW','mtG3ndKXmhDXrhjkCq','rNzuEw0','iePjuKeGy2XPzq','BM90igzVDw5K','uMvSB2fKAw5Nia','BxnUDvy','A1nyBxC','qMjcs0W','zxKVy29TBwvUDa','rKjdsuy','zw52','tM8GCgvYBwLZCW','C3D3vuu','yxjJAcbXDwvYEq','qsbPC3n1zxm6','EhjlENC','zMv0y2GGsKLsqq','u1DiqLC','DwvZDcbIB2r5','rNrnqMq','y29TBwvUDa','B1PvBgO','vMTzD04','igfKBwLUAxn0CG','BwvZC2fNzq','sKHTC3K','vMXfBM4','Dg9vChbLCKnHCW','tgL1vwO','vM55wva','twXQuuS','x0rjuG','Aw4GDgHLihjLCq'];_0x3d32=function(){return _0x1ff2e4;};return _0x3d32();}export async function reloadJiraClient(){const _0x296f8d={_0x295ccc:0x19a,_0x5e92cb:0x11b,_0x2f9292:0xf3,_0x28436a:0x145,_0x20fbcc:0x147,_0x41ff40:0x148,_0x352929:0x166,_0x47927f:0x14c,_0x3bbc64:0x145,_0x326b07:0x17a,_0x189484:0x340,_0x5e9ec4:0x38d,_0x20a876:0x446,_0x4cb1bb:0x3bb,_0x18af82:0x3c7,_0x413fcf:0x35c,_0x3702d2:0x38f,_0x543de3:0x148,_0x3a6342:0xb3,_0x20830e:0x143,_0x4e024d:0x330,_0x45d1f0:0x2bb,_0x9a6f64:0x2b9,_0x3ef257:0x69,_0x6562ae:0xd2,_0x3bb369:0x158,_0x367718:0x144,_0x126a79:0x106,_0x423ce7:0x117,_0x32c464:0x161,_0x4ddfa8:0x1db,_0x1d4f72:0x21a,_0x52ed51:0x162,_0x42081b:0xf0,_0x457c6b:0xef,_0x21b078:0xd3,_0x229f98:0x107,_0x2fbe4e:0x1d6,_0x3af228:0x17a,_0x45609c:0x336,_0x477d22:0x2ea,_0x3273af:0x2e4,_0x40d8e9:0x8d,_0x563e54:0x163,_0x4e73ec:0x1b4,_0xcc2830:0x13a,_0x30ede5:0x32f,_0x22537d:0x36d,_0x4f05a6:0x12b,_0xd9956a:0x13b,_0x1e0f2e:0x2a5,_0x4fb3b8:0x2ca,_0x451aaa:0x31b,_0x2a113d:0x339,_0x209091:0x41f,_0x3f21e4:0x3bf,_0x33186d:0xad,_0x40e286:0xfd,_0x35324b:0x355,_0x4d9268:0x33b,_0x326b2d:0x1e0,_0x4e2363:0x15f,_0x165098:0x171,_0x37a144:0xf5,_0x18ae71:0x1eb,_0x5b6a52:0x172,_0x520338:0x3a7,_0x2963b8:0x378,_0x4f9e37:0x152,_0x14ef63:0xe7,_0x2eeb29:0x171,_0x675d3a:0x19e,_0x58df8b:0x17f,_0x54b1e1:0x68,_0x1dace0:0xd4,_0xa75ad0:0x3e1,_0x385bbd:0x3a4,_0x1e9a5e:0x3c2,_0x3bc874:0x398,_0x2b7ac6:0x302,_0xa22473:0x200,_0x608404:0x126,_0x5ea1cd:0x19f,_0xb60e15:0xff,_0xd57158:0x8a,_0x5682ac:0xe2,_0x15e3bc:0x3a3,_0x30e5d7:0x352,_0x46dbf1:0x370,_0x530c95:0x2ed,_0x33370b:0x2de,_0x16d855:0x304,_0x2630c1:0xfb,_0x4cf90b:0x270,_0x4b2960:0x360,_0x5bea56:0x2e6,_0x453890:0xd1,_0x19decd:0xec,_0x2fa8ea:0x42f,_0x4188d8:0x3b3,_0x335ae2:0x338,_0x5dac94:0x1a3,_0x218c3d:0x177,_0x296fd6:0x34d,_0x24d248:0x2c0,_0x49fb92:0x354,_0x4beacf:0x398,_0x43557a:0x373,_0x4f4e1d:0xbc,_0x3a16c2:0x377,_0x1d9d07:0x3f4,_0x4f3bff:0xbd,_0x85436d:0x188,_0x463e93:0x363,_0x582265:0xd0,_0x1785f3:0x103,_0x1ed948:0x42c,_0x4aed39:0x3cd,_0x331042:0x3dd,_0xd5bb25:0x3b1,_0x1c9cce:0x3d3,_0x4efa1c:0xc3,_0x3855c6:0xf0,_0x111351:0x3ba,_0x20d8c8:0x392,_0x2812e4:0x1d0,_0xab0ec6:0x36a,_0x53dffb:0x309,_0xed42ba:0x363,_0x2cb360:0x314,_0x863065:0x16c,_0x312deb:0x1f7},_0xd7656e={_0x54f957:0x1ab,_0x251962:0x1b6},_0x1c646f={_0x439bde:0x1de,_0x1341b0:0x92},_0x4871ee={'aQfAg':_0x25c61b(0x10d,_0x296f8d._0x295ccc,0x14b,_0x296f8d._0x5e92cb)+'found','IYlvV':function(_0x38e5f8){return _0x38e5f8();},'VnyYP':'JIRA\x20clien'+'t\x20reloaded'+'\x20from\x20DATA'+_0x25c61b(0x15b,_0x296f8d._0x2f9292,_0x296f8d._0x28436a,_0x296f8d._0x20fbcc),'EwHYg':_0x25c61b(_0x296f8d._0x41ff40,0xd9,0x72,0xf0)+'reload\x20JIR'+_0x25c61b(_0x296f8d._0x352929,_0x296f8d._0x47927f,_0x296f8d._0x3bbc64,_0x296f8d._0x326b07)+_0x345a8d(_0x296f8d._0x189484,0x392,0x348,_0x296f8d._0x5e9ec4)+_0x345a8d(_0x296f8d._0x20a876,_0x296f8d._0x4cb1bb,0x3ca,_0x296f8d._0x18af82),'TSqJS':_0x345a8d(0x397,_0x296f8d._0x413fcf,_0x296f8d._0x3702d2,0x3a2),'uRwYp':_0x25c61b(_0x296f8d._0x543de3,_0x296f8d._0x3a6342,_0x296f8d._0x20830e,0x107)+_0x345a8d(_0x296f8d._0x4e024d,_0x296f8d._0x45d1f0,0x309,_0x296f8d._0x9a6f64)+_0x25c61b(_0x296f8d._0x3ef257,_0x296f8d._0x6562ae,_0x296f8d._0x3bb369,0xdd)+_0x25c61b(_0x296f8d._0x367718,_0x296f8d._0x126a79,_0x296f8d._0x423ce7,0x10d)+_0x25c61b(_0x296f8d._0x32c464,_0x296f8d._0x4ddfa8,_0x296f8d._0x1d4f72,0x19d),'OgXWK':function(_0x186dcc,_0x2e2e68){return _0x186dcc!==_0x2e2e68;},'AmpgO':_0x25c61b(0x154,0xf7,_0x296f8d._0x3a6342,0x12d),'YdRQf':_0x25c61b(0x144,_0x296f8d._0x52ed51,0xec,_0x296f8d._0x42081b)+_0x25c61b(0xc3,_0x296f8d._0x457c6b,0x11f,_0x296f8d._0x21b078)+_0x25c61b(0x102,_0x296f8d._0x229f98,_0x296f8d._0x2fbe4e,_0x296f8d._0x3af228)+'rom\x20env\x20va'+'rs:','vNoas':_0x25c61b(0xc4,0x126,0x1a2,0x129),'oZRVh':'rtwXj','otXxs':_0x345a8d(0x36a,0x2f5,_0x296f8d._0x45609c,0x371)+_0x345a8d(_0x296f8d._0x477d22,_0x296f8d._0x3273af,0x2cf,0x2c3)+'configurat'+_0x25c61b(_0x296f8d._0x40d8e9,_0x296f8d._0x563e54,0x82,0xec)};function _0x25c61b(_0x4bfc2b,_0x4edd96,_0x15ef39,_0x22a5cb){return _0x20b4d1(_0x22a5cb- -0x78,_0x4edd96-_0x1c646f._0x439bde,_0x4edd96,_0x22a5cb-_0x1c646f._0x1341b0);}logger[_0x25c61b(0x207,_0x296f8d._0x4e73ec,_0x296f8d._0xcc2830,0x190)](_0x345a8d(0x31d,_0x296f8d._0x30ede5,0x34f,_0x296f8d._0x22537d)+_0x25c61b(0x122,_0x296f8d._0x4f05a6,_0x296f8d._0xd9956a,_0x296f8d._0x229f98)+'t\x20configur'+_0x345a8d(0x334,_0x296f8d._0x1e0f2e,0x2cd,_0x296f8d._0x4fb3b8)),jiraClient=null;function _0x345a8d(_0x383714,_0x3cc76e,_0x1a2cef,_0x215d59){return _0x20b4d1(_0x1a2cef-_0xd7656e._0x54f957,_0x3cc76e-_0xd7656e._0x251962,_0x215d59,_0x215d59-0x15e);}const _0x44933d=await _0x4871ee[_0x345a8d(_0x296f8d._0x451aaa,0x2b6,0x2f1,0x295)](loadJiraConfig);if(_0x44933d)try{jiraClient=new JiraClient(_0x44933d),logger['info'](_0x4871ee[_0x345a8d(_0x296f8d._0x2a113d,0x347,0x368,0x3a7)]);return;}catch(_0x3f99dc){logger[_0x345a8d(0x382,_0x296f8d._0x209091,_0x296f8d._0x3f21e4,0x42c)](_0x4871ee[_0x25c61b(0xc7,0x9a,_0x296f8d._0x33186d,_0x296f8d._0x40e286)],_0x3f99dc);}if(process[_0x345a8d(0x3d2,0x38e,_0x296f8d._0x35324b,_0x296f8d._0x4d9268)][_0x25c61b(_0x296f8d._0x326b2d,0x1ad,0x188,_0x296f8d._0x4e2363)+'ED']===_0x4871ee[_0x25c61b(_0x296f8d._0x165098,_0x296f8d._0x37a144,_0x296f8d._0x18ae71,_0x296f8d._0x5b6a52)])try{const _0x3d5eeb={'baseUrl':process[_0x345a8d(_0x296f8d._0x520338,_0x296f8d._0x2963b8,_0x296f8d._0x35324b,0x33a)][_0x25c61b(0x145,_0x296f8d._0x4f9e37,0x168,_0x296f8d._0x14ef63)+_0x25c61b(0x17b,_0x296f8d._0x2eeb29,_0x296f8d._0x675d3a,_0x296f8d._0x58df8b)],...process['env'][_0x25c61b(_0x296f8d._0x54b1e1,0xcd,_0x296f8d._0x1dace0,0xb9)+_0x345a8d(_0x296f8d._0xa75ad0,_0x296f8d._0x385bbd,_0x296f8d._0x1e9a5e,0x351)]?{'cloudId':process[_0x345a8d(_0x296f8d._0x3bc874,0x312,_0x296f8d._0x35324b,_0x296f8d._0x2b7ac6)]['JIRA_CLOUD'+_0x25c61b(_0x296f8d._0xa22473,0x1f2,_0x296f8d._0x608404,_0x296f8d._0x5ea1cd)]}:{}};_0x3d5eeb[_0x25c61b(_0x296f8d._0xb60e15,_0x296f8d._0x2630c1,_0x296f8d._0xd57158,_0x296f8d._0x5682ac)]={},_0x3d5eeb[_0x25c61b(_0x296f8d._0xb60e15,_0x296f8d._0x2630c1,_0x296f8d._0xd57158,_0x296f8d._0x5682ac)][_0x345a8d(0x34a,0x3ef,_0x296f8d._0x15e3bc,0x3a4)]=process[_0x345a8d(_0x296f8d._0x30e5d7,_0x296f8d._0x46dbf1,0x355,0x32e)][_0x345a8d(_0x296f8d._0x530c95,_0x296f8d._0x33370b,_0x296f8d._0x16d855,0x2a0)],_0x3d5eeb[_0x25c61b(_0x296f8d._0xb60e15,_0x296f8d._0x2630c1,_0x296f8d._0xd57158,_0x296f8d._0x5682ac)][_0x345a8d(_0x296f8d._0x4cf90b,_0x296f8d._0x4b2960,_0x296f8d._0x5bea56,_0x296f8d._0x2a113d)]=process[_0x25c61b(_0x296f8d._0x2630c1,_0x296f8d._0x453890,_0x296f8d._0x19decd,0x132)]['JIRA_API_T'+'OKEN'],jiraClient=new JiraClient(_0x3d5eeb),logger[_0x345a8d(_0x296f8d._0x2fa8ea,0x3c3,_0x296f8d._0x4188d8,0x39d)](_0x4871ee[_0x345a8d(0x3c7,_0x296f8d._0x335ae2,0x380,0x330)]);}catch(_0x3284d6){if(_0x4871ee[_0x25c61b(_0x296f8d._0x5dac94,0x187,0xff,_0x296f8d._0x218c3d)](_0x4871ee[_0x345a8d(_0x296f8d._0x296fd6,_0x296f8d._0x24d248,0x2ed,_0x296f8d._0x49fb92)],_0x345a8d(0x338,_0x296f8d._0x4beacf,0x392,0x3ea)))logger[_0x345a8d(0x3ac,_0x296f8d._0x43557a,_0x296f8d._0x3f21e4,0x34f)](_0x4871ee[_0x25c61b(_0x296f8d._0x4f4e1d,0xb2,0x119,0xde)],_0x3284d6);else{const _0x32fce3={};return _0x32fce3[_0x345a8d(_0x296f8d._0x3a16c2,_0x296f8d._0x1d9d07,_0x296f8d._0x3f21e4,0x426)]=_0x4871ee[_0x25c61b(_0x296f8d._0x4f3bff,0x17c,_0x296f8d._0x85436d,0x109)],_0x32fce3[_0x345a8d(0x358,0x3ae,_0x296f8d._0x463e93,0x3a3)]=_0x33e3e9['message'],_0x51634e['status'](-0x7*-0x191+-0xde0+-0x3*-0x17f)['json'](_0x32fce3);}}else{if(_0x4871ee[_0x25c61b(0x117,_0x296f8d._0x2630c1,_0x296f8d._0x582265,_0x296f8d._0x1785f3)]!==_0x4871ee['oZRVh'])logger[_0x345a8d(_0x296f8d._0x1ed948,0x340,0x3b3,_0x296f8d._0x4aed39)](_0x4871ee[_0x345a8d(_0x296f8d._0x331042,0x41a,_0x296f8d._0xd5bb25,_0x296f8d._0x1c9cce)]);else{const _0x219806={};return _0x219806['error']=_0x25c61b(_0x296f8d._0x4efa1c,0x142,0x150,_0x296f8d._0x3855c6)+_0x345a8d(0x397,0x3de,_0x296f8d._0x111351,_0x296f8d._0x20d8c8)+_0x25c61b(_0x296f8d._0x2812e4,0x155,0x15d,0x154),_0x219806['message']=_0x24816f[_0x345a8d(_0x296f8d._0xab0ec6,_0x296f8d._0x53dffb,_0x296f8d._0xed42ba,_0x296f8d._0x2cb360)],_0x1f4ff5[_0x25c61b(0x124,0x1a7,_0x296f8d._0x863065,_0x296f8d._0x47927f)](-0x14ed+-0x2*0x5e7+-0x1*-0x22af)[_0x25c61b(0x167,0x1d3,_0x296f8d._0x312deb,0x1a2)](_0x219806);}}}function _0x33d4(_0x185e2a,_0x58ec3d){_0x185e2a=_0x185e2a-(0x1*-0xa2f+0x9d0+-0x1*-0x21f);const _0x12363d=_0x3d32();let _0x4db5eb=_0x12363d[_0x185e2a];if(_0x33d4['iCrmIZ']===undefined){var _0x25a325=function(_0x1caf7a){const _0x2fd06c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x49e1d8='',_0x1c3356='';for(let _0x32fed8=-0xb7*0xb+-0x2*0xc5e+-0x2099*-0x1,_0x1a5ee2,_0x5388d1,_0x406310=0x9bc+-0x98*-0x1f+0x2*-0xe12;_0x5388d1=_0x1caf7a['charAt'](_0x406310++);~_0x5388d1&&(_0x1a5ee2=_0x32fed8%(0x1a9e*-0x1+0xe47+0xc5b)?_0x1a5ee2*(0x1e2*0x3+-0x9d5+0x46f)+_0x5388d1:_0x5388d1,_0x32fed8++%(0x1*0x1349+0x2613+-0x3958))?_0x49e1d8+=String['fromCharCode'](0x19b7+0x1*-0x146a+-0x44e&_0x1a5ee2>>(-(0x155d+-0x11*0x14c+-0x1*-0xb1)*_0x32fed8&0x29d+-0xc1b+0x984)):0xb0a+0x1ba4+0x2*-0x1357){_0x5388d1=_0x2fd06c['indexOf'](_0x5388d1);}for(let _0x574dc4=-0x1927*-0x1+-0x52a+-0x77*0x2b,_0x59ced9=_0x49e1d8['length'];_0x574dc4<_0x59ced9;_0x574dc4++){_0x1c3356+='%'+('00'+_0x49e1d8['charCodeAt'](_0x574dc4)['toString'](0x1692+-0x1df6+-0x9f*-0xc))['slice'](-(-0x544*-0x7+0x2087+-0x4561));}return decodeURIComponent(_0x1c3356);};_0x33d4['PCQubK']=_0x25a325,_0x33d4['EMFFGr']={},_0x33d4['iCrmIZ']=!![];}const _0x1cf63d=_0x12363d[0x1613+0xa76+-0x2089*0x1],_0x31617e=_0x185e2a+_0x1cf63d,_0x14224f=_0x33d4['EMFFGr'][_0x31617e];return!_0x14224f?(_0x4db5eb=_0x33d4['PCQubK'](_0x4db5eb),_0x33d4['EMFFGr'][_0x31617e]=_0x4db5eb):_0x4db5eb=_0x14224f,_0x4db5eb;}function requireJira(_0x47c54f,_0x212b28,_0x5c0c78){const _0x2d3f5d={_0x1fd027:0x416,_0x3509cd:0x467,_0x20a9d6:0x4a9,_0x2a4b44:0x1f1,_0x25e1ac:0x465,_0x1dccca:0x4e4,_0x3a3e61:0x40a,_0x26db11:0x417,_0x5a2a64:0x463,_0x255c33:0x43e,_0x170a44:0x3d8,_0x1ad2a2:0x4fd,_0x5677c8:0x4d2,_0x12e34e:0x4b5,_0x4a4385:0x4bd,_0x1338af:0x2cd,_0x17c029:0x25d,_0x266b7d:0x448,_0x299066:0x4a5,_0x4c4153:0x2c9,_0x20ee5a:0x2ba,_0x50824a:0x25b,_0xbdb858:0x492,_0x5f2665:0x4da,_0x1eb337:0x516},_0x38a3f3={_0x1b2af6:0xa1};function _0x1f5ae7(_0x11f6f4,_0x217c65,_0x42ca5b,_0x308a57){return _0x20b4d1(_0x217c65-0xa6,_0x217c65-0x9c,_0x308a57,_0x308a57-0x30);}const _0x4672c6={};_0x4672c6['YfoGt']=_0x1f5ae7(0x1fb,0x1e3,0x18a,0x1e1)+_0x280b8f(_0x2d3f5d._0x1fd027,_0x2d3f5d._0x3509cd,_0x2d3f5d._0x20a9d6,0x499)+_0x1f5ae7(0x240,0x1e9,_0x2d3f5d._0x2a4b44,0x1de),_0x4672c6[_0x280b8f(_0x2d3f5d._0x25e1ac,0x4a3,_0x2d3f5d._0x1dccca,0x4b9)]=_0x280b8f(_0x2d3f5d._0x3a3e61,_0x2d3f5d._0x26db11,0x3a4,_0x2d3f5d._0x5a2a64)+'ration\x20is\x20'+_0x280b8f(0x3d4,0x421,_0x2d3f5d._0x255c33,_0x2d3f5d._0x170a44)+_0x280b8f(0x486,_0x2d3f5d._0x1ad2a2,_0x2d3f5d._0x5677c8,0x4cb)+_0x280b8f(0x481,_0x2d3f5d._0x12e34e,0x470,_0x2d3f5d._0x4a4385)+'\x20Please\x20co'+'ntact\x20your'+_0x1f5ae7(_0x2d3f5d._0x1338af,_0x2d3f5d._0x17c029,0x2a5,0x26f)+_0x280b8f(_0x2d3f5d._0x3a3e61,_0x2d3f5d._0x266b7d,0x4a8,_0x2d3f5d._0x299066);const _0x36a262=_0x4672c6;if(!jiraClient){const _0x482a79={};return _0x482a79[_0x1f5ae7(_0x2d3f5d._0x4c4153,_0x2d3f5d._0x20ee5a,_0x2d3f5d._0x50824a,0x277)]=_0x36a262[_0x1f5ae7(0x190,0x1dd,0x1d8,0x15c)],_0x482a79[_0x280b8f(0x463,_0x2d3f5d._0xbdb858,_0x2d3f5d._0x5f2665,0x505)]=_0x36a262['BvpuV'],_0x212b28['status'](-0x18b7+-0x151e+0x2fcc)[_0x280b8f(_0x2d3f5d._0x1eb337,0x4f4,0x480,0x549)](_0x482a79);}function _0x280b8f(_0x4597a0,_0x530c96,_0x466953,_0x20f41b){return _0x20b4d1(_0x530c96-0x2da,_0x530c96-0x178,_0x4597a0,_0x20f41b-_0x38a3f3._0x1b2af6);}_0x5c0c78();}router[_0x575268(-0x13a,-0xc6,-0xee,-0xf2)](_0x20b4d1(0x1c7,0x1a2,0x180,0x1ef),(_0x3a706f,_0x3c7b90)=>{const _0x352724={_0x88db8:0x4e,_0x2e5e2f:0x28,_0x14c31c:0x1f,_0x211954:0x45,_0x1a1587:0xa2,_0x1dc8b6:0x558,_0x20d3ee:0x500},_0x2aaf05={_0x158c5b:0x5a7,_0x8c2e21:0x186},_0x53cf7e={};function _0x1277f0(_0x1661a6,_0x4e00eb,_0x3c27c6,_0x44efee){return _0x575268(_0x4e00eb-0xdb,_0x4e00eb-0x63,_0x3c27c6-0xe9,_0x1661a6);}function _0x135423(_0x1eaa39,_0x136311,_0x590617,_0x314bff){return _0x575268(_0x590617-_0x2aaf05._0x158c5b,_0x136311-_0x2aaf05._0x8c2e21,_0x590617-0x107,_0x314bff);}_0x53cf7e[_0x1277f0(-_0x352724._0x88db8,-_0x352724._0x2e5e2f,0x1b,-_0x352724._0x14c31c)]=!!jiraClient,_0x53cf7e['baseUrl']=jiraClient?process['env'][_0x1277f0(-0x4b,-_0x352724._0x211954,-_0x352724._0x1a1587,-0xa6)+'URL']:null,_0x3c7b90[_0x135423(_0x352724._0x1dc8b6,0x4f2,0x542,_0x352724._0x20d3ee)](_0x53cf7e);});function _0x575268(_0x402fd6,_0x278d1e,_0x456e29,_0x12d921){const _0x2fdc0d={_0x334da3:0x31e};return _0x33d4(_0x402fd6- -_0x2fdc0d._0x334da3,_0x12d921);}router['get']('/issues/:k'+'ey',requireJira,async(_0x1cb594,_0xb8edce)=>{const _0x2e352d={_0x1a0a40:0x5ad,_0x1bd390:0x536,_0x2af72e:0x54d,_0x44838f:0x4d3,_0x557a67:0x50e,_0x46d9d0:0x4e2,_0x5684d3:0x508,_0xdf3eda:0x4b8,_0x1e7ebf:0x502,_0x29f655:0x4e3,_0x5bc6b1:0x4ef,_0x1a7362:0x52f,_0x4f49ac:0x59b,_0x2e2ec9:0x57a,_0x2542de:0x4ce,_0x4cfda0:0x4e9,_0x336110:0x4b1,_0x18a190:0x4d6,_0x4faecc:0x561,_0x4e88a8:0x520,_0x527e72:0x542,_0x45e328:0x564,_0x1ddf25:0x569,_0x1569ca:0x4c7,_0x3ea5e6:0x531,_0x513824:0x59b,_0x908ee1:0x558,_0x141868:0x496,_0x297ba3:0x4e2,_0x29ab40:0x4a5,_0x540501:0x4e0,_0x261bbb:0x563,_0x480629:0x4f5,_0x39d1a6:0x503,_0x3cf97d:0x541,_0xcf7b40:0x4b5,_0x37790c:0x525,_0x5d404e:0x4c8,_0x2516bc:0x4b7,_0xcd05f9:0x553,_0x509e5c:0x5c8,_0x332bbf:0x55c,_0x2a66af:0x4fc,_0x4e51e0:0x5a9,_0x44d87c:0x4b5,_0x16f37c:0x54b,_0x142a75:0x547,_0x424c35:0x51b,_0x8205d8:0x531,_0x62fca5:0x509,_0x504b2b:0x4ad,_0x6c132e:0x5a1,_0x3364a2:0x5c5,_0x227036:0x574,_0x2ded55:0x5f2,_0x25f4c1:0x4e0,_0x56fedc:0x4d1,_0x15501:0x559,_0x3a55ca:0x50d,_0x1e2ab0:0x57f,_0x46d644:0x596,_0x39a799:0x58e,_0x179de9:0x4b2,_0x1e30ce:0x4d0,_0x10c864:0x528,_0x955721:0x4d5,_0x50c78b:0x47f,_0x20a307:0x5bc,_0xd2c897:0x5e9,_0x3fbc2c:0x547,_0x11c3c4:0x58d,_0xccfe76:0x4db,_0x3b89b8:0x507,_0x51b379:0x540,_0x42dd97:0x5a3,_0xd0e906:0x5b7,_0x7ef25d:0x5b5,_0xa135d0:0x524,_0x24b615:0x59f,_0x3cb6d8:0x52d,_0x2041d4:0x562,_0x154cf7:0x5cf,_0x5cf27d:0x467,_0x5ec663:0x443,_0x5430cc:0x4ac,_0x6cc654:0x4d6,_0xb55af9:0x476,_0x6c6578:0x554,_0x3e9816:0x46a,_0x57696b:0x4b9,_0x189e2d:0x479,_0x4808ab:0x4a6,_0x50b78a:0x59c,_0x5215d7:0x5f9,_0x1711ef:0x5d8,_0x2c8fd1:0x508,_0x28b0f6:0x4a4,_0x3cbba0:0x553,_0x2a5642:0x5ba,_0xeb92d7:0x5be,_0x4804df:0x567,_0x4fe9ba:0x5a3,_0x33b998:0x5ed,_0x139558:0x575,_0x44e2d0:0x52c,_0x2925ec:0x4df,_0xf63b87:0x4fa,_0x57480e:0x5cd,_0x23a80c:0x607,_0x54e7dc:0x5c2,_0x59111f:0x53e,_0x587397:0x560,_0x2df5ef:0x526,_0xd2062a:0x5a7,_0x23d3cb:0x4a5,_0x279b72:0x4b7,_0x3dd2ad:0x531,_0x59b273:0x51a,_0x5a1c86:0x5fa,_0x3d62c7:0x5a8,_0x52eca0:0x55f,_0x125a77:0x538,_0x478f54:0x520,_0x95352e:0x5e0,_0x6b6132:0x566,_0xb9cea5:0x513,_0xb65b01:0x535,_0x169bad:0x50f,_0x5a212c:0x511,_0x4418ee:0x50c,_0x2b1085:0x51e,_0x1705cb:0x57b,_0x58bfda:0x530,_0x5a39f0:0x588,_0x3f9aa9:0x555,_0x42a08a:0x521,_0x3c3e99:0x509,_0x1413b6:0x4d0,_0x3f299d:0x4ce,_0x5555e3:0x4a2,_0x45a12c:0x465,_0x53c1ef:0x5bc,_0x4e28c8:0x5d2,_0x3b07d3:0x57c,_0x570d27:0x4a6,_0x395dad:0x4f2,_0x294eb3:0x558,_0x5d1fe4:0x556,_0x3f09ef:0x5c3,_0x464c2a:0x558,_0x4e30f8:0x54e,_0x1f47f9:0x577,_0x198108:0x4dc,_0x293768:0x5a8,_0x488249:0x4d6,_0x13690a:0x487,_0x30e33c:0x539,_0x2c9ca9:0x4c1,_0x5a73df:0x54c,_0xb7a684:0x4a9,_0x51d4a3:0x47c,_0x2cc9ac:0x5c1,_0x1f1904:0x61a,_0x5c2e2d:0x592,_0x3c6dd8:0x4db,_0x381353:0x4aa,_0x3b1786:0x51f,_0xe20ec1:0x590,_0x303b8d:0x567,_0x4b5971:0x4e0,_0x7e91e:0x527,_0x2c58fa:0x504,_0x7bb646:0x553,_0xd56b22:0x505,_0x412dca:0x57f,_0x255489:0x5b2,_0x51d9ef:0x4a0,_0x318a2e:0x430,_0x26ef11:0x4f1,_0x2be942:0x583,_0x2ddf63:0x59d,_0x25b919:0x58b,_0x3e4f58:0x524,_0x4e6f98:0x577,_0x832262:0x564,_0x3bfe6d:0x524,_0x531b45:0x56c,_0x18263b:0x608,_0x27c6e0:0x51e,_0xb16173:0x4d2,_0x4490be:0x48c,_0x22d7f7:0x543,_0x2be524:0x557,_0x4f6774:0x56a,_0x58d068:0x58d,_0x505b77:0x597,_0x4b072c:0x5b8,_0x2f73e6:0x47a,_0x38dc16:0x597,_0x1a41c9:0x470,_0x1d371d:0x50e,_0x5ada59:0x4fb,_0x5b46fb:0x5c1,_0x2bb836:0x5cb,_0x4731e2:0x4cf,_0x5ad5d5:0x509,_0x52635c:0x4c8,_0x451bc9:0x508,_0x533665:0x4b5,_0x54638c:0x50c,_0x5057df:0x51f,_0x3b0c97:0x56d,_0x5cce1e:0x5b4,_0x551c5c:0x4dc,_0x40c4e5:0x4d2,_0x20512a:0x550,_0x547ff1:0x52c,_0x3767b5:0x4ab,_0x27c964:0x50a,_0x5edcc3:0x502,_0x5ce256:0x56c,_0x4f0fef:0x512,_0x498436:0x543,_0x7b44c:0x5ff,_0x380b49:0x5b8,_0x5774ee:0x567,_0x1c9a11:0x4a5,_0x545602:0x476,_0x3616c4:0x561,_0x698e36:0x612,_0x3a41ec:0x4c6,_0x1719c9:0x56a,_0x5312a7:0x595,_0x14ebea:0x5e9,_0x8cce2d:0x522,_0x5842e6:0x556,_0x4fa9f0:0x4cb,_0x55f8f9:0x5a4,_0x597fd1:0x490,_0x20138f:0x485,_0x52fe5f:0x5cc,_0x23a35c:0x553,_0x3d1137:0x46f,_0x280a35:0x466,_0x15f245:0x587,_0x187b19:0x569,_0x3eb48a:0x5fc,_0x210ede:0x624,_0x24ff01:0x523,_0x3fca71:0x4d7,_0xbf629a:0x52d,_0x35dbd9:0x511,_0x31d71e:0x5c0,_0x290622:0x56f,_0x2aea28:0x5eb},_0x3434bd={_0x6a14e3:0xe0,_0x1696e6:0x32},_0x36eda8={_0x5c5f17:0x4d},_0x3c7178={};_0x3c7178[_0x109738(_0x2e352d._0x1a0a40,0x5ef,0x5d7,_0x2e352d._0x1bd390)]='Missing\x20se'+_0x109738(_0x2e352d._0x2af72e,_0x2e352d._0x44838f,_0x2e352d._0x557a67,_0x2e352d._0x46d9d0);function _0x26c07e(_0x27dd4d,_0x365d3f,_0x1f0598,_0x1abe08){return _0x20b4d1(_0x27dd4d-0x374,_0x365d3f-_0x36eda8._0x5c5f17,_0x365d3f,_0x1abe08-0xd6);}_0x3c7178['nSFQW']=_0x109738(_0x2e352d._0x5684d3,0x4e6,_0x2e352d._0xdf3eda,_0x2e352d._0x1e7ebf)+_0x26c07e(0x4bf,0x46d,_0x2e352d._0x29f655,0x4a1)+_0x26c07e(0x566,0x5c8,0x4e7,_0x2e352d._0x5bc6b1)+_0x109738(0x5b0,0x5e8,_0x2e352d._0x1a7362,_0x2e352d._0x4f49ac)+_0x109738(_0x2e352d._0x2e2ec9,0x508,0x4ff,0x55d),_0x3c7178[_0x26c07e(0x4c8,_0x2e352d._0x2542de,0x52d,_0x2e352d._0x4cfda0)]=_0x26c07e(_0x2e352d._0x336110,0x521,0x51c,_0x2e352d._0x18a190)+_0x26c07e(_0x2e352d._0x4faecc,_0x2e352d._0x4e88a8,0x5c0,_0x2e352d._0x527e72)+_0x26c07e(_0x2e352d._0x45e328,0x5bb,_0x2e352d._0x1ddf25,0x51e)+_0x109738(_0x2e352d._0x1569ca,0x461,_0x2e352d._0x3ea5e6,0x541)+_0x109738(_0x2e352d._0x513824,0x594,0x53b,_0x2e352d._0x908ee1)+'s',_0x3c7178[_0x26c07e(0x4eb,_0x2e352d._0x141868,_0x2e352d._0x297ba3,_0x2e352d._0x29ab40)]=_0x26c07e(0x4f3,_0x2e352d._0x540501,0x4fa,0x534)+_0x109738(0x4fe,0x483,0x517,_0x2e352d._0x261bbb)+_0x109738(_0x2e352d._0x480629,_0x2e352d._0x39d1a6,_0x2e352d._0x3cf97d,_0x2e352d._0xcf7b40)+_0x109738(_0x2e352d._0x37790c,_0x2e352d._0x5d404e,0x4a4,0x4cf)+'riables',_0x3c7178[_0x109738(0x4d3,_0x2e352d._0x2516bc,0x451,0x453)]=function(_0x23aeb5,_0x619509){return _0x23aeb5!==_0x619509;},_0x3c7178[_0x109738(_0x2e352d._0xcd05f9,_0x2e352d._0x509e5c,0x54a,0x5a8)]='vmWxN',_0x3c7178[_0x109738(_0x2e352d._0x332bbf,0x59a,0x4dd,_0x2e352d._0x2a66af)]=_0x26c07e(0x53c,0x552,_0x2e352d._0x4e51e0,0x525)+_0x26c07e(0x4cc,0x454,_0x2e352d._0x44d87c,0x4b8)+_0x109738(0x529,_0x2e352d._0x16f37c,_0x2e352d._0x142a75,_0x2e352d._0x424c35),_0x3c7178['uScOE']=_0x26c07e(_0x2e352d._0x142a75,_0x2e352d._0x8205d8,0x4de,_0x2e352d._0x62fca5)+_0x109738(0x522,0x566,0x5a2,_0x2e352d._0x504b2b)+_0x109738(_0x2e352d._0x6c132e,_0x2e352d._0x3364a2,_0x2e352d._0x142a75,0x53a)+_0x26c07e(_0x2e352d._0x227036,0x51b,0x4fe,_0x2e352d._0x2ded55);function _0x109738(_0x101972,_0x402c86,_0x3ed821,_0x1a2b51){return _0x575268(_0x101972-0x61f,_0x402c86-_0x3434bd._0x6a14e3,_0x3ed821-_0x3434bd._0x1696e6,_0x402c86);}_0x3c7178[_0x26c07e(_0x2e352d._0x25f4c1,_0x2e352d._0x56fedc,0x55d,0x48b)]=function(_0x592926,_0x3ff2a3){return _0x592926===_0x3ff2a3;},_0x3c7178[_0x109738(_0x2e352d._0x15501,_0x2e352d._0x3a55ca,_0x2e352d._0x1e2ab0,0x57b)]=_0x26c07e(_0x2e352d._0x46d644,0x548,_0x2e352d._0x39a799,0x573),_0x3c7178[_0x109738(0x4fc,_0x2e352d._0x179de9,0x4e9,0x50a)]=_0x26c07e(0x4dc,_0x2e352d._0x1e30ce,0x480,_0x2e352d._0x10c864)+'fetch\x20JIRA'+_0x109738(_0x2e352d._0x955721,_0x2e352d._0x1e30ce,0x527,_0x2e352d._0x50c78b),_0x3c7178[_0x109738(_0x2e352d._0x20a307,0x555,_0x2e352d._0xd2c897,0x574)]=_0x109738(0x543,0x528,0x5aa,0x545),_0x3c7178['FvLee']='gDkpm',_0x3c7178[_0x109738(_0x2e352d._0x3fbc2c,_0x2e352d._0x11c3c4,0x537,_0x2e352d._0xccfe76)]=_0x26c07e(_0x2e352d._0x3b89b8,0x4a4,0x52b,_0x2e352d._0x51b379)+_0x109738(_0x2e352d._0x42dd97,0x55b,_0x2e352d._0xd0e906,0x5eb),_0x3c7178[_0x26c07e(0x553,_0x2e352d._0x7ef25d,0x4d3,_0x2e352d._0xa135d0)]=_0x109738(_0x2e352d._0x24b615,_0x2e352d._0x3cb6d8,0x54d,0x5d4),_0x3c7178[_0x26c07e(_0x2e352d._0x2041d4,0x5b5,_0x2e352d._0x154cf7,_0x2e352d._0x3cb6d8)]=_0x26c07e(0x49c,_0x2e352d._0x5cf27d,_0x2e352d._0x5ec663,_0x2e352d._0x5430cc);const _0x411c42=_0x3c7178;try{const _0x5838df=_0x1cb594[_0x26c07e(_0x2e352d._0x6cc654,_0x2e352d._0xb55af9,_0x2e352d._0x6c6578,_0x2e352d._0x3e9816)][_0x26c07e(0x4a4,_0x2e352d._0x57696b,_0x2e352d._0x189e2d,_0x2e352d._0x4808ab)][_0x109738(_0x2e352d._0x50b78a,_0x2e352d._0x5215d7,0x5a5,_0x2e352d._0x1711ef)]()['toUpperCas'+'e']();if(!/^[A-Z]+-\d+$/i[_0x26c07e(_0x2e352d._0x2c8fd1,0x496,0x57f,_0x2e352d._0x28b0f6)](_0x5838df)){if(_0x411c42['VthwL'](_0x411c42[_0x109738(_0x2e352d._0x3cbba0,0x4de,0x50e,_0x2e352d._0x29f655)],_0x411c42[_0x109738(_0x2e352d._0x3cbba0,_0x2e352d._0x2a5642,_0x2e352d._0x46d9d0,_0x2e352d._0xeb92d7)])){const _0x3e522b={};return _0x3e522b[_0x109738(0x5b4,0x5e8,0x5c5,_0x2e352d._0x4804df)]=_0x411c42[_0x26c07e(0x581,_0x2e352d._0x4fe9ba,_0x2e352d._0x33b998,_0x2e352d._0x139558)],_0x3e522b[_0x26c07e(_0x2e352d._0x44e2d0,_0x2e352d._0x2925ec,_0x2e352d._0xf63b87,0x52e)]=_0x109738(0x5bb,_0x2e352d._0x57480e,_0x2e352d._0x23a80c,0x5f4)+'vide\x20a\x20sea'+_0x109738(0x5ab,_0x2e352d._0x54e7dc,_0x2e352d._0x59111f,0x62b)+_0x109738(_0x2e352d._0x587397,0x590,_0x2e352d._0x37790c,0x4fc)+_0x26c07e(_0x2e352d._0x2df5ef,_0x2e352d._0xd2062a,_0x2e352d._0x23d3cb,0x504),_0x493887[_0x26c07e(0x538,_0x2e352d._0x279b72,0x4b9,_0x2e352d._0x3dd2ad)](0xa9e+-0x1*0x133f+0xa31*0x1)[_0x26c07e(_0x2e352d._0x39a799,_0x2e352d._0x59b273,0x5a8,0x537)](_0x3e522b);}else{const _0x305f2={};return _0x305f2[_0x26c07e(0x588,0x558,_0x2e352d._0x5a1c86,_0x2e352d._0x3d62c7)]=_0x411c42['LiuUj'],_0x305f2[_0x26c07e(_0x2e352d._0x44e2d0,0x4b8,_0x2e352d._0x52eca0,_0x2e352d._0x332bbf)]=_0x411c42[_0x109738(0x4e9,0x4de,0x4a5,0x511)],_0xb8edce[_0x26c07e(_0x2e352d._0x125a77,0x570,_0x2e352d._0x4faecc,_0x2e352d._0x478f54)](-0x23*0x2+-0xbb*-0x1+0x11b)[_0x26c07e(0x58e,0x5c7,_0x2e352d._0x95352e,_0x2e352d._0x6b6132)](_0x305f2);}}logger[_0x109738(0x503,_0x2e352d._0xb9cea5,0x4f7,0x4fc)](_0x109738(0x52c,_0x2e352d._0xccfe76,_0x2e352d._0xb65b01,0x53b)+_0x26c07e(_0x2e352d._0x169bad,0x4e5,_0x2e352d._0x955721,_0x2e352d._0x141868)+'\x20'+_0x5838df);const _0xff689d=await jiraClient[_0x26c07e(0x55d,0x592,0x594,0x4f2)](_0x5838df);_0xb8edce[_0x26c07e(0x58e,0x512,_0x2e352d._0x5a212c,0x538)](_0xff689d);}catch(_0x22e5d7){if(_0x411c42[_0x109738(_0x2e352d._0x4418ee,_0x2e352d._0x2b1085,0x520,_0x2e352d._0x1705cb)](_0x411c42[_0x26c07e(_0x2e352d._0x3cb6d8,0x4dc,0x599,_0x2e352d._0x58bfda)],_0x411c42[_0x109738(0x559,0x534,_0x2e352d._0x7ef25d,0x525)])){logger[_0x26c07e(_0x2e352d._0x5a39f0,_0x2e352d._0x3f9aa9,_0x2e352d._0x42a08a,_0x2e352d._0x3c3e99)](_0x411c42[_0x26c07e(_0x2e352d._0x1413b6,_0x2e352d._0x3f299d,0x508,0x527)],_0x22e5d7);if(_0x22e5d7[_0x109738(_0x2e352d._0x908ee1,0x59b,0x59b,_0x2e352d._0x2a5642)][_0x109738(0x4d6,0x4a4,_0x2e352d._0x5555e3,_0x2e352d._0x45a12c)](_0x411c42[_0x109738(_0x2e352d._0x53c1ef,_0x2e352d._0x4e28c8,_0x2e352d._0x3b07d3,0x5ca)])){if(_0x411c42[_0x109738(_0x2e352d._0x44838f,0x4e9,0x546,_0x2e352d._0x570d27)](_0x411c42[_0x26c07e(_0x2e352d._0x395dad,0x485,0x4e2,_0x2e352d._0x42a08a)],_0x411c42['FvLee']))_0x591220[_0x109738(0x5b4,0x5d8,0x547,0x5ae)](_0x411c42['nSFQW'],_0x13b2f8);else{const _0x4e6e4={};return _0x4e6e4['error']=_0x411c42['BbBKL'],_0x4e6e4[_0x109738(_0x2e352d._0x294eb3,0x4e0,_0x2e352d._0x5d1fe4,_0x2e352d._0x3f09ef)]=_0x22e5d7[_0x109738(_0x2e352d._0x464c2a,_0x2e352d._0x4e30f8,0x4e0,0x577)],_0xb8edce[_0x109738(0x564,_0x2e352d._0x3cf97d,_0x2e352d._0x1f47f9,0x5c3)](0x128*-0x17+-0x1899+0x34c5)['json'](_0x4e6e4);}}else{if(_0x22e5d7[_0x26c07e(0x52c,0x4ec,_0x2e352d._0x198108,_0x2e352d._0x293768)][_0x109738(_0x2e352d._0x488249,_0x2e352d._0x13690a,0x4cc,_0x2e352d._0xa135d0)](_0x109738(_0x2e352d._0x30e33c,0x571,_0x2e352d._0x2c9ca9,_0x2e352d._0x5a73df)+_0x109738(0x4ea,0x4dd,_0x2e352d._0xb7a684,_0x2e352d._0x51d4a3)+'d')){const _0x398094={};return _0x398094['error']=_0x109738(_0x2e352d._0x2cc9ac,0x5c6,0x59c,_0x2e352d._0x1f1904)+'tion\x20faile'+'d',_0x398094[_0x26c07e(0x52c,_0x2e352d._0x297ba3,0x4e3,0x554)]=_0x22e5d7[_0x109738(_0x2e352d._0x464c2a,0x570,_0x2e352d._0x3fbc2c,0x58f)],_0xb8edce['status'](0x3*-0x1+0x229a+-0x2106)['json'](_0x398094);}else{if(_0x22e5d7[_0x109738(_0x2e352d._0x908ee1,_0x2e352d._0x5c2e2d,0x57f,_0x2e352d._0x3c6dd8)][_0x26c07e(_0x2e352d._0x381353,0x4c7,0x4cd,0x4c5)](_0x26c07e(_0x2e352d._0x3b1786,_0x2e352d._0xe20ec1,0x53d,_0x2e352d._0x303b8d)+_0x109738(_0x2e352d._0x4b5971,_0x2e352d._0x7e91e,0x4aa,_0x2e352d._0x2c58fa))){if(_0x411c42['toQkl'](_0x411c42[_0x26c07e(_0x2e352d._0x7bb646,0x520,_0x2e352d._0xd56b22,0x4d6)],_0x411c42['IDGeR'])){const _0x473e85={};return _0x473e85[_0x109738(0x5b4,_0x2e352d._0x412dca,_0x2e352d._0x255489,0x552)]=_0x26c07e(_0x2e352d._0x51d9ef,_0x2e352d._0x3a55ca,0x4e0,_0x2e352d._0x318a2e)+'\x20denied',_0x473e85[_0x109738(0x558,_0x2e352d._0x26ef11,_0x2e352d._0x2be942,_0x2e352d._0x2ddf63)]=_0x22e5d7[_0x26c07e(0x52c,_0x2e352d._0x25b919,_0x2e352d._0x3e4f58,_0x2e352d._0x4e6f98)],_0xb8edce[_0x109738(_0x2e352d._0x832262,_0x2e352d._0x3bfe6d,_0x2e352d._0x30e33c,_0x2e352d._0x531b45)](-0x3b6+0x3*-0x7fd+0x1d40)[_0x109738(0x5ba,_0x2e352d._0x18263b,0x55e,0x5d5)](_0x473e85);}else{const _0x1b24a0={};_0x1b24a0['cloudId']=_0xf97767[_0x26c07e(_0x2e352d._0x27c6e0,0x504,0x4ad,_0x2e352d._0xb16173)]['JIRA_CLOUD'+'_ID'];const _0xaee191={};_0xaee191['email']=_0x194f67['env']['JIRA_EMAIL'],_0xaee191[_0x109738(0x4db,0x476,0x529,_0x2e352d._0x4490be)]=_0x2462cd[_0x109738(0x54a,_0x2e352d._0x22d7f7,_0x2e352d._0x424c35,_0x2e352d._0x2be524)][_0x109738(_0x2e352d._0x4f6774,0x55e,_0x2e352d._0x58d068,0x5ce)+_0x26c07e(_0x2e352d._0x5d1fe4,_0x2e352d._0x505b77,_0x2e352d._0x4b072c,_0x2e352d._0x332bbf)];const _0x2985c8={'baseUrl':_0x57635b['env'][_0x26c07e(0x4d3,0x554,0x4ee,_0x2e352d._0x2f73e6)+_0x109738(_0x2e352d._0x38dc16,0x5db,_0x2e352d._0x8205d8,0x5d6)],..._0x539715[_0x109738(0x54a,_0x2e352d._0xd56b22,0x4e8,0x568)][_0x109738(_0x2e352d._0x56fedc,_0x2e352d._0x1a41c9,_0x2e352d._0x1d371d,_0x2e352d._0x5ada59)+_0x26c07e(_0x2e352d._0x25b919,_0x2e352d._0x5b46fb,_0x2e352d._0x2bb836,0x540)]?_0x1b24a0:{}};_0x2985c8[_0x26c07e(0x4ce,_0x2e352d._0x4731e2,_0x2e352d._0x5bc6b1,_0x2e352d._0x5ad5d5)]=_0xaee191,_0x111330=new _0x5cad3d(_0x2985c8),_0x4aa1af['info'](_0x411c42[_0x26c07e(_0x2e352d._0x52635c,0x469,_0x2e352d._0x451bc9,_0x2e352d._0x533665)]);}}else{if(_0x411c42[_0x109738(_0x2e352d._0x54638c,0x583,_0x2e352d._0x58bfda,_0x2e352d._0x5057df)](_0x411c42[_0x26c07e(_0x2e352d._0x2041d4,_0x2e352d._0x3f09ef,0x593,_0x2e352d._0x3b0c97)],_0x411c42[_0x109738(0x58e,0x580,0x5bc,0x5f8)])){const _0x5398e7={};return _0x5398e7[_0x109738(_0x2e352d._0x5cce1e,0x53b,_0x2e352d._0x57480e,0x5eb)]=_0x26c07e(_0x2e352d._0x551c5c,_0x2e352d._0x40c4e5,0x539,0x517)+_0x109738(_0x2e352d._0x20512a,0x575,0x4d9,0x521)+_0x109738(0x538,0x4de,_0x2e352d._0x24b615,_0x2e352d._0x424c35),_0x5398e7[_0x26c07e(_0x2e352d._0x547ff1,0x4d3,0x4e1,_0x2e352d._0x3767b5)]=_0x22e5d7[_0x109738(0x558,_0x2e352d._0x4e6f98,_0x2e352d._0x27c964,_0x2e352d._0x5edcc3)],_0xb8edce[_0x109738(0x564,0x53d,_0x2e352d._0x5ce256,_0x2e352d._0x4f0fef)](-0x1671+-0x985+-0x10f5*-0x2)[_0x109738(_0x2e352d._0x2a5642,_0x2e352d._0x498436,_0x2e352d._0x5cce1e,_0x2e352d._0x7b44c)](_0x5398e7);}else{const _0x543bfd={};_0x543bfd[_0x109738(0x537,0x5b2,_0x2e352d._0x3cb6d8,_0x2e352d._0x380b49)]=_0x20e2f0[_0x109738(0x54a,_0x2e352d._0x5774ee,0x56e,0x581)][_0x26c07e(_0x2e352d._0x1c9a11,_0x2e352d._0x545602,0x46b,0x501)+'_ID'];const _0x4ff8c8={};_0x4ff8c8[_0x109738(0x598,0x592,_0x2e352d._0x3616c4,_0x2e352d._0x698e36)]=_0x44cca5['env'][_0x109738(0x4f9,_0x2e352d._0x2af72e,0x4dc,0x4c1)],_0x4ff8c8[_0x109738(_0x2e352d._0xccfe76,0x516,_0x2e352d._0x3a41ec,0x53d)]=_0x372c68[_0x109738(0x54a,0x5ad,0x5a8,0x53c)][_0x109738(_0x2e352d._0x1719c9,_0x2e352d._0x5312a7,_0x2e352d._0x14ebea,_0x2e352d._0x8cce2d)+_0x26c07e(_0x2e352d._0x5842e6,0x59d,0x4e1,0x4e0)];const _0x1180b2={'baseUrl':_0x357efe[_0x109738(0x54a,0x5af,_0x2e352d._0x4fa9f0,_0x2e352d._0x55f8f9)][_0x26c07e(_0x2e352d._0x44838f,_0x2e352d._0x597fd1,_0x2e352d._0x20138f,0x4ba)+_0x26c07e(0x56b,0x583,_0x2e352d._0x52fe5f,0x5c0)],..._0x4d1034[_0x109738(0x54a,_0x2e352d._0x23a35c,0x52b,0x50d)][_0x26c07e(0x4a5,_0x2e352d._0x3d1137,_0x2e352d._0x280a35,0x493)+_0x26c07e(_0x2e352d._0x25b919,_0x2e352d._0x15f245,_0x2e352d._0x187b19,_0x2e352d._0x3eb48a)]?_0x543bfd:{}};_0x1180b2['auth']=_0x4ff8c8,_0x27b273=new _0x27d939(_0x1180b2),_0x2332bc[_0x109738(0x5a8,_0x2e352d._0x210ede,0x5bc,0x58b)](_0x411c42['nSqRv']);}}}}}else _0x46f7f6[_0x109738(_0x2e352d._0x5cce1e,0x62f,0x609,0x59f)](_0x26c07e(_0x2e352d._0x198108,0x46b,_0x2e352d._0x24ff01,0x498)+_0x109738(0x4c1,_0x2e352d._0x3fca71,_0x2e352d._0xbf629a,_0x2e352d._0x35dbd9)+_0x109738(_0x2e352d._0x527e72,_0x2e352d._0x31d71e,0x59f,_0x2e352d._0x39d1a6)+'nt\x20from\x20DA'+_0x109738(_0x2e352d._0x290622,0x5cd,_0x2e352d._0x2aea28,0x541),_0x40de82);}}),router[_0x20b4d1(0x12b,0xb7,0xdf,0x18c)]('/search',requireJira,async(_0x5bbf09,_0x2a5479)=>{const _0x1f0c55={_0x36369c:0x522,_0x4bb614:0x50e,_0x28696f:0x4b8,_0x422172:0x5ec,_0x5b75d4:0x643,_0x29e792:0x5e6,_0x2b5134:0x318,_0x5c39b7:0x321,_0x447d91:0x2a0,_0x148832:0x33b,_0x59e145:0x555,_0x11df4d:0x5bd,_0x4af663:0x53b,_0x31e330:0x57d,_0x2cf852:0x586,_0x4e94a3:0x5c3,_0x33eac2:0x62b,_0x546371:0x29f,_0x399007:0x277,_0x3034b1:0x535,_0x408c4f:0x55a,_0x5ecb66:0x5aa,_0x307955:0x59e,_0x6d4e9a:0x21c,_0x2ca59f:0x287,_0x24d737:0x2c3,_0xc9a1c8:0x547,_0x740cf:0x4e6,_0x13a37d:0x470,_0x5c5315:0x31e,_0xc3750c:0x2a2,_0xdb7680:0x58c,_0x310e92:0x4c8,_0x4631c8:0x2a1,_0x5ae5f4:0x2a6,_0x33d54f:0x28a,_0x11c674:0x4b9,_0x12a685:0x4be,_0x48f2bd:0x32b,_0x250c74:0x392,_0x4c6c5d:0x298,_0x1f6f6d:0x336,_0x1d34f2:0x347,_0x567761:0x2e1,_0x2c643b:0x272,_0x175b7b:0x50d,_0x24fad2:0x54e,_0x55a832:0x5b1,_0x595bf0:0x271,_0x1841e8:0x289,_0x55942f:0x273,_0x4469a3:0x532,_0x179ef6:0x4e2,_0x198932:0x4e4,_0x2f9fa1:0x53a,_0x4bd318:0x28a,_0x4af6c5:0x4c6,_0x2647be:0x4d2,_0x4953a5:0x2c2,_0x1788f1:0x302,_0x15fe4d:0x308,_0x256697:0x508,_0x54ad30:0x2d4,_0x58363c:0x294,_0x2ed183:0x574,_0x2d5a27:0x59b,_0x3c87e5:0x5e0,_0x37a8e4:0x301,_0xa60f20:0x2c7,_0x31d1e2:0x611,_0x3f5047:0x30f,_0x7c0acf:0x2bf,_0x3baf7d:0x305,_0x4445ee:0x2aa,_0x41fbed:0x5c2,_0x13f277:0x542,_0x461115:0x5a4,_0x415d16:0x554,_0x55130d:0x5bc,_0x31520c:0x5e8,_0x3a054f:0x2e4,_0x44cfd4:0x274,_0x5859a2:0x2e0,_0x2bf8f8:0x5b0,_0x4c0418:0x578,_0x703ff:0x4ec,_0x3c9769:0x45e,_0x1b8797:0x4ff,_0x195735:0x50d,_0x525ba9:0x4d4,_0x1fa4ae:0x5c4,_0x1e25ed:0x5a8,_0x49218a:0x576,_0x949010:0x2d4,_0x4c363b:0x1d8,_0x3b3a85:0x256,_0x149e7f:0x2ca,_0x25e602:0x2ba,_0x319322:0x4a4,_0x4bc9e0:0x502,_0x1b6601:0x544,_0x1e71ae:0x2da,_0x309401:0x270,_0x4dfc47:0x2c4,_0x5e2d6d:0x55a,_0x380d61:0x594,_0x372bf6:0x5ad,_0x8afe37:0x24a,_0x2d85d9:0x25c,_0x5aae79:0x599,_0x11444a:0x560,_0x49ffe:0x50e,_0x2768c1:0x565,_0x2b92a2:0x5d4,_0xed3853:0x55c,_0x186df1:0x5ee,_0x36527d:0x22a,_0x11572f:0x58f,_0x4cab7f:0x589,_0x5b15e5:0x5a1,_0x2294b3:0x5ff,_0x39de84:0x38b,_0x29cc31:0x330,_0x4c89e5:0x305,_0x5560b3:0x620,_0x3bc9c3:0x5c9,_0x29da61:0x5e5,_0x399154:0x210,_0x457271:0x59a,_0x470ffb:0x568,_0x2e47dd:0x25f,_0x34d2ad:0x5f1,_0x35321f:0x634,_0x237d3b:0x623,_0x9ca77f:0x347,_0x48ab72:0x317,_0x367a82:0x287,_0x36f177:0x334,_0x5ec43e:0x2fc,_0x2c1a94:0x21f,_0x391dfc:0x5cf,_0x5dc9e1:0x492,_0x26aa56:0x2f4,_0x1d9085:0x268,_0x5da7f8:0x2c4,_0x5f2ad7:0x3a9,_0x181e97:0x2ed,_0x2b4509:0x4d7,_0x2e5046:0x56c},_0x45a38f={_0x507037:0x3a8,_0x2a8723:0xed,_0x8f4411:0x4},_0x53009c={_0x40e7be:0x1a0},_0x2abea9={};_0x2abea9[_0x4ab177(_0x1f0c55._0x36369c,_0x1f0c55._0x4bb614,0x573,_0x1f0c55._0x28696f)]=_0x4ab177(_0x1f0c55._0x422172,0x5c9,0x5b1,_0x1f0c55._0x5b75d4)+'tion\x20faile'+'d',_0x2abea9[_0x4ab177(0x5cb,0x58d,_0x1f0c55._0x29e792,0x57b)]=_0x25a3b4(_0x1f0c55._0x2b5134,0x323,0x2d9,0x2ea),_0x2abea9[_0x25a3b4(_0x1f0c55._0x5c39b7,0x2f9,_0x1f0c55._0x447d91,_0x1f0c55._0x148832)]='Missing\x20se'+_0x4ab177(0x57d,_0x1f0c55._0x59e145,0x4e7,_0x1f0c55._0x11df4d),_0x2abea9[_0x4ab177(_0x1f0c55._0x4af663,0x51e,_0x1f0c55._0x31e330,_0x1f0c55._0x2cf852)]=_0x4ab177(0x5dd,_0x1f0c55._0x4e94a3,0x58c,_0x1f0c55._0x33eac2)+'vide\x20a\x20sea'+'rch\x20query\x20'+_0x25a3b4(_0x1f0c55._0x546371,0x2dc,0x269,_0x1f0c55._0x399007)+_0x4ab177(_0x1f0c55._0x3034b1,_0x1f0c55._0x408c4f,_0x1f0c55._0x5ecb66,_0x1f0c55._0x307955),_0x2abea9['QbabZ']=_0x25a3b4(_0x1f0c55._0x6d4e9a,_0x1f0c55._0x2ca59f,0x26f,_0x1f0c55._0x24d737)+'short';function _0x25a3b4(_0x54f87a,_0x2dcc69,_0x45f6e6,_0x847b2){return _0x20b4d1(_0x2dcc69-0x11c,_0x2dcc69-_0x53009c._0x40e7be,_0x45f6e6,_0x847b2-0xe8);}_0x2abea9[_0x4ab177(_0x1f0c55._0xc9a1c8,_0x1f0c55._0x740cf,_0x1f0c55._0x13a37d,0x55b)]=_0x25a3b4(0x324,_0x1f0c55._0x5c5315,_0x1f0c55._0xc3750c,0x366)+_0x4ab177(_0x1f0c55._0xdb7680,0x5c1,0x5cd,0x631)+_0x25a3b4(0x2fe,0x33c,0x346,0x30e)+_0x4ab177(0x5ad,0x53d,_0x1f0c55._0x310e92,0x59a)+'rs',_0x2abea9[_0x25a3b4(_0x1f0c55._0x4631c8,0x281,_0x1f0c55._0x5ae5f4,_0x1f0c55._0x33d54f)]=_0x4ab177(_0x1f0c55._0x11c674,0x510,0x4dd,_0x1f0c55._0x12a685)+_0x25a3b4(0x375,_0x1f0c55._0x48f2bd,_0x1f0c55._0x250c74,0x395)+_0x25a3b4(0x341,0x2ca,_0x1f0c55._0x4c6c5d,_0x1f0c55._0x1f6f6d),_0x2abea9['cIBqH']=function(_0x505a00,_0x242113){return _0x505a00===_0x242113;},_0x2abea9[_0x25a3b4(0x2df,0x2da,0x327,_0x1f0c55._0x1d34f2)]=_0x25a3b4(0x356,_0x1f0c55._0x567761,0x31a,_0x1f0c55._0x2c643b),_0x2abea9[_0x4ab177(_0x1f0c55._0x175b7b,_0x1f0c55._0x24fad2,_0x1f0c55._0x55a832,0x51b)]=_0x25a3b4(_0x1f0c55._0x595bf0,_0x1f0c55._0x1841e8,_0x1f0c55._0x55942f,0x30b),_0x2abea9['NfKHZ']=_0x4ab177(_0x1f0c55._0x4469a3,_0x1f0c55._0x179ef6,0x4c4,_0x1f0c55._0x198932)+_0x4ab177(_0x1f0c55._0x2f9fa1,0x555,0x552,0x4e1),_0x2abea9[_0x25a3b4(_0x1f0c55._0x4bd318,0x2fd,0x2e4,0x2a8)]=_0x4ab177(0x5b6,0x541,_0x1f0c55._0x4af6c5,_0x1f0c55._0x2647be)+'tion\x20faile'+'d',_0x2abea9[_0x25a3b4(_0x1f0c55._0x4953a5,_0x1f0c55._0x1788f1,_0x1f0c55._0x15fe4d,_0x1f0c55._0x1f6f6d)]=function(_0x32f90e,_0x416fe2){return _0x32f90e===_0x416fe2;},_0x2abea9['mUiSe']=_0x4ab177(0x505,_0x1f0c55._0x256697,_0x1f0c55._0x4af663,0x53c);function _0x4ab177(_0x5444c8,_0xd7bec0,_0x53ff3d,_0x581b96){return _0x20b4d1(_0xd7bec0-_0x45a38f._0x507037,_0xd7bec0-_0x45a38f._0x2a8723,_0x581b96,_0x581b96-_0x45a38f._0x8f4411);}_0x2abea9['JMlOh']=_0x25a3b4(_0x1f0c55._0x54ad30,0x2b6,0x2da,0x334),_0x2abea9[_0x25a3b4(0x1fd,0x260,0x234,_0x1f0c55._0x58363c)]='Failed\x20to\x20'+_0x25a3b4(0x37c,_0x1f0c55._0x48f2bd,0x345,0x2ee)+_0x4ab177(0x5c2,_0x1f0c55._0x2ed183,0x58f,_0x1f0c55._0x2d5a27);const _0x5868eb=_0x2abea9;try{const {query:_0x8afa61,maxResults:maxResults=-0x2da+-0x1*0x3a+0x328}=_0x5bbf09[_0x4ab177(0x5fd,0x5a1,0x52a,_0x1f0c55._0x3c87e5)];if(!_0x8afa61||typeof _0x8afa61!==_0x5868eb[_0x25a3b4(0x2e1,_0x1f0c55._0x37a8e4,_0x1f0c55._0xa60f20,0x315)]){const _0x14d028={};return _0x14d028[_0x4ab177(0x606,0x5bc,0x5ee,_0x1f0c55._0x31d1e2)]=_0x5868eb[_0x25a3b4(_0x1f0c55._0x3f5047,0x2f9,0x2f6,_0x1f0c55._0x5c39b7)],_0x14d028[_0x25a3b4(_0x1f0c55._0x7c0acf,_0x1f0c55._0x54ad30,_0x1f0c55._0x3baf7d,_0x1f0c55._0x4445ee)]=_0x5868eb['PfDTj'],_0x2a5479['status'](-0x35*-0x71+0x4a7*0x4+-0x2871)[_0x4ab177(0x5b6,_0x1f0c55._0x41fbed,0x597,0x5cc)](_0x14d028);}if(_0x8afa61[_0x4ab177(_0x1f0c55._0x13f277,_0x1f0c55._0x461115,_0x1f0c55._0x415d16,0x600)]()[_0x25a3b4(0x27c,0x25b,0x2c3,0x29d)]<0x18d*-0x11+-0x1*-0xb06+-0x1*-0xf59){const _0x18de86={};return _0x18de86[_0x4ab177(0x56f,_0x1f0c55._0x55130d,0x5d9,_0x1f0c55._0x31520c)]=_0x5868eb[_0x25a3b4(0x240,0x26d,0x246,0x24c)],_0x18de86[_0x25a3b4(0x335,0x2d4,_0x1f0c55._0x3a054f,_0x1f0c55._0x44cfd4)]=_0x5868eb['gjtDj'],_0x2a5479[_0x25a3b4(0x32d,_0x1f0c55._0x5859a2,0x266,0x2b9)](0x3e6*-0x3+-0xf96+-0x1cd8*-0x1)[_0x4ab177(0x55a,0x5c2,_0x1f0c55._0x2bf8f8,_0x1f0c55._0x4c0418)](_0x18de86);}logger[_0x4ab177(_0x1f0c55._0x28696f,0x50b,0x4b5,_0x1f0c55._0x703ff)](_0x4ab177(0x4bf,0x53e,0x4c6,0x4c3)+_0x4ab177(_0x1f0c55._0x2647be,0x4d7,_0x1f0c55._0x3c9769,0x509)+_0x8afa61+_0x4ab177(0x589,0x575,_0x1f0c55._0x1b8797,_0x1f0c55._0x195735)+maxResults+')');const _0xaa2ebd=await jiraClient[_0x4ab177(_0x1f0c55._0x525ba9,0x4f5,0x4ed,0x4b3)+'es'](_0x8afa61,maxResults);_0x2a5479[_0x4ab177(_0x1f0c55._0x1fa4ae,0x5c2,_0x1f0c55._0x1e25ed,_0x1f0c55._0x49218a)](_0xaa2ebd);}catch(_0x2e4a15){logger['error'](_0x5868eb[_0x25a3b4(0x237,0x281,0x22d,0x24d)],_0x2e4a15);if(_0x2e4a15[_0x25a3b4(0x2d7,_0x1f0c55._0x949010,0x264,0x2b4)][_0x4ab177(0x4fb,0x4de,0x495,0x4f2)](_0x25a3b4(_0x1f0c55._0x4c363b,_0x1f0c55._0x3b3a85,0x25b,0x297)+_0x25a3b4(_0x1f0c55._0x149e7f,_0x1f0c55._0x25e602,0x244,0x24a))){if(_0x5868eb[_0x4ab177(_0x1f0c55._0x319322,0x4f8,_0x1f0c55._0x4bc9e0,_0x1f0c55._0x1b6601)](_0x5868eb[_0x25a3b4(0x2c9,_0x1f0c55._0x1e71ae,_0x1f0c55._0x309401,_0x1f0c55._0x4dfc47)],_0x5868eb['kSXmw'])){const _0x54a3e0={};return _0x54a3e0[_0x4ab177(_0x1f0c55._0x5e2d6d,_0x1f0c55._0x55130d,_0x1f0c55._0x380d61,_0x1f0c55._0x372bf6)]=_0x5868eb[_0x25a3b4(0x273,0x282,_0x1f0c55._0x8afe37,_0x1f0c55._0x2d85d9)],_0x54a3e0[_0x4ab177(_0x1f0c55._0x5aae79,_0x1f0c55._0x11444a,0x5d3,0x5b5)]=_0x462af1[_0x4ab177(_0x1f0c55._0x49ffe,_0x1f0c55._0x11444a,0x59c,_0x1f0c55._0x2768c1)],_0x43ac1a[_0x4ab177(0x57e,0x56c,0x58d,_0x1f0c55._0x2b92a2)](0x1d62+-0xcfb+-0xed6*0x1)[_0x4ab177(_0x1f0c55._0xed3853,0x5c2,_0x1f0c55._0x186df1,0x62b)](_0x54a3e0);}else{const _0xa0b538={};return _0xa0b538['error']=_0x5868eb[_0x4ab177(0x566,0x4f6,0x4d7,0x4f3)],_0xa0b538['message']=_0x2e4a15['message'],_0x2a5479['status'](-0x47b+-0x5f3+0xbfe)['json'](_0xa0b538);}}else{if(_0x2e4a15['message'][_0x25a3b4(_0x1f0c55._0x36527d,0x252,0x2ad,0x1d3)](_0x5868eb[_0x4ab177(_0x1f0c55._0x11572f,_0x1f0c55._0x4cab7f,_0x1f0c55._0x5b15e5,_0x1f0c55._0x2294b3)])){const _0x36cfd5={};return _0x36cfd5[_0x25a3b4(_0x1f0c55._0x39de84,_0x1f0c55._0x29cc31,0x332,_0x1f0c55._0x4c89e5)]=_0x4ab177(_0x1f0c55._0x5560b3,_0x1f0c55._0x3bc9c3,_0x1f0c55._0x29da61,0x55a)+_0x25a3b4(0x2d1,0x266,0x284,_0x1f0c55._0x399154)+'d',_0x36cfd5[_0x4ab177(0x551,_0x1f0c55._0x11444a,_0x1f0c55._0x457271,_0x1f0c55._0x470ffb)]=_0x2e4a15['message'],_0x2a5479[_0x25a3b4(0x2b9,_0x1f0c55._0x5859a2,0x25e,_0x1f0c55._0x2e47dd)](0xe74+-0x200*-0xa+-0x20e3*0x1)[_0x4ab177(_0x1f0c55._0x34d2ad,_0x1f0c55._0x41fbed,_0x1f0c55._0x35321f,_0x1f0c55._0x237d3b)](_0x36cfd5);}else{if(_0x5868eb[_0x25a3b4(_0x1f0c55._0x9ca77f,_0x1f0c55._0x1788f1,_0x1f0c55._0x48ab72,_0x1f0c55._0x367a82)](_0x5868eb[_0x25a3b4(0x375,_0x1f0c55._0x36f177,0x3ac,_0x1f0c55._0x5ec43e)],_0x5868eb[_0x25a3b4(_0x1f0c55._0x2c1a94,0x26b,0x222,0x213)]))_0x42fcd3[_0x4ab177(0x621,0x5b0,_0x1f0c55._0x391dfc,_0x1f0c55._0x55130d)]('JIRA\x20disab'+_0x4ab177(0x45e,0x4cc,0x4a5,_0x1f0c55._0x5dc9e1)+_0x25a3b4(_0x1f0c55._0x7c0acf,_0x1f0c55._0x26aa56,0x343,0x359)+_0x25a3b4(_0x1f0c55._0x1d9085,0x280,_0x1f0c55._0x5da7f8,0x226));else{const _0x424687={};return _0x424687[_0x25a3b4(_0x1f0c55._0x5f2ad7,0x330,0x397,_0x1f0c55._0x181e97)]=_0x5868eb[_0x4ab177(_0x1f0c55._0x2b4509,_0x1f0c55._0x703ff,0x481,_0x1f0c55._0x740cf)],_0x424687['message']=_0x2e4a15['message'],_0x2a5479[_0x4ab177(0x504,_0x1f0c55._0x2e5046,0x5bd,_0x1f0c55._0x457271)](0x245a+0xc02+-0x2e68)['json'](_0x424687);}}}}}),router[_0x575268(-0x13a,-0x13b,-0xbf,-0xd8)](_0x575268(-0x152,-0x15d,-0x155,-0x184)+'ey/comment'+'s',requireJira,async(_0x20f549,_0x4ac19a)=>{const _0x4cc88e={_0x379ba4:0x654,_0x349a0a:0x678,_0x110be9:0x60d,_0xa501e2:0x61f,_0x308141:0x5de,_0x14a732:0x5c4,_0xa379d1:0x13e,_0x36b3e9:0x13c,_0x297944:0x10d,_0x1f1f6e:0x143,_0x229c54:0x1f9,_0x4050d1:0x1ca,_0x3833aa:0x14e,_0x4ec7eb:0x5fd,_0x5b3705:0x5da,_0x41043e:0x1ca,_0x1f06be:0x1ec,_0x3df548:0x115,_0x2addfe:0x182,_0x11b90a:0x1e9,_0x26b3ce:0x66b,_0x58b594:0x20c,_0x311503:0x1a8,_0x312c0d:0x1b2,_0xecd8e0:0x176,_0x2b6162:0x13f,_0x6d3dc2:0xc5,_0x4bd078:0x187,_0x115bc1:0x1b9,_0x18091d:0x22b,_0x1dc320:0x63a,_0x316e7e:0x19d,_0xf0fc30:0x151,_0x417801:0x560,_0x1d4b1e:0x5c3,_0x22aaf8:0x139,_0x58b767:0x196,_0x40be18:0x188,_0x45807c:0x1b0,_0x2f2205:0x191,_0x3be8e1:0x564,_0x2f6aae:0x5ec,_0x1d4399:0x5ce,_0xff8b53:0x16f,_0x2d157f:0x1a4,_0x2f69f0:0x112,_0x502b22:0x106,_0x3102c2:0x1a6,_0x361c70:0x178,_0x3fb5c1:0x159,_0x464045:0x591,_0x10399a:0x5ac,_0x235cb7:0x149,_0xdb43f8:0x199,_0x3e06f1:0x203,_0x3137c5:0x1ae,_0x1ce9ed:0x18e,_0x33aeba:0xc0,_0x9fc20e:0x11c,_0x1b9995:0x253,_0x2671f9:0x707,_0x23c109:0x687,_0x3085b2:0x10f,_0x43cc36:0x186,_0x1671dd:0x1b3,_0x5b0caf:0x15c,_0xfbd63c:0x187,_0x17b557:0x684,_0x12b1e5:0x60f,_0x3be440:0x206,_0x3bde5b:0x1e5,_0x45ec7d:0x595,_0xf67202:0x1e5,_0x52266f:0x581,_0x5dacaa:0x5c5,_0x2aebda:0x69f,_0x2f787c:0x5fa,_0x2f23b3:0x5e8,_0x136b96:0x65a,_0xce9093:0x222,_0x1b24c4:0x214,_0x22b3e0:0x676,_0x558dd4:0x5df,_0x197b58:0x17d,_0x1b2b6f:0x24c,_0x2f1cf0:0x523,_0x5e0bfd:0x5f4,_0x2e6cfa:0xdb,_0x1f4911:0x136,_0x4db52f:0x65f,_0x16ec3d:0x61a,_0x52905c:0x643,_0x1405bf:0x621,_0x13d9e3:0x1b6,_0x1b000e:0x137,_0x369d27:0x16a,_0x2a36cf:0x62e,_0x1429c7:0x5a3,_0x2f74d7:0x5a0,_0x172728:0x610,_0x2d1d3e:0x251,_0x30bc7d:0x65d,_0x3dc0dc:0xab,_0xa5035:0xb6,_0xd58a97:0x174,_0x384a60:0x12a,_0x38e561:0x1d5,_0x26fc23:0x5d0,_0xe47813:0x5ce,_0x58d08b:0x5f0,_0x4d0c42:0x61e,_0x1e453b:0x69b,_0xced0d0:0x657,_0x4c4c0b:0x18c,_0x1d4383:0x197,_0x4b16ce:0x133,_0x1bb9f7:0x14e,_0x46f038:0x23b,_0x433b6c:0x1f6,_0x42d63d:0x20b,_0x2844fe:0x68e,_0x490302:0x63b,_0x313a7f:0x52d,_0x435c4d:0x5b5,_0x5e213e:0x5ae,_0x1112a1:0x61d,_0x5da0c1:0x60a,_0x32b3ee:0x636,_0x5a4446:0x132,_0x22532c:0x109,_0x13c4a5:0x64b,_0x21620d:0x1ff,_0x205762:0x1f3,_0x53fc4e:0x64f,_0x5d5ffc:0x6e1,_0x2bdb1e:0x680,_0xe6b273:0xc3,_0x3353dd:0x198,_0xb44f20:0x13d,_0xc8da2a:0x16a,_0x2f2fb3:0x554,_0x45b658:0x125,_0x13fe9d:0x178,_0x25fc61:0x6f4,_0x59822e:0x67a,_0x1e597b:0x12d,_0xfa1ece:0x130,_0x2d8393:0x68c,_0x51ab2d:0x661,_0x56ebd3:0x669,_0x54bf9c:0x11d,_0x47a326:0x17a,_0x27d75b:0x645,_0x1786ca:0x604,_0x1926bc:0x132,_0x13031a:0xfb,_0x59c121:0x118,_0x31044e:0x68b,_0x5d1c2b:0x61e,_0x4b4771:0x531,_0x4f65b4:0x53c,_0x483c8d:0x6d4,_0x575e7a:0x6c1,_0x39a445:0x69c,_0x509436:0x13f,_0x374383:0x12e,_0x4ea242:0x6e6,_0x3e4e7f:0x6cd,_0x11257d:0x60c,_0x208323:0x140,_0x20b343:0x1ee,_0x162986:0x688,_0x2aff31:0x698,_0x2f1852:0x61e,_0x58226b:0x160,_0xad22b3:0x16a,_0x3ec3d9:0x633,_0x464b80:0x163,_0x235a1e:0x100,_0x3034f7:0x16e,_0x47e092:0x1e6,_0x386a9c:0x674,_0x319ae3:0x578,_0x16e5d7:0x616,_0xc79a5e:0x1b0,_0x3e380a:0x113,_0x197bc1:0x178,_0x392b5a:0x1ad,_0xcbfef7:0x1ea,_0x7743eb:0xf0,_0x5e210f:0x156,_0x58917b:0x107,_0x370ae2:0x1e5,_0x4fcd94:0xa1,_0x458fdf:0x19a,_0x22f2d0:0x17a,_0x4e60e0:0x62a,_0x4f08d2:0xe0,_0x2efed7:0x118,_0x32a56a:0x152,_0x56981d:0x17b,_0x2d6c1a:0x10e,_0x17f0d9:0x11e,_0x16efe8:0xb1,_0x26fa10:0x5c2,_0x453a55:0x5ef,_0x4beed0:0x69b,_0x58b1d1:0x66f},_0x4f9b9c={_0x3c99da:0x2d},_0x4d95dd={_0x36cf40:0x142},_0x59be95={};_0x59be95[_0x409802(_0x4cc88e._0x379ba4,0x668,0x6e2,_0x4cc88e._0x349a0a)]=_0x409802(0x63c,_0x4cc88e._0x110be9,0x5c6,0x5e5)+_0x409802(_0x4cc88e._0xa501e2,0x5d6,_0x4cc88e._0x308141,_0x4cc88e._0x14a732)+_0x2d74d0(-_0x4cc88e._0xa379d1,-0x15f,-_0x4cc88e._0x36b3e9,-_0x4cc88e._0x297944)+_0x409802(0x63b,0x62f,0x637,0x625),_0x59be95[_0x2d74d0(-0x1de,-0x1cc,-0x160,-_0x4cc88e._0x1f1f6e)]=_0x2d74d0(-_0x4cc88e._0x229c54,-0x1b9,-_0x4cc88e._0x4050d1,-_0x4cc88e._0x3833aa)+'post\x20comme'+'nt',_0x59be95[_0x409802(0x5af,0x5a7,_0x4cc88e._0x4ec7eb,_0x4cc88e._0x5b3705)]=_0x2d74d0(-0x197,-0x203,-_0x4cc88e._0x41043e,-_0x4cc88e._0x1f06be)+_0x2d74d0(-0x161,-_0x4cc88e._0x3df548,-_0x4cc88e._0x2addfe,-_0x4cc88e._0x11b90a)+_0x409802(0x657,0x594,_0x4cc88e._0x26b3ce,0x5fe),_0x59be95[_0x2d74d0(-_0x4cc88e._0x58b594,-_0x4cc88e._0x311503,-_0x4cc88e._0x312c0d,-0x1c5)]=function(_0x5c31e4,_0x2939cc){return _0x5c31e4!==_0x2939cc;},_0x59be95[_0x2d74d0(-_0x4cc88e._0xecd8e0,-0x108,-_0x4cc88e._0x2b6162,-_0x4cc88e._0x6d3dc2)]=_0x2d74d0(-0x1e0,-_0x4cc88e._0x4bd078,-_0x4cc88e._0x115bc1,-_0x4cc88e._0x18091d),_0x59be95[_0x409802(0x658,0x63e,0x634,_0x4cc88e._0x1dc320)]=function(_0x31bf94,_0x2c62b8){return _0x31bf94===_0x2c62b8;};function _0x2d74d0(_0x90ee12,_0x368b9b,_0x51fff9,_0x111b5f){return _0x20b4d1(_0x51fff9- -0x332,_0x368b9b-_0x4d95dd._0x36cf40,_0x90ee12,_0x111b5f-0xf2);}_0x59be95['cfUGE']='XnERC',_0x59be95['XXYei']=_0x2d74d0(-0x1bd,-_0x4cc88e._0x316e7e,-0x147,-_0x4cc88e._0xf0fc30),_0x59be95[_0x409802(0x56e,0x5e2,_0x4cc88e._0x417801,_0x4cc88e._0x1d4b1e)]='Invalid\x20is'+'sue\x20key\x20fo'+_0x2d74d0(-_0x4cc88e._0x22aaf8,-0x18a,-0x1a9,-_0x4cc88e._0x58b767),_0x59be95['edksc']='Issue\x20key\x20'+_0x2d74d0(-_0x4cc88e._0x40be18,-0x1bb,-_0x4cc88e._0x45807c,-_0x4cc88e._0x2f2205)+'\x20format\x20PR'+'OJECT-123',_0x59be95['XfpRF']=_0x409802(0x5ee,_0x4cc88e._0x3be8e1,_0x4cc88e._0x2f6aae,_0x4cc88e._0x1d4399)+_0x2d74d0(-_0x4cc88e._0xff8b53,-0x17a,-_0x4cc88e._0x2d157f,-_0x4cc88e._0x1f1f6e)+_0x2d74d0(-_0x4cc88e._0x2f69f0,-0x176,-0x121,-_0x4cc88e._0x502b22),_0x59be95[_0x2d74d0(-0x1e4,-_0x4cc88e._0x3102c2,-_0x4cc88e._0x361c70,-_0x4cc88e._0x3fb5c1)]=_0x409802(0x64a,_0x4cc88e._0x464045,_0x4cc88e._0x10399a,0x609);function _0x409802(_0x1935df,_0x1d3210,_0x56558b,_0x393897){return _0x575268(_0x393897-0x6e5,_0x1d3210-0xf3,_0x56558b-_0x4f9b9c._0x3c99da,_0x1935df);}_0x59be95[_0x2d74d0(-0x1d1,-_0x4cc88e._0x2addfe,-0x196,-0x1e5)]=_0x2d74d0(-_0x4cc88e._0x235cb7,-0x1ed,-_0x4cc88e._0xdb43f8,-_0x4cc88e._0x3e06f1)+_0x2d74d0(-_0x4cc88e._0x3137c5,-_0x4cc88e._0x1ce9ed,-0x1e8,-0x213)+'d',_0x59be95['GdrUK']=function(_0x181196,_0x352fd5){return _0x181196===_0x352fd5;},_0x59be95[_0x2d74d0(-0xfe,-_0x4cc88e._0x33aeba,-0x12e,-_0x4cc88e._0x9fc20e)]=_0x2d74d0(-0x225,-0x18b,-0x1d1,-_0x4cc88e._0x1b9995),_0x59be95['Zldhs']=_0x409802(_0x4cc88e._0x2671f9,0x6b5,0x6e5,_0x4cc88e._0x23c109)+_0x409802(0x5ce,0x54c,0x5ca,0x5b0)+'d',_0x59be95[_0x2d74d0(-_0x4cc88e._0x3085b2,-0x146,-_0x4cc88e._0x43cc36,-_0x4cc88e._0x1671dd)]=_0x2d74d0(-0x1b4,-_0x4cc88e._0x5b0caf,-_0x4cc88e._0xfbd63c,-0x171)+'ion',_0x59be95[_0x409802(_0x4cc88e._0x17b557,0x66c,0x65f,_0x4cc88e._0x12b1e5)]=_0x2d74d0(-0x1ac,-0x1c3,-_0x4cc88e._0x3be440,-_0x4cc88e._0x3bde5b)+_0x409802(0x613,0x5b1,_0x4cc88e._0x45ec7d,0x5cd),_0x59be95[_0x2d74d0(-0x1f1,-0x1b8,-0x1c2,-0x224)]=function(_0xe02992,_0x2e4f8f){return _0xe02992===_0x2e4f8f;},_0x59be95[_0x2d74d0(-0x1e8,-_0x4cc88e._0xf67202,-0x1c0,-0x1a9)]=_0x409802(_0x4cc88e._0x52266f,0x587,_0x4cc88e._0x5dacaa,_0x4cc88e._0x1d4399)+'fetch\x20comm'+_0x409802(_0x4cc88e._0x2aebda,_0x4cc88e._0x2f787c,_0x4cc88e._0x2f23b3,_0x4cc88e._0x136b96);const _0x463bec=_0x59be95;try{if(_0x463bec[_0x2d74d0(-0x1db,-_0x4cc88e._0xce9093,-0x1b2,-_0x4cc88e._0x1b24c4)](_0x463bec[_0x409802(0x6ad,_0x4cc88e._0x22b3e0,0x5fd,0x659)],_0x409802(0x600,0x57d,0x610,_0x4cc88e._0x558dd4))){_0x13b681=new _0x2d88e2(_0x3d498b),_0x4ceaff[_0x2d74d0(-_0x4cc88e._0x3085b2,-0x139,-0x12a,-0x126)](_0x463bec['aGBcl']);return;}else{const _0x216b79=_0x20f549[_0x2d74d0(-_0x4cc88e._0x197b58,-0x161,-0x1d0,-_0x4cc88e._0x1b2b6f)][_0x409802(0x5ab,_0x4cc88e._0x2f1cf0,_0x4cc88e._0x5e0bfd,0x596)][_0x2d74d0(-_0x4cc88e._0x2e6cfa,-0xfb,-_0x4cc88e._0x1f4911,-_0x4cc88e._0x2f69f0)]()[_0x409802(_0x4cc88e._0x4db52f,_0x4cc88e._0x16ec3d,_0x4cc88e._0x52905c,_0x4cc88e._0x1405bf)+'e']();if(!/^[A-Z]+-\d+$/i['test'](_0x216b79)){if(_0x463bec['fkwSA'](_0x463bec['cfUGE'],_0x463bec['XXYei'])){const _0x509885={};_0x509885[_0x2d74d0(-0x1b4,-0x1b0,-_0x4cc88e._0x13d9e3,-_0x4cc88e._0x1b000e)]=!!_0x43721a,_0x509885[_0x2d74d0(-0x116,-0x16d,-0x13d,-_0x4cc88e._0x369d27)]=_0x109b25?_0x140a8a[_0x409802(_0x4cc88e._0x2a36cf,_0x4cc88e._0x1429c7,_0x4cc88e._0x2f74d7,_0x4cc88e._0x172728)][_0x2d74d0(-0x159,-0x225,-0x1d3,-_0x4cc88e._0x2d1d3e)+_0x409802(0x640,0x6d4,0x5eb,_0x4cc88e._0x30bc7d)]:null,_0x31b13c[_0x2d74d0(-0xb9,-_0x4cc88e._0x3dc0dc,-0x118,-_0x4cc88e._0xa5035)](_0x509885);}else{const _0x15136b={};return _0x15136b[_0x2d74d0(-_0x4cc88e._0xd58a97,-_0x4cc88e._0x384a60,-0x11e,-0x155)]=_0x463bec[_0x2d74d0(-0x16f,-0x248,-_0x4cc88e._0x38e561,-0x178)],_0x15136b[_0x409802(_0x4cc88e._0x26fc23,_0x4cc88e._0xe47813,_0x4cc88e._0x58d08b,_0x4cc88e._0x4d0c42)]=_0x463bec[_0x409802(_0x4cc88e._0x1e453b,0x6ca,0x66d,_0x4cc88e._0xced0d0)],_0x4ac19a[_0x2d74d0(-_0x4cc88e._0x4c4c0b,-_0x4cc88e._0x1d4383,-0x16e,-_0x4cc88e._0x4b16ce)](0x163*0xa+-0xbed*-0x1+-0x183b)[_0x2d74d0(-0x158,-0xde,-0x118,-0xbd)](_0x15136b);}}logger[_0x2d74d0(-_0x4cc88e._0x1bb9f7,-0x1a3,-0x1cf,-_0x4cc88e._0x312c0d)](_0x2d74d0(-0x25d,-_0x4cc88e._0x46f038,-_0x4cc88e._0x433b6c,-_0x4cc88e._0x42d63d)+_0x409802(0x6a2,_0x4cc88e._0x2844fe,_0x4cc88e._0x490302,0x628)+_0x409802(_0x4cc88e._0x313a7f,0x537,_0x4cc88e._0x435c4d,_0x4cc88e._0x5e213e)+_0x409802(0x616,_0x4cc88e._0x1112a1,_0x4cc88e._0x5da0c1,_0x4cc88e._0x32b3ee)+_0x216b79);const _0x467db2=await jiraClient[_0x2d74d0(-0x168,-_0x4cc88e._0x5a4446,-0x115,-_0x4cc88e._0x22532c)+'s'](_0x216b79),_0x4566a9={};_0x4566a9[_0x409802(_0x4cc88e._0x13c4a5,0x638,0x598,0x5ed)]=_0x467db2[_0x2d74d0(-_0x4cc88e._0x21620d,-0x18c,-_0x4cc88e._0x205762,-0x1aa)],_0x4566a9[_0x409802(_0x4cc88e._0x53fc4e,_0x4cc88e._0x52266f,0x668,0x5f6)]=_0x467db2,_0x4ac19a[_0x409802(0x665,_0x4cc88e._0x5d5ffc,0x6b3,_0x4cc88e._0x2bdb1e)](_0x4566a9);}}catch(_0x39d044){logger[_0x2d74d0(-_0x4cc88e._0xe6b273,-_0x4cc88e._0x3353dd,-0x11e,-0x156)](_0x463bec['XfpRF'],_0x39d044);if(_0x39d044[_0x2d74d0(-_0x4cc88e._0xb44f20,-0x1fb,-0x17a,-_0x4cc88e._0xc8da2a)][_0x409802(0x61d,0x5ce,_0x4cc88e._0x2f2fb3,0x59c)](_0x463bec[_0x2d74d0(-_0x4cc88e._0x45b658,-0x1d3,-_0x4cc88e._0x13fe9d,-0x18b)])){const _0xae7d0f={};return _0xae7d0f[_0x409802(_0x4cc88e._0x25fc61,0x6ad,0x666,_0x4cc88e._0x59822e)]=_0x2d74d0(-0x161,-_0x4cc88e._0x1e597b,-0x19f,-_0x4cc88e._0xfa1ece)+_0x409802(_0x4cc88e._0x2d8393,0x6dd,_0x4cc88e._0x51ab2d,_0x4cc88e._0x56ebd3),_0xae7d0f[_0x2d74d0(-0x19a,-_0x4cc88e._0x54bf9c,-_0x4cc88e._0x47a326,-0x122)]=_0x39d044[_0x409802(_0x4cc88e._0x27d75b,_0x4cc88e._0x30bc7d,_0x4cc88e._0x1786ca,0x61e)],_0x4ac19a[_0x409802(0x600,_0x4cc88e._0x136b96,0x636,0x62a)](0x5*-0x6fe+0xa62+0x1a28)[_0x2d74d0(-_0x4cc88e._0x1926bc,-_0x4cc88e._0x13031a,-_0x4cc88e._0x59c121,-0x176)](_0xae7d0f);}else{if(_0x39d044[_0x409802(0x61d,0x607,_0x4cc88e._0x31044e,_0x4cc88e._0x5d1c2b)][_0x409802(0x553,0x54e,_0x4cc88e._0x4b4771,0x59c)](_0x463bec[_0x409802(0x583,0x642,0x5a1,0x602)])){if(_0x463bec[_0x409802(0x5f1,0x628,_0x4cc88e._0x4f65b4,0x5b9)](_0x409802(_0x4cc88e._0x483c8d,_0x4cc88e._0x575e7a,_0x4cc88e._0x39a445,0x660),_0x463bec[_0x2d74d0(-_0x4cc88e._0x509436,-0x14d,-_0x4cc88e._0x374383,-_0x4cc88e._0x374383)])){const _0x39f7e5={};return _0x39f7e5[_0x409802(_0x4cc88e._0x4ea242,_0x4cc88e._0x3e4e7f,_0x4cc88e._0x11257d,0x67a)]=_0x463bec['jbDUp'],_0x39f7e5[_0x2d74d0(-_0x4cc88e._0x208323,-_0x4cc88e._0x2b6162,-_0x4cc88e._0x47a326,-_0x4cc88e._0x20b343)]=_0x492fca[_0x409802(0x5ba,_0x4cc88e._0x162986,_0x4cc88e._0x2aff31,_0x4cc88e._0x2f1852)],_0x23a2ae['status'](0x8db*0x4+0xa3d*-0x2+-0xcfe)['json'](_0x39f7e5);}else{const _0x53b44e={};return _0x53b44e['error']=_0x463bec[_0x2d74d0(-_0x4cc88e._0x58226b,-0x175,-0x1c3,-_0x4cc88e._0xad22b3)],_0x53b44e[_0x409802(0x5e5,_0x4cc88e._0x3ec3d9,0x69c,_0x4cc88e._0x2f1852)]=_0x39d044[_0x2d74d0(-0x100,-_0x4cc88e._0x464b80,-0x17a,-_0x4cc88e._0x235a1e)],_0x4ac19a[_0x2d74d0(-0x169,-0x15d,-_0x4cc88e._0x3034f7,-_0x4cc88e._0x47e092)](-0x1100+0x87+0x1*0x120a)[_0x409802(0x615,_0x4cc88e._0x386a9c,_0x4cc88e._0x5da0c1,0x680)](_0x53b44e);}}else{if(_0x39d044[_0x409802(0x632,0x5bb,0x616,_0x4cc88e._0x2f1852)][_0x409802(0x549,_0x4cc88e._0x319ae3,_0x4cc88e._0x16e5d7,0x59c)](_0x463bec['swwUE'])){const _0x1ab719={};return _0x1ab719['error']=_0x463bec[_0x2d74d0(-0x148,-_0x4cc88e._0xc79a5e,-0x189,-_0x4cc88e._0x3e380a)],_0x1ab719[_0x409802(0x5cc,_0x4cc88e._0x31044e,0x5f5,0x61e)]=_0x39d044[_0x2d74d0(-_0x4cc88e._0x197bc1,-_0x4cc88e._0x392b5a,-0x17a,-_0x4cc88e._0xcbfef7)],_0x4ac19a[_0x2d74d0(-0x154,-0x164,-0x16e,-0x11e)](-0x2b1*-0x4+0x26f6+-0x3027)[_0x2d74d0(-_0x4cc88e._0x7743eb,-_0x4cc88e._0x5e210f,-0x118,-_0x4cc88e._0x58917b)](_0x1ab719);}else{if(_0x463bec[_0x2d74d0(-0x1ec,-_0x4cc88e._0x370ae2,-0x1c2,-_0x4cc88e._0x40be18)]('sLFWI','sLFWI')){const _0x54216c={};return _0x54216c[_0x2d74d0(-_0x4cc88e._0x4fcd94,-0x15b,-0x11e,-0x158)]=_0x463bec[_0x409802(0x5ef,0x632,0x5c0,0x5d8)],_0x54216c['message']=_0x39d044[_0x2d74d0(-0x11b,-_0x4cc88e._0x458fdf,-_0x4cc88e._0x22f2d0,-0x12e)],_0x4ac19a[_0x409802(0x5c7,0x6a0,0x5e9,_0x4cc88e._0x4e60e0)](0x128b*0x1+0x2397+-0x342e)[_0x2d74d0(-_0x4cc88e._0x4f08d2,-0x17c,-_0x4cc88e._0x2efed7,-_0x4cc88e._0x32a56a)](_0x54216c);}else{const _0x757e39={};return _0x757e39[_0x2d74d0(-_0x4cc88e._0x56981d,-_0x4cc88e._0x2d6c1a,-_0x4cc88e._0x17f0d9,-_0x4cc88e._0x16efe8)]=_0x463bec[_0x409802(_0x4cc88e._0x26fa10,0x617,0x5ea,0x5da)],_0x757e39[_0x2d74d0(-0x1e0,-0x119,-_0x4cc88e._0x22f2d0,-0x18b)]=_0x951b8b[_0x409802(_0x4cc88e._0x453a55,_0x4cc88e._0x4beed0,0x5e3,0x61e)],_0x3e13b7[_0x2d74d0(-0x1c7,-0x174,-0x16e,-0x16d)](0x1ba4+-0x26fc+0x1*0xd4c)[_0x409802(_0x4cc88e._0x58b1d1,0x66c,0x6b7,0x680)](_0x757e39);}}}}}}),router['post'](_0x20b4d1(0x12d,0x11d,0xd2,0x151)+_0x20b4d1(0x1a8,0x157,0x220,0x19d),requireJira,async(_0x236992,_0x17e37c)=>{const _0x399ff2={_0x1c3e46:0x29a,_0x16c5fa:0x1c8,_0x5eb01e:0x25c,_0x4c73c2:0x106,_0x778d53:0xeb,_0x49c7b9:0x12f,_0x4a471f:0x13b,_0xa9bd1:0x123,_0x40730c:0x120,_0x36da45:0x20f,_0x1d37ad:0x1a8,_0x2aa18c:0x23d,_0x520d81:0x87,_0x20dcf4:0xe1,_0x3092e5:0x177,_0x1f8284:0x25e,_0x852bd:0xd3,_0x382b9f:0x7f,_0xafe737:0x1ef,_0x28f6ae:0x1f4,_0x2c2a1c:0xd2,_0x50e431:0x139,_0x95455e:0x84,_0x3dd6c2:0x12c,_0x50b4e7:0xf,_0x49afce:0x71,_0x1c8bb7:0x131,_0x4fba4b:0x19a,_0x511498:0x1a3,_0xd62201:0x50,_0x452aca:0x9a,_0x2d08b7:0xc4,_0x5339a6:0xa1,_0x5915cf:0xf1,_0x18785d:0x98,_0x569e69:0x69,_0x46fce6:0x117,_0x3db79d:0x1dc,_0x59d872:0x214,_0x1c632c:0x1c0,_0x4852f5:0x266,_0x25792a:0x1df,_0x2c71d0:0x27,_0x70c5a9:0x4f,_0x577d51:0x21,_0x1582ba:0x11a,_0x321d3a:0x97,_0x1ff033:0x1da,_0x555d9f:0x1d5,_0x5be14b:0x1b4,_0x32b0a5:0x30,_0x390812:0x80,_0x2fc721:0x4d,_0x859d96:0x102,_0x331198:0x162,_0x4bb923:0x76,_0xb4f27f:0x48,_0x22fd8f:0x14,_0x310c00:0xa5,_0x464a20:0x8a,_0x4cb8ac:0x39,_0x20aa08:0x7d,_0x553319:0x1ed,_0x3dca0a:0x1b3,_0x1717ea:0x1b5,_0x540c77:0x169,_0xa0942e:0x1a7,_0x14f7fe:0x1a9,_0x4e698d:0x253,_0x2069eb:0x228,_0x327528:0xa6,_0xeebddf:0x95,_0x289f76:0x1bf,_0x163ffa:0x15e,_0x16eaf4:0x106,_0x137e3a:0x1e5,_0x396e88:0x205,_0x579480:0x18e,_0x378bf2:0x1ff,_0x25d5bb:0x1ff,_0x59c425:0x127,_0xe00a03:0xc1,_0x5e8d67:0x84,_0x47d6c6:0x86,_0x47b9a2:0xd,_0x13103d:0x11b,_0x2f81b9:0x58,_0x15ddb8:0xcb,_0x486663:0x148,_0x20e967:0x140,_0x286838:0x147,_0x57baed:0x9f,_0x26f717:0xd5,_0x1a12e0:0x7d,_0x498116:0xc5,_0x25342e:0xa0,_0x58bdb9:0x93,_0x1931b2:0x165,_0x3ebd43:0x122,_0x4837f1:0x134,_0x34b994:0x1a7,_0xe3a2d6:0x111,_0x205927:0x12f,_0x35e9a1:0x176,_0x5abd15:0x173,_0x2a1132:0x1a0,_0x1fb8db:0x233,_0x45e711:0x17b,_0x756a7:0x23e,_0x466014:0x186,_0x4927f2:0x20d,_0x39c3bc:0x244,_0x58979d:0x112,_0x28910d:0xd4,_0x4e024a:0xeb,_0x106064:0x12a,_0xe1c12:0x17f,_0x68734c:0x82,_0x1fb02d:0xd8,_0x1f8ecd:0xdc,_0x156ee2:0x3b,_0x1af447:0x107,_0x33799d:0xcf,_0x17b6a3:0xe5,_0xae1cce:0x6c,_0x2ee8c3:0xda,_0x852758:0x10d,_0x2a3105:0xc4,_0x24bb4e:0x1ca,_0x415303:0x14f,_0x24e67e:0x230,_0x3e028e:0x210,_0xd65068:0x28a,_0x38e125:0x1e2,_0x43abd5:0x153,_0x52a0d6:0x228,_0x1f6c3f:0x26a,_0x339c1c:0x11f,_0x1df3f3:0x127,_0x56b298:0x1cc,_0x218e9c:0x11c,_0x417e88:0x61,_0x1a72d0:0x90,_0x1eb8e3:0x10f,_0x57e767:0x1c9,_0x1fee1b:0x136,_0x483592:0x131,_0x1ebb5b:0x1d4,_0x49604f:0xc2,_0x358f02:0x48,_0x5093e6:0xfd,_0x146328:0x1c8,_0x546f6a:0x197,_0x266272:0x130,_0x43dafe:0x150,_0x4327e2:0x109,_0x5aab33:0x155,_0x120b37:0x154,_0x2123cb:0x211,_0x2c5edf:0x47,_0x4ae48a:0x1a1,_0xe22fca:0x211,_0x480383:0xc0,_0x2ece06:0x128,_0xb9f849:0x25,_0x5446fa:0x6f,_0xa79c6f:0xbb,_0x3873f1:0xbc,_0x2bcda4:0x229,_0x73ba6:0x20b,_0x2a998b:0xf7,_0x3154c2:0xc0,_0xbb46dd:0x27e,_0x284899:0x11d,_0x1f09e9:0x9c,_0x2fefe9:0x151,_0x4a9bc5:0x21e,_0x149e7e:0x1be,_0x15a4f5:0x25d,_0x1f3868:0x16e,_0x4acb92:0x135,_0x29cc44:0x92,_0x2a7717:0xa8,_0x486344:0x82,_0x20a97d:0x2e,_0x4e38e7:0x1e3,_0x493a64:0x1b8,_0x34572b:0x17e,_0x3a2016:0x1a,_0x27b00b:0x40,_0x33c0c3:0x13e,_0x3806dc:0xef,_0x71ee60:0x189,_0x107eef:0x1a2,_0x2a9d71:0x13a,_0x1f38aa:0xf4,_0x224533:0x136,_0x423f95:0x12a,_0x87b9ef:0x175,_0x8bf03c:0x10d,_0x4faec7:0x1a3,_0x47c2bb:0x14a,_0x2bc357:0x4e,_0x23790c:0x130,_0x31010b:0x11,_0x39fc10:0x4c,_0x52cce0:0xbf,_0x3e67b1:0xf5,_0x1e44ea:0x234,_0x28e445:0x25d,_0x379343:0x158,_0x5ef1e5:0x235,_0xd1d8b6:0x219,_0x3beb91:0x107,_0x4811e1:0x19b,_0x3e265f:0xec,_0x3189e8:0xd0,_0x38057c:0x6e,_0x5f0def:0x13c,_0x3df3bd:0x10b,_0xe31cf9:0x151,_0x259f17:0x1c1,_0x2e4837:0xf0,_0x24d812:0x93,_0x581bf1:0x46,_0x36f5e4:0x7,_0x2c2138:0x4c,_0x53a76e:0x9c,_0x2cb181:0xce,_0x4ececa:0xe3,_0x15a313:0x150,_0x2961a8:0x16b,_0x1cb574:0x167,_0x1e630c:0x1f7,_0x57a1b4:0x1b1,_0x26c995:0x114,_0x2056b2:0x156,_0x43d6a1:0x11a,_0x116ad5:0x114,_0xbd6625:0x115,_0x1ad1f3:0x7a,_0x163072:0xe2,_0xf902c3:0xff,_0x45546a:0x6d,_0x313f0c:0x106,_0x3beafc:0x144,_0x144cac:0x1af,_0x5665c1:0x2af,_0x437a1f:0x1e6,_0x226655:0x269,_0x17c62d:0x1c3,_0x40882e:0x1d3,_0x2f67e0:0x1bb,_0x4c8c08:0x12c,_0x3ac2fe:0x20a,_0x56b022:0xb2,_0x434fc5:0x185,_0x565d86:0x182,_0x47f68a:0x201,_0x5e2375:0x1f6,_0x29feb4:0x219,_0x4951e1:0x22e},_0x28abcc={_0x5ce8a4:0x189},_0x1d08fa={_0x34115e:0xc},_0x458741={};_0x458741[_0x2d1fe2(0x257,0x21e,_0x399ff2._0x1c3e46,0x1ea)]='JIRA\x20integ'+_0x2d1fe2(0x18f,0x201,_0x399ff2._0x16c5fa,_0x399ff2._0x5eb01e)+_0x55f76e(0x144,_0x399ff2._0x4c73c2,0x106,_0x399ff2._0x778d53)+_0x2d1fe2(_0x399ff2._0x49c7b9,_0x399ff2._0x4a471f,_0x399ff2._0xa9bd1,_0x399ff2._0x40730c)+_0x2d1fe2(0x28b,_0x399ff2._0x36da45,_0x399ff2._0x1d37ad,_0x399ff2._0x2aa18c)+'s',_0x458741[_0x55f76e(0x92,0x39,_0x399ff2._0x520d81,_0x399ff2._0x20dcf4)]=_0x2d1fe2(_0x399ff2._0x3092e5,0x151,0xfd,0x183)+_0x2d1fe2(0x17e,0x1f0,_0x399ff2._0x1f8284,0x21d)+_0x55f76e(_0x399ff2._0x852bd,0x1e,0x5d,_0x399ff2._0x382b9f)+'ured\x20on\x20th'+_0x2d1fe2(0x234,_0x399ff2._0xafe737,0x252,0x19c)+_0x2d1fe2(0x1e8,_0x399ff2._0x28f6ae,0x1db,0x26d)+'ntact\x20your'+_0x55f76e(_0x399ff2._0x2c2a1c,0xc8,0xcd,_0x399ff2._0x50e431)+_0x55f76e(0x9b,0x40,_0x399ff2._0x95455e,0x44),_0x458741[_0x55f76e(0xd3,0x15e,_0x399ff2._0x3dd6c2,0xdf)]=_0x55f76e(0x16,_0x399ff2._0x50b4e7,_0x399ff2._0x49afce,0x3d)+_0x2d1fe2(_0x399ff2._0x1c8bb7,_0x399ff2._0x4fba4b,_0x399ff2._0x511498,0x19d),_0x458741[_0x55f76e(_0x399ff2._0xd62201,_0x399ff2._0x452aca,0xa0,_0x399ff2._0x2d08b7)]='Issue\x20key\x20'+_0x55f76e(_0x399ff2._0x5339a6,_0x399ff2._0x5915cf,_0x399ff2._0x18785d,_0x399ff2._0x569e69)+_0x55f76e(0x198,0xa6,_0x399ff2._0x46fce6,0x164)+_0x2d1fe2(_0x399ff2._0x3db79d,_0x399ff2._0x59d872,_0x399ff2._0x1c632c,_0x399ff2._0x4852f5);function _0x55f76e(_0x3bd45a,_0x30b936,_0x3e3438,_0x8f134c){return _0x575268(_0x3e3438-0x195,_0x30b936-0x4e,_0x3e3438-_0x1d08fa._0x34115e,_0x30b936);}_0x458741['VkYwN']=function(_0x2f1fa9,_0x373716){return _0x2f1fa9!==_0x373716;},_0x458741['YHLPC']=_0x2d1fe2(0x20a,0x21b,_0x399ff2._0x25792a,0x24c),_0x458741['pFJhG']=function(_0x494f7b,_0x2734ed){return _0x494f7b===_0x2734ed;},_0x458741[_0x55f76e(0xb0,_0x399ff2._0x2c71d0,_0x399ff2._0x70c5a9,-_0x399ff2._0x577d51)]=function(_0x238af3,_0x35032e){return _0x238af3===_0x35032e;},_0x458741[_0x2d1fe2(0x11b,0x155,_0x399ff2._0x1582ba,0xe4)]=_0x55f76e(_0x399ff2._0x321d3a,0xcf,0xc5,0x60),_0x458741[_0x2d1fe2(0x1a9,_0x399ff2._0x1ff033,_0x399ff2._0x555d9f,_0x399ff2._0x5be14b)]='PGxzM',_0x458741[_0x55f76e(_0x399ff2._0x32b0a5,0xef,_0x399ff2._0x390812,_0x399ff2._0x2fc721)]='Failed\x20to\x20'+_0x55f76e(0x141,0xd6,_0x399ff2._0x859d96,_0x399ff2._0x331198)+_0x55f76e(0xbf,_0x399ff2._0x4bb923,_0x399ff2._0xb4f27f,-_0x399ff2._0x22fd8f),_0x458741[_0x55f76e(_0x399ff2._0x310c00,_0x399ff2._0x464a20,_0x399ff2._0x4cb8ac,_0x399ff2._0x20aa08)]=_0x2d1fe2(0x1ae,0x1b7,0x19e,0x13b),_0x458741['FGeVS']=_0x2d1fe2(0x1fc,0x21d,_0x399ff2._0x553319,0x29c),_0x458741[_0x2d1fe2(0x18b,_0x399ff2._0x3dca0a,_0x399ff2._0x1717ea,0x17f)]=_0x2d1fe2(_0x399ff2._0x540c77,_0x399ff2._0xa0942e,0x218,_0x399ff2._0x14f7fe)+_0x2d1fe2(_0x399ff2._0x4e698d,0x217,_0x399ff2._0x2069eb,0x1c2),_0x458741['lOuWt']=_0x55f76e(0x120,_0x399ff2._0x327528,0xaf,_0x399ff2._0xeebddf)+_0x2d1fe2(_0x399ff2._0x289f76,_0x399ff2._0x163ffa,_0x399ff2._0x16eaf4,0x1c3)+'d',_0x458741[_0x2d1fe2(0x1d8,_0x399ff2._0x137e3a,0x233,0x1d0)]='Ahpwi',_0x458741[_0x2d1fe2(_0x399ff2._0x396e88,_0x399ff2._0x579480,_0x399ff2._0x378bf2,_0x399ff2._0x25d5bb)]=_0x55f76e(_0x399ff2._0x59c425,0xb0,_0x399ff2._0xe00a03,_0x399ff2._0x5e8d67)+_0x55f76e(-0x1c,_0x399ff2._0x47d6c6,0x56,_0x399ff2._0x47b9a2),_0x458741[_0x55f76e(_0x399ff2._0x13103d,_0x399ff2._0x2f81b9,_0x399ff2._0x15ddb8,0x7e)]=_0x2d1fe2(_0x399ff2._0x486663,_0x399ff2._0x20e967,0x1a7,_0x399ff2._0x286838)+_0x55f76e(_0x399ff2._0x57baed,_0x399ff2._0x26f717,_0x399ff2._0x1a12e0,_0x399ff2._0x498116),_0x458741[_0x55f76e(_0x399ff2._0x25342e,0xc3,_0x399ff2._0x58bdb9,0xa1)]=_0x55f76e(-0x1,0x61,0x7f,0xe7);function _0x2d1fe2(_0x1d743e,_0x5a96eb,_0x36883c,_0x166981){return _0x575268(_0x5a96eb-0x293,_0x5a96eb-0x1a3,_0x36883c-_0x28abcc._0x5ce8a4,_0x1d743e);}_0x458741['miDbb']=_0x55f76e(_0x399ff2._0x1931b2,_0x399ff2._0x3ebd43,_0x399ff2._0x4837f1,_0x399ff2._0x34b994),_0x458741[_0x55f76e(0xca,0xe5,0x114,_0x399ff2._0xe3a2d6)]=_0x2d1fe2(0x190,0x17c,_0x399ff2._0x205927,0x1d5)+'post\x20comme'+'nt';const _0x4d41cf=_0x458741;try{const _0x4e7048=_0x236992[_0x2d1fe2(0x187,_0x399ff2._0x35e9a1,0x1b0,_0x399ff2._0x5abd15)]['key'][_0x2d1fe2(0x239,0x210,_0x399ff2._0x2a1132,_0x399ff2._0x1fb8db)]()[_0x2d1fe2(_0x399ff2._0x45e711,0x1cf,_0x399ff2._0x756a7,_0x399ff2._0x466014)+'e'](),{comment:_0x4b1460}=_0x236992[_0x2d1fe2(0x276,_0x399ff2._0x4927f2,_0x399ff2._0x39c3bc,0x22e)];if(!/^[A-Z]+-\d+$/i[_0x55f76e(_0x399ff2._0x58979d,0xe3,0xaa,_0x399ff2._0x28910d)](_0x4e7048)){const _0x183d0e={};return _0x183d0e[_0x55f76e(_0x399ff2._0x4e024a,0xf3,_0x399ff2._0x106064,_0x399ff2._0xe1c12)]=_0x55f76e(0x120,0x113,0xde,0x5e)+_0x55f76e(0xe5,0xb2,0x6e,_0x399ff2._0x68734c)+_0x55f76e(_0x399ff2._0x1fb02d,_0x399ff2._0x1f8ecd,0x9f,_0x399ff2._0x156ee2),_0x183d0e[_0x55f76e(_0x399ff2._0x1af447,0x14d,0xce,_0x399ff2._0x33799d)]=_0x4d41cf[_0x55f76e(0xd7,0xc9,0xa0,_0x399ff2._0x17b6a3)],_0x17e37c[_0x55f76e(_0x399ff2._0xae1cce,0x103,_0x399ff2._0x2ee8c3,0x147)](-0x1*-0x22f4+0x1deb+-0x3f4f)[_0x55f76e(_0x399ff2._0x4a471f,_0x399ff2._0x852758,0x130,_0x399ff2._0x2a3105)](_0x183d0e);}if(!_0x4b1460||_0x4d41cf[_0x2d1fe2(0x21e,_0x399ff2._0x24bb4e,0x192,_0x399ff2._0x415303)](typeof _0x4b1460,_0x4d41cf['YHLPC'])||_0x4d41cf['pFJhG'](_0x4b1460[_0x2d1fe2(_0x399ff2._0x24e67e,_0x399ff2._0x3e028e,_0x399ff2._0xd65068,_0x399ff2._0x38e125)]()[_0x2d1fe2(0x1a4,0x153,0x18f,_0x399ff2._0x43abd5)],0x15f0+-0x1e6c+-0x1*-0x87c)){const _0x153978={};return _0x153978[_0x2d1fe2(0x26b,_0x399ff2._0x52a0d6,0x1b6,_0x399ff2._0x1f6c3f)]=_0x4d41cf[_0x55f76e(_0x399ff2._0xe00a03,_0x399ff2._0x339c1c,0x12c,_0x399ff2._0x1df3f3)],_0x153978[_0x2d1fe2(0x1fc,_0x399ff2._0x56b298,0x1e3,0x1cb)]='Please\x20pro'+'vide\x20a\x20com'+'ment\x20in\x20th'+_0x55f76e(_0x399ff2._0x218e9c,_0x399ff2._0x417e88,0xa7,0x11d)+_0x55f76e(_0x399ff2._0x1a72d0,0xf5,_0x399ff2._0x1eb8e3,0x169),_0x17e37c['status'](0x7d1+0x2517+-0x4*0xad6)[_0x2d1fe2(0x2a5,0x22e,0x222,_0x399ff2._0x57e767)](_0x153978);}logger[_0x2d1fe2(0x12e,0x177,0x162,_0x399ff2._0xa9bd1)](_0x2d1fe2(_0x399ff2._0x1fee1b,0x18c,_0x399ff2._0x35e9a1,_0x399ff2._0x483592)+_0x2d1fe2(_0x399ff2._0x1ebb5b,0x1ed,0x206,_0x399ff2._0x3db79d)+'ira\x20issue:'+'\x20'+_0x4e7048);const _0x3ac515=await jiraClient[_0x55f76e(_0x399ff2._0x49604f,_0x399ff2._0x15ddb8,0x9a,_0x399ff2._0x358f02)+'t'](_0x4e7048,_0x4b1460[_0x55f76e(_0x399ff2._0x5093e6,0xc7,0x112,0x112)]()),_0x2adcf8={};_0x2adcf8['success']=!![],_0x2adcf8[_0x2d1fe2(0x239,_0x399ff2._0x146328,_0x399ff2._0x546f6a,0x152)]=_0x3ac515,_0x17e37c[_0x55f76e(0x15c,0x1ac,_0x399ff2._0x266272,_0x399ff2._0x218e9c)](_0x2adcf8);}catch(_0x562376){if(_0x4d41cf[_0x2d1fe2(_0x399ff2._0x43dafe,0x14d,0x105,0x1a7)](_0x4d41cf[_0x2d1fe2(_0x399ff2._0x4327e2,_0x399ff2._0x5aab33,_0x399ff2._0x120b37,0x1d3)],_0x4d41cf[_0x55f76e(0xc5,_0x399ff2._0x49c7b9,_0x399ff2._0x1f8ecd,0xa3)]))try{const _0x41da28={};_0x41da28[_0x2d1fe2(0x1ea,0x1ab,0x219,_0x399ff2._0x2123cb)]=_0x10042d['env'][_0x55f76e(-0x3,0x2c,_0x399ff2._0x2c5edf,0x1c)+_0x55f76e(0xbb,0xdc,0x12d,_0x399ff2._0xe00a03)];const _0x3d7ec6={};_0x3d7ec6[_0x2d1fe2(_0x399ff2._0x4ae48a,0x20c,0x1a8,_0x399ff2._0xe22fca)]=_0x4a42b2[_0x55f76e(0xff,0x7f,_0x399ff2._0x480383,_0x399ff2._0x2ece06)][_0x55f76e(0x35,_0x399ff2._0xb9f849,_0x399ff2._0x5446fa,0x4e)],_0x3d7ec6[_0x2d1fe2(0x16b,_0x399ff2._0x415303,0x110,0xd4)]=_0x451875['env'][_0x55f76e(_0x399ff2._0xa79c6f,_0x399ff2._0x3873f1,0xe0,0x10b)+'OKEN'];const _0x451a46={'baseUrl':_0x516c4a['env']['JIRA_BASE_'+_0x2d1fe2(_0x399ff2._0x2bcda4,_0x399ff2._0x73ba6,0x22f,0x1a5)],..._0x2ae529[_0x55f76e(_0x399ff2._0x2a998b,0x136,_0x399ff2._0x3154c2,0xe3)]['JIRA_CLOUD'+_0x2d1fe2(0x28b,0x22b,0x1b5,_0x399ff2._0xbb46dd)]?_0x41da28:{}};_0x451a46[_0x2d1fe2(0x19e,0x16e,0x106,_0x399ff2._0x284899)]=_0x3d7ec6,_0x1ba101=new _0x3d294c(_0x451a46),_0x4e62e3[_0x55f76e(_0x399ff2._0x15ddb8,_0x399ff2._0x1f09e9,0x11e,_0x399ff2._0x2fefe9)](_0x4d41cf[_0x2d1fe2(_0x399ff2._0x1c3e46,_0x399ff2._0x4a9bc5,_0x399ff2._0x149e7e,0x276)]);}catch(_0x526eff){_0x59a257[_0x2d1fe2(0x1f3,0x228,0x1de,_0x399ff2._0x15a4f5)](_0x2d1fe2(0x11d,0x17c,_0x399ff2._0x1f3868,0x18d)+_0x2d1fe2(0x176,_0x399ff2._0x4acb92,0x190,0x185)+'\x20JIRA\x20clie'+_0x55f76e(0x57,_0x399ff2._0x29cc44,_0x399ff2._0x2a7717,0xe5)+_0x55f76e(_0x399ff2._0x486344,-_0x399ff2._0x20a97d,0x4e,0x3f),_0x526eff);}else{logger[_0x2d1fe2(_0x399ff2._0x4e38e7,0x228,0x25e,_0x399ff2._0x493a64)](_0x4d41cf[_0x2d1fe2(0x17a,_0x399ff2._0x34572b,0x101,0x191)],_0x562376);if(_0x562376['message']['includes'](_0x4d41cf[_0x55f76e(_0x399ff2._0x3a2016,-0x2,_0x399ff2._0x4cb8ac,0xa4)])){if(_0x4d41cf[_0x55f76e(0x6c,0x95,_0x399ff2._0x27b00b,0x6)]===_0x4d41cf[_0x2d1fe2(0x195,_0x399ff2._0x33c0c3,0x102,_0x399ff2._0x26f717)]){const _0x57548d={};return _0x57548d[_0x55f76e(_0x399ff2._0x3806dc,0x10e,_0x399ff2._0x106064,_0x399ff2._0x71ee60)]=_0x4d41cf[_0x55f76e(0xe0,_0x399ff2._0x3806dc,0xb5,0xff)],_0x57548d[_0x2d1fe2(_0x399ff2._0x107eef,0x1cc,0x1c8,0x168)]=_0x562376[_0x55f76e(0x113,0xa5,0xce,0x8d)],_0x17e37c[_0x55f76e(_0x399ff2._0x2a9d71,_0x399ff2._0x1f38aa,_0x399ff2._0x2ee8c3,_0x399ff2._0x13103d)](-0x19eb+-0x1ead+0x3a2c)['json'](_0x57548d);}else{const _0x44b31b={};return _0x44b31b[_0x55f76e(_0x399ff2._0x224533,0xe6,_0x399ff2._0x423f95,0x116)]=_0x2d1fe2(0x1ba,0x140,_0x399ff2._0x87b9ef,_0x399ff2._0x8bf03c)+_0x2d1fe2(_0x399ff2._0x4faec7,0x17b,_0x399ff2._0x47c2bb,0xfb),_0x44b31b[_0x55f76e(_0x399ff2._0x2bc357,_0x399ff2._0x46fce6,0xce,0x71)]=_0x13c3a7[_0x2d1fe2(_0x399ff2._0x1f3868,_0x399ff2._0x56b298,0x232,0x208)],_0x5cc3fc['status'](-0x881*-0x2+0x14f2*0x1+0x43*-0x8b)[_0x55f76e(0x12c,_0x399ff2._0x50e431,_0x399ff2._0x23790c,_0x399ff2._0x1eb8e3)](_0x44b31b);}}else{if(_0x562376['message'][_0x55f76e(0xac,-_0x399ff2._0x31010b,_0x399ff2._0x39fc10,_0x399ff2._0x52cce0)](_0x4d41cf[_0x2d1fe2(_0x399ff2._0x3e67b1,0x16b,0x1d2,0x1e3)])){if(_0x4d41cf[_0x2d1fe2(0x21f,0x1e5,0x1df,_0x399ff2._0x1e44ea)]===_0x4d41cf[_0x2d1fe2(_0x399ff2._0x28e445,0x1e5,_0x399ff2._0x289f76,0x244)]){const _0x4f2045={};return _0x4f2045[_0x55f76e(0x161,_0x399ff2._0x379343,0x12a,0xe4)]=_0x2d1fe2(_0x399ff2._0x36da45,_0x399ff2._0x5ef1e5,_0x399ff2._0xd1d8b6,0x1de)+_0x2d1fe2(0x199,_0x399ff2._0x163ffa,_0x399ff2._0x3beb91,_0x399ff2._0x4811e1)+'d',_0x4f2045[_0x55f76e(_0x399ff2._0x3e265f,_0x399ff2._0x3189e8,0xce,0x139)]=_0x562376['message'],_0x17e37c[_0x55f76e(_0x399ff2._0x38057c,_0x399ff2._0x5f0def,0xda,_0x399ff2._0x417e88)](-0x2e5*-0xd+-0x7*-0x509+-0x474f)[_0x55f76e(0x11e,_0x399ff2._0x3df3bd,0x130,0xd5)](_0x4f2045);}else{const _0x41eec4={};return _0x41eec4['error']=_0x2d1fe2(0x1b1,_0x399ff2._0xe31cf9,0x1c3,0xfa)+_0x2d1fe2(0x14a,_0x399ff2._0x4ae48a,_0x399ff2._0x2fefe9,_0x399ff2._0x259f17)+'\x20enabled',_0x41eec4['message']=_0x4d41cf[_0x55f76e(0x73,_0x399ff2._0x2e4837,0x87,0x71)],_0xced23c[_0x55f76e(0xff,_0x399ff2._0x24d812,0xda,_0x399ff2._0x120b37)](-0x16d6+0x1a01+0x16*-0xe)['json'](_0x41eec4);}}else{if(_0x562376['message'][_0x55f76e(_0x399ff2._0x581bf1,_0x399ff2._0x36f5e4,_0x399ff2._0x2c2138,_0x399ff2._0x53a76e)](_0x4d41cf[_0x55f76e(_0x399ff2._0x2cb181,0x59,0x90,_0x399ff2._0x4ececa)])){const _0x56c6a1={};return _0x56c6a1['error']=_0x4d41cf[_0x55f76e(0xf4,0xea,0xcb,0xf4)],_0x56c6a1[_0x2d1fe2(_0x399ff2._0x15a313,0x1cc,0x1b1,_0x399ff2._0x2961a8)]=_0x562376[_0x55f76e(0xca,_0x399ff2._0x569e69,0xce,0x102)],_0x17e37c[_0x2d1fe2(0x16a,0x1d8,_0x399ff2._0x1cb574,_0x399ff2._0x1e630c)](-0x165d+-0x3d3+0x1bc3)[_0x55f76e(_0x399ff2._0x57a1b4,_0x399ff2._0x26c995,0x130,0xe3)](_0x56c6a1);}else{if(_0x4d41cf['crQhQ']!==_0x4d41cf[_0x55f76e(0x16d,0x11c,0xfe,0xe0)]){const _0x2dd281={};return _0x2dd281['error']=_0x4d41cf[_0x55f76e(_0x399ff2._0x2056b2,_0x399ff2._0x43d6a1,_0x399ff2._0x116ad5,_0x399ff2._0xbd6625)],_0x2dd281[_0x55f76e(_0x399ff2._0x1ad1f3,_0x399ff2._0x163072,_0x399ff2._0x2cb181,0xe0)]=_0x562376[_0x55f76e(_0x399ff2._0xf902c3,0x66,0xce,_0x399ff2._0x45546a)],_0x17e37c[_0x55f76e(0x75,_0x399ff2._0x313f0c,0xda,_0x399ff2._0x3beafc)](-0x17*-0x94+0x1*-0x1f+0xa9*-0x11)[_0x2d1fe2(_0x399ff2._0x144cac,0x22e,_0x399ff2._0x5665c1,0x281)](_0x2dd281);}else{const _0x35bbfd={};return _0x35bbfd['error']=_0x4d41cf[_0x2d1fe2(_0x399ff2._0x437a1f,0x22a,_0x399ff2._0x226655,_0x399ff2._0x17c62d)],_0x35bbfd[_0x2d1fe2(_0x399ff2._0x40882e,0x1cc,0x156,_0x399ff2._0x2f67e0)]=_0x2d1fe2(0x21b,0x22f,0x246,0x29f)+'vide\x20a\x20com'+_0x2d1fe2(0x1d8,0x197,_0x399ff2._0x4c8c08,_0x399ff2._0x3ac2fe)+'e\x20request\x20'+_0x55f76e(_0x399ff2._0x56b022,_0x399ff2._0x434fc5,_0x399ff2._0x1eb8e3,_0x399ff2._0x565d86),_0x3cc6bb[_0x2d1fe2(0x15d,0x1d8,_0x399ff2._0x47f68a,_0x399ff2._0x5e2375)](-0x628*0x4+-0x9c8*-0x1+0x1068)[_0x2d1fe2(_0x399ff2._0x29feb4,_0x399ff2._0x4951e1,0x238,0x1ec)](_0x35bbfd);}}}}}}});export default router;
|