@profoundlogic/coderflow-server 0.7.5 → 0.7.7
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/dist/base-image/agent-wrapper.sh +3 -1
- 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/cleanup-users.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/grant-admin.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/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.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 -1
- 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/ibmi-sync.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/memory-utils.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 -1
- 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/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-aliases.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 +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.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/shipped-skills/environment-templates/SKILL.md +152 -17
- 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/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.css +6 -0
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.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/ibmi-file-filter.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/permissions.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.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/task-judging-helpers.js +1 -1
- 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 +1 -1
package/dist/routes/jira.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x407b(){const _0x6782fa=['ifbSzwfZzsbJBW','yMfZzvvYBa','DgLVBIbMywLSzq','Dcb2yxjPywjSzq','EfvVAMu','A2HywxK','zfnszvG','wM1drhG','ndyXntiZnKnhzhHzAq','qsbJBgLLBNqGzG','CM9UBwvUDcb2yq','u3rlCKm','DIb2yxjZoG','otC0nZK5teniswfH','BwvUDcbPBIb0Aa','x0rjuG','r0LywwS','y29TBwvUDa','Dhj1zq','wez0Bxy','l2nVBMzPzW','v3rxCeG','CMvSB2fKiePjuG','yxrPB24','sxnZDwuGBM90ia','zxKVy29TBwvUDa','zunguNC','ywndDNK','qMrXsg8','nJy1mtm4BeXjy2PO','Aw5MBW','DhjPBq','zM91BMq','ChLIBuG','igzVCM1HDcbquG','z0ToAee','igvUywjSzwq','Awj5Cxa','Dg9vChbLCKnHCW','sKLsqv9bueLFva','uhHNy0W','zMv0y2GGsKLsqq','qsbPC3n1zxm','reDqzK0','vefFreLsoG','z2Tjrgy','zLH3C0O','yxH4sKy','CNKGBxvZDcbIzq','su11y3e','CLbjCNC','sKLsqsbPBNrLzW','vgHZzK4','BNrHy3qGEw91CG','z2v0','y29UzMLNDxjHDa','yNrcrhm','rMv0y2HPBMCGyW','qM9Pv1q','BeHTvNm','sKLsqsbJBgLLBG','BKjSwg0','rMv0y2HPBMCGsG','BNnhCLK','A3fdD2G','twLZC2LUzYbJBW','DMLKzsbHignVBq','CMv2u1G','l2LZC3vLCY86AW','sKLsqtOGiG','x0Le','z05jrfu','C3rHDhvZ','zfPmC2q','uvLZz04','AxjHigLZC3vLoG','CM9TigvUDIb2yq','sKLsqv9dte9vra','r3jUCKy','y2noEuq','BxvZDcbIzsbPBG','rMnzzwO','v1njy0G','BNqGzNjVBsbeqq','Aw4GDgHLihjLCq','z2v0q29TBwvUDa','t0DJDvy','q0Leu2u','ugXLyxnLihbYBW','CIbkAxjHigLZCW','igLZC3vLoG','A211sxa','yxv0AgvUDgLJyq','l3nLyxjJAa','rgD2Ahi','vvjm','DcbJB25MAwD1CG','ANnVBG','t3HvuK4','yxjJAa','CM9TierbvefFra','zxjYB3i','ugvYBwLZC2LVBG','ntqWmJbkA3rbvey','zMv0y2GGy29TBq','sxnZDwuGA2v5ia','zgvIDwC','ignVBw1LBNrZoG','C2vHCMnOiePjuG','uM91DgvY','txbfvNq','CMLHyMXLCW','yM9KEq','CerVrhi','BgvKigfMDgvYia','BwLuDKW','CM1HDa','Aw9U','sgzlC3y','Ag5Yzg0','u2vHCMnOihf1zq','ExjKrKG','uxvLCNKGDg9Via','u2vHCMnOAw5Nia','vwXpzhy','y29TBwvUDdO','y251AeS','B21Tzw50CYbMBW','mJC0mtC2wLvxvxfi','sKLsqv9ftKfcta','sKLsqv9cqvnfxW','igzYB20Grefuqq','sKLsqsbKAxnHyG','z294s2C','twLZC2LUzYbZzq','u01sqKq','z2vjENe','nti2ntmWsMLZBMzq','ExrgDvm','nta2nJu4ne5WzNjZtW','DgvZDa','Bg9dzvG','qsbPC3n1zxm6','zw5HyMXLza','Aw5PDgLHBgL6zq','uwLOtuG','mtHbuwvsBuq','BM90igzVDw5K','t0TftG','svi6','sw52ywXPzcbZzq','z0Pnu3O','mtjYsgjAseO','igfKBwLUAxn0CG','zw50CW','yxjJAcbXDwvYEq','DwvZDcbIB2r5','CMf0Aw9UigvUyq','rwDpyLC','Bw1LBNqGDg8GsG','refuqv9esvi','igrLBMLLza','uMvSB2fKAw5Nia','Cg9ZDcbkAxjHia','DMLKzsbHihnLyq','zvPLu2m','C2HVCNq','ze9gyMO','ug9ZDgLUzYbJBW','BhbrALu','AgjtCxy','DxjLzcbVBIb0Aa','y2zSr28','zw1HAwW','Bw5dq2q','yxv0Aa','y01oq3e','iIaOBwf4oIa','A2v5','iePjuKeGy2XPzq','z2v0sxnZDwu','t0Pfq1qTmtiZ','qxv0AgvUDgLJyq','zw52AxjVBM1LBG','sgr3rhO','sw52ywXPzcbPCW','B3fLt20','AxmGC2vYDMvYlG','BvjdANi','Cg9ZDa','tM8GCgvYBwLZCW','reXPtfa','z2jbugq','zw52','te9dvhG','Aw5JBhvKzxm','sLjmsxm','DhDSsuO','igzYB20Gzw52Aq','y29TBwvUDhm','BgvUz3rO','r2HysMK','svjbigLZC3vLoG','C2vHCMnOsxnZDq','zfPvzMG','yMXLzcbMCM9Tia','zMv0y2GGsMLYyq','CgfYyw1Z','CMnOihf1zxj5ia','C3vLigTLEsbMBW','swzjy1G','uKnVBMC','ENngy0q','rMfPBgvKihrVia','yxbPvg9Rzw4','CMf0Aw9Uig5VDa','mtfJuxnUsuq','BwvZC2fNzq','rLfguxu','Dg90ywW','sKLsqv9ftufjta','DcbYzwXVywrLza','EvLUwNa','CLPuBfC','yNnlEMm','C3rYAw5N','C3vJy2vZCW','mIbJAgfYywn0zq','mNrYy2jWzW','igf0igXLyxn0ia','Cg9ZDenVBw1LBG','BNntrvK','igLZC3vL','tujYq1y','Bw9dsMu','Axbmugm','suHIqKG','ALDhzMS','DK1er3m'];_0x407b=function(){return _0x6782fa;};return _0x407b();}function _0x5881(_0x1ec0e4,_0x4267eb){_0x1ec0e4=_0x1ec0e4-(0xb8f*-0x1+0x2fe+0xa0f);const _0x8a3396=_0x407b();let _0x56fc9f=_0x8a3396[_0x1ec0e4];if(_0x5881['EcVKnR']===undefined){var _0x17befa=function(_0x5886e0){const _0x528c42='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xa15683='',_0xf4bb1d='';for(let _0x31867b=-0xfbd+-0x28d*0x5+0x1c7e,_0xb25696,_0x2decd5,_0x461741=-0x219*0x9+-0x1*0x96b+-0xe26*-0x2;_0x2decd5=_0x5886e0['charAt'](_0x461741++);~_0x2decd5&&(_0xb25696=_0x31867b%(-0xd51+0x1fae*0x1+-0x1259)?_0xb25696*(-0xcb4+0x1*0x1015+-0x321)+_0x2decd5:_0x2decd5,_0x31867b++%(0xb9b+-0x4dd*-0x5+0x2fe*-0xc))?_0xa15683+=String['fromCharCode'](-0x1434+-0x655*0x1+0x1b88&_0xb25696>>(-(0x43*-0x26+0x2*0x6d4+-0x3b4)*_0x31867b&-0x798+-0x687+-0x47*-0x33)):-0x187a+0x190d+-0x93){_0x2decd5=_0x528c42['indexOf'](_0x2decd5);}for(let _0x1fe7c7=-0x10cc+-0xeb3+0x1f7f,_0x53631d=_0xa15683['length'];_0x1fe7c7<_0x53631d;_0x1fe7c7++){_0xf4bb1d+='%'+('00'+_0xa15683['charCodeAt'](_0x1fe7c7)['toString'](-0x1b*-0xcf+-0x81+-0x1544))['slice'](-(-0x5a8*0x2+0x233*0x1+0x91f));}return decodeURIComponent(_0xf4bb1d);};_0x5881['RUsZOk']=_0x17befa,_0x5881['wlzqnD']={},_0x5881['EcVKnR']=!![];}const _0x24c778=_0x8a3396[0x1*0x1646+-0x571+-0x10d5],_0x1c2ee4=_0x1ec0e4+_0x24c778,_0x5eb595=_0x5881['wlzqnD'][_0x1c2ee4];return!_0x5eb595?(_0x56fc9f=_0x5881['RUsZOk'](_0x56fc9f),_0x5881['wlzqnD'][_0x1c2ee4]=_0x56fc9f):_0x56fc9f=_0x5eb595,_0x56fc9f;}(function(_0x4a356f,_0x476c79){const _0x1f2008={_0x2f9d39:0x507,_0x116d82:0x563,_0x34b731:0x568,_0x6a8018:0x4f6,_0x32596a:0x548,_0x45bdb1:0x4eb,_0x4a577e:0x515,_0x21881f:0x51c,_0x424a5b:0x4da,_0x43f180:0x4d4,_0x110ce3:0x4d0,_0x172d20:0x4cc,_0x4f022f:0x4b8,_0xaca67c:0x514,_0xabb942:0x511,_0x7db673:0x538,_0x270781:0x517,_0x48000a:0x553,_0x27090d:0x4dd,_0x3d3731:0x533,_0x13fea7:0x4c5,_0x3c2804:0x523,_0x34ba97:0x514};function _0x50ebf0(_0x3347a4,_0x5a098e,_0x3041bc,_0x3c2ddc){return _0x5881(_0x5a098e-0x2e5,_0x3c2ddc);}function _0x300b4b(_0x59924c,_0x5b00ae,_0x2ae276,_0x183264){return _0x5881(_0x5b00ae-0x328,_0x183264);}const _0x3e4493=_0x4a356f();while(!![]){try{const _0x5a42a8=-parseInt(_0x300b4b(_0x1f2008._0x2f9d39,_0x1f2008._0x116d82,0x532,_0x1f2008._0x34b731))/(-0x854+-0x185*0x2+0xb5f)*(-parseInt(_0x50ebf0(_0x1f2008._0x6a8018,_0x1f2008._0x32596a,_0x1f2008._0x45bdb1,_0x1f2008._0x4a577e))/(0x2e*0xd6+-0x30f*-0x4+-0x1f3*0x1a))+-parseInt(_0x300b4b(0x499,0x4ff,0x487,_0x1f2008._0x21881f))/(0x1*0x12e3+0x52b+-0x180b)+parseInt(_0x50ebf0(_0x1f2008._0x424a5b,_0x1f2008._0x43f180,_0x1f2008._0x110ce3,_0x1f2008._0x172d20))/(-0x2f5+-0x139c+-0x29*-0x8d)*(parseInt(_0x50ebf0(_0x1f2008._0x4f022f,0x4a3,0x44d,0x447))/(0x1838+0x24c*0x3+-0x1f17))+-parseInt(_0x300b4b(_0x1f2008._0xaca67c,_0x1f2008._0xabb942,0x57a,0x53f))/(0x20f3+-0x67*-0x9+0x2*-0x1246)*(parseInt(_0x50ebf0(0x542,_0x1f2008._0x7db673,_0x1f2008._0x270781,_0x1f2008._0x48000a))/(0x4e+0x67*-0x16+-0x5*-0x1b7))+parseInt(_0x50ebf0(0x4a1,0x4c7,0x46e,0x51b))/(-0x1b9d+0xd*0x117+-0x23f*-0x6)+-parseInt(_0x50ebf0(_0x1f2008._0x27090d,_0x1f2008._0x3d3731,0x506,0x570))/(-0x189*-0x12+0xf98+-0x2b31)+parseInt(_0x50ebf0(0x4e8,_0x1f2008._0x13fea7,0x50f,0x49a))/(-0x5e*-0x39+0x2658+0x4*-0xecf)*(parseInt(_0x50ebf0(_0x1f2008._0x3c2804,_0x1f2008._0x34ba97,0x549,0x545))/(0x4*0x5d0+0x146d+-0x2ba2));if(_0x5a42a8===_0x476c79)break;else _0x3e4493['push'](_0x3e4493['shift']());}catch(_0x7564b9){_0x3e4493['push'](_0x3e4493['shift']());}}}(_0x407b,-0x97b94+-0xb06d3*0x1+0x12*0x17227));import _0x597140 from'express';import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';import{logger}from'../lib/logger.js';const router=_0x597140[_0x33be5b(0x5fe,0x5ac,0x58e,0x5c7)]();let jiraClient=null;async function initializeJiraClient(){const _0x2e65a8={_0x2e1737:0x107,_0xb71eed:0x13d,_0x3291ef:0x172,_0x4c9dcb:0x527,_0x2f459b:0x54a,_0x346e90:0x4c5,_0x2ad575:0x46a,_0x4e6638:0x4be,_0x31cb26:0x48e,_0x63335d:0x4b6,_0x176aa1:0xe9,_0x4b498a:0x121,_0x5b1b04:0x15d,_0x47cf23:0x9b,_0x56234e:0x541,_0x5e5d9b:0x4e0,_0x232526:0x12d,_0x3a35b3:0x1a0,_0x6a3ceb:0xf2,_0x4fea6a:0x127,_0x10e0e5:0x111,_0x2bfd1b:0xe5,_0x6b14d3:0x127,_0x8c59a8:0x193,_0x12231c:0x533,_0x3af5da:0x51e,_0xc642d1:0x1b0,_0x3e9343:0x1e1,_0x5b1ec0:0x50c,_0x4d2cf3:0x4a6,_0x1258c6:0x4ee,_0x56effc:0x1c0,_0x87ecbf:0x151,_0x244ef3:0x4f7,_0x257a5a:0x482,_0x3766e5:0x13c,_0x222bd3:0x12b,_0x59f862:0x14f,_0x1a1cd9:0x581,_0x139f97:0x4ed,_0x53530c:0x500,_0x58a6fe:0x523,_0x4befff:0x517,_0x4f4769:0x542,_0x11a644:0x1a8,_0xff18e6:0x1ab,_0x3cb76d:0x11d,_0x1e1052:0x137,_0x8893f5:0x4d6,_0x3783aa:0x48d,_0x2d426c:0x4bb,_0xdbad10:0x11e,_0x57d5c8:0x15b,_0x2becb2:0x18a,_0x3c5be3:0x163,_0x414bec:0x199,_0x2b2f2a:0x1c3,_0x22d55f:0x4db,_0x342ecb:0x495,_0x49d57c:0x508,_0x15b768:0x4cb,_0x562270:0x493,_0x5d5ab8:0x457,_0x533632:0x16e,_0x466cd9:0x16f,_0x6410a1:0x480,_0x164706:0x554,_0x588eaf:0x543,_0x1925c6:0x4eb,_0x12c618:0x127,_0x3d9243:0x185,_0x1d0eff:0xdf,_0x2ab240:0x132,_0x4d499f:0x46e,_0x1e2469:0x408,_0x259918:0x132,_0xdc2c19:0x166,_0x352a32:0xe2,_0x3950b4:0x171,_0x2b4882:0x205,_0x51b2b1:0x144,_0x3094d5:0x173,_0x3bdc3c:0x105,_0x453ce2:0x4d5,_0x468279:0x474,_0x2f85b0:0x174,_0x23b841:0x4fe,_0x411ec2:0x509,_0x4ee675:0x46a,_0x422d56:0x552,_0x420d95:0x535,_0x164c4b:0x43e,_0x56b6f4:0x506,_0x1083d5:0x517,_0x534eee:0x4b4,_0x42e394:0x17f,_0x4ee433:0x160,_0x4f199f:0x157,_0x348551:0x1cb,_0x37f127:0x141,_0x3d8a66:0x514,_0x5205d0:0x4a3,_0x4972b3:0x501,_0x49dec8:0x4be,_0x378e9d:0x18e,_0x9aaa66:0x1a6,_0x277206:0x203,_0x1f51f2:0x95,_0x280a43:0x111,_0x5209a4:0x11a,_0x5eedd6:0x179,_0x13d6ca:0x15f,_0x9e9df3:0x16b,_0x49b26a:0x470,_0x515c59:0x16d,_0x27cd85:0x198,_0x76e9b:0x142,_0x59736f:0xaa,_0x1292cb:0x11c,_0x474f97:0xea,_0x13bc8d:0x420,_0x1ba730:0x48d,_0x2b151c:0x446,_0x3c474d:0x53d,_0x31542d:0x4a2,_0x580c7d:0x11a,_0x200f0f:0xa4,_0x175f5d:0x432,_0x4d4068:0x4c4,_0x490aa2:0x4ba,_0x424e27:0x125,_0x9f164f:0x189,_0x26de18:0x182,_0x1a09de:0x187,_0x5d9fba:0x120,_0x160082:0x552,_0x5f0284:0x4da,_0x836ff:0x489,_0x3fadd0:0x4df},_0x5f58c3={_0x36fdcc:0xf0},_0x10509e={_0x1a6bf:0x135},_0x4295ff={};_0x4295ff[_0x442bbe(-_0x2e65a8._0x2e1737,-0x130,-_0x2e65a8._0xb71eed,-_0x2e65a8._0x3291ef)]=_0x48addc(_0x2e65a8._0x4c9dcb,0x555,0x4fd,_0x2e65a8._0x2f459b)+_0x48addc(_0x2e65a8._0x346e90,_0x2e65a8._0x2ad575,0x494,0x46c)+_0x48addc(_0x2e65a8._0x4e6638,_0x2e65a8._0x31cb26,_0x2e65a8._0x63335d,0x4e5),_0x4295ff[_0x442bbe(-_0x2e65a8._0x176aa1,-0xe9,-_0x2e65a8._0x4b498a,-0xee)]=_0x442bbe(-_0x2e65a8._0x5b1b04,-0x13e,-0x116,-0x125)+'arch\x20query',_0x4295ff[_0x442bbe(-0xf1,-0x111,-_0x2e65a8._0x47cf23,-0xc7)]=_0x48addc(0x42e,0x427,0x484,0x43d)+'tion\x20faile'+'d',_0x4295ff['aTHJM']=_0x48addc(0x474,0x46c,0x4de,_0x2e65a8._0x56234e)+'tion\x20faile'+'d',_0x4295ff[_0x48addc(_0x2e65a8._0x5e5d9b,0x4db,0x502,0x573)]=function(_0xadb5c3,_0x3c7ffa){return _0xadb5c3===_0x3c7ffa;},_0x4295ff[_0x442bbe(-0x16e,-_0x2e65a8._0x232526,-0xff,-_0x2e65a8._0x3a35b3)]=_0x442bbe(-_0x2e65a8._0x6a3ceb,-0xe9,-0xe3,-_0x2e65a8._0x4fea6a),_0x4295ff[_0x442bbe(-0x12e,-_0x2e65a8._0x10e0e5,-0x10c,-_0x2e65a8._0x2bfd1b)]=function(_0xb56f0a,_0x4ce605){return _0xb56f0a!==_0x4ce605;},_0x4295ff[_0x442bbe(-_0x2e65a8._0x6b14d3,-_0x2e65a8._0x8c59a8,-0xfd,-0x119)]=_0x48addc(0x5a7,0x4ef,_0x2e65a8._0x12231c,_0x2e65a8._0x3af5da),_0x4295ff['GEENk']=_0x442bbe(-_0x2e65a8._0xc642d1,-_0x2e65a8._0x3e9343,-0x166,-0x209);function _0x442bbe(_0x1e157d,_0x40d722,_0x4ca295,_0x186e4e){return _0x33be5b(_0x1e157d-0x54,_0x40d722,_0x1e157d- -0x714,_0x186e4e-_0x10509e._0x1a6bf);}_0x4295ff[_0x48addc(0x464,_0x2e65a8._0x5b1ec0,_0x2e65a8._0x4d2cf3,_0x2e65a8._0x1258c6)]=_0x442bbe(-_0x2e65a8._0x56effc,-_0x2e65a8._0x87ecbf,-0x166,-0x201)+_0x48addc(0x47c,_0x2e65a8._0x244ef3,_0x2e65a8._0x346e90,0x506)+_0x48addc(0x50f,_0x2e65a8._0x257a5a,0x4f5,0x50f)+_0x442bbe(-_0x2e65a8._0x3766e5,-_0x2e65a8._0x222bd3,-_0x2e65a8._0x59f862,-0x14f)+_0x48addc(0x4b6,_0x2e65a8._0x1a1cd9,0x51a,_0x2e65a8._0x139f97)+'s',_0x4295ff['WSIcH']='Failed\x20to\x20'+'initialize'+'\x20JIRA\x20clie'+'nt\x20from\x20en'+_0x48addc(0x4e8,_0x2e65a8._0x53530c,_0x2e65a8._0x58a6fe,_0x2e65a8._0x4befff);const _0x155207=_0x4295ff,_0x417d11=await loadJiraConfig();function _0x48addc(_0x241b6c,_0x3de872,_0x563473,_0x3ac870){return _0x33be5b(_0x241b6c-0x173,_0x241b6c,_0x563473- -0xf9,_0x3ac870-_0x5f58c3._0x36fdcc);}if(_0x417d11)try{jiraClient=new JiraClient(_0x417d11),logger[_0x48addc(0x50b,_0x2e65a8._0x4f4769,0x535,0x4fe)](_0x442bbe(-0x1c0,-0x193,-0x187,-_0x2e65a8._0x11a644)+_0x442bbe(-0x156,-0x137,-_0x2e65a8._0xff18e6,-_0x2e65a8._0x3cb76d)+_0x442bbe(-0x126,-0x131,-0x188,-_0x2e65a8._0x1e1052)+_0x48addc(_0x2e65a8._0x8893f5,0x52a,0x4c8,0x466));return;}catch(_0x44159a){logger[_0x48addc(0x4ab,0x4ad,_0x2e65a8._0x3783aa,_0x2e65a8._0x2d426c)](_0x442bbe(-_0x2e65a8._0xdbad10,-0x11f,-_0x2e65a8._0x57d5c8,-_0x2e65a8._0x2becb2)+_0x442bbe(-_0x2e65a8._0x3c5be3,-_0x2e65a8._0x414bec,-0x139,-_0x2e65a8._0x2b2f2a)+_0x48addc(0x522,0x547,_0x2e65a8._0x22d55f,_0x2e65a8._0x342ecb)+_0x442bbe(-_0x2e65a8._0x3a35b3,-0x1d8,-0x1f6,-0x1af)+'TA_DIR:',_0x44159a);}if(_0x155207[_0x48addc(_0x2e65a8._0x49d57c,_0x2e65a8._0x15b768,0x502,0x4a7)](process['env'][_0x48addc(_0x2e65a8._0x562270,0x4c6,0x4a9,_0x2e65a8._0x5d5ab8)+'ED'],_0x155207[_0x442bbe(-_0x2e65a8._0x533632,-0x15f,-_0x2e65a8._0x466cd9,-0x187)])){if(_0x155207[_0x48addc(0x497,0x4a9,_0x2e65a8._0x139f97,_0x2e65a8._0x6410a1)](_0x48addc(_0x2e65a8._0x164706,_0x2e65a8._0x588eaf,0x4e4,_0x2e65a8._0x1925c6),_0x155207[_0x442bbe(-_0x2e65a8._0x12c618,-0x134,-_0x2e65a8._0x3d9243,-_0x2e65a8._0x1d0eff)]))try{if(_0x442bbe(-0x131,-0xc2,-0x127,-0x13e)!==_0x155207['GEENk']){const _0x2231f3={'baseUrl':process['env']['JIRA_BASE_'+'URL'],...process[_0x442bbe(-_0x2e65a8._0x2ab240,-0x192,-0xc9,-0x128)]['JIRA_CLOUD'+_0x48addc(0x446,0x46b,_0x2e65a8._0x4d499f,_0x2e65a8._0x1e2469)]?{'cloudId':process[_0x442bbe(-_0x2e65a8._0x259918,-0x178,-_0x2e65a8._0xdc2c19,-_0x2e65a8._0x352a32)]['JIRA_CLOUD'+_0x442bbe(-0x1ad,-_0x2e65a8._0x3950b4,-0x1d3,-_0x2e65a8._0x2b4882)]}:{}};_0x2231f3[_0x442bbe(-_0x2e65a8._0x51b2b1,-_0x2e65a8._0x2f85b0,-_0x2e65a8._0x3094d5,-_0x2e65a8._0x3bdc3c)]={},_0x2231f3[_0x442bbe(-_0x2e65a8._0x51b2b1,-_0x2e65a8._0x2f85b0,-_0x2e65a8._0x3094d5,-_0x2e65a8._0x3bdc3c)][_0x48addc(0x533,0x4e4,_0x2e65a8._0x453ce2,_0x2e65a8._0x468279)]=process['env']['JIRA_EMAIL'],_0x2231f3[_0x442bbe(-_0x2e65a8._0x51b2b1,-_0x2e65a8._0x2f85b0,-_0x2e65a8._0x3094d5,-_0x2e65a8._0x3bdc3c)][_0x48addc(0x4c4,0x4ed,_0x2e65a8._0x23b841,0x49c)]=process[_0x48addc(0x4d6,0x4e7,0x4e9,_0x2e65a8._0x411ec2)]['JIRA_API_T'+_0x48addc(_0x2e65a8._0x4ee675,0x4e9,0x4bc,0x4d8)],jiraClient=new JiraClient(_0x2231f3),logger[_0x48addc(_0x2e65a8._0x422d56,0x4e5,_0x2e65a8._0x420d95,0x534)](_0x155207[_0x48addc(0x432,_0x2e65a8._0x164c4b,0x4a6,0x484)]);}else{const _0x2e760a={};_0x2e760a[_0x48addc(_0x2e65a8._0x56b6f4,0x4b3,0x4b7,_0x2e65a8._0x1083d5)]=!!_0x13bc7e,_0x2e760a[_0x48addc(_0x2e65a8._0x534eee,0x569,0x518,0x511)]=_0x58cd55?_0x151d0b[_0x48addc(0x540,0x478,0x4e9,0x4c8)][_0x442bbe(-_0x2e65a8._0x3950b4,-_0x2e65a8._0x42e394,-_0x2e65a8._0x4ee433,-0x1d1)+_0x442bbe(-0x194,-0x1d7,-_0x2e65a8._0x4f199f,-_0x2e65a8._0x348551)]:null,_0x12f23b['json'](_0x2e760a);}}catch(_0x129f9f){logger[_0x48addc(0x4f2,0x4c2,0x48d,_0x2e65a8._0x453ce2)](_0x155207[_0x48addc(0x472,0x4ba,0x47a,0x4bc)],_0x129f9f);}else{_0x5baa43[_0x442bbe(-0x18e,-_0x2e65a8._0x37f127,-0x18a,-0x1ed)](_0x155207[_0x48addc(0x4d9,0x51c,_0x2e65a8._0x3d8a66,0x4ed)],_0x3e4a37);if(_0x40ee9e[_0x48addc(_0x2e65a8._0x5205d0,0x4c1,_0x2e65a8._0x4972b3,0x53f)]['includes'](_0x48addc(0x4a6,0x471,_0x2e65a8._0x49dec8,0x4e4)+'arch')){const _0x4d0289={};return _0x4d0289[_0x442bbe(-_0x2e65a8._0x378e9d,-_0x2e65a8._0x9aaa66,-0x1ff,-_0x2e65a8._0x277206)]=_0x155207[_0x442bbe(-0xe9,-_0x2e65a8._0x1f51f2,-_0x2e65a8._0x280a43,-_0x2e65a8._0x176aa1)],_0x4d0289['message']=_0x4a6dcb[_0x442bbe(-_0x2e65a8._0x5209a4,-_0x2e65a8._0x5eedd6,-_0x2e65a8._0x13d6ca,-_0x2e65a8._0x9e9df3)],_0x308682[_0x48addc(0x4e8,0x419,_0x2e65a8._0x49b26a,0x43b)](0x102a+0x2252+-0x30ec)[_0x442bbe(-0x192,-_0x2e65a8._0x515c59,-_0x2e65a8._0x27cd85,-_0x2e65a8._0x76e9b)](_0x4d0289);}else{if(_0x5ba95a[_0x442bbe(-0x11a,-0x170,-_0x2e65a8._0x59736f,-0xc0)][_0x442bbe(-0x130,-_0x2e65a8._0x1292cb,-0x1a6,-_0x2e65a8._0x474f97)](_0x155207['XFtmv'])){const _0x29b911={};return _0x29b911[_0x48addc(_0x2e65a8._0x13bc8d,0x469,_0x2e65a8._0x1ba730,_0x2e65a8._0x2b151c)]=_0x155207['aTHJM'],_0x29b911[_0x48addc(_0x2e65a8._0x3c474d,_0x2e65a8._0x31542d,_0x2e65a8._0x4972b3,0x570)]=_0x51e0fa[_0x442bbe(-_0x2e65a8._0x580c7d,-_0x2e65a8._0x200f0f,-0xb3,-0xff)],_0x15ecb0[_0x48addc(_0x2e65a8._0x175f5d,_0x2e65a8._0x4d4068,0x470,_0x2e65a8._0x490aa2)](-0x1954+-0x1cf3+-0x8*-0x6fb)['json'](_0x29b911);}else{const _0x1212e9={};return _0x1212e9[_0x442bbe(-_0x2e65a8._0x378e9d,-_0x2e65a8._0x424e27,-_0x2e65a8._0xff18e6,-_0x2e65a8._0x9e9df3)]=_0x442bbe(-0x11e,-_0x2e65a8._0x9f164f,-_0x2e65a8._0x2f85b0,-_0x2e65a8._0x26de18)+_0x442bbe(-_0x2e65a8._0x1a09de,-_0x2e65a8._0x5d9fba,-0x117,-0x16f)+_0x442bbe(-0x1c9,-0x231,-0x237,-0x1b2),_0x1212e9[_0x48addc(0x496,0x520,_0x2e65a8._0x4972b3,0x4e8)]=_0x45dc8e[_0x48addc(0x551,0x493,0x501,_0x2e65a8._0x160082)],_0x3e1b99[_0x48addc(_0x2e65a8._0x5f0284,_0x2e65a8._0x490aa2,0x470,0x44d)](0xef5+0x1d77+0x1c5*-0x18)[_0x48addc(0x43a,0x461,_0x2e65a8._0x836ff,_0x2e65a8._0x3fadd0)](_0x1212e9);}}}}}export async function initializeJira(){await initializeJiraClient();}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x453036={_0x1ef3d4:0x39,_0x4ff478:0x2c,_0x536345:0x616,_0x2def29:0x5a9,_0x4b09f9:0x67b,_0xd27bd8:0x61a,_0x4398fa:0x5e4,_0x3a41dc:0x99,_0x23b3f6:0xf2,_0x45d50f:0x1e,_0x298e05:0x6b,_0x5b3427:0x15,_0x268f49:0x4d,_0xda1498:0x10e,_0x5f13d1:0xff,_0x49e2dc:0x126,_0x4f2cb3:0xdb,_0x201d9b:0x5e4,_0x512fdf:0x5ab,_0x78d1a1:0x586,_0x670189:0x9,_0xfc082b:0x86,_0x258756:0x80,_0x9f48b2:0x41,_0x29cd6:0x66,_0x5396f7:0xbf,_0x3fdc3e:0x5ff,_0x2fb141:0x612,_0x3adfd4:0x619,_0x30b679:0x5f5,_0x46d9d2:0x56b,_0x5940ca:0x595,_0x1e7436:0x59c,_0x13ee02:0x114,_0x45e6dd:0x109,_0xa9db18:0x15f,_0x3f48f5:0x16c,_0x141153:0x78,_0x40f6ae:0xa7,_0x4fcb71:0x7e,_0x3a023a:0xf4,_0x53c80f:0xa7,_0xf64b8c:0xd0,_0x4e1570:0x579,_0x1b3959:0x13c,_0xb6f548:0xe5,_0x521a7e:0x127,_0x1ad18a:0x9b,_0x41d5c7:0x5b1,_0x105fbb:0x53b,_0x530ce7:0x621,_0x1283e2:0x58e,_0x346615:0x553,_0x298e00:0x57c,_0x4f4f27:0x523,_0x52b710:0x5d7,_0x4c5856:0x56c,_0x341b45:0x539,_0x15cf49:0x589,_0x29e2bf:0x5e0,_0x3767fc:0x570,_0x430752:0xf3,_0x5f26f3:0xd1,_0xa47010:0xda,_0x100734:0xcb,_0x54ce17:0x2e,_0x27d951:0x6f,_0x219aff:0x5c8,_0x50074d:0x5e5,_0x3c3fab:0x5aa,_0x28e871:0xba,_0x2b9af4:0x120,_0x4dd5ad:0x608,_0x4bfe87:0x594,_0x440073:0x52a,_0x3bcd15:0x581,_0x48417d:0x55b,_0x5d3d20:0x5e8,_0x548efc:0x612,_0x1cb6ca:0x5ba,_0x3fbba9:0x112,_0x3bed1d:0x109,_0x13f033:0x139,_0x4f3d86:0x574,_0x5078a4:0x5db,_0x2918b0:0x513,_0x38e78a:0x576,_0x36a2bc:0x585,_0xf6167a:0x5aa,_0x5d5832:0x163,_0x48750a:0xf5,_0x4b5858:0x7f,_0x4b80d9:0x5ae,_0x3e8cec:0x5b6,_0x45a18d:0x569,_0xe817e3:0x5c1,_0x91e931:0x5f,_0x692ef3:0x40,_0x352d54:0x5cf,_0x1ad65b:0x65,_0x8bc0e7:0x3b,_0x198271:0x70,_0xa9e56e:0xe1,_0x3a6a94:0x7a,_0x572efe:0x4c,_0x1ede3d:0x60a,_0x57aff4:0x602,_0x3c4d79:0x73,_0x2f5272:0x3,_0x29d731:0x556,_0x185eb6:0x53c,_0x4b9bf9:0xca,_0x400405:0x109,_0x15b0a7:0x54,_0x570414:0x57e,_0x1a7e6e:0x568,_0x2983f8:0x554,_0x43277f:0x516,_0x3ab226:0x9a,_0x3ef0c8:0x112,_0x452b38:0x96,_0x5e4944:0x64,_0x3b0d4e:0x16,_0xb8b6b0:0x31,_0x3f19e7:0x5ff,_0x5a84b4:0xef,_0x596864:0x614,_0x374dc8:0x5f6,_0x125ea7:0x638,_0x127ddd:0x5f4,_0x7a5388:0x5eb,_0x882820:0x660},_0x5c0d29={_0x3893a1:0x1a},_0x3dcd0d={_0x374dae:0xb5,_0x11f4be:0x65c};function _0x5babda(_0x530756,_0x3480c6,_0x572856,_0x405ce4){return _0x33be5b(_0x530756-_0x3dcd0d._0x374dae,_0x572856,_0x3480c6- -_0x3dcd0d._0x11f4be,_0x405ce4-0x75);}const _0x2b7d3c={'DJWZE':_0x5babda(_0x453036._0x1ef3d4,-0x34,-_0x453036._0x4ff478,-0x24)+_0x3227d5(_0x453036._0x536345,_0x453036._0x2def29,_0x453036._0x4b09f9,_0x453036._0xd27bd8),'pDoDr':_0x3227d5(0x56d,_0x453036._0x4398fa,_0x453036._0x2def29,0x534)+'\x20denied','OGcuV':_0x5babda(-0x30,-_0x453036._0x3a41dc,-0x24,-0x71)+'JIRA\x20clien'+_0x5babda(-0xf3,-0xdb,-0x106,-_0x453036._0x23b3f6)+_0x5babda(-_0x453036._0x45d50f,-0x35,-0xaa,-_0x453036._0x298e05),'IkblY':function(_0x3169e3){return _0x3169e3();},'hbSqv':function(_0x268944,_0x272de4){return _0x268944!==_0x272de4;},'MpEVt':_0x5babda(-_0x453036._0x5b3427,-_0x453036._0x268f49,-0x1,-0x64),'qHstg':_0x5babda(-_0x453036._0xda1498,-_0x453036._0x5f13d1,-_0x453036._0x49e2dc,-_0x453036._0x4f2cb3)+_0x3227d5(_0x453036._0x201d9b,0x576,_0x453036._0x512fdf,0x5be)+_0x3227d5(0x58a,0x5ca,0x5fb,_0x453036._0x78d1a1)+_0x5babda(_0x453036._0x670189,-0x3d,-_0x453036._0xfc082b,-_0x453036._0x258756),'KBQMw':_0x5babda(-_0x453036._0x9f48b2,-_0x453036._0x29cd6,-_0x453036._0x5396f7,-0x38)+'reload\x20JIR'+_0x3227d5(_0x453036._0x3fdc3e,_0x453036._0x2fb141,_0x453036._0x3adfd4,_0x453036._0x30b679)+_0x3227d5(_0x453036._0x46d9d2,0x506,_0x453036._0x5940ca,0x56b)+_0x3227d5(_0x453036._0x1e7436,0x5b1,0x5f6,0x611),'loCeX':function(_0x49b807,_0x5ad9a4){return _0x49b807===_0x5ad9a4;},'zsFcD':_0x5babda(-_0x453036._0x13ee02,-_0x453036._0x45e6dd,-_0x453036._0xa9db18,-0x12c),'JSfKZ':_0x5babda(-_0x453036._0x3f48f5,-0xff,-0x155,-0xe4)+_0x5babda(-_0x453036._0x141153,-0x5e,-0x6b,-_0x453036._0x40f6ae)+'\x20from\x20envi'+'ronment\x20va'+_0x5babda(-0x10c,-0xcc,-_0x453036._0x4fcb71,-_0x453036._0x3a023a),'jWGfk':_0x5babda(-_0x453036._0x53c80f,-0xb7,-_0x453036._0xf64b8c,-0xd3)+_0x3227d5(_0x453036._0x4e1570,0x555,0x5d6,0x540)+_0x5babda(-0x111,-0x104,-0xbe,-_0x453036._0x1b3959)+'ion\x20reload'};function _0x3227d5(_0x30ada7,_0x595b45,_0x44927b,_0x9ae364){return _0x33be5b(_0x30ada7-0xe8,_0x9ae364,_0x30ada7- -_0x5c0d29._0x3893a1,_0x9ae364-0x129);}logger['info'](_0x2b7d3c[_0x5babda(-0xa8,-_0x453036._0xb6f548,-_0x453036._0x521a7e,-_0x453036._0x1ad18a)]),jiraClient=null;const _0x1496a1=await _0x2b7d3c['IkblY'](loadJiraConfig);if(_0x1496a1){if(_0x2b7d3c[_0x3227d5(_0x453036._0x41d5c7,_0x453036._0x105fbb,_0x453036._0x530ce7,_0x453036._0x1283e2)](_0x2b7d3c[_0x3227d5(0x575,_0x453036._0x346615,0x5e0,_0x453036._0x298e00)],_0x2b7d3c[_0x3227d5(0x575,0x5b7,_0x453036._0x4f4f27,_0x453036._0x52b710)])){const _0x437632={};return _0x437632[_0x3227d5(_0x453036._0x4c5856,0x51e,_0x453036._0x341b45,_0x453036._0x15cf49)]=_0x2b7d3c['DJWZE'],_0x437632[_0x3227d5(0x5e0,0x57e,_0x453036._0x29e2bf,_0x453036._0x3767fc)]=_0x5e8d32['message'],_0x133bd8[_0x5babda(-_0x453036._0x430752,-0xf3,-0xc1,-_0x453036._0x5f26f3)](-0x2161+-0x1e72+0x1*0x4167)[_0x5babda(-0xfc,-_0x453036._0xa47010,-_0x453036._0x100734,-0x84)](_0x437632);}else try{jiraClient=new JiraClient(_0x1496a1),logger[_0x5babda(-0x91,-_0x453036._0x54ce17,-0x75,-_0x453036._0x27d951)](_0x2b7d3c['qHstg']);return;}catch(_0x1d15cb){logger[_0x3227d5(_0x453036._0x4c5856,0x587,_0x453036._0x4c5856,0x52d)](_0x2b7d3c['KBQMw'],_0x1d15cb);}}if(process[_0x3227d5(_0x453036._0x219aff,_0x453036._0x50074d,_0x453036._0x3c3fab,0x630)][_0x5babda(-0x4d,-_0x453036._0x28e871,-_0x453036._0x2b9af4,-0x6d)+'ED']===_0x3227d5(_0x453036._0x4dd5ad,0x629,0x5a7,0x5b6))try{if(_0x2b7d3c[_0x3227d5(_0x453036._0x4bfe87,_0x453036._0x440073,_0x453036._0x3bcd15,_0x453036._0x48417d)](_0x2b7d3c[_0x3227d5(0x5db,_0x453036._0x5d3d20,_0x453036._0x548efc,_0x453036._0x1cb6ca)],_0x5babda(-_0x453036._0x3fbba9,-_0x453036._0x3bed1d,-0xbd,-_0x453036._0x13f033))){const _0x140b63={'baseUrl':process[_0x3227d5(_0x453036._0x219aff,0x55d,_0x453036._0x4f3d86,_0x453036._0x5078a4)][_0x3227d5(0x589,0x5be,_0x453036._0x2918b0,_0x453036._0x38e78a)+_0x3227d5(0x566,0x557,0x58b,0x591)],...process['env'][_0x3227d5(0x554,_0x453036._0x36a2bc,_0x453036._0xf6167a,0x582)+_0x5babda(-_0x453036._0x5d5832,-_0x453036._0x48750a,-_0x453036._0x4b5858,-0xbc)]?{'cloudId':process['env']['JIRA_CLOUD'+'_ID']}:{}};_0x140b63[_0x3227d5(_0x453036._0x3e8cec,_0x453036._0x4b80d9,_0x453036._0x352d54,_0x453036._0x45a18d)]={},_0x140b63[_0x3227d5(_0x453036._0x3e8cec,_0x453036._0x4b80d9,_0x453036._0x352d54,_0x453036._0x45a18d)]['email']=process[_0x3227d5(_0x453036._0x219aff,_0x453036._0xe817e3,0x5a6,0x5d8)][_0x5babda(-0x6,-_0x453036._0x91e931,-_0x453036._0x692ef3,-0x53)],_0x140b63[_0x3227d5(_0x453036._0x3e8cec,_0x453036._0x4b80d9,_0x453036._0x352d54,_0x453036._0x45a18d)][_0x5babda(-0x3f,-_0x453036._0x1ad65b,-_0x453036._0x8bc0e7,-_0x453036._0x198271)]=process[_0x5babda(-_0x453036._0xa9e56e,-_0x453036._0x3a6a94,-_0x453036._0x572efe,-0xbb)][_0x3227d5(0x52e,0x4de,0x508,0x4e2)+_0x3227d5(0x59b,_0x453036._0x1ede3d,_0x453036._0x57aff4,0x605)],jiraClient=new JiraClient(_0x140b63),logger[_0x5babda(-_0x453036._0x3c4d79,-_0x453036._0x54ce17,-0x33,-_0x453036._0x2f5272)](_0x2b7d3c['JSfKZ']);}else{const _0x3e7c54={};return _0x3e7c54[_0x3227d5(0x56c,_0x453036._0x29d731,0x58d,_0x453036._0x185eb6)]=_0x2b7d3c[_0x5babda(-0xaf,-_0x453036._0x4b9bf9,-0xb8,-_0x453036._0x400405)],_0x3e7c54[_0x5babda(0x6,-0x62,-0x28,-_0x453036._0x15b0a7)]=_0xf0dbdc[_0x3227d5(_0x453036._0x29e2bf,0x651,0x585,_0x453036._0x570414)],_0x380222['status'](-0x250*-0x10+-0x68*0x44+0x7cd*-0x1)[_0x3227d5(_0x453036._0x1a7e6e,_0x453036._0x2983f8,_0x453036._0x43277f,0x570)](_0x3e7c54);}}catch(_0x5b06a1){logger[_0x5babda(-_0x453036._0x3ab226,-0xd6,-_0x453036._0x3ef0c8,-0x11a)](_0x5babda(-_0x453036._0x452b38,-0x66,-0xcd,-0x7d)+_0x5babda(-_0x453036._0x5e4944,-0x36,_0x453036._0x3b0d4e,_0x453036._0xb8b6b0)+_0x3227d5(_0x453036._0x3f19e7,0x66c,0x606,0x5f9)+_0x5babda(-0xd9,-_0x453036._0x5a84b4,-0x88,-0x82)+'rs:',_0x5b06a1);}else logger[_0x3227d5(_0x453036._0x596864,_0x453036._0x374dc8,0x5eb,_0x453036._0x125ea7)](_0x2b7d3c[_0x3227d5(_0x453036._0x127ddd,_0x453036._0x50074d,_0x453036._0x7a5388,_0x453036._0x882820)]);}function requireJira(_0x4a940c,_0xaf6f08,_0x13a880){const _0xfffc1d={_0x131693:0x30f,_0x5163eb:0x2cb,_0x23b4be:0x2bc,_0x5224e7:0x36f,_0x37d05c:0x353,_0x539451:0x328,_0xfe1081:0x27e,_0x233af7:0x287,_0x5162ab:0x2cd,_0x1d1987:0x35e,_0x3ee337:0x162,_0x179f90:0x140,_0x4b5757:0x35d,_0xcd9224:0x387,_0x16ac74:0x3bf,_0x298594:0x32a,_0x5b08fb:0x2a7,_0x41381f:0x13f,_0xbcece0:0x11b,_0x1a1023:0x11e,_0x2d9923:0x315,_0x156ad3:0x2fd,_0x584662:0x2aa,_0x16ff31:0x360,_0x2504b4:0x386,_0xa7b845:0x38b,_0x325bbf:0x3b0,_0x590ac8:0x340,_0x45a0d7:0x371,_0x36aa1b:0x393,_0x2946f6:0x129,_0x2daadc:0xaf,_0xcb8490:0xcd,_0x175c5e:0x74},_0x1ca985={_0x323a72:0x154,_0x2095ec:0x49c},_0x578ecf={};_0x578ecf['xUoje']=_0x13f5e4(0x2e6,_0xfffc1d._0x131693,_0xfffc1d._0x5163eb,_0xfffc1d._0x23b4be)+_0x13f5e4(0x32e,0x3ba,_0xfffc1d._0x5224e7,_0xfffc1d._0x37d05c)+_0x13f5e4(_0xfffc1d._0x5224e7,0x337,0x3ab,0x3be);function _0x17745c(_0x3eb789,_0x1c36b3,_0x277772,_0x398a81){return _0x33be5b(_0x3eb789-_0x1ca985._0x323a72,_0x277772,_0x398a81- -_0x1ca985._0x2095ec,_0x398a81-0x1f2);}_0x578ecf[_0x13f5e4(_0xfffc1d._0x539451,_0xfffc1d._0xfe1081,0x2df,_0xfffc1d._0x233af7)]='JIRA\x20integ'+'ration\x20is\x20'+'not\x20config'+_0x13f5e4(_0xfffc1d._0x5162ab,0x3aa,0x343,_0xfffc1d._0x1d1987)+_0x17745c(_0xfffc1d._0x3ee337,0x19a,0x11f,_0xfffc1d._0x179f90)+_0x13f5e4(_0xfffc1d._0x4b5757,0x327,_0xfffc1d._0xcd9224,_0xfffc1d._0x16ac74)+_0x13f5e4(0x321,_0xfffc1d._0x298594,0x2cd,_0xfffc1d._0x5b08fb)+_0x17745c(_0xfffc1d._0x41381f,_0xfffc1d._0xbcece0,0x17a,_0xfffc1d._0x1a1023)+'ator.';function _0x13f5e4(_0x13095f,_0x2dfa90,_0x49e7f4,_0x523d4a){return _0x33be5b(_0x13095f-0x146,_0x13095f,_0x49e7f4- -0x289,_0x523d4a-0x180);}const _0x55dd50=_0x578ecf;if(!jiraClient){const _0x5d6814={};return _0x5d6814[_0x13f5e4(_0xfffc1d._0x2d9923,0x2bd,_0xfffc1d._0x156ad3,_0xfffc1d._0x584662)]=_0x55dd50[_0x13f5e4(_0xfffc1d._0x16ff31,_0xfffc1d._0x2504b4,_0xfffc1d._0xa7b845,_0xfffc1d._0x325bbf)],_0x5d6814[_0x13f5e4(0x359,_0xfffc1d._0x590ac8,_0xfffc1d._0x45a0d7,_0xfffc1d._0x36aa1b)]=_0x55dd50['gNIDU'],_0xaf6f08[_0x17745c(_0xfffc1d._0x2946f6,0x101,_0xfffc1d._0x2daadc,0xcd)](-0x22c+-0x22d1+0x4*0x9bd)[_0x17745c(0xee,_0xfffc1d._0xcb8490,_0xfffc1d._0x175c5e,0xe6)](_0x5d6814);}_0x13a880();}router[_0x33be5b(0x544,0x5b6,0x557,0x509)](_0x33be5b(0x690,0x60f,0x624,0x640),(_0xdb12d1,_0x442c65)=>{const _0x11a81d={_0x534e28:0xbb,_0x1c9601:0xc2,_0xbd23be:0x5ba,_0x541aaa:0x5b6,_0x1d4f80:0x90,_0xf3d8b0:0x11f,_0x5ee2d2:0xa0,_0x2c4162:0x5a},_0x3f703e={_0x3b21fd:0x103};function _0x22d304(_0x2f1a11,_0x5595f7,_0x120e1d,_0x428d7b){return _0x9f0e2c(_0x2f1a11-0x1a6,_0x5595f7- -0x356,_0x120e1d-0x114,_0x120e1d);}const _0x3769f0={};_0x3769f0[_0x22d304(-_0x11a81d._0x534e28,-_0x11a81d._0x1c9601,-0x94,-0x9a)]=!!jiraClient;function _0x3bbaaa(_0x16a3db,_0x695ce3,_0x27e59d,_0x34a121){return _0x9f0e2c(_0x16a3db-_0x3f703e._0x3b21fd,_0x34a121-0x315,_0x27e59d-0x46,_0x27e59d);}_0x3769f0[_0x3bbaaa(_0x11a81d._0xbd23be,0x641,_0x11a81d._0x541aaa,0x60a)]=jiraClient?process[_0x22d304(-0x89,-_0x11a81d._0x1d4f80,-0x19,-0xa1)][_0x22d304(-_0x11a81d._0xf3d8b0,-0xcf,-_0x11a81d._0x5ee2d2,-_0x11a81d._0x2c4162)+'URL']:null,_0x442c65['json'](_0x3769f0);});function _0x9f0e2c(_0x5694e1,_0x15ceaa,_0x30d407,_0x4d0211){const _0x347c79={_0x5bb331:0xae};return _0x5881(_0x15ceaa-_0x347c79._0x5bb331,_0x4d0211);}router[_0x9f0e2c(0x234,0x23b,0x26e,0x216)](_0x33be5b(0x57a,0x5ca,0x565,0x54a)+'ey',requireJira,async(_0x27a420,_0x48a5cb)=>{const _0x492ed4={_0x166d6d:0x3bf,_0x11ef75:0x411,_0x4d068b:0x441,_0x3fad41:0x47b,_0x2069ad:0x494,_0x4b2c6b:0x2e2,_0x183d2d:0x4f4,_0x4712d4:0x3f4,_0x4a5473:0x417,_0x10a4d3:0x3aa,_0x5af52b:0x395,_0x2c2ca7:0x362,_0xb1d855:0x39c,_0x529b37:0x40b,_0x5a0294:0x463,_0x1aa1e9:0x38a,_0x527ea3:0x3f7,_0x25b584:0x3a1,_0x189130:0x446,_0x1b3240:0x3e5,_0x5c03ed:0x490,_0x214bc3:0x437,_0x181c86:0x437,_0x177c4b:0x42f,_0x52a82f:0x3c6,_0x45649b:0x44b,_0x1e822f:0x449,_0x5d2e74:0x3b8,_0x14afc2:0x407,_0x169cf2:0x399,_0x2f684b:0x380,_0x1a8956:0x44c,_0x2c8d11:0x474,_0x341518:0x4cf,_0x5329f1:0x471,_0x58c23b:0x53c,_0x4f9ba8:0x514,_0x18730d:0x4b1,_0x3c2f8a:0x548,_0x18865b:0x494,_0x15aa56:0x50d,_0xc0c4ab:0x3e0,_0x5bed02:0x43c,_0x973a13:0x45e,_0x5ea977:0x4b7,_0x58ffac:0x500,_0x5f2616:0x490,_0x2b288c:0x4d4,_0x11d2d1:0x4ef,_0x3226b2:0x450,_0x362cc7:0x3e4,_0x31610c:0x3fa,_0x265ad6:0x395,_0x291146:0x3b0,_0x40b2e6:0x47f,_0x1538ff:0x450,_0x12e090:0x2e9,_0x1bbeda:0x34e,_0x82ed71:0x372,_0x3780b9:0x3c1,_0x195272:0x3fb,_0x34b66b:0x3e2,_0x52efbd:0x442,_0x59f1e5:0x3ed,_0x3b67f3:0x46b,_0x424c77:0x563,_0xbfe03d:0x4ec,_0xf8bd81:0x509,_0x361d68:0x4fd,_0xa25611:0x446,_0x55b442:0x413,_0x12b3b6:0x43b,_0x1033c3:0x481,_0x4e47c4:0x44b,_0x1e58cc:0x454,_0x4726f7:0x3e9,_0x4a9356:0x45b,_0x1ae90b:0x4be,_0x541d6f:0x523,_0x4287b9:0x43d,_0x194b07:0x426,_0x706cf5:0x3f4,_0x5a6c13:0x3a6,_0x38775a:0x387,_0x5c0dc4:0x404,_0x460fc1:0x390,_0x50e98d:0x35f,_0x4088c4:0x364,_0x1ff1a1:0x384,_0x17ea25:0x384,_0x954308:0x3f0,_0x445ea7:0x3ac,_0x6a7f40:0x3de,_0x1b6bac:0x350,_0x271e99:0x35e,_0x4d8241:0x3e3,_0x51b07f:0x3bc,_0x2dfa96:0x35b,_0x45a02c:0x3d5,_0x28f26d:0x455,_0x1f31de:0x493,_0x1f54d2:0x525,_0x12009e:0x457,_0x41530a:0x46c,_0x414e5d:0x465,_0x214738:0x39e,_0x42f3f4:0x40d,_0x21f63c:0x3f3,_0x2fa87d:0x370,_0x288ab5:0x388,_0x2b238c:0x454,_0x2b699d:0x3ff,_0x39a827:0x46e,_0x113af4:0x348,_0xbd256a:0x387,_0x48fb06:0x3d2,_0xb6f114:0x456,_0x526786:0x443,_0x48b6d6:0x36d,_0x23aebd:0x3c8,_0x37155e:0x480,_0xbab092:0x491,_0x7a0ded:0x43f,_0x46885d:0x432,_0x2cdb08:0x444,_0xa0dbeb:0x4a1,_0x37f059:0x4ad,_0x1835a3:0x44b,_0x275d6b:0x532,_0x2db86b:0x468,_0x13ac89:0x45b,_0x5bdbe9:0x496,_0x357689:0x3cc,_0x4f7edf:0x438,_0x55dfa7:0x464,_0x5b0e5d:0x316,_0x3a0e72:0x35a,_0x4619c7:0x329,_0x5dfb3e:0x376,_0x35030f:0x38b,_0x29b4ee:0x48b,_0x38958a:0x475,_0x5d05c3:0x472,_0x33fb88:0x3b5,_0x4bbf37:0x40a,_0x3f7ff9:0x387,_0x1df32a:0x31e,_0x351295:0x4c5,_0x51949c:0x4f8,_0x4581f0:0x45d,_0x5b5b35:0x363,_0x1275e6:0x35a,_0x337dcb:0x3ce},_0x335013={_0xf8b57c:0x37,_0x1a2f62:0x121,_0x48b7fc:0x6d},_0x468b32={_0x3d832f:0x1d3,_0x1e8d85:0x185};function _0x3dffe9(_0x2d02bd,_0x375aa1,_0x5dfc1d,_0x47206f){return _0x9f0e2c(_0x2d02bd-_0x468b32._0x3d832f,_0x375aa1-0x1d9,_0x5dfc1d-_0x468b32._0x1e8d85,_0x5dfc1d);}const _0x5516f0={};_0x5516f0['nsSEY']=_0x3dffe9(_0x492ed4._0x166d6d,_0x492ed4._0x11ef75,0x45e,_0x492ed4._0x4d068b)+_0x3dffe9(0x471,_0x492ed4._0x3fad41,_0x492ed4._0x2069ad,0x439)+_0x4f28f1(0x3aa,0x39a,0x3c1,0x3f3)+'DATA_DIR',_0x5516f0[_0x4f28f1(0x322,0x3b0,_0x492ed4._0x4b2c6b,0x354)]=_0x3dffe9(_0x492ed4._0x183d2d,_0x492ed4._0x2069ad,0x455,0x46f)+_0x4f28f1(_0x492ed4._0x4712d4,0x3f0,0x412,_0x492ed4._0x4a5473)+'d',_0x5516f0[_0x4f28f1(_0x492ed4._0x10a4d3,_0x492ed4._0x5af52b,_0x492ed4._0x2c2ca7,_0x492ed4._0xb1d855)]='Invalid\x20is'+_0x4f28f1(_0x492ed4._0x529b37,_0x492ed4._0x5a0294,_0x492ed4._0x1aa1e9,_0x492ed4._0x527ea3)+'rmat',_0x5516f0[_0x4f28f1(_0x492ed4._0x25b584,0x451,0x3de,0x3f9)]='Issue\x20key\x20'+_0x3dffe9(_0x492ed4._0x189130,0x42e,_0x492ed4._0x1b3240,_0x492ed4._0x5c03ed)+_0x4f28f1(0x452,0x48f,0x43f,_0x492ed4._0x214bc3)+'OJECT-123',_0x5516f0[_0x3dffe9(0x44e,0x48a,_0x492ed4._0x181c86,_0x492ed4._0x177c4b)]=_0x4f28f1(_0x492ed4._0x52a82f,_0x492ed4._0x45649b,_0x492ed4._0x1e822f,0x3fb)+_0x3dffe9(_0x492ed4._0x5d2e74,_0x492ed4._0x14afc2,_0x492ed4._0x169cf2,0x3dc)+_0x4f28f1(0x377,0x342,0x360,_0x492ed4._0x2f684b),_0x5516f0[_0x3dffe9(_0x492ed4._0x1a8956,0x457,_0x492ed4._0x2c8d11,0x49e)]=_0x3dffe9(_0x492ed4._0x341518,_0x492ed4._0x5329f1,0x46c,0x483),_0x5516f0['rVfKY']=function(_0x3dccab,_0x3fee6f){return _0x3dccab!==_0x3fee6f;},_0x5516f0[_0x3dffe9(_0x492ed4._0x58c23b,0x4c8,0x4c9,_0x492ed4._0x4f9ba8)]='IMemN',_0x5516f0['YAnxG']=_0x3dffe9(_0x492ed4._0x341518,0x4e5,_0x492ed4._0x18730d,0x51f)+_0x3dffe9(_0x492ed4._0x3c2f8a,0x4ed,_0x492ed4._0x18865b,_0x492ed4._0x15aa56),_0x5516f0[_0x3dffe9(_0x492ed4._0xc0c4ab,_0x492ed4._0x5bed02,0x402,_0x492ed4._0x973a13)]='authentica'+_0x3dffe9(0x487,0x4cf,_0x492ed4._0x5ea977,_0x492ed4._0x58ffac)+'d',_0x5516f0[_0x3dffe9(_0x492ed4._0x5f2616,_0x492ed4._0x2b288c,0x4c8,_0x492ed4._0x11d2d1)]=_0x4f28f1(0x3a6,0x413,_0x492ed4._0x3226b2,_0x492ed4._0x362cc7)+_0x4f28f1(0x3a8,_0x492ed4._0x5d2e74,_0x492ed4._0x31610c,0x39b),_0x5516f0[_0x4f28f1(0x3df,_0x492ed4._0x265ad6,0x3a5,_0x492ed4._0x291146)]='Permission'+_0x3dffe9(0x42b,_0x492ed4._0x40b2e6,0x4bd,_0x492ed4._0x1538ff),_0x5516f0['ThsfN']=_0x4f28f1(0x3a7,_0x492ed4._0x12e090,0x349,_0x492ed4._0x1bbeda),_0x5516f0[_0x4f28f1(0x3a8,_0x492ed4._0x82ed71,0x3ab,0x39d)]=_0x4f28f1(_0x492ed4._0x3780b9,0x394,0x3fd,_0x492ed4._0x195272)+'fetch\x20JIRA'+_0x4f28f1(_0x492ed4._0x34b66b,_0x492ed4._0x52efbd,_0x492ed4._0x59f1e5,0x40e);function _0x4f28f1(_0x4f03bc,_0x527601,_0x5ae98e,_0x4c45ec){return _0x9f0e2c(_0x4f03bc-_0x335013._0xf8b57c,_0x4c45ec-_0x335013._0x1a2f62,_0x5ae98e-_0x335013._0x48b7fc,_0x4f03bc);}const _0x1743db=_0x5516f0;try{const _0x4369e5=_0x27a420['params'][_0x3dffe9(0x4ab,_0x492ed4._0x5f2616,0x4a2,_0x492ed4._0x3b67f3)][_0x3dffe9(_0x492ed4._0x424c77,_0x492ed4._0xbfe03d,_0x492ed4._0xf8bd81,_0x492ed4._0x361d68)]()[_0x4f28f1(_0x492ed4._0xa25611,_0x492ed4._0x55b442,_0x492ed4._0x1e822f,_0x492ed4._0x12b3b6)+'e']();if(!/^[A-Z]+-\d+$/i[_0x3dffe9(_0x492ed4._0x1033c3,0x46a,_0x492ed4._0x4e47c4,0x456)](_0x4369e5)){const _0x487b50={};return _0x487b50[_0x3dffe9(0x3e9,0x443,0x41f,0x3e4)]=_0x1743db[_0x3dffe9(0x457,_0x492ed4._0x1e58cc,_0x492ed4._0x4726f7,_0x492ed4._0x4a9356)],_0x487b50[_0x3dffe9(_0x492ed4._0x1ae90b,_0x492ed4._0x5ea977,_0x492ed4._0x541d6f,0x4fd)]=_0x1743db[_0x3dffe9(0x4b0,_0x492ed4._0x18730d,_0x492ed4._0x4287b9,0x4fd)],_0x48a5cb[_0x3dffe9(0x452,_0x492ed4._0x194b07,_0x492ed4._0x52a82f,_0x492ed4._0x706cf5)](0xd*0x28c+0x32f+-0x22bb*0x1)[_0x4f28f1(0x336,_0x492ed4._0x5a6c13,0x361,_0x492ed4._0x38775a)](_0x487b50);}logger[_0x4f28f1(0x36d,0x36a,_0x492ed4._0x5c0dc4,_0x492ed4._0x460fc1)](_0x4f28f1(0x342,0x307,_0x492ed4._0x50e98d,_0x492ed4._0x4088c4)+_0x4f28f1(_0x492ed4._0x1ff1a1,_0x492ed4._0x17ea25,0x39c,_0x492ed4._0x954308)+'\x20'+_0x4369e5);const _0x2611fd=await jiraClient[_0x4f28f1(_0x492ed4._0x445ea7,_0x492ed4._0x2f684b,_0x492ed4._0x6a7f40,0x3da)](_0x4369e5);_0x48a5cb[_0x4f28f1(_0x492ed4._0x1b6bac,_0x492ed4._0x271e99,0x3fb,0x387)](_0x2611fd);}catch(_0x31eea5){logger[_0x4f28f1(_0x492ed4._0x4d8241,0x35f,_0x492ed4._0x51b07f,0x38b)](_0x1743db[_0x4f28f1(_0x492ed4._0x2dfa96,0x401,_0x492ed4._0x45a02c,0x3d2)],_0x31eea5);if(_0x31eea5[_0x3dffe9(_0x492ed4._0x28f26d,0x4b7,_0x492ed4._0x1f31de,_0x492ed4._0x1f54d2)][_0x4f28f1(0x450,_0x492ed4._0x291146,0x377,0x3e9)](_0x1743db[_0x3dffe9(0x416,_0x492ed4._0x12009e,_0x492ed4._0x41530a,_0x492ed4._0x414e5d)])){if(_0x1743db['rVfKY'](_0x1743db['moCJe'],'IMemN')){_0x20bc82=new _0x3dda87(_0x4d5de1),_0x4d042f['info'](_0x1743db[_0x4f28f1(0x405,0x3d1,_0x492ed4._0x214738,_0x492ed4._0x42f3f4)]);return;}else{const _0x500d75={};return _0x500d75[_0x4f28f1(_0x492ed4._0x21f63c,_0x492ed4._0x2fa87d,0x3fc,0x38b)]=_0x1743db['YAnxG'],_0x500d75[_0x4f28f1(_0x492ed4._0x288ab5,_0x492ed4._0x2b238c,0x457,_0x492ed4._0x2b699d)]=_0x31eea5['message'],_0x48a5cb[_0x3dffe9(0x442,0x426,_0x492ed4._0x39a827,0x484)](0x1566+0x4*-0x3e0+-0x452)[_0x4f28f1(0x3ab,0x39e,_0x492ed4._0x113af4,_0x492ed4._0xbd256a)](_0x500d75);}}else{if(_0x31eea5[_0x4f28f1(0x412,_0x492ed4._0x48fb06,_0x492ed4._0xb6f114,0x3ff)]['includes'](_0x1743db[_0x4f28f1(0x396,_0x492ed4._0x17ea25,0x32e,_0x492ed4._0x1ff1a1)])){const _0x4ddfab={};return _0x4ddfab[_0x3dffe9(0x409,_0x492ed4._0x526786,_0x492ed4._0x1a8956,0x453)]=_0x4f28f1(0x42a,_0x492ed4._0x48b6d6,0x3df,0x3dc)+'tion\x20faile'+'d',_0x4ddfab['message']=_0x31eea5['message'],_0x48a5cb[_0x3dffe9(_0x492ed4._0x23aebd,_0x492ed4._0x194b07,_0x492ed4._0x37155e,0x471)](0x1*0x691+0x14cb+0x3*-0x899)[_0x3dffe9(_0x492ed4._0xbab092,_0x492ed4._0x7a0ded,0x47e,_0x492ed4._0x46885d)](_0x4ddfab);}else{if(_0x31eea5[_0x4f28f1(_0x492ed4._0x23aebd,0x392,_0x492ed4._0xc0c4ab,0x3ff)][_0x3dffe9(_0x492ed4._0x2cdb08,_0x492ed4._0xa0dbeb,_0x492ed4._0x37f059,_0x492ed4._0x1835a3)](_0x1743db[_0x3dffe9(_0x492ed4._0x275d6b,0x4d4,0x495,0x4b2)])){const _0x4b225a={};return _0x4b225a[_0x4f28f1(0x3f8,0x3ff,0x3ab,0x38b)]=_0x1743db[_0x3dffe9(0x43c,_0x492ed4._0x2db86b,_0x492ed4._0x13ac89,_0x492ed4._0x5bdbe9)],_0x4b225a[_0x4f28f1(0x3f0,0x462,_0x492ed4._0x357689,_0x492ed4._0x2b699d)]=_0x31eea5['message'],_0x48a5cb[_0x3dffe9(_0x492ed4._0x4f7edf,0x426,_0x492ed4._0x55dfa7,0x49e)](-0x1*-0x1bd+-0x13d1+0x13a7)['json'](_0x4b225a);}else{if(_0x1743db[_0x4f28f1(0x35e,_0x492ed4._0x5b0e5d,0x39d,_0x492ed4._0x3a0e72)]==='PxgcL'){const _0x45a0bf={};return _0x45a0bf[_0x4f28f1(_0x492ed4._0x4619c7,0x31e,_0x492ed4._0x5dfb3e,_0x492ed4._0x35030f)]=_0x1743db[_0x3dffe9(_0x492ed4._0x29b4ee,0x455,_0x492ed4._0x1033c3,_0x492ed4._0x38958a)],_0x45a0bf[_0x3dffe9(0x4ff,0x4b7,_0x492ed4._0x5d05c3,0x4e3)]=_0x31eea5[_0x3dffe9(0x515,0x4b7,0x45f,0x4f0)],_0x48a5cb[_0x3dffe9(_0x492ed4._0x33fb88,0x426,_0x492ed4._0x4bbf37,_0x492ed4._0x4a5473)](-0x12bc+-0x2122+0x35d2)[_0x4f28f1(_0x492ed4._0x291146,0x3fb,_0x492ed4._0x362cc7,_0x492ed4._0x3f7ff9)](_0x45a0bf);}else{const _0x317aac={};return _0x317aac[_0x4f28f1(0x3eb,0x37c,_0x492ed4._0x1df32a,_0x492ed4._0x35030f)]=_0x1743db['fXwsJ'],_0x317aac[_0x3dffe9(_0x492ed4._0x351295,0x4b7,0x43f,_0x492ed4._0x51949c)]=_0xd75c07[_0x4f28f1(0x455,0x447,_0x492ed4._0x4581f0,_0x492ed4._0x2b699d)],_0x13dd4a[_0x4f28f1(_0x492ed4._0x5b5b35,_0x492ed4._0x1275e6,_0x492ed4._0x337dcb,0x36e)](-0x14b3+-0xfa3*-0x1+0x1*0x6a1)['json'](_0x317aac);}}}}}}),router[_0x9f0e2c(0x25c,0x2c2,0x306,0x27b)](_0x33be5b(0x5bc,0x5a6,0x57e,0x5e0),requireJira,async(_0x364b75,_0xb45228)=>{const _0x36df95={_0x511bc6:0x1aa,_0xd5da1b:0x207,_0x5c943d:0x196,_0x1ff015:0x1b4,_0x5c2667:0x119,_0x2b572e:0x118,_0x590ff0:0xb8,_0x2dd487:0x28,_0x30339e:0x49,_0x2654c9:0x79,_0x3c2c17:0x22,_0x2c9bc1:0x124,_0x435d86:0x123,_0x49aa40:0xfa,_0x22c7d2:0x8d,_0x556721:0x3d,_0x383999:0x32,_0x20ef02:0x45,_0x457c39:0x112,_0x4cee83:0xe1,_0x2e8ba5:0x116,_0x40990c:0x14a,_0x5f5993:0x12,_0xfd8769:0x1d4,_0x18cd63:0x1d3,_0x59a29e:0x18d,_0x591429:0x75,_0x128569:0x44,_0x4bd57b:0x27,_0x42103e:0x5e,_0xa5d3ec:0x4c,_0x2aa2a8:0x203,_0xa6e23d:0x191,_0x289123:0xdf,_0x1c474:0x9c,_0xc78835:0x62,_0x1b3e75:0x3c,_0x33a572:0x14,_0x28510d:0x1b6,_0x4cb18a:0x1af,_0x11c629:0x103,_0xad44e7:0x13f,_0x1340ce:0xa8,_0x4d18fe:0x162,_0x4a6827:0x16d,_0x3e85e3:0x101,_0x3ed665:0x100,_0x40cc1c:0x4b,_0x3a9377:0x4f,_0x1beefd:0xe6,_0x1066ae:0x188,_0x330f28:0x14f,_0x441f46:0xde,_0x51508e:0x68,_0x11edd3:0x107,_0x26d3f3:0x44,_0x1a5638:0x45,_0x1c31cf:0xe9,_0x177b6b:0xa,_0x44a55e:0xd,_0x34631d:0x26,_0x3e89e2:0x155,_0x49d860:0x1d0,_0xad5d51:0x167,_0x2ef0e6:0x22b,_0x4f71aa:0x125,_0x2e428a:0x2e,_0x41d516:0x7b,_0x27a4fb:0x26,_0x5808be:0x27,_0x548a53:0x1a,_0x5060bf:0x50,_0x1fab7c:0x24,_0x1fa7c4:0x28,_0x3c55cc:0x8,_0x533d99:0x9e,_0x3d357e:0xc7,_0x258cca:0xa5,_0x65ff83:0xd6,_0x27eed5:0xd7,_0x15123e:0xa1,_0x17343f:0x1c9,_0x2c9704:0x175,_0x1b9ce0:0x12a,_0x208bc4:0x123,_0x328a1f:0xdc,_0x30fc73:0x91,_0x136dba:0xe6,_0x3a8244:0x1,_0x49db71:0x37,_0x3dfa9c:0x147,_0x12e378:0x134,_0x310a15:0x180,_0x57222f:0x19e,_0x1215b8:0x13c,_0x3f610d:0x42,_0x15acda:0x60,_0x439f79:0x61,_0x37720c:0x158,_0x1e7e85:0x1a8,_0x377bb0:0x199,_0x4226c8:0xdc,_0x22c644:0x9f,_0x1dd9dc:0x60,_0x309fb9:0x9c,_0x10f1e9:0x16,_0x158280:0xa8,_0x4d6159:0x70,_0x480fcf:0x78,_0x3d9661:0x3,_0x353ba7:0x151,_0x38ab3b:0x18b,_0xf3bbb9:0x115,_0x4a79cc:0xd7,_0x5c4b27:0x107,_0x3a588e:0x44,_0x302547:0x64,_0xf53a3d:0xcd,_0x1e08dc:0x1a1,_0xd62c82:0x1db,_0x414c72:0x163,_0x23592c:0x25,_0x4695a5:0xeb,_0x511e4f:0x86,_0x5da7fc:0x51,_0x239d07:0x1f,_0x33a847:0x0,_0x2edea9:0xf,_0x4809bd:0x27,_0x14f2d8:0x6a,_0x53821d:0x4e,_0x529332:0x66,_0x2b9b88:0x68,_0x1b46b5:0xa,_0x57cb93:0x1ab,_0x4cb73f:0x174,_0x21914c:0x18e,_0xb07ea4:0x157,_0x4e5f6d:0xd4,_0x50cfd4:0x10c,_0x155009:0x33,_0x4bc8d0:0xf9,_0x29833d:0x30,_0x493115:0xe,_0x43d8ca:0x1b4,_0x2ac43c:0x11e,_0x460662:0x1a4,_0x4664dd:0x184,_0x20cac8:0x97,_0x320458:0x4b,_0x4ba7da:0x2,_0x1e24d1:0x4d,_0x891be3:0x43,_0x109c04:0xc,_0x32f373:0x17,_0x4c9691:0x98,_0x1989e3:0x113,_0x1d02b8:0xba,_0x2b86ac:0x10c,_0x15faf1:0x40,_0x2e3251:0xcd,_0x1ad4a4:0x142,_0x2f32ea:0x1cb,_0x10314d:0x14f,_0x1127c9:0x20e,_0x314ca5:0x1dd},_0x19fe5d={_0x3bc58e:0x1c8,_0x3c3f3a:0xd4},_0x2af247={_0x239cda:0x148},_0x1694f1={};_0x1694f1[_0x402840(-_0x36df95._0x511bc6,-_0x36df95._0xd5da1b,-_0x36df95._0x5c943d,-_0x36df95._0x1ff015)]=function(_0x246a6d,_0x2f4e26){return _0x246a6d!==_0x2f4e26;};function _0x402840(_0x32d734,_0x5faf00,_0x2b307e,_0x311702){return _0x9f0e2c(_0x32d734-0x60,_0x311702- -0x3ea,_0x2b307e-_0x2af247._0x239cda,_0x5faf00);}_0x1694f1[_0x402840(-_0x36df95._0x5c2667,-_0x36df95._0x2b572e,-0x15e,-0x11c)]=_0x402840(-0x12b,-0x108,-_0x36df95._0x590ff0,-0x104),_0x1694f1[_0x2eac93(_0x36df95._0x2dd487,-0x2a,_0x36df95._0x30339e,0x34)]=function(_0x4f8aaf,_0x1d232e){return _0x4f8aaf!==_0x1d232e;},_0x1694f1[_0x2eac93(-_0x36df95._0x2654c9,-0x3b,-_0x36df95._0x3c2c17,-0x11)]=_0x402840(-_0x36df95._0x2c9bc1,-_0x36df95._0x435d86,-0xa9,-_0x36df95._0x49aa40),_0x1694f1['HdwDz']=_0x2eac93(0xa,_0x36df95._0x22c7d2,-_0x36df95._0x556721,0x2f),_0x1694f1['lpQjU']=_0x2eac93(-0x15,-0x62,-_0x36df95._0x383999,-_0x36df95._0x20ef02)+_0x402840(-_0x36df95._0x457c39,-_0x36df95._0x4cee83,-_0x36df95._0x2e8ba5,-_0x36df95._0x40990c),_0x1694f1[_0x2eac93(-_0x36df95._0x5f5993,0x2c,-0x2d,-0x7)]=_0x402840(-_0x36df95._0xfd8769,-0x1f8,-_0x36df95._0x18cd63,-_0x36df95._0x59a29e)+_0x2eac93(-_0x36df95._0x591429,-_0x36df95._0x128569,-0x6c,-_0x36df95._0x4bd57b)+_0x2eac93(-_0x36df95._0x42103e,_0x36df95._0xa5d3ec,-0x62,0x5)+_0x402840(-0x1cd,-_0x36df95._0x2aa2a8,-0x1cf,-_0x36df95._0xa6e23d)+_0x402840(-0x192,-_0x36df95._0x289123,-0x183,-0x149),_0x1694f1[_0x2eac93(-0x85,-0xa3,-0x80,-_0x36df95._0x1c474)]=function(_0x45342e,_0x54a198){return _0x45342e<_0x54a198;},_0x1694f1[_0x2eac93(-_0x36df95._0xc78835,_0x36df95._0x1b3e75,0x2,_0x36df95._0x33a572)]=_0x402840(-0x103,-_0x36df95._0x28510d,-0x11a,-0x16b)+_0x402840(-0x118,-_0x36df95._0x4cb18a,-_0x36df95._0x11c629,-_0x36df95._0xad44e7),_0x1694f1[_0x2eac93(-_0x36df95._0x1340ce,-0x2,-0x1e,-0x43)]=_0x402840(-0x1e2,-_0x36df95._0x4d18fe,-_0x36df95._0x2c9bc1,-_0x36df95._0x4a6827)+_0x402840(-0x1ac,-0x18b,-0x1c6,-0x1b5)+_0x402840(-0xa4,-_0x36df95._0x3e85e3,-0x135,-_0x36df95._0x3ed665)+_0x2eac93(-0x17,_0x36df95._0x40cc1c,-_0x36df95._0x3a9377,0x18)+'rs',_0x1694f1['jGmFW']=_0x402840(-0x100,-_0x36df95._0x1beefd,-_0x36df95._0x1066ae,-_0x36df95._0x330f28)+_0x2eac93(-0x57,-_0x36df95._0x441f46,-0x4e,-_0x36df95._0x51508e),_0x1694f1[_0x2eac93(-_0x36df95._0x11edd3,-_0x36df95._0x26d3f3,-_0x36df95._0x1a5638,-0x9e)]=_0x402840(-0x104,-0x1a4,-_0x36df95._0x1c31cf,-0x14f)+_0x402840(-0x189,-0x182,-0x19c,-0x14a);function _0x2eac93(_0x452d73,_0x161aba,_0x6df671,_0x122269){return _0x9f0e2c(_0x452d73-_0x19fe5d._0x3bc58e,_0x122269- -0x2d0,_0x6df671-_0x19fe5d._0x3c3f3a,_0x452d73);}_0x1694f1[_0x2eac93(-_0x36df95._0x177b6b,-0x7,-_0x36df95._0x44a55e,-_0x36df95._0x34631d)]=_0x402840(-_0x36df95._0x3e89e2,-_0x36df95._0x49d860,-0x170,-0x189)+'tion\x20faile'+'d',_0x1694f1[_0x402840(-0x18a,-_0x36df95._0xad5d51,-_0x36df95._0x2ef0e6,-0x1ba)]=_0x402840(-_0x36df95._0x4f71aa,-0xe7,-0x13b,-0x12f)+_0x2eac93(_0x36df95._0x2e428a,_0x36df95._0x41d516,0x13,_0x36df95._0x27a4fb)+'d',_0x1694f1[_0x2eac93(-_0x36df95._0x5808be,_0x36df95._0x548a53,-_0x36df95._0x5060bf,-_0x36df95._0x1fab7c)]=_0x2eac93(0x45,-_0x36df95._0x1fa7c4,-_0x36df95._0x3c55cc,0xa)+_0x2eac93(-_0x36df95._0x533d99,-_0x36df95._0x3d357e,-_0x36df95._0x258cca,-0x5f)+_0x2eac93(-_0x36df95._0x65ff83,-0xf1,-_0x36df95._0x27eed5,-_0x36df95._0x15123e);const _0x425e4b=_0x1694f1;try{const {query:_0x168a1a,maxResults:maxResults=-0x2225+0x24cb*0x1+-0x292}=_0x364b75[_0x402840(-0x123,-0x1b5,-_0x36df95._0x17343f,-_0x36df95._0x2c9704)];if(!_0x168a1a||_0x425e4b[_0x402840(-0x227,-0x15c,-0x21b,-0x1b4)](typeof _0x168a1a,_0x425e4b[_0x402840(-_0x36df95._0x1b9ce0,-_0x36df95._0x208bc4,-_0x36df95._0x328a1f,-0x11c)])){if(_0x425e4b[_0x402840(-_0x36df95._0x30fc73,-0xf6,-_0x36df95._0x27eed5,-_0x36df95._0x136dba)](_0x425e4b['oqeOm'],_0x425e4b[_0x2eac93(_0x36df95._0x3a8244,-_0x36df95._0x49db71,-0x13,-0x13)])){const _0x1addcc={};return _0x1addcc[_0x402840(-_0x36df95._0x3dfa9c,-0x1e3,-_0x36df95._0x12e378,-_0x36df95._0x310a15)]=_0x425e4b[_0x402840(-0x146,-_0x36df95._0x57222f,-0x12d,-_0x36df95._0x1215b8)],_0x1addcc['message']=_0x425e4b[_0x2eac93(0x44,-_0x36df95._0x3c55cc,-0x5e,-0x7)],_0xb45228['status'](0x2*-0x3ff+-0x1*-0x187d+-0xeef)[_0x2eac93(-0x7b,-_0x36df95._0x3f610d,-0xab,-0x6a)](_0x1addcc);}else _0x3ec869[_0x2eac93(-_0x36df95._0x15acda,-_0x36df95._0x439f79,-0xa,-0x66)]('Failed\x20to\x20'+_0x402840(-0x162,-_0x36df95._0x37720c,-_0x36df95._0x1e7e85,-0x155)+'\x20JIRA\x20clie'+_0x402840(-0x1ee,-0x1c4,-_0x36df95._0x377bb0,-0x192)+_0x2eac93(-0xb6,-_0x36df95._0x4226c8,-0x73,-_0x36df95._0x22c644),_0x4b6f71);}if(_0x425e4b[_0x2eac93(-0xe4,-_0x36df95._0x1dd9dc,-0x68,-_0x36df95._0x309fb9)](_0x168a1a[_0x2eac93(0x1f,_0x36df95._0x10f1e9,_0x36df95._0x158280,0x43)]()[_0x2eac93(-_0x36df95._0x27a4fb,-_0x36df95._0x4d6159,-_0x36df95._0x480fcf,-_0x36df95._0x3d9661)],0x2*0xbc6+-0xb60+-0xc2a)){const _0x2af719={};return _0x2af719[_0x402840(-_0x36df95._0x353ba7,-_0x36df95._0x38ab3b,-_0x36df95._0xf3bbb9,-0x180)]=_0x425e4b[_0x402840(-_0x36df95._0x4a79cc,-_0x36df95._0x328a1f,-_0x36df95._0x5c4b27,-0x106)],_0x2af719['message']=_0x425e4b[_0x2eac93(-_0x36df95._0x3a588e,-0x1d,-_0x36df95._0x302547,-0x43)],_0xb45228[_0x2eac93(-_0x36df95._0xf53a3d,-_0x36df95._0x3f610d,-_0x36df95._0x20ef02,-0x83)](0x343*0x4+-0x1256+-0x36d*-0x2)[_0x402840(-_0x36df95._0x1e08dc,-_0x36df95._0xd62c82,-_0x36df95._0x414c72,-0x184)](_0x2af719);}logger[_0x402840(-0x11c,-0x151,-0x11a,-0x17b)](_0x2eac93(-0x69,-0x4b,0x1a,-_0x36df95._0x5060bf)+_0x2eac93(-_0x36df95._0x23592c,-_0x36df95._0x4695a5,-0x5e,-_0x36df95._0x511e4f)+_0x168a1a+_0x2eac93(0x11,-0x84,_0x36df95._0x5da7fc,-_0x36df95._0x548a53)+maxResults+')');const _0xa2ff0b=await jiraClient[_0x2eac93(-0x3,-0x5c,-_0x36df95._0x239d07,_0x36df95._0x33a847)+'es'](_0x168a1a,maxResults);_0xb45228[_0x2eac93(-_0x36df95._0x2edea9,-_0x36df95._0x4809bd,-0x8e,-_0x36df95._0x14f2d8)](_0xa2ff0b);}catch(_0x57cdac){logger[_0x2eac93(-0x1d,-_0x36df95._0x53821d,-0x5d,-_0x36df95._0x529332)](_0x2eac93(0x4a,_0x36df95._0x2b9b88,-0x47,_0x36df95._0x1b46b5)+_0x402840(-0x1c4,-_0x36df95._0x57cb93,-0x1a0,-0x179)+_0x402840(-0x12e,-_0x36df95._0x4cb73f,-_0x36df95._0x21914c,-_0x36df95._0xb07ea4),_0x57cdac);if(_0x57cdac[_0x402840(-_0x36df95._0x4e5f6d,-0x13c,-0x100,-_0x36df95._0x50cfd4)]['includes'](_0x425e4b['jGmFW'])){const _0x18346c={};return _0x18346c[_0x402840(-_0x36df95._0x4a6827,-0x1be,-0x1c5,-0x180)]=_0x425e4b[_0x2eac93(-_0x36df95._0x155009,-0xe4,-_0x36df95._0x4bc8d0,-_0x36df95._0x533d99)],_0x18346c[_0x2eac93(_0x36df95._0x29833d,0x16,-0x14,_0x36df95._0x493115)]=_0x57cdac['message'],_0xb45228[_0x402840(-0x18a,-0x180,-_0x36df95._0x43d8ca,-0x19d)](-0xd36+0x225b+-0x22d*0x9)[_0x402840(-_0x36df95._0x2ac43c,-_0x36df95._0x460662,-0x1ca,-_0x36df95._0x4664dd)](_0x18346c);}else{if(_0x57cdac[_0x402840(-_0x36df95._0x4d18fe,-_0x36df95._0x20cac8,-0xb8,-_0x36df95._0x50cfd4)][_0x2eac93(-_0x36df95._0x3c2c17,-_0x36df95._0x320458,-_0x36df95._0x4ba7da,-0x8)](_0x425e4b[_0x2eac93(-_0x36df95._0x1e24d1,_0x36df95._0x891be3,_0x36df95._0x109c04,-0x26)])){const _0x3f2e8f={};return _0x3f2e8f[_0x2eac93(-0x85,-_0x36df95._0x32f373,-_0x36df95._0x302547,-0x66)]=_0x425e4b[_0x2eac93(-0x8e,-0xfb,-_0x36df95._0x4c9691,-0xa0)],_0x3f2e8f[_0x402840(-0x114,-_0x36df95._0x1989e3,-_0x36df95._0x1d02b8,-_0x36df95._0x2b86ac)]=_0x57cdac[_0x402840(-0x99,-0x164,-0xe6,-_0x36df95._0x50cfd4)],_0xb45228['status'](-0x1ea3+0xbf*0xb+0x17ff*0x1)[_0x2eac93(-0x3b,-_0x36df95._0x15faf1,-_0x36df95._0x2e3251,-0x6a)](_0x3f2e8f);}else{const _0x3395ab={};return _0x3395ab[_0x402840(-0x1de,-_0x36df95._0x1ad4a4,-_0x36df95._0x2f32ea,-0x180)]=_0x425e4b[_0x402840(-_0x36df95._0x208bc4,-0xfb,-_0x36df95._0x10314d,-0x13e)],_0x3395ab[_0x2eac93(0x1e,-0x63,0x4b,_0x36df95._0x493115)]=_0x57cdac[_0x402840(-0x102,-0xb5,-0xf2,-0x10c)],_0xb45228[_0x402840(-_0x36df95._0x1127c9,-_0x36df95._0x314ca5,-0x206,-0x19d)](-0x1*0x726+-0x1*-0x581+0x399)['json'](_0x3395ab);}}}}),router[_0x33be5b(0x53d,0x51b,0x557,0x5a6)]('/issues/:k'+_0x33be5b(0x621,0x5d4,0x629,0x637)+'s',requireJira,async(_0x2b7c9e,_0x33e432)=>{const _0x426db5={_0x1ca7d0:0x567,_0x430185:0x52c,_0x1de7c9:0x566,_0xee5426:0x584,_0x2559fe:0x5f2,_0x1d14b6:0x622,_0x26cd45:0x50f,_0x5fb016:0x5cc,_0x1e91e9:0x75,_0x46dea7:0xdf,_0x1dee4b:0x5cb,_0x104d7e:0x642,_0x356686:0x58c,_0x1c98db:0x605,_0x1db69b:0x5dc,_0x389e49:0x64c,_0x1baafe:0x19e,_0x54641e:0x135,_0x402809:0x638,_0x37d086:0x5d2,_0x62d041:0x543,_0x39859c:0x585,_0x2a305:0x54d,_0x5a9994:0x55a,_0x3b690e:0x582,_0x13b5fe:0x14e,_0x1085fb:0x18c,_0x1888ca:0x525,_0x1eeaf4:0x73,_0xaa53a1:0xcd,_0xcce3e:0xe8,_0x4bacc8:0x180,_0x76f0fa:0x179,_0x3f71db:0x14b,_0x3a2892:0x10a,_0x57b56b:0x147,_0x4d0ad6:0x63d,_0x50a58f:0x624,_0x5b987e:0x5e2,_0x19a325:0x5af,_0x37493b:0x62c,_0xf5a4c0:0x81,_0x4f27e1:0x138,_0x5681ee:0x109,_0x55ca63:0x18c,_0xbc9c1f:0x165,_0x7f6835:0x115,_0x2659cf:0xec,_0x469278:0x138,_0xe33c43:0x198,_0x330f31:0x54a,_0x192899:0x578,_0x1ba57e:0x5cf,_0x41a24a:0x11f,_0x3560e0:0x182,_0x176722:0x14a,_0x54d9a3:0x583,_0x176a2f:0x58b,_0x21fa05:0x590,_0xadcb47:0x5be,_0x445fde:0x81,_0xfc7f9c:0xce,_0x2fd7f2:0x74,_0x106b09:0x56e,_0x3941ff:0x576,_0x513e7b:0x599,_0x1512b0:0x63a,_0x3461af:0x5a1,_0x3fcb33:0x1ea,_0x57fe2e:0x17f,_0xce349d:0x167,_0x2da31e:0x507,_0x4402a9:0x5d6,_0x4cb0c0:0x57e,_0x429434:0x5c8,_0x31de5d:0x58d,_0x502ba4:0x204,_0x9c96ac:0x545,_0x5f1eee:0x5a9,_0x50b8ee:0x583,_0x2b49ff:0x561,_0x2fa167:0x121,_0x26e280:0x1b7,_0x3d1c1b:0xf3,_0x509870:0xc8,_0x6cf918:0xb3,_0x57058b:0x1b8,_0xd719c1:0x1ab,_0x4cd785:0x607,_0x466164:0x5f6,_0x303fa4:0x60c,_0x3dc64d:0x56d,_0x2a49c7:0x501,_0xeff434:0x154,_0x5749f3:0x210,_0x1bd216:0x17a,_0x599bf4:0x57e,_0x134c21:0x50d,_0x463c0d:0x5e9,_0x626223:0x93,_0x3f790b:0x556,_0x26c1c6:0x59e,_0x10e228:0x4e1,_0x27d7c7:0x10d,_0x3d4598:0x57f,_0x349c2a:0x572,_0x1f7f5a:0x50b,_0x54de05:0x5f8,_0x2627e1:0x5a7,_0xba627d:0x63d,_0x16ca57:0x651,_0xd044b9:0x5e5,_0xd2b3a4:0x655,_0x2c4eb9:0x19d,_0x22da2d:0x155,_0x95b033:0x158,_0x4c552e:0x11a,_0x3cdf33:0x9f,_0x13be2e:0x11f,_0xaf4474:0x576,_0x362836:0x516,_0x476554:0x4fe,_0x191cfc:0xcd,_0xfdf658:0x8a,_0x227973:0x10e,_0x4c8e21:0x162,_0x428d7d:0x590,_0x3e9b82:0x56a,_0x43213e:0xe2,_0x131ff7:0x1e9,_0x19999b:0x652,_0x55f665:0x545,_0x44a810:0x59c,_0x23f71f:0xb2,_0x4e5d4e:0x10a,_0xa32c4f:0xfc,_0x2254ec:0xa1,_0x22bc96:0x542,_0x299872:0x57e,_0x40604b:0x535,_0x52af93:0x167,_0x5bc635:0x10b,_0x54c088:0xd8,_0x13a112:0xe5,_0xd0ab2a:0xfb,_0x539c05:0xb4,_0x9ca435:0x131,_0x50384d:0x197,_0x13d4c5:0x13e,_0x3bd6d1:0x17c,_0x2219ba:0x15b,_0x1edb08:0x558,_0x321be0:0x57c,_0x1dbbd1:0xce,_0x5b14ce:0xcf,_0x2a6a17:0x5d3,_0x4d9be4:0x114,_0x2a849f:0x195,_0xad9880:0x618,_0x37bc03:0x5dc,_0x32eb4e:0x134,_0x535d35:0x565,_0xbeb888:0x546,_0x748f44:0x573,_0x3b6d0c:0x5d1,_0x1e70c2:0x5a4,_0x1f427a:0x117,_0x390a60:0xf3,_0x591dcc:0x7c,_0x59434c:0xf6,_0x459782:0x5a3,_0x4757d4:0x5ba,_0x39794e:0x570,_0x49502f:0x554,_0x56d2d8:0x5b0,_0x3c2562:0x58d,_0x104918:0x582,_0x7b7f21:0xde,_0x478cdd:0x11d,_0x56b06c:0x171,_0x1019a7:0x1b0,_0xecf487:0x112,_0x1f7097:0x1d4,_0x14f8e0:0x1a6,_0x43fa08:0x12b,_0x49d6cb:0x155,_0x3bedfc:0xb2},_0x22df0b={_0x4e58f3:0x19c,_0x15bde3:0x318,_0x1d97c6:0x78},_0x49d875={_0x3cc3e8:0x6d,_0x55dc47:0x177,_0x359988:0x2b},_0x47bf3f={};_0x47bf3f[_0x5d2b2d(0x539,_0x426db5._0x1ca7d0,_0x426db5._0x430185,_0x426db5._0x1de7c9)]=_0x5d2b2d(_0x426db5._0xee5426,_0x426db5._0x2559fe,0x62f,0x59d)+_0x5d2b2d(0x5b9,_0x426db5._0x1d14b6,0x5b8,0x659)+'A\x20client\x20f'+_0x5d2b2d(0x57c,0x581,_0x426db5._0x26cd45,_0x426db5._0x5fb016)+'IR:',_0x47bf3f['kqCwh']='nbqEH',_0x47bf3f[_0xc495c2(_0x426db5._0x1e91e9,_0x426db5._0x46dea7,0x11b,0x110)]=_0x5d2b2d(0x5a9,_0x426db5._0x1dee4b,_0x426db5._0x104d7e,_0x426db5._0x356686),_0x47bf3f[_0x5d2b2d(_0x426db5._0x1c98db,_0x426db5._0x1db69b,0x61f,_0x426db5._0x389e49)]=_0x5d2b2d(0x5ac,0x555,0x4de,0x4f8),_0x47bf3f[_0xc495c2(0x161,_0x426db5._0x1baafe,0x19e,_0x426db5._0x54641e)]='Invalid\x20is'+_0x5d2b2d(0x5d7,0x5ee,_0x426db5._0x402809,_0x426db5._0x37d086)+_0x5d2b2d(0x595,0x591,_0x426db5._0x62d041,_0x426db5._0x39859c),_0x47bf3f[_0x5d2b2d(_0x426db5._0x2a305,_0x426db5._0x5a9994,0x5ca,_0x426db5._0x3b690e)]=_0xc495c2(0x116,0x163,_0x426db5._0x13b5fe,_0x426db5._0x1085fb)+_0x5d2b2d(0x60d,0x5eb,0x5fc,0x5ee)+_0x5d2b2d(0x551,0x588,_0x426db5._0x1888ca,0x5fa),_0x47bf3f[_0xc495c2(_0x426db5._0x1eeaf4,_0x426db5._0xaa53a1,_0x426db5._0xcce3e,0x124)]=_0xc495c2(0xb4,0x121,_0x426db5._0x4bacc8,_0x426db5._0x76f0fa),_0x47bf3f['dSReX']=function(_0x20a779,_0x1d026b){return _0x20a779===_0x1d026b;},_0x47bf3f[_0xc495c2(_0x426db5._0x3f71db,0x12c,0x16c,0x157)]=_0x5d2b2d(0x5ab,0x5dd,0x62a,0x62e),_0x47bf3f[_0xc495c2(0x135,_0x426db5._0x3a2892,_0x426db5._0x57b56b,0x15a)]=_0x5d2b2d(_0x426db5._0x4d0ad6,_0x426db5._0x50a58f,_0x426db5._0x5b987e,_0x426db5._0x19a325)+_0x5d2b2d(0x60f,_0x426db5._0x37493b,0x5b6,0x657);function _0xc495c2(_0x4cfe7a,_0x3e947a,_0x5c1e79,_0x3e47ba){return _0x9f0e2c(_0x4cfe7a-_0x49d875._0x3cc3e8,_0x3e947a- -_0x49d875._0x55dc47,_0x5c1e79-_0x49d875._0x359988,_0x4cfe7a);}_0x47bf3f[_0xc495c2(_0x426db5._0xf5a4c0,0xe5,_0x426db5._0x4f27e1,_0x426db5._0x5681ee)]='authentica'+_0xc495c2(0x150,0x17f,_0x426db5._0x55ca63,0x1bd)+'d',_0x47bf3f['eCFRw']=function(_0x4ae60c,_0x5822d2){return _0x4ae60c!==_0x5822d2;},_0x47bf3f[_0xc495c2(_0x426db5._0xbc9c1f,_0x426db5._0x7f6835,_0x426db5._0x2659cf,0xfa)]=_0xc495c2(_0x426db5._0x469278,0x1a2,0x180,_0x426db5._0xe33c43),_0x47bf3f['lHmVs']=_0x5d2b2d(_0x426db5._0x330f31,0x57f,_0x426db5._0x192899,_0x426db5._0x1ba57e);function _0x5d2b2d(_0x4eae19,_0x385356,_0x3f5e21,_0x5c61eb){return _0x9f0e2c(_0x4eae19-_0x22df0b._0x4e58f3,_0x385356-_0x22df0b._0x15bde3,_0x3f5e21-_0x22df0b._0x1d97c6,_0x5c61eb);}_0x47bf3f[_0xc495c2(0x18d,_0x426db5._0x41a24a,_0x426db5._0x3560e0,_0x426db5._0x176722)]=_0x5d2b2d(0x57c,_0x426db5._0x54d9a3,_0x426db5._0x176a2f,_0x426db5._0x21fa05)+_0x5d2b2d(0x618,_0x426db5._0xadcb47,0x579,0x5ef);const _0x24bf0a=_0x47bf3f;try{if(_0x24bf0a[_0xc495c2(_0x426db5._0x445fde,_0x426db5._0xfc7f9c,_0x426db5._0x2fd7f2,0xe9)]===_0x24bf0a[_0x5d2b2d(0x52a,_0x426db5._0x106b09,_0x426db5._0x3941ff,0x527)]){const _0x182d2c={};return _0x182d2c[_0x5d2b2d(_0x426db5._0x513e7b,_0x426db5._0x3b690e,0x5f9,0x593)]=_0x5d2b2d(_0x426db5._0x1512b0,0x5d3,0x563,_0x426db5._0x3461af)+_0xc495c2(_0x426db5._0x3fcb33,_0x426db5._0x57fe2e,0x1ae,0x136)+'d',_0x182d2c[_0xc495c2(0x156,_0x426db5._0xce349d,0x134,0x18a)]=_0x13ddd0['message'],_0xda0c01[_0x5d2b2d(_0x426db5._0x2da31e,0x565,0x517,0x52c)](-0xe72+-0x1e06+0x2e09)[_0x5d2b2d(_0x426db5._0x4402a9,_0x426db5._0x4cb0c0,0x5b7,_0x426db5._0x429434)](_0x182d2c);}else{const _0x14c164=_0x2b7c9e[_0x5d2b2d(0x574,0x5ec,0x5dc,_0x426db5._0x31de5d)]['key'][_0xc495c2(_0x426db5._0x502ba4,0x19c,0x205,0x154)]()['toUpperCas'+'e']();if(!/^[A-Z]+-\d+$/i[_0x5d2b2d(_0x426db5._0x9c96ac,_0x426db5._0x5f1eee,_0x426db5._0x50b8ee,_0x426db5._0x2b49ff)](_0x14c164)){if(_0x24bf0a[_0xc495c2(0x1c1,0x14d,_0x426db5._0x2fa167,_0x426db5._0x26e280)]!==_0x24bf0a[_0xc495c2(0xf3,0x14d,0xe5,0x1be)])return _0x8a3396;else{const _0x4db571={};return _0x4db571[_0xc495c2(0xb2,_0x426db5._0x3d1c1b,_0x426db5._0x509870,_0x426db5._0x6cf918)]=_0x24bf0a[_0xc495c2(0x1ae,0x19e,_0x426db5._0x57058b,_0x426db5._0xd719c1)],_0x4db571[_0x5d2b2d(_0x426db5._0x4cd785,_0x426db5._0x466164,0x5fd,_0x426db5._0x303fa4)]='Issue\x20key\x20'+_0x5d2b2d(0x5a7,_0x426db5._0x3dc64d,0x5b2,_0x426db5._0x2a49c7)+_0xc495c2(_0x426db5._0xeff434,0x19f,0x18e,_0x426db5._0x5749f3)+_0xc495c2(0x1ac,0x143,_0x426db5._0x1bd216,0x163),_0x33e432['status'](0x1807*-0x1+0x4b*-0x71+0x3ab2)[_0x5d2b2d(0x5d5,_0x426db5._0x599bf4,_0x426db5._0x134c21,_0x426db5._0x463c0d)](_0x4db571);}}logger[_0xc495c2(0x142,0xf8,0x163,_0x426db5._0x626223)](_0x5d2b2d(0x4ff,_0x426db5._0x3f790b,_0x426db5._0x26c1c6,_0x426db5._0x10e228)+_0xc495c2(0x15b,_0x426db5._0x27d7c7,0xd1,0x124)+_0x5d2b2d(0x50b,0x576,0x5cf,0x5a7)+'ue:\x20'+_0x14c164);const _0x1acd5c=await jiraClient[_0x5d2b2d(_0x426db5._0x3d4598,_0x426db5._0x349c2a,0x5e1,_0x426db5._0x1f7f5a)+'s'](_0x14c164),_0x50e272={};_0x50e272[_0x5d2b2d(0x5fb,_0x426db5._0x54de05,_0x426db5._0x2627e1,_0x426db5._0xba627d)]=_0x1acd5c[_0x5d2b2d(_0x426db5._0x16ca57,_0x426db5._0xd044b9,0x613,_0x426db5._0xd2b3a4)],_0x50e272[_0xc495c2(_0x426db5._0x2c4eb9,_0x426db5._0x22da2d,_0x426db5._0x95b033,_0x426db5._0x4c552e)]=_0x1acd5c,_0x33e432[_0xc495c2(_0x426db5._0x3cdf33,0xef,_0x426db5._0x13be2e,0xbc)](_0x50e272);}}catch(_0xdba30e){logger['error'](_0x24bf0a[_0x5d2b2d(_0x426db5._0xaf4474,0x55a,_0x426db5._0x362836,_0x426db5._0x476554)],_0xdba30e);if(_0xdba30e[_0xc495c2(0x1a5,0x167,0x128,0x106)]['includes'](_0x24bf0a[_0xc495c2(0xa4,_0x426db5._0x191cfc,_0x426db5._0xfdf658,0xf6)])){if(_0x24bf0a[_0xc495c2(_0x426db5._0x227973,0x183,_0x426db5._0x4c8e21,0x1f5)](_0x5d2b2d(0x59c,_0x426db5._0x428d7d,0x52b,_0x426db5._0x3e9b82),_0x24bf0a['EgObW'])){const _0x414c74={};return _0x414c74[_0xc495c2(0x11b,0xf3,0x145,_0x426db5._0x43213e)]='Authentica'+_0xc495c2(_0x426db5._0x131ff7,_0x426db5._0x57fe2e,0x1e1,0x17a)+'d',_0x414c74[_0x5d2b2d(0x5e1,0x5f6,_0x426db5._0x19999b,0x609)]=_0x1de08c[_0x5d2b2d(0x5bf,0x5f6,0x630,0x63c)],_0x3c8572['status'](-0x799+0x497+0x493)[_0x5d2b2d(_0x426db5._0x55f665,_0x426db5._0x599bf4,_0x426db5._0x44a810,0x57b)](_0x414c74);}else{const _0x530451={};return _0x530451[_0xc495c2(0x162,_0x426db5._0x3d1c1b,_0x426db5._0x23f71f,0x16a)]=_0x24bf0a[_0xc495c2(0xd7,_0x426db5._0x4e5d4e,_0x426db5._0xa32c4f,_0x426db5._0x2254ec)],_0x530451['message']=_0xdba30e['message'],_0x33e432['status'](-0x34*-0x59+0x44*-0x3d+0x4c*-0x1)[_0x5d2b2d(_0x426db5._0x22bc96,_0x426db5._0x299872,_0x426db5._0x40604b,0x5db)](_0x530451);}}else{if(_0xdba30e[_0xc495c2(0x102,_0x426db5._0x52af93,0x13f,_0x426db5._0x5bc635)]['includes'](_0x24bf0a[_0xc495c2(_0x426db5._0x54c088,_0x426db5._0x13a112,_0x426db5._0xd0ab2a,_0x426db5._0x539c05)])){if(_0x24bf0a[_0xc495c2(_0x426db5._0x9ca435,_0x426db5._0x50384d,_0x426db5._0x13d4c5,_0x426db5._0x3bd6d1)](_0x24bf0a[_0xc495c2(_0x426db5._0x2219ba,_0x426db5._0x7f6835,0x13b,0xa9)],_0x24bf0a[_0x5d2b2d(0x4ec,_0x426db5._0x1edb08,_0x426db5._0x321be0,0x527)])){const _0x4c906e={};return _0x4c906e[_0xc495c2(_0x426db5._0x1dbbd1,0xf3,0x15c,_0x426db5._0x5b14ce)]=_0x5d2b2d(0x574,0x5d3,0x60a,_0x426db5._0x2a6a17)+_0xc495c2(0x182,0x17f,_0x426db5._0x4d9be4,_0x426db5._0x2a849f)+'d',_0x4c906e[_0x5d2b2d(0x5f0,0x5f6,_0x426db5._0xad9880,_0x426db5._0x37bc03)]=_0xdba30e[_0xc495c2(_0x426db5._0x32eb4e,0x167,0x19d,0x1ab)],_0x33e432[_0x5d2b2d(0x4fb,_0x426db5._0x535d35,_0x426db5._0xbeb888,_0x426db5._0x748f44)](0x21b9+-0x109*0x14+-0xb74)['json'](_0x4c906e);}else _0x3c8497['error'](_0x24bf0a[_0xc495c2(0x14e,_0x426db5._0x54c088,0x9c,0x99)],_0x50d0e2);}else{if(_0xdba30e[_0x5d2b2d(_0x426db5._0x3b6d0c,0x5f6,0x5c3,_0x426db5._0x1e70c2)]['includes'](_0xc495c2(0x118,0x14c,0x1a4,_0x426db5._0x1f427a)+'ion')){const _0x15a352={};return _0x15a352[_0xc495c2(0xe1,_0x426db5._0x390a60,_0x426db5._0x591dcc,_0x426db5._0x59434c)]=_0x24bf0a['QihMH'],_0x15a352[_0x5d2b2d(_0x426db5._0x459782,0x5f6,0x5a1,0x5c7)]=_0xdba30e[_0x5d2b2d(0x57f,0x5f6,_0x426db5._0x4757d4,0x655)],_0x33e432[_0x5d2b2d(_0x426db5._0x39794e,0x565,0x537,_0x426db5._0x49502f)](0x449*0x2+-0x41*0x47+-0x584*-0x2)[_0x5d2b2d(_0x426db5._0x56d2d8,0x57e,0x597,0x57f)](_0x15a352);}else{const _0x53398b={};return _0x53398b[_0x5d2b2d(_0x426db5._0x3c2562,_0x426db5._0x104918,0x525,0x54e)]='Failed\x20to\x20'+_0xc495c2(0x10b,0xf6,_0x426db5._0x7b7f21,0x8c)+_0xc495c2(_0x426db5._0x478cdd,0x128,0xd0,0x11b),_0x53398b[_0xc495c2(_0x426db5._0x56b06c,0x167,_0x426db5._0x1019a7,_0x426db5._0xecf487)]=_0xdba30e[_0xc495c2(_0x426db5._0x1f7097,_0x426db5._0x52af93,_0x426db5._0x14f8e0,_0x426db5._0x57fe2e)],_0x33e432[_0xc495c2(0x7f,0xd6,_0x426db5._0x43fa08,0xed)](-0x2*-0xfd9+-0xb7b+-0x37*0x55)[_0xc495c2(_0x426db5._0x49d6cb,0xef,0x8d,_0x426db5._0x3bedfc)](_0x53398b);}}}}}),router['post'](_0x33be5b(0x594,0x53c,0x565,0x5b0)+_0x33be5b(0x695,0x5de,0x629,0x5c4),requireJira,async(_0x1b31f1,_0x3ade70)=>{const _0x3fdf9f={_0x13e418:0x2af,_0x3541ce:0x21f,_0x42b1c0:0x1d6,_0x4fb6bd:0x1fa,_0x38ceb9:0x2b1,_0xc87eae:0x2a8,_0x543803:0x27e,_0x1296ef:0x265,_0x26781c:0x2e6,_0x47c560:0x27d,_0x46f22c:0x20f,_0x34cdf2:0x220,_0x4d7bbc:0x27a,_0x1388d4:0x2ba,_0x17f88c:0x2cc,_0xe9961:0x288,_0x1d5850:0x23a,_0x2786ab:0x264,_0x2ef9b5:0x23c,_0x165654:0x185,_0x4d796e:0x272,_0x34d0e5:0x251,_0x2cd8f8:0x23e,_0xa51917:0x22b,_0x1fbb3e:0x2d7,_0x2326de:0x216,_0x4797a1:0x28d,_0x3fa3e8:0x263,_0x56a589:0x2b0,_0x274246:0x29b,_0x13f283:0x266,_0x1ae48a:0x213,_0x550477:0x320,_0x3d9916:0x2c9,_0x3f3e01:0x234,_0x466d3b:0x21e,_0xa07149:0x1d9,_0x302f85:0x22c,_0x5a2794:0x285,_0x315528:0x272,_0x2fabc3:0x23f,_0x5e3c4d:0x286,_0x1b4a4e:0x21a,_0x14c805:0x23d,_0x930c78:0x28c,_0x1add7d:0x2d1,_0x57e6b6:0x2a7,_0x3fc0b8:0x2a6,_0x2bc7ab:0x22a,_0x4f056c:0x2e7,_0x5bb614:0x27c,_0x32bc11:0x32d,_0x4652cf:0x25b,_0xb71149:0x29d,_0x41440f:0x308,_0x1c9cbf:0x1fb,_0x195d06:0x2a9,_0x1dd81d:0x1f3,_0x4fbe2b:0x1fe,_0x25351a:0x288,_0x3dcc38:0x24d,_0x1e9490:0x1fb,_0x21838f:0x212,_0x163d8d:0x243,_0x5a7810:0x2a5,_0x567fd6:0x1cb,_0x358d03:0x246,_0x404781:0x233,_0x190bb7:0x21b,_0x12acba:0x26a,_0x1518fa:0x304,_0x21e2b8:0x2c1,_0x54501f:0x265,_0x5c14c9:0x212,_0x55837e:0x218,_0x1adca7:0x1af,_0x5634c6:0x1c3,_0x30410e:0x2ea,_0x289e84:0x1f7,_0x381b2b:0x1f2,_0xae4320:0x1f9,_0x1a9299:0x25a,_0x1f9829:0x25e,_0x40169f:0x2c3,_0x41279e:0x2ff,_0x15ac61:0x2e8,_0xb9ab58:0x28e,_0xd81fcb:0x1f8,_0x325968:0x21e,_0x2590b0:0x239,_0x4e828c:0x2b6,_0x4175de:0x2a1,_0x3d6fd6:0x26d,_0x439986:0x264,_0x46988b:0x230,_0x28f4ae:0x1d8,_0x378df3:0x1f9,_0x40c00c:0x22b,_0x365be1:0x215,_0x1ea3c5:0x237,_0xc17360:0x2c7,_0x42ec96:0x2b9,_0x345dac:0x2c6,_0x161a65:0x240,_0x48e13e:0x293,_0x531a96:0x257,_0x3edb7c:0x2aa,_0x38f8f3:0x310,_0x1dcade:0x256,_0x2071d1:0x1d0,_0x32d0af:0x2c5,_0x36163c:0x2f4,_0x2eac44:0x314,_0xb3024f:0x2ad,_0x4dd986:0x28b,_0x53038d:0x1ed,_0x388760:0x28e,_0x383f07:0x2eb,_0x3b2260:0x232,_0x2c24e3:0x275,_0x54fed8:0x1d7,_0x108d0e:0x205,_0x191c0a:0x279,_0x2b20d8:0x287,_0x47bf91:0x29a,_0x24c1cb:0x287,_0x4cd1e3:0x1d5,_0x2d4c60:0x2e6,_0x2d611b:0x2d3,_0x3c1bec:0x283,_0x28efe4:0x2f9,_0x3bb2a9:0x2c1,_0x43c15a:0x1f6,_0x32b512:0x27d,_0x31623e:0x1bf,_0x371c09:0x22c,_0x27aff0:0x274,_0x5f2ab:0x253,_0x4ba0b8:0x26b,_0x49abef:0x21a,_0x3a2c89:0x222,_0xadfee9:0x2aa,_0x23abca:0x254,_0x502030:0x220,_0xcd8d35:0x22c,_0x2d68f5:0x1f5,_0x377e6d:0x211,_0x40eb03:0x1c2,_0x402286:0x22c,_0x3a4dfb:0x20d,_0x55c2dc:0x284,_0x25bcd4:0x219,_0x592879:0x285,_0x50ef07:0x24b,_0x5d840e:0x29c,_0x23c383:0x28f,_0x307220:0x245,_0x4ed302:0x261,_0x21775f:0x2d9,_0x457f47:0x26f,_0x317d14:0x23a,_0x2f7b90:0x236,_0x40b13b:0x29f,_0x12df58:0x2e3,_0x20b1ee:0x2ac,_0xd17753:0x2f1,_0x153bdb:0x285,_0x254662:0x211,_0x4ebd87:0x2ea,_0xb49f71:0x288,_0x5d8e1b:0x2c4,_0xb0573f:0x30c,_0x72f2c:0x272,_0x2e682f:0x1ee,_0x545816:0x1e5,_0x595189:0x25c,_0x1fb6aa:0x25f,_0x3f0500:0x199,_0x35ca68:0x1e0,_0x59dc33:0x1fe,_0x4b3a18:0x211,_0x36ef04:0x180,_0x2d773b:0x1e6,_0xe39227:0x2ed},_0x4b29a5={_0x17e654:0xa5,_0x5c1aad:0x59,_0x1a814b:0x133},_0x1e034c={_0x3a1de6:0x34},_0x3a5fad={};_0x3a5fad[_0x37713(_0x3fdf9f._0x13e418,0x28e,0x2ca,0x2d2)]=function(_0x3af493,_0x1409a4){return _0x3af493!==_0x1409a4;},_0x3a5fad[_0x37713(_0x3fdf9f._0x3541ce,_0x3fdf9f._0x42b1c0,_0x3fdf9f._0x4fb6bd,0x24f)]=_0x37713(_0x3fdf9f._0x38ceb9,_0x3fdf9f._0xc87eae,0x2d9,0x2e2),_0x3a5fad[_0x37713(0x268,_0x3fdf9f._0x543803,0x27a,0x233)]=_0x2d5e93(0x263,0x28a,_0x3fdf9f._0x1296ef,0x2bc)+_0x2d5e93(_0x3fdf9f._0x26781c,0x24f,_0x3fdf9f._0x47c560,0x2f3)+_0x2d5e93(_0x3fdf9f._0x46f22c,0x24a,_0x3fdf9f._0x34cdf2,_0x3fdf9f._0x4d7bbc);function _0x37713(_0x2b3490,_0x404738,_0x3f9284,_0x30f323){return _0x9f0e2c(_0x2b3490-0x85,_0x2b3490- -_0x1e034c._0x3a1de6,_0x3f9284-0x82,_0x30f323);}_0x3a5fad[_0x37713(_0x3fdf9f._0x1388d4,_0x3fdf9f._0x17f88c,_0x3fdf9f._0xe9961,0x243)]=_0x37713(_0x3fdf9f._0x1d5850,_0x3fdf9f._0x2786ab,_0x3fdf9f._0x2ef9b5,0x27d)+_0x2d5e93(_0x3fdf9f._0x165654,_0x3fdf9f._0x4d796e,0x1fc,0x1ad)+'\x20format\x20PR'+_0x2d5e93(0x23d,0x2ce,0x261,_0x3fdf9f._0x34d0e5),_0x3a5fad[_0x2d5e93(_0x3fdf9f._0x2cd8f8,_0x3fdf9f._0xa51917,0x2a0,_0x3fdf9f._0x1fbb3e)]=_0x2d5e93(_0x3fdf9f._0x2326de,0x267,_0x3fdf9f._0x4797a1,_0x3fdf9f._0x3fa3e8),_0x3a5fad[_0x2d5e93(0x24e,0x264,_0x3fdf9f._0x56a589,_0x3fdf9f._0x274246)]=_0x37713(0x229,0x291,0x1d7,_0x3fdf9f._0x13f283)+_0x2d5e93(0x241,_0x3fdf9f._0x1ae48a,0x1ee,0x1df)+_0x2d5e93(_0x3fdf9f._0x550477,_0x3fdf9f._0x3d9916,0x2a9,0x314)+'e\x20request\x20'+_0x37713(0x241,_0x3fdf9f._0x3f3e01,_0x3fdf9f._0x466d3b,_0x3fdf9f._0xa07149),_0x3a5fad[_0x37713(_0x3fdf9f._0x302f85,0x200,0x1c0,_0x3fdf9f._0x5a2794)]=_0x2d5e93(_0x3fdf9f._0x315528,0x219,_0x3fdf9f._0x2fabc3,_0x3fdf9f._0x5e3c4d),_0x3a5fad[_0x37713(_0x3fdf9f._0x1b4a4e,_0x3fdf9f._0x14c805,0x1ea,0x261)]=_0x2d5e93(0x24a,_0x3fdf9f._0x930c78,0x2b3,_0x3fdf9f._0x1add7d)+_0x37713(0x2e0,0x28c,_0x3fdf9f._0x57e6b6,_0x3fdf9f._0x3fc0b8),_0x3a5fad[_0x2d5e93(_0x3fdf9f._0x2bc7ab,_0x3fdf9f._0x4f056c,_0x3fdf9f._0x543803,_0x3fdf9f._0x5bb614)]='authentica'+_0x37713(0x2c2,0x293,0x32a,0x2ce)+'d',_0x3a5fad[_0x2d5e93(0x332,_0x3fdf9f._0x32bc11,0x2be,0x29c)]='Authentica'+_0x2d5e93(0x266,_0x3fdf9f._0x4652cf,_0x3fdf9f._0xb71149,_0x3fdf9f._0x41440f)+'d',_0x3a5fad[_0x2d5e93(0x217,0x1c8,_0x3fdf9f._0x1c9cbf,0x18c)]=_0x37713(0x28f,0x269,_0x3fdf9f._0x195d06,0x22a)+'ion',_0x3a5fad[_0x2d5e93(_0x3fdf9f._0x1dd81d,_0x3fdf9f._0x4fbe2b,0x25c,_0x3fdf9f._0x25351a)]=_0x2d5e93(_0x3fdf9f._0x3dcc38,_0x3fdf9f._0x1e9490,_0x3fdf9f._0x21838f,_0x3fdf9f._0x163d8d)+_0x2d5e93(0x278,0x218,0x24d,_0x3fdf9f._0x5a7810),_0x3a5fad[_0x37713(0x20b,_0x3fdf9f._0x567fd6,0x235,_0x3fdf9f._0x358d03)]=_0x37713(0x2a6,0x29b,_0x3fdf9f._0x404781,0x289)+'post\x20comme'+'nt';function _0x2d5e93(_0x1a4c20,_0x8944cd,_0xe8cbfb,_0x275d3e){return _0x9f0e2c(_0x1a4c20-_0x4b29a5._0x17e654,_0xe8cbfb- -_0x4b29a5._0x5c1aad,_0xe8cbfb-_0x4b29a5._0x1a814b,_0x275d3e);}const _0x147a02=_0x3a5fad;try{const _0x4c5403=_0x1b31f1[_0x2d5e93(0x2e9,0x2b0,0x27b,_0x3fdf9f._0x190bb7)]['key'][_0x2d5e93(0x31a,0x2d2,_0x3fdf9f._0x1388d4,_0x3fdf9f._0x12acba)]()[_0x2d5e93(_0x3fdf9f._0x1518fa,0x299,_0x3fdf9f._0x21e2b8,0x2a8)+'e'](),{comment:_0x485b2e}=_0x1b31f1[_0x2d5e93(_0x3fdf9f._0x5e3c4d,_0x3fdf9f._0x54501f,0x21c,_0x3fdf9f._0x5c14c9)];if(!/^[A-Z]+-\d+$/i[_0x2d5e93(_0x3fdf9f._0x4d796e,_0x3fdf9f._0x55837e,0x238,0x224)](_0x4c5403)){if(_0x147a02['yYnZp'](_0x147a02[_0x2d5e93(0x18a,_0x3fdf9f._0x1adca7,0x1fa,_0x3fdf9f._0x5634c6)],_0x147a02[_0x37713(0x21f,0x267,0x206,0x23a)])){const _0x436c44={};_0x436c44['cloudId']=_0x301059[_0x37713(0x292,_0x3fdf9f._0x30410e,0x304,0x2de)][_0x37713(_0x3fdf9f._0x466d3b,0x21f,_0x3fdf9f._0x289e84,0x264)+_0x2d5e93(0x254,0x1bd,_0x3fdf9f._0x381b2b,_0x3fdf9f._0xae4320)];const _0x2dd79c={};_0x2dd79c['email']=_0x476f09[_0x37713(0x292,_0x3fdf9f._0x1a9299,_0x3fdf9f._0x1f9829,_0x3fdf9f._0x40169f)]['JIRA_EMAIL'],_0x2dd79c[_0x37713(0x2a7,_0x3fdf9f._0x41279e,_0x3fdf9f._0x15ac61,_0x3fdf9f._0x40169f)]=_0x351a33[_0x37713(0x292,_0x3fdf9f._0xb9ab58,0x2d9,0x22f)][_0x37713(_0x3fdf9f._0xd81fcb,0x1bc,0x24e,_0x3fdf9f._0x325968)+_0x37713(0x265,_0x3fdf9f._0x2590b0,0x2a9,_0x3fdf9f._0x4e828c)];const _0x2cf736={'baseUrl':_0x2f4fbf[_0x2d5e93(_0x3fdf9f._0x4175de,0x208,_0x3fdf9f._0x3d6fd6,0x291)][_0x37713(0x253,0x2a9,0x290,_0x3fdf9f._0x439986)+_0x37713(_0x3fdf9f._0x46988b,0x22e,_0x3fdf9f._0x28f4ae,_0x3fdf9f._0xa51917)],..._0x10b753['env'][_0x2d5e93(0x220,0x1d9,_0x3fdf9f._0x378df3,0x1d3)+_0x37713(0x217,0x23c,_0x3fdf9f._0x40c00c,0x251)]?_0x436c44:{}};_0x2cf736[_0x37713(0x280,_0x3fdf9f._0x365be1,_0x3fdf9f._0x1ea3c5,0x267)]=_0x2dd79c,_0x1a97dc=new _0x22fc64(_0x2cf736),_0x2b2fe6[_0x2d5e93(_0x3fdf9f._0xc17360,0x277,_0x3fdf9f._0x42ec96,0x2c3)]('JIRA\x20clien'+'t\x20reloaded'+_0x2d5e93(0x214,0x234,_0x3fdf9f._0x4d796e,_0x3fdf9f._0x345dac)+_0x37713(0x2ca,0x2f9,0x303,0x2c6)+_0x37713(_0x3fdf9f._0x161a65,0x28c,_0x3fdf9f._0x48e13e,_0x3fdf9f._0x531a96));}else{const _0x3aeb91={};return _0x3aeb91['error']=_0x147a02['gJMSz'],_0x3aeb91[_0x37713(_0x3fdf9f._0x3edb7c,0x2fa,0x2c9,_0x3fdf9f._0x38f8f3)]=_0x147a02['MBrCV'],_0x3ade70[_0x37713(0x219,_0x3fdf9f._0xb9ab58,_0x3fdf9f._0x1dcade,_0x3fdf9f._0x2071d1)](0x7a7*0x4+-0x1*0x1c91+-0x7b)['json'](_0x3aeb91);}}if(!_0x485b2e||typeof _0x485b2e!==_0x147a02[_0x37713(_0x3fdf9f._0x32d0af,_0x3fdf9f._0x36163c,_0x3fdf9f._0x34d0e5,_0x3fdf9f._0x2eac44)]||_0x485b2e[_0x37713(0x2df,0x319,_0x3fdf9f._0xb3024f,_0x3fdf9f._0x4dd986)]()['length']===-0xcae+0x114d+-0x49f){const _0x51b996={};return _0x51b996['error']=_0x2d5e93(0x25b,0x1c1,_0x3fdf9f._0x53038d,0x194)+'mment',_0x51b996[_0x37713(_0x3fdf9f._0x3edb7c,0x29b,_0x3fdf9f._0x388760,0x271)]=_0x147a02[_0x2d5e93(0x264,_0x3fdf9f._0x383f07,0x2b0,0x2c5)],_0x3ade70[_0x37713(0x219,0x274,_0x3fdf9f._0x1ae48a,0x227)](-0x557*0x4+0xd79+0x29*0x3b)[_0x37713(_0x3fdf9f._0x3b2260,0x215,_0x3fdf9f._0x2c24e3,_0x3fdf9f._0x54fed8)](_0x51b996);}logger[_0x2d5e93(_0x3fdf9f._0x108d0e,0x235,_0x3fdf9f._0x2326de,0x223)](_0x37713(_0x3fdf9f._0x191c0a,_0x3fdf9f._0x2b20d8,_0x3fdf9f._0x47bf91,_0x3fdf9f._0x24c1cb)+_0x37713(0x270,0x27e,_0x3fdf9f._0x3541ce,0x29e)+_0x2d5e93(0x190,_0x3fdf9f._0x4cd1e3,0x1f7,0x231)+'\x20'+_0x4c5403);const _0x5655b0=await jiraClient[_0x2d5e93(0x26c,0x2b4,0x292,_0x3fdf9f._0x2d4c60)+'t'](_0x4c5403,_0x485b2e[_0x37713(0x2df,0x2cd,_0x3fdf9f._0x41440f,_0x3fdf9f._0x2d611b)]()),_0x2a425e={};_0x2a425e[_0x37713(0x2b3,0x29b,_0x3fdf9f._0x3c1bec,_0x3fdf9f._0x28efe4)]=!![],_0x2a425e[_0x37713(0x2d1,0x2c0,0x346,_0x3fdf9f._0x3bb2a9)]=_0x5655b0,_0x3ade70[_0x37713(0x232,0x253,_0x3fdf9f._0x43c15a,_0x3fdf9f._0x32b512)](_0x2a425e);}catch(_0x15d182){logger[_0x37713(0x236,_0x3fdf9f._0x31623e,0x253,_0x3fdf9f._0x371c09)](_0x37713(0x2a6,0x28c,0x296,_0x3fdf9f._0x2ef9b5)+_0x37713(_0x3fdf9f._0x27aff0,_0x3fdf9f._0x5f2ab,0x283,_0x3fdf9f._0x4ba0b8)+_0x2d5e93(_0x3fdf9f._0x49abef,0x28b,0x229,_0x3fdf9f._0x3a2c89),_0x15d182);if(_0x15d182[_0x37713(_0x3fdf9f._0xadfee9,0x298,0x253,_0x3fdf9f._0x23abca)][_0x2d5e93(_0x3fdf9f._0x358d03,0x28f,0x26f,_0x3fdf9f._0x502030)](_0x147a02[_0x37713(_0x3fdf9f._0xcd8d35,0x253,_0x3fdf9f._0x34d0e5,_0x3fdf9f._0x2d68f5)])){const _0x57b790={};return _0x57b790[_0x2d5e93(_0x3fdf9f._0x1c9cbf,0x211,_0x3fdf9f._0x377e6d,0x24a)]=_0x147a02[_0x2d5e93(0x24c,_0x3fdf9f._0x40eb03,0x1f5,0x1e9)],_0x57b790[_0x2d5e93(_0x3fdf9f._0x402286,_0x3fdf9f._0x3a4dfb,0x285,_0x3fdf9f._0x55c2dc)]=_0x15d182['message'],_0x3ade70[_0x37713(_0x3fdf9f._0x25bcd4,_0x3fdf9f._0x592879,_0x3fdf9f._0x50ef07,0x1b3)](-0x1*0x17ae+-0x1ff8+0xa*0x5b9)[_0x37713(0x232,0x26b,_0x3fdf9f._0x5d840e,_0x3fdf9f._0x23c383)](_0x57b790);}else{if(_0x15d182[_0x2d5e93(_0x3fdf9f._0x307220,_0x3fdf9f._0x4ed302,0x285,0x238)][_0x2d5e93(_0x3fdf9f._0x21775f,0x2a0,_0x3fdf9f._0x457f47,_0x3fdf9f._0x317d14)](_0x147a02['IfIcX'])){const _0x7d0474={};return _0x7d0474[_0x37713(_0x3fdf9f._0x2f7b90,_0x3fdf9f._0x40b13b,0x1da,0x23d)]=_0x147a02[_0x37713(_0x3fdf9f._0x12df58,0x359,0x2b6,0x358)],_0x7d0474[_0x2d5e93(0x214,_0x3fdf9f._0x20b1ee,_0x3fdf9f._0x5a2794,0x2c3)]=_0x15d182[_0x2d5e93(_0x3fdf9f._0xd17753,0x235,_0x3fdf9f._0x153bdb,0x277)],_0x3ade70[_0x2d5e93(_0x3fdf9f._0x254662,0x227,0x1f4,_0x3fdf9f._0x5634c6)](-0x51*-0x4d+0x2464+0x3b30*-0x1)[_0x2d5e93(0x19c,0x1b4,_0x3fdf9f._0x3a4dfb,0x226)](_0x7d0474);}else{if(_0x15d182[_0x37713(0x2aa,_0x3fdf9f._0x4ebd87,0x281,0x2d2)][_0x37713(0x294,_0x3fdf9f._0xb49f71,_0x3fdf9f._0x5d8e1b,_0x3fdf9f._0xb0573f)](_0x147a02[_0x2d5e93(_0x3fdf9f._0x72f2c,_0x3fdf9f._0x2e682f,0x1fb,_0x3fdf9f._0x161a65)])){const _0x34dd76={};return _0x34dd76[_0x37713(_0x3fdf9f._0x2f7b90,0x1d0,0x20b,_0x3fdf9f._0x545816)]=_0x147a02[_0x2d5e93(0x210,0x20a,_0x3fdf9f._0x595189,_0x3fdf9f._0x1fb6aa)],_0x34dd76[_0x37713(_0x3fdf9f._0x3edb7c,0x25b,0x2d5,0x315)]=_0x15d182[_0x37713(_0x3fdf9f._0xadfee9,0x31a,0x300,0x2fe)],_0x3ade70[_0x2d5e93(_0x3fdf9f._0x3f0500,_0x3fdf9f._0x35ca68,0x1f4,_0x3fdf9f._0x59dc33)](-0x2515+-0x119e+0x3846)['json'](_0x34dd76);}else{const _0x1b2c91={};return _0x1b2c91[_0x2d5e93(_0x3fdf9f._0xe9961,0x1be,_0x3fdf9f._0x4b3a18,_0x3fdf9f._0x46988b)]=_0x147a02[_0x2d5e93(0x248,_0x3fdf9f._0x36ef04,_0x3fdf9f._0x2d773b,0x1c7)],_0x1b2c91[_0x37713(_0x3fdf9f._0xadfee9,0x24e,0x283,_0x3fdf9f._0xe39227)]=_0x15d182['message'],_0x3ade70['status'](0x1*0x21e+-0x2105+-0x1*-0x20db)['json'](_0x1b2c91);}}}}});function _0x33be5b(_0x3d86b6,_0x2173f6,_0x486b09,_0x1e6d42){const _0x185fc7={_0xe050f:0x3ca};return _0x5881(_0x486b09-_0x185fc7._0xe050f,_0x2173f6);}export default router;
|
|
1
|
+
(function(_0x424d9b,_0xaebf47){const _0x1be258={_0x72c855:0x84,_0xd19548:0x62,_0x3dbbb0:0x316,_0x37f44a:0x2bc,_0x33810a:0x32c,_0x54e807:0xc4,_0xa57842:0x27b,_0x45ad32:0x11b,_0x490365:0xce,_0x2108fa:0x176,_0x50dda8:0x9f,_0x1d6b9d:0xba,_0x773b34:0xd5,_0xec6a6c:0xdd,_0x1605e3:0xb2,_0x55c98c:0x303},_0xbe3589={_0x2a41e5:0x11c};function _0xce6f20(_0x1d7b0b,_0x4966da,_0x11dd6f,_0x2d40cf){return _0x2747(_0x1d7b0b- -0x28a,_0x2d40cf);}function _0x4c66d6(_0x1e28b4,_0x11a737,_0x54096e,_0x1ec2f5){return _0x2747(_0x1ec2f5-_0xbe3589._0x2a41e5,_0x11a737);}const _0x5487aa=_0x424d9b();while(!![]){try{const _0x194958=-parseInt(_0xce6f20(-0x74,-_0x1be258._0x72c855,-_0x1be258._0xd19548,-0x1a))/(-0x14*-0x8e+0x120*-0x1e+0x16a9)*(-parseInt(_0xce6f20(-0xe0,-0x145,-0x142,-0x12e))/(-0x1ea6+0x1*0x1861+0x647*0x1))+-parseInt(_0x4c66d6(_0x1be258._0x3dbbb0,_0x1be258._0x37f44a,_0x1be258._0x33810a,0x328))/(0x748+-0x886*-0x1+0xd*-0x137)+parseInt(_0xce6f20(-_0x1be258._0x54e807,-0x10f,-0x102,-0xc8))/(-0x8*-0x194+-0xbf*0x1+-0xbdd)*(-parseInt(_0x4c66d6(_0x1be258._0xa57842,0x30c,0x2f6,0x29b))/(0x2*0x366+-0x19eb+-0x32*-0x62))+parseInt(_0xce6f20(-_0x1be258._0x45ad32,-0x15f,-_0x1be258._0x490365,-_0x1be258._0x2108fa))/(-0x9b5*-0x1+-0x54d*0x1+0xb*-0x66)+parseInt(_0xce6f20(-0x8b,-_0x1be258._0x50dda8,-_0x1be258._0x1d6b9d,-0xbe))/(-0xd79+-0x1*0x1c82+0x2a02)+-parseInt(_0xce6f20(-_0x1be258._0x773b34,-_0x1be258._0xec6a6c,-_0x1be258._0x1605e3,-0x7b))/(-0x2302+-0x5*0x60a+0x29c*0x19)+-parseInt(_0x4c66d6(0x353,_0x1be258._0x55c98c,0x2cc,0x2e8))/(0x1*-0x3e+-0xe0c*-0x2+-0x1bd1*0x1);if(_0x194958===_0xaebf47)break;else _0x5487aa['push'](_0x5487aa['shift']());}catch(_0x35c80c){_0x5487aa['push'](_0x5487aa['shift']());}}}(_0x5848,0x8609*-0x2+0xf3*-0x903+0xe2e81));import _0x41b9e2 from'express';import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';function _0x373ced(_0x147a75,_0x3c5fda,_0x181639,_0x3a1dd0){const _0x40c259={_0x417dd4:0x100};return _0x2747(_0x3c5fda- -_0x40c259._0x417dd4,_0x3a1dd0);}function _0x2747(_0x5a36cb,_0x414974){_0x5a36cb=_0x5a36cb-(-0x1*0x1e1d+0x160a+-0x18d*-0x6);const _0xf679e6=_0x5848();let _0x46b207=_0xf679e6[_0x5a36cb];if(_0x2747['CRrVAp']===undefined){var _0x3c9395=function(_0x3c1026){const _0x31de74='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1d1b0='',_0x46a54e='';for(let _0x4f2e1a=-0x1016*0x2+0x1ab0+0x57c,_0x22ee0a,_0x508931,_0x136a52=-0x17*-0x11b+-0x1*-0x16cf+-0x303c;_0x508931=_0x3c1026['charAt'](_0x136a52++);~_0x508931&&(_0x22ee0a=_0x4f2e1a%(-0x851*-0x3+-0x1*0x527+0x4f2*-0x4)?_0x22ee0a*(-0x2f3*-0xb+0x10fa+0x29*-0x133)+_0x508931:_0x508931,_0x4f2e1a++%(0x2a2+0x1*0x185e+0x1*-0x1afc))?_0x1d1b0+=String['fromCharCode'](0x19a*0x9+-0x80*-0x18+-0x196b&_0x22ee0a>>(-(-0x190b*0x1+0x20b*0xa+0x49f)*_0x4f2e1a&-0xce5*0x1+-0xf6a+0x1c55)):-0x95b+-0x113b+0x1a96){_0x508931=_0x31de74['indexOf'](_0x508931);}for(let _0x5abad9=0x238a*-0x1+0x1*0x2173+-0x1*-0x217,_0xd5188d=_0x1d1b0['length'];_0x5abad9<_0xd5188d;_0x5abad9++){_0x46a54e+='%'+('00'+_0x1d1b0['charCodeAt'](_0x5abad9)['toString'](-0x35*0x11+-0x1*-0x2605+-0x2270))['slice'](-(-0x14a4+0x16a0+-0xb*0x2e));}return decodeURIComponent(_0x46a54e);};_0x2747['OgWxOH']=_0x3c9395,_0x2747['wdFxWH']={},_0x2747['CRrVAp']=!![];}const _0xf938eb=_0xf679e6[-0x23b5+-0xe98+0x324d],_0x37f82d=_0x5a36cb+_0xf938eb,_0x44e19b=_0x2747['wdFxWH'][_0x37f82d];return!_0x44e19b?(_0x46b207=_0x2747['OgWxOH'](_0x46b207),_0x2747['wdFxWH'][_0x37f82d]=_0x46b207):_0x46b207=_0x44e19b,_0x46b207;}import{logger}from'../lib/logger.js';function _0x58a4fe(_0x1f68da,_0x14d67a,_0x4eab53,_0x31048b){const _0x40695f={_0x176293:0x256};return _0x2747(_0x31048b- -_0x40695f._0x176293,_0x14d67a);}const router=_0x41b9e2[_0x373ced(0xf7,0x100,0x10c,0xd6)]();let jiraClient=null;async function initializeJiraClient(){const _0x4967ed={_0x521e1f:0x12b,_0x3734cb:0x101,_0x2e8d34:0x63,_0x1c2079:0x541,_0x4b011d:0x598,_0x55cd14:0x502,_0xc13dd3:0x536,_0x5f2609:0x17,_0x369d49:0x2a,_0x5e696b:0x5b,_0x1f9d44:0x523,_0x3bec27:0x560,_0xce7a8c:0x501,_0x26e03a:0x5ef,_0x2a12aa:0x62e,_0x42fe4e:0x5d0,_0x4bb909:0x60a,_0x1cd143:0x5a1,_0x2b4a04:0x8e,_0x237127:0x3,_0x2902ee:0xa0,_0x16dcf0:0x10d,_0x1abfcb:0x104,_0x436fda:0x510,_0x1c1157:0x55b,_0x329473:0x519,_0x5ef78d:0x1c,_0x241236:0xe,_0x5b9f94:0x6f,_0x304c17:0x5c7,_0x28d586:0x5a2,_0x5a1806:0xa7,_0x206f3c:0x4ae,_0x3cce6a:0x47,_0x5a1c20:0x5bf,_0x3b15a3:0x5af,_0x1e9578:0x53b,_0x15b571:0x55d,_0x2869f1:0x5a,_0xcde075:0x6f,_0x1463c7:0x5b7,_0x18911b:0x5b9,_0x1fa0f6:0x5d0,_0x324727:0x595,_0x219782:0x53d,_0x52d90b:0x548,_0x14c92b:0x3e,_0x15288c:0x1b,_0xd13034:0x35,_0x16c130:0xa3,_0x484bce:0x10e,_0x4dcc09:0x9e,_0x482755:0x547,_0x2b1e2f:0x50d,_0x5e1df6:0x550,_0x120b23:0xa2,_0x41119f:0x107,_0x4fdbde:0xcf,_0x2ec7e0:0x5ae,_0x3e3b1f:0x53c,_0x48dc62:0x5bc,_0x1aa0af:0x5e6,_0x34bd32:0x5df,_0x61ca79:0xa,_0x1a4203:0x4bc,_0x278e6b:0x4e4,_0x156e8d:0x50a,_0x3a8209:0x8,_0x48314e:0x5fd,_0x2fd529:0x27,_0x3cbb64:0x1,_0x519114:0x28,_0x3e23f6:0x2e,_0x14f122:0x32,_0x4ab985:0x573,_0x3e9f4f:0x51c,_0x5982a3:0x508,_0x53b1ca:0x546,_0x9c343e:0x1f,_0x4670a4:0x27,_0x2ea125:0x49,_0x4f8967:0x5b2,_0x27d60e:0x61a,_0x34ff06:0xa5,_0x184b86:0x66,_0xc70d4e:0x503,_0x3ee180:0x4fb,_0x5e9c2d:0xaa,_0x612c1e:0xb9,_0xa47f85:0x112,_0x2a8224:0x58,_0x4d349a:0x96,_0x2d2a0e:0xd6,_0x586e96:0x96,_0x1cef47:0x50,_0xb23e06:0x5f,_0xc1ffb9:0x2b,_0x279818:0x99,_0x2b5894:0x4c9,_0x566ed8:0x4f6,_0x160976:0xa4,_0x262360:0x50c,_0x5225fd:0x4e0,_0x3b158d:0x60e,_0x57d356:0x5a0,_0x5cd72b:0x42,_0x5418a8:0xb6,_0x240a5f:0x57c,_0xec462:0x572,_0x8c689d:0x52c,_0x1d5b35:0x5c9,_0x39acd6:0xf,_0x203822:0x3e,_0x24c9b2:0x5c,_0x345c1e:0x9b,_0x498926:0x54f,_0x397ba3:0x4e2,_0x5005f4:0x4ff,_0x119f1d:0x5ba,_0x589d35:0x552,_0x2a4dcf:0x59e,_0x534bd4:0x5f,_0x41d7ae:0x5d,_0x282ca5:0x32,_0x5b893f:0x503,_0x33c6de:0xa3,_0x489d80:0xd9,_0x9e38a5:0x3d,_0x551071:0x5ae},_0x43c09d={_0x7f4868:0x6b,_0x524b63:0x4b2,_0x27ff9a:0x149},_0x42f140={_0x14a7c0:0x100},_0x719d3b={'uyjDG':_0x4605ed(-0xb8,-_0x4967ed._0x521e1f,-_0x4967ed._0x3734cb,-_0x4967ed._0x2e8d34)+_0x123737(0x5e7,0x5ec,_0x4967ed._0x1c2079,0x59a)+'d','GklDP':'Failed\x20to\x20'+_0x123737(_0x4967ed._0x4b011d,0x51d,_0x4967ed._0x55cd14,_0x4967ed._0xc13dd3)+'nt','GFfRk':_0x4605ed(-_0x4967ed._0x5f2609,-_0x4967ed._0x369d49,_0x4967ed._0x5e696b,-0x42)+_0x123737(0x4ed,0x4ed,_0x4967ed._0x1f9d44,0x540)+_0x123737(0x4e3,_0x4967ed._0x3bec27,0x49b,_0x4967ed._0xce7a8c)+'DATA_DIR','aoDBN':'Failed\x20to\x20'+_0x123737(0x60b,_0x4967ed._0x26e03a,_0x4967ed._0x2a12aa,_0x4967ed._0x42fe4e)+_0x123737(0x613,0x5e2,_0x4967ed._0x4bb909,_0x4967ed._0x1cd143)+_0x4605ed(-0x27,-_0x4967ed._0x2b4a04,-0x8a,_0x4967ed._0x237127)+_0x4605ed(-_0x4967ed._0x2902ee,-_0x4967ed._0x16dcf0,-_0x4967ed._0x1abfcb,-0xad),'KHQNp':function(_0x1606a6){return _0x1606a6();},'kILfA':function(_0x2b5e3c,_0x287f39){return _0x2b5e3c===_0x287f39;},'pXaqY':_0x123737(_0x4967ed._0x436fda,_0x4967ed._0x1c1157,_0x4967ed._0x329473,0x50c),'tqJtW':_0x4605ed(_0x4967ed._0x5ef78d,-_0x4967ed._0x241236,0x19,_0x4967ed._0x5b9f94),'RqnQQ':function(_0x4135c4,_0x3f3f8c){return _0x4135c4!==_0x3f3f8c;},'CbjJc':'SjxIE','UPimA':_0x123737(0x55d,_0x4967ed._0x304c17,_0x4967ed._0x28d586,0x59b)+_0x4605ed(-0x72,-0xe1,-0x42,-_0x4967ed._0x5a1806)+_0x123737(0x528,_0x4967ed._0x206f3c,0x539,_0x4967ed._0xce7a8c)+'environmen'+_0x4605ed(-0xf,-_0x4967ed._0x3cce6a,0x2,0x14)+'s','Kzqmz':function(_0x1bb29e,_0x36577a){return _0x1bb29e!==_0x36577a;},'fzVbj':_0x123737(_0x4967ed._0x5a1c20,_0x4967ed._0x3b15a3,_0x4967ed._0x1e9578,_0x4967ed._0x15b571),'tatKn':_0x4605ed(-0xa8,-0xff,-_0x4967ed._0x2869f1,-_0x4967ed._0xcde075)+_0x123737(0x5fc,_0x4967ed._0x1463c7,_0x4967ed._0x18911b,_0x4967ed._0x1fa0f6)+'\x20JIRA\x20clie'+_0x123737(0x517,_0x4967ed._0x324727,_0x4967ed._0x219782,_0x4967ed._0x52d90b)+_0x123737(0x546,0x5bb,0x56d,0x590)},_0x806cd9=await _0x719d3b['KHQNp'](loadJiraConfig);function _0x4605ed(_0x1512fd,_0x19ab06,_0x30dd0a,_0x249c43){return _0x373ced(_0x1512fd-0x126,_0x1512fd- -_0x42f140._0x14a7c0,_0x30dd0a-0x148,_0x19ab06);}if(_0x806cd9)try{jiraClient=new JiraClient(_0x806cd9),logger[_0x4605ed(-_0x4967ed._0x14c92b,-_0x4967ed._0x5ef78d,-_0x4967ed._0x15288c,_0x4967ed._0xd13034)](_0x719d3b[_0x4605ed(-_0x4967ed._0x16c130,-0x39,-_0x4967ed._0x484bce,-_0x4967ed._0x4dcc09)]);return;}catch(_0x4286b6){if(_0x719d3b[_0x123737(0x579,_0x4967ed._0x482755,_0x4967ed._0x2b1e2f,_0x4967ed._0x5e1df6)](_0x719d3b[_0x4605ed(-_0x4967ed._0x120b23,-_0x4967ed._0x41119f,-_0x4967ed._0x4fdbde,-0x66)],_0x123737(0x575,_0x4967ed._0x2ec7e0,_0x4967ed._0x3e3b1f,0x59c))){const _0x20679d={};return _0x20679d[_0x123737(0x57e,0x5ba,_0x4967ed._0x28d586,_0x4967ed._0x48dc62)]=_0x719d3b['uyjDG'],_0x20679d['message']=_0x472ce4[_0x123737(0x570,0x574,0x52f,0x523)],_0x2b5ae0['status'](0x1*0x255f+-0x3*-0x21f+-0x1*0x2a2b)[_0x123737(_0x4967ed._0x1aa0af,_0x4967ed._0x34bd32,0x5fb,0x5bd)](_0x20679d);}else logger[_0x4605ed(_0x4967ed._0x61ca79,0x55,-0x16,0x7)](_0x123737(0x513,_0x4967ed._0x1a4203,_0x4967ed._0x278e6b,_0x4967ed._0x156e8d)+_0x4605ed(0x1e,-_0x4967ed._0x3a8209,0x83,-0x1d)+_0x123737(0x537,_0x4967ed._0x48314e,0x5cc,0x5a1)+_0x4605ed(-_0x4967ed._0x2fd529,_0x4967ed._0x3cbb64,-0x22,-_0x4967ed._0x519114)+_0x4605ed(-0xa0,-_0x4967ed._0x3e23f6,-0x80,-_0x4967ed._0x14f122),_0x4286b6);}function _0x123737(_0x3c800a,_0x52b057,_0x4f7d04,_0x31b86f){return _0x373ced(_0x3c800a-_0x43c09d._0x7f4868,_0x31b86f-_0x43c09d._0x524b63,_0x4f7d04-_0x43c09d._0x27ff9a,_0x52b057);}if(_0x719d3b['kILfA'](process[_0x123737(0x4b3,0x4ce,_0x4967ed._0x4ab985,_0x4967ed._0x3e9f4f)][_0x123737(_0x4967ed._0x5982a3,0x572,0x57e,_0x4967ed._0x53b1ca)+'ED'],_0x719d3b['tqJtW'])){if(_0x719d3b['RqnQQ'](_0x719d3b[_0x4605ed(_0x4967ed._0x9c343e,_0x4967ed._0x4670a4,-_0x4967ed._0x2ea125,-0x17)],_0x719d3b['CbjJc'])){const _0x39ad08={};return _0x39ad08[_0x123737(_0x4967ed._0x4f8967,0x62d,_0x4967ed._0x27d60e,_0x4967ed._0x48dc62)]=_0x719d3b[_0x4605ed(-_0x4967ed._0x34ff06,-0x105,-_0x4967ed._0x184b86,-0xca)],_0x39ad08[_0x123737(_0x4967ed._0xc70d4e,_0x4967ed._0x324727,_0x4967ed._0x3ee180,_0x4967ed._0x1f9d44)]=_0x36f21a['message'],_0xe75f7b[_0x4605ed(-0x6e,-_0x4967ed._0x5e9c2d,-0xd8,-0x5c)](0x2*0x65c+-0x98*-0x2c+-0x24e4*0x1)['json'](_0x39ad08);}else try{const _0x45c65f={'baseUrl':process[_0x4605ed(-0x96,-0x6d,-0x6f,-_0x4967ed._0x1abfcb)][_0x4605ed(-_0x4967ed._0x612c1e,-_0x4967ed._0xa47f85,-_0x4967ed._0x2a8224,-0xfe)+'URL'],...process[_0x4605ed(-_0x4967ed._0x4d349a,-0x98,-_0x4967ed._0x2d2a0e,-0x5a)][_0x123737(0x56d,0x56d,0x59c,0x587)+'_ID']?{'cloudId':process[_0x4605ed(-_0x4967ed._0x586e96,-0xe1,-_0x4967ed._0x1cef47,-_0x4967ed._0xb23e06)][_0x4605ed(-_0x4967ed._0xc1ffb9,-0x9d,-_0x4967ed._0x279818,0x0)+_0x123737(_0x4967ed._0x2b5894,0x4ee,_0x4967ed._0x566ed8,0x525)]}:{}};_0x45c65f[_0x4605ed(-_0x4967ed._0x160976,-_0x4967ed._0x5cd72b,-_0x4967ed._0x5418a8,-0xb2)]={},_0x45c65f[_0x4605ed(-_0x4967ed._0x160976,-_0x4967ed._0x5cd72b,-_0x4967ed._0x5418a8,-0xb2)]['email']=process[_0x123737(0x4c8,_0x4967ed._0x262360,_0x4967ed._0x5225fd,_0x4967ed._0x3e9f4f)][_0x123737(_0x4967ed._0x3b158d,_0x4967ed._0x1c1157,_0x4967ed._0x57d356,0x5c4)],_0x45c65f[_0x4605ed(-_0x4967ed._0x160976,-_0x4967ed._0x5cd72b,-_0x4967ed._0x5418a8,-0xb2)][_0x123737(_0x4967ed._0x240a5f,_0x4967ed._0x278e6b,_0x4967ed._0xec462,0x524)]=process['env'][_0x123737(_0x4967ed._0x8c689d,_0x4967ed._0x1d5b35,0x559,0x55b)+_0x4605ed(0x10,-0x1d,_0x4967ed._0x5ef78d,-_0x4967ed._0x39acd6)],jiraClient=new JiraClient(_0x45c65f),logger[_0x4605ed(-_0x4967ed._0x203822,-_0x4967ed._0x24c9b2,-0x6b,-0xa8)](_0x719d3b[_0x4605ed(-_0x4967ed._0x345c1e,-0x69,-0x106,-0x47)]);}catch(_0x161111){if(_0x719d3b[_0x123737(_0x4967ed._0x498926,_0x4967ed._0x397ba3,0x516,_0x4967ed._0x5005f4)]('XKmsq',_0x719d3b[_0x123737(_0x4967ed._0x119f1d,_0x4967ed._0x589d35,_0x4967ed._0x2ec7e0,_0x4967ed._0x2a4dcf)]))logger[_0x4605ed(_0x4967ed._0x61ca79,-_0x4967ed._0x534bd4,_0x4967ed._0x41d7ae,-_0x4967ed._0x282ca5)](_0x719d3b['tatKn'],_0x161111);else try{_0x4e2336=new _0x296632(_0x3453e4),_0x10cb7f[_0x123737(_0x4967ed._0x119f1d,_0x4967ed._0x5b893f,_0x4967ed._0x5a1c20,0x574)](_0x719d3b[_0x4605ed(-_0x4967ed._0x33c6de,-_0x4967ed._0x489d80,-_0x4967ed._0x9e38a5,-0x34)]);return;}catch(_0x6ece2c){_0x2a27d8[_0x123737(0x598,0x573,0x60f,0x5bc)](_0x719d3b[_0x123737(0x595,0x59c,0x576,_0x4967ed._0x551071)],_0x6ece2c);}}}}export async function initializeJira(){const _0x1b0bf2={_0x5dd23f:0x317,_0x2cb574:0x31f},_0x42b4a2={_0x2c4cba:0x10e,_0x5970d4:0x286,_0xb854d7:0xb4},_0xb15b91={'wLKNV':function(_0x23852d){return _0x23852d();}};function _0x18a36a(_0x48043e,_0x38df2f,_0x16e173,_0x35fcf1){return _0x373ced(_0x48043e-_0x42b4a2._0x2c4cba,_0x35fcf1-_0x42b4a2._0x5970d4,_0x16e173-_0x42b4a2._0xb854d7,_0x48043e);}await _0xb15b91[_0x18a36a(_0x1b0bf2._0x5dd23f,0x2f3,0x32b,_0x1b0bf2._0x2cb574)](initializeJiraClient);}function _0x5848(){const _0x58a6cd=['z2v0','sKLsqv9cqvnfxW','qxv0AgvUDgLJyq','wuv6q3m','vvjm','Aw5JBhvKzxm','q3DTq20','s3PXBxO','BgvKigfMDgvYia','yMXLzcbMCM9Tia','BLPfyMW','DcbYzwXVywrLza','igzYB20Grefuqq','BxvZDcbIzsbPBG','zMv0y2GGsKLsqq','z2v0sxnZDwu','tKnstM0','ueToyNq','rMfPBgvKihrVia','Cg9ZDa','z0PwB00','r2TSrfa','yxv0Aa','r0zMuMS','CfHHCvK','Bufxr1q','vefFreLsoG','twLZC2LUzYbZzq','iIaOBwf4oIa','CwjTq2y','Cg9ZDenVBw1LBG','vvbPBue','C2HVCNq','uLD5vvC','igfKBwLUAxn0CG','zMv0y2GGsMLYyq','zw52','ugXLyxnLihbYBW','zMv0y2GGy29TBq','u2vHCMnOAw5Nia','CMjxCLm','mZmZmZy0mLz1sLr0Aa','D253uLm','BwvZC2fNzq','yxbPvg9Rzw4','x0Le','zMjJEe4','BhDSv00','l2LZC3vLCY86AW','yxrVCI4','zw5HyMXLza','t0Pfq1qTmtiZ','q01Zt2O','CMvSB2fKiePjuG','CgfYyw1Z','BwvUDcbPBIb0Aa','CMf0Aw9Uig5VDa','nJC1tMDrEKf5','u2nXqLi','Ewr5yKS','BeDIzvi','sw52ywXPzcbPCW','Cg9ZDcbJB21Tzq','BgvUz3rO','EM1cvxy','zw52AxjVBM1LBG','y2XVDwrjza','z3D2sxG','u2vHCMnOihf1zq','igvUywjSzwq','Ahrhsxy','y29TBwvUDa','CMf0Aw9UigvUyq','t3LLt0W','B21Tzw50CYbMBW','zMTQrfq','C3rHDhvZ','rwHwwhy','sKLsqv9ftKfcta','wwvWDLu','BNqGzNjVBsbLBG','svfxzNy','svi6','D0XltLy','ifbSzwfZzsbJBW','DgvZDa','uKzku0u','tuHlwxK','A0LmzKe','uxPHEMO','vhfWvwy','rMnKAvO','x0rjuG','ugvYBwLZC2LVBG','CIbkAxjHigLZCW','CeDuEgG','sKLsqsbKAxnHyG','sgLot1m','DhjPBq','sKLsqv9bueLFva','ndC4tfPnC0jV','uwPQv1m','C3bUyKK','Bw1LBNqGDg8GsG','wMPArLa','CMnOihf1zxj5ia','DMzICwq','igLZC3vL','q0X1suS','ywLVA3G','Bw1LBNq','ntKZmdCYzKLrChb2','C3vJy2vZCW','Aw9U','qsbPC3n1zxm6','Cg9ZDcbkAxjHia','tNnJtgy','yM9KEq','igzYB20Gzw52Aq','igzVCM1HDcbquG','A29Rqvq','v3vzAwi','l3nLyxjJAa','DcbJB25MAwD1CG','Aw5MBW','DgTwvhm','v0L4DuC','tLD0uuG','odi2meT1rKDPBW','zw50CW','AvHlzge','igrLBMLLza','qsbPC3n1zxm','Dg9vChbLCKnHCW','mtiXntu0mgHuEMDSra','BKnsvg0','yKvhr2e','DxjLzcbVBIb0Aa','EhPzCLu','EvblDMK','Dg90ywW','AwH3v24','C1fntNi','sKLsqv9dte9vra','z2v0q29TBwvUDa','uMvSB2fKAw5Nia','sKLsqsbJBgLLBG','BNqGzNjVBsbeqq','rMv0y2HPBMCGyW','sw52ywXPzcbZzq','igf0igXLyxn0ia','zgvIDwC','DIb2yxjZoG','qsbJBgLLBNqGzG','zw1HAwW','y29TBwvUDhm','yxv0AgvUDgLJyq','wLzgAe8','CM9TigvUDIb2yq','A2v5','we10AuO','uePPAg0','DgLVBIbMywLSzq','sKLsqsbPBNrLzW','BwffwM8','DwvZDcbIB2r5','zNPwyMO','t0LTt3K','tM8GCgvYBwLZCW','iePjuKeGy2XPzq','ExnXshq','Dcb2yxjPywjSzq','Aw9UihjLBg9Hza','Afzxu3u','tg9fBw8','C3vLigTLEsbMBW','ALvrDey','C2vHCMnOiePjuG','uwzIBLq','qw95reS','tvfezMW','sxnZDwuGBM90ia','yw9eqK4','wvHstgi','EgPpvum','mtGWndi3ohHQAg5ZtW','uM91DgvY','BM90igzVDw5K','DMLcqK4','svjbigLZC3vLoG','rgvTDLe','CM1HDa','wLnsthu','uxvLCNKGDg9Via','zhrIy0m','t2jtqvK','zxjYB3i','ANnVBG','mtiXnte4yKfgyvrw','yxjJAcbXDwvYEq','tNzpB1q','zxKVy29TBwvUDa','t0TftG','revNCgS','sKLsqv9ftufjta','uMXwqwG','vhPYsw4','igLZC3vLoG','nJr1vw5Ns1O','A2XRBeG','C3rYAw5N','sxnZDwuGA2v5ia','twfNEMe','DMLKzsbHignVBq','Dhj1zq','zuD2rK0','Aw5PDgLHBgL6zq','q2jQsMm','txHuBNK','zM91BMq','rMv0y2HPBMCGsG','q0vUDLq','mIbJAgfYywn0zq','AxmGC2vYDMvYlG','A01Py3C','EwXSBM0','zfHbCuK','rfH0rNq','yMfZzvvYBa'];_0x5848=function(){return _0x58a6cd;};return _0x5848();}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x2d4fc6={_0x549e0d:0x2ae,_0x36ecc5:0x2f9,_0x4b461f:0x2d5,_0x3f31d9:0x15a,_0x5c1464:0x1a9,_0x1cc896:0x16b,_0x1f4707:0x18e,_0x565124:0x2fb,_0x441e97:0x28b,_0xe357bf:0x2b1,_0x5b6990:0x292,_0x38114a:0x250,_0xd21941:0x2d4,_0x165921:0x2a4,_0x4a3ff4:0x298,_0x28de17:0x321,_0x4f6723:0x346,_0x5a8c81:0x34a,_0x52703f:0x340,_0x392567:0x345,_0x5cbd0d:0x330,_0x58ce3f:0x356,_0x59bc96:0x2dc,_0x342142:0xb6,_0x41a82c:0x11a,_0x175512:0x109,_0x5026dc:0x11f,_0x3f718b:0x132,_0x50c6f2:0x1de,_0x4f5cbf:0x139,_0x45751b:0x181,_0x3b5f93:0x314,_0x159665:0x3a8,_0x143d45:0xf5,_0x23793e:0x1c0,_0x42dfee:0x17f,_0x2220b4:0x165,_0x20745f:0x338,_0x368226:0x337,_0x1e1ab6:0x147,_0x428ea1:0xd8,_0x45e472:0x2c9,_0x2b66f1:0x2f9,_0x2b542b:0x134,_0x3ff150:0xed,_0x40e8b6:0xe3,_0x35c6b9:0x122,_0x2cee62:0xda,_0x3fbc9b:0x363,_0x4b5822:0x31b,_0x462b36:0x38b,_0x351558:0xf8,_0xbba112:0x139,_0x546fc7:0xc6,_0x2fd9ed:0x11e,_0x55c019:0xc3,_0x5efafa:0x331,_0x58a8bd:0x363,_0x15ba82:0x388,_0x198794:0x137,_0x402a0a:0x110,_0x48a8cc:0xd8,_0x451d0b:0x160,_0x1bce9e:0x172,_0x26b1da:0x143,_0x23903e:0x2ed,_0x1c9e6b:0x6c,_0x3f3a7c:0xe7,_0xd6d279:0x197,_0x4a4752:0x176,_0x28c94d:0x2a0,_0x5a55cf:0x1b1,_0x17d9eb:0x145,_0x4879e2:0x1b9,_0x4b89b7:0x16d,_0x2fc5c1:0x1b8,_0x77cb43:0x113,_0x3c8208:0x2cc,_0x343553:0x27b,_0x4ace88:0x2b5,_0x38f352:0x31b,_0x5c7c3d:0x30e,_0x453c5e:0x2c3,_0x2c3af3:0x278,_0x561f74:0x116,_0x487c7b:0xa1,_0x1016b2:0xce,_0x563a1e:0x29f,_0x488835:0x2f3,_0xc8b0e2:0x275,_0x2590bd:0xe5,_0x55d3b8:0x156,_0x1f1923:0x12f,_0x232d7b:0x113,_0x5ce96f:0x365,_0x1e41b1:0xa2,_0x578b9d:0x127,_0xabcdc6:0x270,_0x2f69e2:0x315,_0x486038:0x30a,_0x5d4209:0x70,_0x4880c4:0xd6,_0xbf703d:0x363,_0x2bca69:0x302,_0x25cd89:0x3d5,_0x2c1570:0x197,_0x46aa4e:0x13f,_0x3dc3d1:0x364,_0x50db1f:0x323,_0x406d86:0x2ff,_0x2ab93c:0x2aa,_0x306d5f:0x131,_0x29db8d:0x136,_0x18220b:0x192,_0x4cd5ca:0x34b,_0x163aeb:0x389,_0x25c593:0x381,_0x383db6:0x328},_0x39c98a={_0x495cea:0x176,_0x52a2f3:0x259,_0x41ec79:0x52},_0x55b746={'ihYqe':'JIRA\x20clien'+_0x5bc198(0x2aa,_0x2d4fc6._0x549e0d,_0x2d4fc6._0x36ecc5,_0x2d4fc6._0x4b461f)+_0x51c0d9(-_0x2d4fc6._0x3f31d9,-_0x2d4fc6._0x5c1464,-_0x2d4fc6._0x1cc896,-_0x2d4fc6._0x1f4707)+_0x5bc198(_0x2d4fc6._0x565124,0x328,_0x2d4fc6._0x441e97,0x31c),'HiNOS':_0x5bc198(_0x2d4fc6._0xe357bf,0x305,_0x2d4fc6._0x5b6990,_0x2d4fc6._0x38114a)+_0x5bc198(_0x2d4fc6._0xd21941,_0x2d4fc6._0x165921,_0x2d4fc6._0x4a3ff4,_0x2d4fc6._0x28de17)+_0x5bc198(0x338,0x3a7,_0x2d4fc6._0x4f6723,_0x2d4fc6._0x5a8c81)+'rom\x20DATA_D'+_0x5bc198(0x2f1,0x29a,0x2a9,0x334),'FcdiZ':_0x5bc198(0x334,_0x2d4fc6._0x52703f,_0x2d4fc6._0x392567,0x2fb)+'arch\x20query','MRGsn':_0x5bc198(_0x2d4fc6._0x5cbd0d,_0x2d4fc6._0x58ce3f,0x36f,_0x2d4fc6._0x59bc96)+_0x51c0d9(-_0x2d4fc6._0x342142,-0xe0,-0xae,-0x108)+_0x51c0d9(-_0x2d4fc6._0x41a82c,-0xff,-_0x2d4fc6._0x175512,-_0x2d4fc6._0x5026dc)+'ation','fYOyr':function(_0x4ba951){return _0x4ba951();},'rlmaA':'ZSRLu','Magza':function(_0x1e5a38,_0x323b81){return _0x1e5a38!==_0x323b81;},'eGvFM':_0x51c0d9(-_0x2d4fc6._0x3f718b,-_0x2d4fc6._0x50c6f2,-_0x2d4fc6._0x4f5cbf,-_0x2d4fc6._0x45751b),'MHKYy':function(_0x56425f,_0x593e82){return _0x56425f===_0x593e82;},'ObSAY':_0x5bc198(0x375,_0x2d4fc6._0x3b5f93,0x3de,_0x2d4fc6._0x159665),'RWyUW':'Failed\x20to\x20'+_0x51c0d9(-_0x2d4fc6._0x143d45,-_0x2d4fc6._0x23793e,-_0x2d4fc6._0x42dfee,-_0x2d4fc6._0x2220b4)+_0x5bc198(_0x2d4fc6._0x20745f,0x38f,0x38f,_0x2d4fc6._0x368226)+_0x51c0d9(-_0x2d4fc6._0x1e1ab6,-_0x2d4fc6._0x428ea1,-0xb2,-0xfc)+'rs:','jPdpi':_0x5bc198(_0x2d4fc6._0x45e472,0x2ad,_0x2d4fc6._0x2b66f1,0x2d8),'rtlNH':_0x51c0d9(-0xc8,-_0x2d4fc6._0x2b542b,-0x8c,-_0x2d4fc6._0x3ff150)};logger['info'](_0x55b746['MRGsn']);function _0x5bc198(_0x3e2678,_0x3e08ce,_0x5f33d7,_0x55824e){return _0x373ced(_0x3e2678-_0x39c98a._0x495cea,_0x3e2678-_0x39c98a._0x52a2f3,_0x5f33d7-_0x39c98a._0x41ec79,_0x5f33d7);}jiraClient=null;const _0x538731=await _0x55b746['fYOyr'](loadJiraConfig);if(_0x538731){if(_0x51c0d9(-0xc4,-_0x2d4fc6._0x40e8b6,-_0x2d4fc6._0x35c6b9,-_0x2d4fc6._0x2cee62)!==_0x55b746['rlmaA'])try{_0x44e19b=new _0x3c1026(_0x31de74),_0x1d1b0[_0x51c0d9(-0x157,-0x169,-0x12d,-0x11e)](_0x55b746['ihYqe']);return;}catch(_0x349957){_0x4f2e1a[_0x5bc198(_0x2d4fc6._0x3fbc9b,_0x2d4fc6._0x4b5822,_0x2d4fc6._0x462b36,0x3b9)](_0x55b746[_0x51c0d9(-0x1aa,-_0x2d4fc6._0x351558,-0xf9,-_0x2d4fc6._0xbba112)],_0x349957);}else try{if(_0x55b746[_0x51c0d9(-0xd5,-0xe9,-0x101,-_0x2d4fc6._0x546fc7)](_0x55b746[_0x51c0d9(-_0x2d4fc6._0x2fd9ed,-0x72,-0xb5,-_0x2d4fc6._0x55c019)],_0x55b746[_0x5bc198(0x376,_0x2d4fc6._0x5efafa,0x3e1,0x311)]))_0x3288fb[_0x5bc198(_0x2d4fc6._0x58a8bd,_0x2d4fc6._0x5cbd0d,0x367,_0x2d4fc6._0x15ba82)](_0x55b746[_0x51c0d9(-0x145,-_0x2d4fc6._0x198794,-0xe5,-_0x2d4fc6._0xbba112)],_0x476874);else{jiraClient=new JiraClient(_0x538731),logger[_0x51c0d9(-0xfa,-_0x2d4fc6._0x402a0a,-0x191,-_0x2d4fc6._0x2fd9ed)](_0x55b746['ihYqe']);return;}}catch(_0x15e1b9){logger[_0x51c0d9(-0x12f,-_0x2d4fc6._0x48a8cc,-0x111,-0xd6)](_0x55b746[_0x51c0d9(-0x144,-0x135,-0x112,-0x139)],_0x15e1b9);}}function _0x51c0d9(_0xdba730,_0x190b0e,_0xcd82d5,_0x2a93be){return _0x373ced(_0xdba730-0x113,_0x2a93be- -0x1e0,_0xcd82d5-0x16e,_0xcd82d5);}if(_0x55b746[_0x51c0d9(-_0x2d4fc6._0x451d0b,-_0x2d4fc6._0x1bce9e,-0x17d,-_0x2d4fc6._0x26b1da)](process['env'][_0x5bc198(_0x2d4fc6._0x23903e,0x359,_0x2d4fc6._0x4a3ff4,0x2c9)+'ED'],_0x55b746[_0x51c0d9(-_0x2d4fc6._0x1c9e6b,-0xc1,-_0x2d4fc6._0x3f3a7c,-0xd7)]))try{const _0x26339b={'baseUrl':process[_0x51c0d9(-0x1bb,-_0x2d4fc6._0x26b1da,-_0x2d4fc6._0xd6d279,-_0x2d4fc6._0x4a4752)][_0x5bc198(_0x2d4fc6._0x28c94d,0x233,0x2b9,0x275)+_0x51c0d9(-0x176,-0x13b,-_0x2d4fc6._0x5a55cf,-0x196)],...process[_0x51c0d9(-_0x2d4fc6._0x17d9eb,-0x180,-_0x2d4fc6._0x451d0b,-_0x2d4fc6._0x4a4752)]['JIRA_CLOUD'+_0x51c0d9(-_0x2d4fc6._0x4879e2,-0x128,-0x1a9,-_0x2d4fc6._0x4b89b7)]?{'cloudId':process[_0x51c0d9(-_0x2d4fc6._0x2fc5c1,-0x158,-_0x2d4fc6._0x77cb43,-0x176)][_0x5bc198(0x32e,0x2dd,0x33b,0x2be)+_0x5bc198(_0x2d4fc6._0x3c8208,0x2f6,_0x2d4fc6._0x343553,0x25d)]}:{}};_0x26339b[_0x5bc198(_0x2d4fc6._0x4ace88,_0x2d4fc6._0x563a1e,_0x2d4fc6._0x38f352,_0x2d4fc6._0x5c7c3d)]={},_0x26339b[_0x5bc198(_0x2d4fc6._0x4ace88,_0x2d4fc6._0x563a1e,_0x2d4fc6._0x38f352,_0x2d4fc6._0x5c7c3d)]['email']=process[_0x5bc198(_0x2d4fc6._0x453c5e,_0x2d4fc6._0x2c3af3,0x264,0x2ff)][_0x51c0d9(-0x75,-_0x2d4fc6._0x561f74,-_0x2d4fc6._0x487c7b,-_0x2d4fc6._0x1016b2)],_0x26339b[_0x5bc198(_0x2d4fc6._0x4ace88,_0x2d4fc6._0x563a1e,_0x2d4fc6._0x38f352,_0x2d4fc6._0x5c7c3d)]['apiToken']=process[_0x5bc198(0x2c3,0x290,_0x2d4fc6._0x488835,_0x2d4fc6._0xc8b0e2)][_0x51c0d9(-_0x2d4fc6._0x2590bd,-_0x2d4fc6._0x55d3b8,-0xe5,-_0x2d4fc6._0x198794)+_0x51c0d9(-_0x2d4fc6._0x1f1923,-_0x2d4fc6._0x232d7b,-0x13f,-0xd0)],jiraClient=new JiraClient(_0x26339b),logger[_0x5bc198(_0x2d4fc6._0x4b5822,0x2c5,0x2be,_0x2d4fc6._0x5ce96f)](_0x51c0d9(-_0x2d4fc6._0x1e41b1,-0x171,-_0x2d4fc6._0x578b9d,-0x108)+_0x5bc198(0x2aa,_0x2d4fc6._0xabcdc6,_0x2d4fc6._0x2f69e2,0x29b)+_0x5bc198(0x315,_0x2d4fc6._0x486038,0x385,0x2dc)+'ronment\x20va'+'riables');}catch(_0x3f40b8){logger[_0x51c0d9(-_0x2d4fc6._0x1016b2,-0x13b,-_0x2d4fc6._0x5d4209,-_0x2d4fc6._0x4880c4)](_0x55b746[_0x5bc198(0x2c0,0x326,0x2d3,0x25b)],_0x3f40b8);}else{if(_0x55b746['jPdpi']===_0x55b746['rtlNH']){const _0x597f37={};return _0x597f37[_0x5bc198(_0x2d4fc6._0xbf703d,0x3a0,_0x2d4fc6._0x2bca69,_0x2d4fc6._0x25cd89)]=_0x55b746[_0x51c0d9(-_0x2d4fc6._0x2c1570,-_0x2d4fc6._0x1016b2,-0x186,-_0x2d4fc6._0x46aa4e)],_0x597f37['message']=_0x3616fb[_0x51c0d9(-0x13e,-0x182,-0x125,-0x16f)],_0xa99325['status'](0x219f+-0xd1f*0x1+0x12f0*-0x1)[_0x5bc198(_0x2d4fc6._0x3dc3d1,0x39d,_0x2d4fc6._0x50db1f,0x37d)](_0x597f37);}else logger[_0x5bc198(_0x2d4fc6._0x4b5822,0x306,0x381,0x303)](_0x5bc198(_0x2d4fc6._0x406d86,_0x2d4fc6._0x2ab93c,0x2ee,0x2b5)+_0x51c0d9(-_0x2d4fc6._0x306d5f,-_0x2d4fc6._0x29db8d,-0x1d1,-_0x2d4fc6._0x18220b)+'configurat'+_0x5bc198(_0x2d4fc6._0x4cd5ca,_0x2d4fc6._0x163aeb,_0x2d4fc6._0x25c593,_0x2d4fc6._0x383db6));}}function requireJira(_0x3340b6,_0x3454cc,_0x5581a7){const _0x35bee7={_0x46f5f8:0x30d,_0x52dc19:0x2b7,_0x40df71:0x172,_0xa2849e:0x1d5,_0x3284f0:0x217,_0x320de4:0x18e,_0x26ddf6:0x219,_0x14336c:0x24f,_0x4281e4:0x2ba,_0x42135f:0x1e4,_0x1ef579:0x1b5,_0x545ea0:0x21b,_0x244cc4:0x1b2,_0x5cdf55:0x195,_0x167483:0x226,_0x4f5178:0x289,_0x2d585d:0x30d,_0x192e14:0x1c6,_0x286ae0:0x18c,_0x30db8e:0x21b,_0x45c190:0x343,_0x41798a:0x35b,_0x552452:0x320,_0x5cb9e3:0x132,_0x277506:0x137,_0x98d436:0x1e6,_0x448242:0x1dd,_0x3bf8b8:0x178,_0x53e6e8:0x2aa,_0x281739:0x325,_0x59b192:0x30e,_0x3bb279:0x3a7,_0x13757d:0x291,_0x9b6eff:0x26b,_0x47ad4c:0x2a6,_0x1978f3:0x28a,_0x25ace0:0x234},_0x4869f7={_0x4b67ba:0x140,_0x2d68aa:0x9a};function _0x53204d(_0x18f910,_0x3f9929,_0x5ef479,_0x119053){return _0x373ced(_0x18f910-_0x4869f7._0x4b67ba,_0x3f9929-0x14a,_0x5ef479-_0x4869f7._0x2d68aa,_0x119053);}const _0x222afa={'ZjZFP':function(_0x2ec0d6,_0x338b86){return _0x2ec0d6!==_0x338b86;},'CEnvT':_0x17abc8(0x322,0x2f0,_0x35bee7._0x46f5f8,0x2d7)+_0x17abc8(_0x35bee7._0x52dc19,0x2ea,0x2d8,0x328)+_0x53204d(_0x35bee7._0x40df71,_0x35bee7._0xa2849e,_0x35bee7._0x3284f0,_0x35bee7._0x320de4),'RFJSE':'JIRA\x20integ'+'ration\x20is\x20'+'not\x20config'+_0x53204d(0x205,_0x35bee7._0x26ddf6,0x1bf,0x1a8)+_0x17abc8(0x279,0x226,_0x35bee7._0x14336c,_0x35bee7._0x4281e4)+_0x53204d(0x24f,_0x35bee7._0x42135f,0x212,_0x35bee7._0x1ef579)+'ntact\x20your'+_0x53204d(_0x35bee7._0x545ea0,_0x35bee7._0x244cc4,_0x35bee7._0x5cdf55,0x212)+_0x53204d(0x231,0x1c1,_0x35bee7._0x167483,0x173),'KdEYF':function(_0xb83d48){return _0xb83d48();}};if(!jiraClient){if(_0x222afa[_0x17abc8(0x2e7,0x2bf,_0x35bee7._0x4f5178,_0x35bee7._0x2d585d)](_0x53204d(_0x35bee7._0x192e14,_0x35bee7._0x286ae0,0x1d3,0x11b),_0x53204d(0x23b,_0x35bee7._0x30db8e,0x234,0x1f7))){const _0x1525d0={};return _0x1525d0[_0x17abc8(_0x35bee7._0x45c190,_0x35bee7._0x41798a,0x2fc,_0x35bee7._0x552452)]=_0x222afa[_0x53204d(_0x35bee7._0x5cb9e3,0x188,_0x35bee7._0x277506,0x190)],_0x1525d0['message']=_0x222afa[_0x53204d(0x205,_0x35bee7._0x98d436,_0x35bee7._0x448242,_0x35bee7._0x3bf8b8)],_0x3454cc[_0x17abc8(0x2cb,_0x35bee7._0x53e6e8,_0x35bee7._0x281739,_0x35bee7._0x59b192)](-0xaa9+0xf91+0x2f1*-0x1)['json'](_0x1525d0);}else _0x208a9e[_0x17abc8(_0x35bee7._0x45c190,0x34b,0x2eb,_0x35bee7._0x3bb279)](_0x17abc8(_0x35bee7._0x13757d,_0x35bee7._0x9b6eff,_0x35bee7._0x47ad4c,0x252)+_0x17abc8(0x357,0x37e,0x325,_0x35bee7._0x281739)+_0x53204d(0x25b,0x239,_0x35bee7._0x1978f3,_0x35bee7._0x25ace0)+'nt\x20from\x20DA'+'TA_DIR:',_0x510b86);}function _0x17abc8(_0x52e36c,_0x4b682,_0x46e471,_0x51a7d6){return _0x373ced(_0x52e36c-0x173,_0x52e36c-0x239,_0x46e471-0x10c,_0x51a7d6);}_0x222afa['KdEYF'](_0x5581a7);}router[_0x58a4fe(-0x173,-0x120,-0x180,-0x110)]('/config',(_0x5781b2,_0x4330e5)=>{const _0x5138e5={_0x5cfc2c:0x2b6,_0x5061b1:0x330,_0x5c1007:0x549,_0x258b9c:0x4e4,_0x2aad8e:0x52b,_0x367835:0x559,_0x33e757:0x5aa,_0x2b6552:0x593},_0x5df86e={_0x1a28ed:0xa0},_0x4ae09d={};_0x4ae09d[_0x4fee2f(_0x5138e5._0x5cfc2c,0x328,_0x5138e5._0x5061b1,0x30f)]=!!jiraClient;function _0x4a21d0(_0x104fe3,_0x1e137b,_0x675347,_0x461790){return _0x58a4fe(_0x104fe3-0x11a,_0x461790,_0x675347-0x9f,_0x675347-0x5f5);}_0x4ae09d[_0x4a21d0(0x503,_0x5138e5._0x5c1007,_0x5138e5._0x258b9c,0x4b7)]=jiraClient?process[_0x4a21d0(0x4a6,0x4a0,0x509,_0x5138e5._0x2aad8e)]['JIRA_BASE_'+'URL']:null;function _0x4fee2f(_0x5b1f30,_0x21959a,_0x47284d,_0xb2efa0){return _0x58a4fe(_0x5b1f30-0x10b,_0xb2efa0,_0x47284d-_0x5df86e._0x1a28ed,_0x21959a-0x406);}_0x4330e5[_0x4a21d0(_0x5138e5._0x367835,0x5a1,_0x5138e5._0x33e757,_0x5138e5._0x2b6552)](_0x4ae09d);}),router[_0x58a4fe(-0x151,-0x114,-0x158,-0x110)](_0x58a4fe(-0x8f,-0x101,-0x10b,-0xe0)+'ey',requireJira,async(_0x4811ed,_0x1075c4)=>{const _0x5f120e={_0x1e8cc2:0x232,_0x5f19e1:0x1d9,_0x3b18d2:0x1ab,_0x485c3e:0x157,_0xf04e98:0x97,_0x46190b:0xa0,_0xab5962:0x12e,_0x9711ad:0x12d,_0x44f061:0x137,_0x4ade19:0x153,_0x4b219c:0x141,_0x4325ac:0x186,_0x59ffe2:0x83,_0x30d276:0xb8,_0x57e382:0x192,_0x4ee21a:0x12c,_0x6581e1:0x1ed,_0x1e018a:0x1f5,_0x2959a3:0x23f,_0x28e0b2:0xd8,_0x52fa83:0xf8,_0x1d868c:0xce,_0x34a1b0:0xc7,_0x17b842:0x170,_0xa28e78:0x127,_0x4bc1ee:0x184,_0x35f733:0x19d,_0x52e33d:0xc6,_0x70ed3c:0xa2,_0x1397ce:0xec,_0x4ba4e7:0x12f,_0xdd83a4:0x15b,_0x19224d:0x10f,_0x4b61a2:0x1cd,_0x8ec4fa:0x1e5,_0x486586:0x28b,_0x3facaa:0x22d,_0x4131d4:0x2b2,_0x2ed141:0x11b,_0x265b97:0xb1,_0x7fc6a1:0x154,_0x13a3a5:0x159,_0x33009a:0x134,_0x2996d5:0xdb,_0x4cb1d9:0x13a,_0x4207cb:0xe9,_0x58b1ac:0x20f,_0x45a56c:0x1fa,_0xbaa0dd:0x27e,_0x149dca:0x23e,_0x466c2b:0xab,_0x246465:0xf2,_0x201f62:0x113,_0x205be6:0x164,_0x318aad:0x14f,_0x1b0533:0x14c,_0x38f103:0x101,_0x2f3038:0x152,_0x324a33:0x27f,_0x21dda8:0x26c,_0x34e2df:0x264,_0x3ee423:0x251,_0x57d7a9:0xa6,_0x241e03:0x88,_0x4b98dc:0x2e9,_0x757016:0x2bd,_0x3c1cc1:0x116,_0x372469:0x2b3,_0x29ede6:0x17b,_0x176273:0x13c,_0x2d7150:0x1e5,_0x341525:0x1cd,_0xfe56eb:0x23d,_0x535694:0x9c,_0x36f070:0x10b,_0x2cd31f:0x22c,_0x1198c5:0x2b8,_0x23e7eb:0xfe,_0x1dfd8b:0x114,_0x76eeb6:0xe8,_0x463fea:0x1bf,_0x35477a:0x24b,_0x581399:0x153,_0x25166a:0x179,_0x11769b:0x298,_0x53f159:0x1b0,_0x5c47d7:0x202,_0x46db85:0x20b,_0x4a8913:0x1bf,_0xb392e5:0x188,_0x3e44a8:0x15d,_0x3bee50:0x1e9,_0x9df05c:0x190,_0x1421d2:0x17f,_0x3ff0f7:0x120,_0x4d23a2:0xf9,_0x261880:0x10e,_0x16c233:0xbb,_0x3e9653:0xd4,_0x2cd01a:0x149,_0x445bcb:0xb2,_0x10a9ae:0x16f,_0x3b260f:0x1af,_0x2faa82:0x1de,_0x2c0de5:0x261,_0x1dcb65:0x25e,_0x45b593:0x293,_0x53840c:0x2b1,_0x402657:0x217,_0x865383:0x253,_0x3b3126:0x26e,_0x3751c2:0xe8,_0x29a9c2:0x138,_0xdbd0a2:0x180,_0x1ee7d4:0x1cf,_0x5ad947:0x95,_0x2a0c55:0x101,_0x286a12:0x92,_0x2c1443:0x27e,_0x1cdbf0:0x68,_0x37ef0e:0xca,_0x45dac9:0xc3,_0x58adc8:0x67,_0x38789b:0x213,_0x3df1b2:0x1ec,_0x2e9fa7:0x206,_0x484b48:0x242},_0x2373cb={_0x2e8c21:0x80,_0x28302d:0x174,_0x5ab596:0x1e8},_0xbc8835={_0x2bd9e1:0x179};function _0x34decd(_0x25d765,_0x31520e,_0x1de87c,_0x105b62){return _0x373ced(_0x25d765-0x77,_0x1de87c-0x6f,_0x1de87c-_0xbc8835._0x2bd9e1,_0x105b62);}const _0x2c4bc5={};_0x2c4bc5[_0x37d349(0x241,0x248,_0x5f120e._0x1e8cc2,0x222)]=_0x37d349(0x1bc,_0x5f120e._0x5f19e1,0x220,0x1e3)+_0x34decd(_0x5f120e._0x3b18d2,0x132,_0x5f120e._0x485c3e,0x1c0)+'d',_0x2c4bc5[_0x34decd(0x82,_0x5f120e._0xf04e98,0xb0,_0x5f120e._0x46190b)]=function(_0x574f66,_0x22bd3a){return _0x574f66!==_0x22bd3a;},_0x2c4bc5[_0x37d349(0x28b,0x2be,0x21c,0x28f)]='IiAuI',_0x2c4bc5[_0x34decd(0xf6,0x187,0x11f,_0x5f120e._0xab5962)]=_0x34decd(0x16d,_0x5f120e._0x9711ad,_0x5f120e._0x44f061,_0x5f120e._0x4ade19),_0x2c4bc5['zlYru']=_0x34decd(0x148,_0x5f120e._0x4b219c,0x188,_0x5f120e._0x4325ac)+_0x34decd(_0x5f120e._0x59ffe2,0xc9,0xc2,_0x5f120e._0x30d276)+_0x34decd(_0x5f120e._0x57e382,0xdf,_0x5f120e._0x4ee21a,0x13b)+_0x37d349(_0x5f120e._0x6581e1,_0x5f120e._0x1e018a,_0x5f120e._0x2959a3,0x1e7),_0x2c4bc5[_0x34decd(_0x5f120e._0x28e0b2,0xc6,_0x5f120e._0x52fa83,0x127)]=_0x34decd(0xee,_0x5f120e._0x1d868c,_0x5f120e._0x34a1b0,0x9b)+'fetch\x20JIRA'+_0x34decd(_0x5f120e._0x17b842,_0x5f120e._0xa28e78,_0x5f120e._0x4bc1ee,_0x5f120e._0x35f733),_0x2c4bc5['jUQtF']='not\x20found',_0x2c4bc5[_0x34decd(0x8c,_0x5f120e._0x52e33d,0xe4,_0x5f120e._0x70ed3c)]='authentica'+_0x34decd(0x1b2,_0x5f120e._0x1397ce,0x157,_0x5f120e._0x4ba4e7)+'d';function _0x37d349(_0x1e6212,_0x384312,_0x2c339f,_0x1c3ea5){return _0x373ced(_0x1e6212-_0x2373cb._0x2e8c21,_0x1e6212-_0x2373cb._0x28302d,_0x2c339f-_0x2373cb._0x5ab596,_0x2c339f);}_0x2c4bc5[_0x34decd(0x117,_0x5f120e._0xdd83a4,0x15c,_0x5f120e._0x19224d)]=_0x34decd(0x115,_0x5f120e._0x4b61a2,0x15d,0x114)+_0x37d349(0x22b,0x1f9,0x28a,_0x5f120e._0x8ec4fa);const _0x302e27=_0x2c4bc5;try{if(_0x302e27['kMicw'](_0x302e27[_0x37d349(_0x5f120e._0x486586,_0x5f120e._0x3facaa,_0x5f120e._0x4131d4,0x25e)],_0x302e27[_0x34decd(0xad,_0x5f120e._0x2ed141,0x11f,_0x5f120e._0x265b97)])){const _0x5c5770=_0x4811ed['params'][_0x34decd(0x14a,_0x5f120e._0x4bc1ee,_0x5f120e._0x7fc6a1,_0x5f120e._0x13a3a5)][_0x34decd(0xc5,0x16b,0x117,_0x5f120e._0x33009a)]()[_0x34decd(_0x5f120e._0x2996d5,0x14b,_0x5f120e._0x4cb1d9,_0x5f120e._0x4207cb)+'e']();if(!/^[A-Z]+-\d+$/i[_0x37d349(_0x5f120e._0x58b1ac,0x1f1,_0x5f120e._0x45a56c,0x1ee)](_0x5c5770)){const _0x2899e9={};return _0x2899e9[_0x37d349(_0x5f120e._0xbaa0dd,0x281,0x2ae,_0x5f120e._0x149dca)]=_0x34decd(_0x5f120e._0x466c2b,0xf3,_0x5f120e._0x246465,_0x5f120e._0x1d868c)+_0x34decd(_0x5f120e._0x201f62,0x1aa,_0x5f120e._0x205be6,_0x5f120e._0x318aad)+'rmat',_0x2899e9[_0x34decd(0x12a,_0x5f120e._0x1b0533,0xe0,0xa5)]=_0x302e27['zlYru'],_0x1075c4[_0x34decd(0x12a,_0x5f120e._0x44f061,_0x5f120e._0x38f103,_0x5f120e._0x2f3038)](0xd63+-0x913*0x1+-0x40*0xb)[_0x37d349(_0x5f120e._0x324a33,0x28f,_0x5f120e._0x21dda8,_0x5f120e._0x34e2df)](_0x2899e9);}logger[_0x37d349(_0x5f120e._0x3ee423,0x29d,0x208,0x20f)](_0x34decd(_0x5f120e._0x57d7a9,_0x5f120e._0x241e03,0xac,0xa0)+_0x37d349(0x277,0x299,_0x5f120e._0x4b98dc,_0x5f120e._0x757016)+'\x20'+_0x5c5770);const _0x4778dd=await jiraClient[_0x34decd(0xda,_0x5f120e._0x3c1cc1,0xc4,0x110)](_0x5c5770);_0x1075c4['json'](_0x4778dd);}else{const _0x2cf4ec={};return _0x2cf4ec[_0x37d349(0x27e,0x213,0x29f,_0x5f120e._0x372469)]=_0x302e27[_0x34decd(0x19d,_0x5f120e._0x29ede6,_0x5f120e._0x176273,0xcf)],_0x2cf4ec[_0x37d349(_0x5f120e._0x2d7150,_0x5f120e._0x341525,0x23f,_0x5f120e._0xfe56eb)]=_0x479750['message'],_0x351613[_0x34decd(_0x5f120e._0x535694,_0x5f120e._0x36f070,0x101,0x113)](-0x1b88+0xb4e+0x11cb)[_0x37d349(0x27f,0x25a,_0x5f120e._0x2cd31f,_0x5f120e._0x1198c5)](_0x2cf4ec);}}catch(_0x1cef78){logger['error'](_0x302e27[_0x34decd(0x155,_0x5f120e._0x23e7eb,0xf8,0xc2)],_0x1cef78);if(_0x1cef78[_0x34decd(0x13b,_0x5f120e._0x1dfd8b,0xe0,_0x5f120e._0x76eeb6)][_0x37d349(_0x5f120e._0x463fea,0x162,0x1ac,0x214)](_0x302e27[_0x37d349(0x26a,_0x5f120e._0x45a56c,0x295,_0x5f120e._0x35477a)])){const _0x2480e8={};return _0x2480e8[_0x34decd(_0x5f120e._0x581399,0x1a2,_0x5f120e._0x25166a,0x1a4)]=_0x37d349(0x26f,_0x5f120e._0x11769b,0x221,0x281)+_0x37d349(_0x5f120e._0x53f159,0x21c,_0x5f120e._0x8ec4fa,_0x5f120e._0x5c47d7),_0x2480e8[_0x34decd(0x112,0x124,0xe0,0x12f)]=_0x1cef78['message'],_0x1075c4[_0x34decd(0x160,0xcb,_0x5f120e._0x38f103,0xce)](-0x25ab+-0x166a+0x3da9)[_0x34decd(0x147,0x1b1,0x17a,0x1c0)](_0x2480e8);}else{if(_0x1cef78[_0x37d349(0x1e5,0x1ed,_0x5f120e._0x46db85,0x1d4)][_0x37d349(_0x5f120e._0x4a8913,_0x5f120e._0xb392e5,_0x5f120e._0x3e44a8,_0x5f120e._0x35f733)](_0x302e27[_0x37d349(_0x5f120e._0x3bee50,0x1cc,0x1b6,0x19b)])){const _0x4d3e43={};return _0x4d3e43[_0x34decd(_0x5f120e._0x19224d,0x140,_0x5f120e._0x25166a,_0x5f120e._0x9df05c)]='Authentica'+_0x34decd(_0x5f120e._0x1421d2,_0x5f120e._0x3ff0f7,0x157,0x16b)+'d',_0x4d3e43[_0x34decd(_0x5f120e._0x4d23a2,_0x5f120e._0x261880,0xe0,_0x5f120e._0x16c233)]=_0x1cef78[_0x34decd(_0x5f120e._0x3e9653,0x13e,0xe0,_0x5f120e._0x2cd01a)],_0x1075c4[_0x34decd(_0x5f120e._0x445bcb,0x160,0x101,_0x5f120e._0x10a9ae)](0x1805+-0x2421+-0x3*-0x48f)[_0x34decd(0x109,0x14e,0x17a,_0x5f120e._0x3b260f)](_0x4d3e43);}else{if(_0x1cef78[_0x37d349(0x1e5,0x246,0x23b,0x1cd)][_0x37d349(0x1bf,0x179,0x197,_0x5f120e._0x2faa82)](_0x302e27[_0x37d349(_0x5f120e._0x2c0de5,_0x5f120e._0x1dcb65,_0x5f120e._0x4131d4,0x21d)])){const _0x4765b9={};return _0x4765b9[_0x37d349(0x27e,_0x5f120e._0x45b593,0x2bf,_0x5f120e._0x53840c)]=_0x37d349(_0x5f120e._0x402657,_0x5f120e._0x865383,0x277,_0x5f120e._0x3b3126)+_0x34decd(0x17a,_0x5f120e._0x3751c2,_0x5f120e._0x29a9c2,_0x5f120e._0xdbd0a2),_0x4765b9[_0x37d349(0x1e5,_0x5f120e._0x1ee7d4,0x198,0x1ef)]=_0x1cef78[_0x34decd(0xd9,0x76,0xe0,_0x5f120e._0x5ad947)],_0x1075c4[_0x34decd(0xf4,0x95,_0x5f120e._0x2a0c55,_0x5f120e._0x286a12)](-0xe5+0x13cf+-0x1*0x1157)['json'](_0x4765b9);}else{const _0x36c693={};return _0x36c693[_0x37d349(_0x5f120e._0x2c1443,0x2d7,0x284,_0x5f120e._0x21dda8)]='Failed\x20to\x20'+_0x34decd(_0x5f120e._0x1cdbf0,_0x5f120e._0x37ef0e,_0x5f120e._0x45dac9,_0x5f120e._0x58adc8)+_0x37d349(0x225,_0x5f120e._0x38789b,0x1f8,0x264),_0x36c693['message']=_0x1cef78[_0x37d349(0x1e5,_0x5f120e._0x3df1b2,_0x5f120e._0x2cd31f,0x1a6)],_0x1075c4[_0x37d349(_0x5f120e._0x2e9fa7,_0x5f120e._0x484b48,0x24e,0x231)](0x2386+0xdd+-0x226f)['json'](_0x36c693);}}}}}),router[_0x373ced(0xa1,0x59,0x4c,0x96)](_0x58a4fe(-0xe7,-0x44,-0x2e,-0x96),requireJira,async(_0x250be4,_0x43920a)=>{const _0x43db73={_0x546861:0x123,_0x3f01f5:0x100,_0x270373:0xeb,_0x1f4b93:0x14c,_0x5f2411:0x11d,_0x327e3a:0x7b,_0x4786d0:0x3f,_0x4a452d:0x3b,_0x413402:0xe7,_0x4abb88:0xce,_0x4dc5a4:0xdd,_0x3ea22c:0x16c,_0x4942af:0x11f,_0x56b759:0xf3,_0x26b639:0xd8,_0x4ab068:0xa8,_0x2119e7:0xcf,_0x565116:0x6b,_0x50dcf3:0x1a5,_0x21e141:0x169,_0x18ea1c:0x81,_0x397c7e:0x9f,_0x5906c4:0x77,_0x1e2976:0x45,_0x93d0db:0x36,_0x324487:0x4d,_0x2ed16d:0x68,_0xa3f0ed:0xd4,_0xfe0231:0xd2,_0x1ed3a7:0x42,_0x26e47a:0x29,_0x5896f0:0xca,_0x17109e:0xc0,_0x2e5c17:0x92,_0x500c3e:0x5e,_0x5a949c:0x1dc,_0xdb600d:0x1c1,_0x3640f5:0x12e,_0x1035b2:0xcc,_0x4efd6d:0xdc,_0x240508:0x75,_0x3a171a:0xbe,_0x2fc7de:0xaf,_0x358599:0xb4,_0x122b2d:0x168,_0x3b685f:0x160,_0x1c9a5a:0xc1,_0x5f0f1c:0xca,_0x37d01a:0xb8,_0x31d9fc:0x89,_0x556f35:0x10,_0x805237:0x62,_0x589891:0x6,_0xd86b2e:0x55,_0x4e7b0d:0x4b,_0x36124d:0x136,_0x201e00:0x113,_0x14ece7:0x193,_0x4d2b87:0xd2,_0xbf99f:0x75,_0x2a56d8:0x70,_0x4e9267:0xc8,_0x2a4e8a:0x86,_0x11576b:0x23,_0x5e571d:0x2c,_0x2618b4:0x132,_0x4a31fa:0xe5,_0xc68ee:0x170,_0x403655:0x184,_0x53b7f0:0x73,_0x249577:0xa8,_0x1f1b83:0x16f,_0x1e10a0:0x179,_0x56916f:0xf3,_0x3c34e4:0xf0,_0x6dd97d:0xcc,_0x114257:0x147,_0x53b14f:0x1ba,_0x1f9416:0x16e,_0x1dadd8:0xd7,_0x2a61ec:0x8e,_0xfd47a8:0xad,_0x5469a6:0x129,_0x492a1d:0xc1,_0x5b9571:0x171,_0x82ebb5:0x171,_0x26f379:0x110,_0x494549:0xab,_0x2120c5:0x96,_0x6b7c0f:0x8a,_0x3c4263:0xae,_0x5e2be2:0x72,_0x3e4ee6:0xa8,_0x152ce8:0xd8,_0x2cf78d:0xaa,_0x38348f:0x90,_0x2e6404:0x175,_0xfc1153:0x180,_0x1f0505:0x4c,_0x111d5d:0x111,_0x50718c:0x12b,_0xaf8610:0x141,_0x56f107:0x1ae,_0x4bf96f:0xcb,_0x36ca0a:0xf3,_0x4eb6da:0xa,_0x456ab4:0x64,_0x5d07f6:0x26,_0x3755d0:0x21,_0x80bae7:0x95,_0x51b64e:0x168,_0x37c85c:0x19d,_0x4cd857:0x1a1,_0x166541:0x16d,_0x1b2457:0x13c,_0x654f36:0x99,_0x2598cd:0xe3,_0x3c78c2:0xd3,_0x4a9248:0x22,_0x18bccb:0x3a,_0x1a5c84:0x26,_0x258bb0:0x6,_0x591cf1:0x9b,_0xa5a436:0x74,_0x2dc3b4:0x147,_0x3c3ceb:0x10c,_0x581f1f:0x126,_0x4ad84b:0xb9,_0x3af1c6:0x11d,_0x326455:0xad,_0x3cbb3f:0x5f,_0x1e30b3:0x67,_0x21f679:0xd7,_0x1f43ec:0xf7,_0x170fb2:0x127,_0x4290af:0x6f,_0x549274:0x93,_0x48e7b9:0x175,_0x2a017c:0x122,_0x5d8e53:0xd6,_0x1884ce:0x135,_0x480222:0x10e,_0xe9c698:0xb1,_0x404d4f:0xa4,_0x3d36a6:0x13c,_0x1224c4:0xbf,_0x1b8262:0xfa,_0x689667:0x71,_0x6a187e:0x58,_0x1e5489:0x6d,_0x5c55c5:0x160,_0x4e6c4a:0x1a9,_0x1b6f6b:0x118,_0x3f746c:0x95,_0x461585:0xee,_0x13cb07:0x9d,_0xfafb48:0x9c,_0x2929e3:0x13f,_0x39d408:0xe7,_0x50f75f:0x2e,_0x17e90f:0x19},_0x25e9af={_0x2c261b:0x19a},_0x102099={_0x504a62:0x23},_0x5c99cf={};_0x5c99cf[_0x18099a(-_0x43db73._0x546861,-_0x43db73._0x3f01f5,-0x16b,-0x11c)]=_0x460529(-0xd8,-_0x43db73._0x270373,-0xe3,-0xc5)+_0x18099a(-_0x43db73._0x1f4b93,-0x141,-0x177,-_0x43db73._0x5f2411)+_0x460529(-0x69,-_0x43db73._0x327e3a,-_0x43db73._0x4786d0,-_0x43db73._0x4a452d),_0x5c99cf[_0x460529(-_0x43db73._0x413402,-_0x43db73._0x4abb88,-_0x43db73._0x4dc5a4,-0xa7)]=function(_0x512493,_0x260d01){return _0x512493!==_0x260d01;},_0x5c99cf[_0x18099a(-_0x43db73._0x3ea22c,-0x1d1,-0x17f,-_0x43db73._0x4942af)]=_0x18099a(-0xa0,-0x101,-0xad,-0x95),_0x5c99cf[_0x18099a(-_0x43db73._0x56b759,-_0x43db73._0x26b639,-_0x43db73._0x4ab068,-0x145)]=_0x460529(-_0x43db73._0x2119e7,-_0x43db73._0x565116,-0x82,-0x91)+'arch\x20query',_0x5c99cf[_0x18099a(-0x161,-_0x43db73._0x50dcf3,-0x144,-_0x43db73._0x21e141)]='Please\x20pro'+'vide\x20a\x20sea'+_0x460529(-_0x43db73._0x18ea1c,-_0x43db73._0x397c7e,-_0x43db73._0x5906c4,-0x8a)+'in\x20the\x20req'+_0x460529(-_0x43db73._0x1e2976,-0x72,-_0x43db73._0x93d0db,-_0x43db73._0x324487),_0x5c99cf[_0x460529(-0xa1,-_0x43db73._0x2ed16d,-_0x43db73._0xa3f0ed,-_0x43db73._0xfe0231)]=function(_0x3b41a5,_0x262212){return _0x3b41a5<_0x262212;},_0x5c99cf['vwyjE']=_0x460529(-0x29,-0x5,_0x43db73._0x1ed3a7,-_0x43db73._0x26e47a)+_0x460529(-_0x43db73._0x5896f0,-_0x43db73._0x17109e,-_0x43db73._0x2e5c17,-_0x43db73._0x500c3e),_0x5c99cf[_0x18099a(-0x175,-_0x43db73._0x5a949c,-_0x43db73._0xdb600d,-0x1c8)]=_0x18099a(-_0x43db73._0x3640f5,-_0x43db73._0x1035b2,-0x184,-0x115)+'ry\x20must\x20be'+_0x18099a(-_0x43db73._0x4efd6d,-_0x43db73._0x413402,-0x122,-_0x43db73._0x240508)+_0x460529(-0xf1,-_0x43db73._0x3a171a,-_0x43db73._0x2fc7de,-_0x43db73._0x358599)+'rs';function _0x460529(_0x45a03c,_0x5b12dc,_0x38faf9,_0x199f94){return _0x373ced(_0x45a03c-0x122,_0x45a03c- -0x130,_0x38faf9-_0x102099._0x504a62,_0x199f94);}_0x5c99cf[_0x18099a(-_0x43db73._0x122b2d,-0x1a7,-0x1b4,-0x16f)]=_0x18099a(-_0x43db73._0x3b685f,-0x16f,-0x178,-0x101)+_0x18099a(-_0x43db73._0x1c9a5a,-_0x43db73._0x5f0f1c,-0x78,-0x7d)+_0x460529(-0x78,-_0x43db73._0x37d01a,-_0x43db73._0x31d9fc,-_0x43db73._0x556f35),_0x5c99cf[_0x460529(-0x6d,-_0x43db73._0x805237,-0x43,_0x43db73._0x589891)]=_0x460529(-_0x43db73._0xd86b2e,-0x20,-0x55,-0xab)+'arch',_0x5c99cf[_0x460529(-0x1c,0x2c,-0x2c,_0x43db73._0x4e7b0d)]=_0x18099a(-_0x43db73._0x36124d,-_0x43db73._0x201e00,-_0x43db73._0x14ece7,-_0x43db73._0x3f01f5);function _0x18099a(_0x3399f2,_0x484b38,_0xca9830,_0x2853af){return _0x373ced(_0x3399f2-0x13e,_0x3399f2- -0x1b8,_0xca9830-_0x25e9af._0x2c261b,_0x484b38);}_0x5c99cf[_0x18099a(-_0x43db73._0x4d2b87,-0xd7,-_0x43db73._0xbf99f,-_0x43db73._0x2a56d8)]=_0x18099a(-_0x43db73._0x4dc5a4,-0xa4,-_0x43db73._0x4e9267,-_0x43db73._0x2a4e8a)+_0x460529(-_0x43db73._0x11576b,0x1a,_0x43db73._0x5e571d,-0x50),_0x5c99cf[_0x18099a(-_0x43db73._0x2618b4,-0xc8,-_0x43db73._0x4a31fa,-0x143)]=_0x18099a(-_0x43db73._0xc68ee,-0x147,-0x1ac,-_0x43db73._0x403655)+_0x18099a(-0xd0,-0x13d,-0x64,-_0x43db73._0x53b7f0)+'d';const _0x4e80ab=_0x5c99cf;try{const {query:_0x55a32d,maxResults:maxResults=-0xf8d+0x176d+0x2*-0x3e6}=_0x250be4[_0x18099a(-0xfd,-_0x43db73._0x249577,-0x162,-0x134)];if(!_0x55a32d||_0x4e80ab[_0x18099a(-_0x43db73._0x1f1b83,-0x1ce,-_0x43db73._0x1e10a0,-0x1b0)](typeof _0x55a32d,_0x4e80ab[_0x18099a(-0x16c,-0x1bb,-0x158,-0x1c7)])){const _0x5c4f69={};return _0x5c4f69['error']=_0x4e80ab[_0x18099a(-_0x43db73._0x56916f,-_0x43db73._0x3c34e4,-_0x43db73._0x6dd97d,-0x98)],_0x5c4f69[_0x18099a(-_0x43db73._0x114257,-_0x43db73._0x53b14f,-_0x43db73._0x1f9416,-0x175)]=_0x4e80ab[_0x460529(-0xd9,-_0x43db73._0x1dadd8,-_0x43db73._0x2a61ec,-0x148)],_0x43920a['status'](0x23b2+-0x1f29+-0x1*0x2f9)[_0x18099a(-_0x43db73._0xfd47a8,-0xb0,-0x11e,-0xf9)](_0x5c4f69);}if(_0x4e80ab[_0x18099a(-_0x43db73._0x5469a6,-0x160,-_0x43db73._0x492a1d,-_0x43db73._0x5b9571)](_0x55a32d[_0x18099a(-0x110,-_0x43db73._0x82ebb5,-0xc1,-_0x43db73._0x26f379)]()[_0x460529(-_0x43db73._0x494549,-0xe9,-_0x43db73._0x2120c5,-_0x43db73._0x6b7c0f)],-0x3*0x690+0x2258+-0x19*0x96)){const _0x36dd68={};return _0x36dd68[_0x18099a(-_0x43db73._0x3c4263,-_0x43db73._0x5e2be2,-0xcd,-_0x43db73._0x3e4ee6)]=_0x4e80ab['vwyjE'],_0x36dd68[_0x460529(-0xbf,-_0x43db73._0x152ce8,-_0x43db73._0x2cf78d,-_0x43db73._0x38348f)]=_0x4e80ab[_0x18099a(-_0x43db73._0x2e6404,-0x17c,-0x13a,-_0x43db73._0xfc1153)],_0x43920a[_0x460529(-0x9e,-0x3c,-_0x43db73._0x1f0505,-_0x43db73._0x111d5d)](0x26c4+-0x15cf*0x1+0x1*-0xf65)[_0x460529(-0x25,0x3f,0x18,0x29)](_0x36dd68);}logger[_0x18099a(-0xdb,-_0x43db73._0x50718c,-0xb9,-_0x43db73._0xaf8610)](_0x18099a(-0x14b,-0x19f,-0x121,-_0x43db73._0x56f107)+'JIRA:\x20\x22'+_0x55a32d+_0x460529(-_0x43db73._0x4abb88,-0xa1,-_0x43db73._0x4bf96f,-_0x43db73._0x36ca0a)+maxResults+')');const _0x432fb4=await jiraClient['searchIssu'+'es'](_0x55a32d,maxResults);_0x43920a[_0x460529(-0x25,-0x8f,_0x43db73._0x4eb6da,-_0x43db73._0x456ab4)](_0x432fb4);}catch(_0x281a9e){logger[_0x460529(-_0x43db73._0x5d07f6,-_0x43db73._0x3755d0,-0x8d,-_0x43db73._0x80bae7)](_0x4e80ab[_0x18099a(-_0x43db73._0x51b64e,-0x145,-_0x43db73._0x37c85c,-_0x43db73._0x4cd857)],_0x281a9e);if(_0x281a9e['message'][_0x18099a(-_0x43db73._0x166541,-0x12b,-_0x43db73._0x1b2457,-0x175)](_0x4e80ab[_0x18099a(-0xf5,-_0x43db73._0x654f36,-_0x43db73._0x2598cd,-_0x43db73._0x3c78c2)])){if('lGbeR'!==_0x4e80ab[_0x460529(-0x1c,_0x43db73._0x4a9248,0x3b,_0x43db73._0x18bccb)]){const _0x227fad={};return _0x227fad[_0x460529(-_0x43db73._0x1a5c84,-_0x43db73._0x258bb0,0x13,-0x38)]=_0x4e80ab[_0x460529(-_0x43db73._0x591cf1,-0xb4,-_0x43db73._0xa5a436,-0xd6)],_0x227fad[_0x18099a(-_0x43db73._0x2dc3b4,-_0x43db73._0x3c3ceb,-0x106,-0x176)]=_0xaa2ed8['message'],_0x30ccc7[_0x18099a(-_0x43db73._0x581f1f,-_0x43db73._0x4ad84b,-0x113,-_0x43db73._0x3af1c6)](0x17e9+-0x18d6+0x2e1)[_0x18099a(-_0x43db73._0x326455,-0xf7,-_0x43db73._0x3cbb3f,-_0x43db73._0x1e30b3)](_0x227fad);}else{const _0x50b853={};return _0x50b853[_0x18099a(-_0x43db73._0x3c4263,-_0x43db73._0x21f679,-0xf5,-0xd8)]=_0x4e80ab['XMtiJ'],_0x50b853[_0x18099a(-0x147,-_0x43db73._0x1f43ec,-0x106,-0x17a)]=_0x281a9e[_0x460529(-0xbf,-_0x43db73._0x170fb2,-0xe4,-_0x43db73._0x4290af)],_0x43920a['status'](-0x207f+0x2548+-0x339)[_0x18099a(-0xad,-0x107,-0xd4,-0x3c)](_0x50b853);}}else{if(_0x281a9e[_0x460529(-0xbf,-0xe6,-0x6e,-_0x43db73._0x549274)][_0x18099a(-_0x43db73._0x166541,-_0x43db73._0x48e7b9,-_0x43db73._0x2a017c,-0x148)](_0x18099a(-_0x43db73._0x5d8e53,-_0x43db73._0x1884ce,-0x132,-_0x43db73._0x114257)+_0x18099a(-0xd0,-_0x43db73._0x480222,-_0x43db73._0xe9c698,-_0x43db73._0x18ea1c)+'d')){const _0x3ca66b={};return _0x3ca66b[_0x18099a(-0xae,-0x103,-_0x43db73._0x404d4f,-0x100)]=_0x4e80ab[_0x18099a(-0x132,-0x1a4,-_0x43db73._0x17109e,-_0x43db73._0x3d36a6)],_0x3ca66b[_0x460529(-_0x43db73._0x1224c4,-_0x43db73._0x1b8262,-_0x43db73._0x689667,-_0x43db73._0x6a187e)]=_0x281a9e['message'],_0x43920a[_0x18099a(-_0x43db73._0x581f1f,-0x13e,-0xff,-0x14c)](0x13de+0x1f4*0xb+-0x123*0x23)[_0x460529(-0x25,-_0x43db73._0x1e5489,-0x65,-_0x43db73._0x2120c5)](_0x3ca66b);}else{const _0xee0dd6={};return _0xee0dd6[_0x460529(-0x26,0x3,-_0x43db73._0x5e2be2,0x42)]=_0x18099a(-_0x43db73._0x5c55c5,-_0x43db73._0x546861,-0x134,-_0x43db73._0x4e6c4a)+_0x18099a(-_0x43db73._0x1c9a5a,-0xe6,-_0x43db73._0x1b6f6b,-_0x43db73._0x3f746c)+_0x18099a(-_0x43db73._0x461585,-_0x43db73._0x13cb07,-_0x43db73._0xfafb48,-_0x43db73._0x2929e3),_0xee0dd6[_0x460529(-0xbf,-0x120,-0xb6,-_0x43db73._0x39d408)]=_0x281a9e['message'],_0x43920a[_0x18099a(-0x126,-0xd5,-0x161,-0x12f)](-0x11*0x20c+-0x246f+0x492f)[_0x460529(-0x25,_0x43db73._0x50f75f,_0x43db73._0x17e90f,-0x7d)](_0xee0dd6);}}}}),router[_0x373ced(-0x1b,0x46,0xa3,0x2a)](_0x58a4fe(-0xea,-0x120,-0x147,-0xe0)+_0x373ced(0x114,0x10f,0x141,0xbe)+'s',requireJira,async(_0x2e40aa,_0x46e482)=>{const _0x56f7ec={_0x3fa322:0x20d,_0x1109bb:0x184,_0x2b58bb:0x105,_0x29d2f:0x10e,_0x194b0e:0x189,_0x47df35:0x20,_0x127704:0x15,_0x330ec0:0x220,_0xe63226:0x1f3,_0x3cdfa4:0x287,_0xd784a4:0x7b,_0x29a415:0x37,_0x176d66:0x3c,_0x340971:0xbf,_0xa900a3:0x75,_0x55ab2c:0x1c,_0x4d7159:0x6c,_0x59455d:0x89,_0x3ddccf:0x22c,_0x328174:0x2e,_0x596e87:0x9,_0x5780b9:0x14a,_0x349eec:0x1a4,_0x4fdd66:0x2e,_0xd711:0x12,_0x3ec97f:0x1e,_0x4c5abc:0x1f,_0x342188:0x1a,_0x44c1ad:0x8,_0x55a794:0xbb,_0x48be7b:0xcf,_0x39c0e4:0x97,_0x45710a:0x60,_0x6f9902:0x6b,_0x1f81b1:0x10,_0x30db5b:0x59,_0x1f73eb:0x23,_0x2c0d1f:0xb9,_0x21db3a:0xf1,_0x1bd4a5:0xa8,_0x300155:0x4b,_0xcb6fbe:0x1d2,_0x33655f:0x191,_0x5a89e5:0x1a9,_0x39f225:0x1e5,_0x4e176a:0x57,_0x37d289:0x46,_0x77cd6e:0x4,_0x57de9c:0x13e,_0x1b9091:0x184,_0x54ddae:0xfe,_0x4713e5:0x251,_0x495d09:0x1c8,_0x3db63b:0x20a,_0x381a77:0x76,_0x5b6062:0xaa,_0x28c662:0x91,_0x32bf70:0x18e,_0x7ec320:0x12d,_0x236ca9:0x174,_0x3a494c:0x90,_0x440edf:0xf2,_0x40f9a5:0xc5,_0x39094f:0x83,_0x337a64:0x24,_0x105433:0xbf,_0xa82490:0x1,_0x1242bf:0x6e,_0x4c1bd9:0x1cb,_0xf84f5d:0x1be,_0x3cba1b:0x1c2,_0x596a87:0x16d,_0x2ad73d:0x13c,_0x5004a7:0x190,_0x2db845:0x97,_0x2d48b6:0x1fc,_0x2783ba:0x182,_0x3baa0e:0x1bf,_0x40fc5c:0x123,_0x6cc2f6:0x1d1,_0xfb1c73:0x79,_0x42f4b2:0x1cd,_0x449788:0x11f,_0xb4b9c1:0x1f,_0x24055c:0x23,_0x1a35b6:0x9f,_0x15d08a:0x4e,_0x511990:0x139,_0x8183da:0x208,_0x1eee79:0x171,_0x4d79bc:0xc7,_0x35ec8c:0x1d7,_0x29c695:0x248,_0x4d8665:0x188,_0x53b4f9:0x175,_0x58ac19:0x198,_0x5a0d5a:0x11b,_0x472339:0x4f,_0x570550:0x5e,_0x33d0d5:0x72,_0x351e9d:0x81,_0x59ec1c:0x7,_0x3d52e1:0x65,_0x404b90:0x122,_0x1123bc:0x2c,_0x51253b:0x0,_0x459621:0x194,_0x443ef2:0xd2,_0x4695cb:0x7,_0x3f4087:0x2d,_0x5b3ca7:0x43,_0xbf6ebd:0xc,_0x208382:0xa0,_0x2e2d77:0x73,_0x3c3c6f:0x257,_0x40a06c:0x227,_0x16089e:0x155,_0x54db00:0x1a0,_0x39ce01:0x148,_0x396e1b:0x142,_0x4ddcc2:0x54,_0x4d60eb:0xc5,_0x4fa788:0x31,_0xa3ff3c:0x83,_0x385044:0xad,_0x6712a5:0x169,_0x5d832a:0x1eb,_0x1da1f3:0x41,_0x56b07b:0x22f,_0x1f32cf:0x21d,_0x3ff54b:0x1db,_0x15966c:0x1bc,_0x29b8c4:0x183,_0xf2428:0x1cf,_0x34d01b:0x213,_0x12287b:0x247,_0x39af51:0x8b,_0x6251ab:0x1e3,_0x907c86:0x255,_0x41a5d3:0x23a,_0x3036b6:0x6,_0x42a0eb:0x67,_0x5b4365:0x63,_0x4b3ef9:0x20c,_0x588527:0x1fd,_0x391870:0x18,_0x398922:0x133,_0x5251c2:0x1aa,_0x43f6ca:0xda,_0x29137d:0xd7,_0x4f5dda:0x193,_0x5e38a4:0x1ef,_0x17334d:0x1e6,_0x3132d1:0xcd,_0x23c809:0xbe,_0x2e7457:0x84,_0x483c71:0x84,_0x3f2a07:0x7f,_0x496562:0x7a,_0x132e7f:0x20d,_0x2d0891:0x7f,_0x136af0:0xa1,_0x4b6f93:0x0,_0x476bfc:0x44,_0x43bbc4:0x50,_0x46a67b:0x199,_0x23fe91:0x36,_0x3778e0:0x13d,_0x38ee5e:0x10a,_0x1b0286:0x180,_0xa15214:0x173,_0x515847:0x7f,_0x37766d:0xc,_0x5cfcdb:0x71,_0xe9f1c7:0x20c,_0x13f341:0xc,_0x3585b0:0x11c,_0x1eff6e:0x8d,_0x2dbde1:0xc6,_0x1d4de7:0xe3,_0xafb0cd:0x38,_0x143068:0x3f,_0x4541c9:0x77,_0x54ee4c:0x3,_0x454e49:0x200,_0x532842:0x1d5,_0x290bae:0xac,_0x220d28:0x63,_0x39672a:0x51,_0x257774:0x194,_0x470042:0x126,_0x14c512:0x146,_0x3e33b0:0x17a,_0x3c3c46:0x135,_0x12abd7:0xee,_0x3dd44d:0x29,_0x1cc39d:0x47,_0x18b87d:0x27,_0x2fc1f5:0x123,_0x4cdcce:0x138,_0x3bef71:0x14b,_0x5c07bc:0x149,_0x45d279:0x4b,_0x5224fa:0xc6,_0x564494:0x6,_0x4907a3:0x1b,_0x33c3b3:0x6d,_0x2eb27f:0x7,_0x9c916e:0x5a,_0x116fb2:0x195,_0x28bd36:0x105,_0x4796be:0x127,_0x56c5c7:0x1e1,_0x111e65:0x7f,_0x28b778:0x1d,_0x1eca8e:0x137,_0x5d3a66:0x1ba,_0x245a26:0xf4,_0x313a2d:0x1f0,_0x2704f7:0x1cc,_0x3291f4:0x1d3,_0x1baebe:0x5,_0x4486d2:0x85,_0x37919:0x5d,_0x366908:0x4d,_0x189bf4:0x70,_0x117c5b:0x20c,_0x592049:0x1c2,_0x39723b:0x219,_0x1f7e1e:0x1ac,_0x175d6c:0x1e0,_0x4587af:0x24,_0x4242fe:0xe8,_0x42196c:0x208,_0x58748a:0x20c,_0x16b865:0x26c,_0x823e0d:0x1b5,_0x16312f:0x29,_0x2b0b1a:0xb,_0xf6340e:0x148,_0x6ab892:0x1de,_0x319ded:0x1bb,_0x573260:0x17,_0x159c9f:0x20c,_0x3e5c07:0x1dc,_0x48cc14:0x1b7,_0x31070f:0x1bd,_0x3f4665:0x20c,_0x52f950:0x188,_0x36f891:0xa0,_0x34fd72:0xa8,_0x59af72:0x8f,_0x46409e:0x106,_0x3628fa:0x6,_0x269dcf:0x49},_0x1b96a7={_0x5b5818:0x102},_0x4de60d={_0x1e3439:0xd6,_0x47f498:0xbd,_0x187298:0x45},_0x35439b={};_0x35439b['Qzazj']=_0x5a1c02(0x1eb,_0x56f7ec._0x3fa322,0x23c,_0x56f7ec._0x1109bb)+_0x5a1c02(0x190,0x19b,0x16f,0x123)+_0x5493ea(-0xc2,-0x10f,-_0x56f7ec._0x2b58bb,-_0x56f7ec._0x29d2f)+_0x5a1c02(_0x56f7ec._0x194b0e,0x1f8,0x17b,0x1e8)+_0x5493ea(-_0x56f7ec._0x47df35,-0x22,_0x56f7ec._0x127704,-0x82)+'s',_0x35439b['FBuqr']=_0x5a1c02(0x15a,0x1b5,0x14e,0x178)+_0x5a1c02(_0x56f7ec._0x330ec0,_0x56f7ec._0xe63226,_0x56f7ec._0x3cdfa4,0x1c7)+'\x20JIRA\x20clie'+_0x5493ea(-_0x56f7ec._0xd784a4,-_0x56f7ec._0x29a415,-_0x56f7ec._0x176d66,-0x22)+'v\x20vars:',_0x35439b['QaLzO']=_0x5493ea(-0x8e,-0x64,-_0x56f7ec._0x340971,-_0x56f7ec._0xa900a3)+_0x5493ea(-_0x56f7ec._0x55ab2c,-0x43,-0x29,0x22)+_0x5a1c02(0x207,0x1af,0x1fb,0x1aa),_0x35439b[_0x5493ea(-_0x56f7ec._0x4d7159,-0x10,-_0x56f7ec._0x59455d,-0xd5)]=_0x5a1c02(0x1dd,0x219,0x1d6,_0x56f7ec._0x3ddccf)+'arch',_0x35439b[_0x5493ea(-0x13,_0x56f7ec._0x328174,-_0x56f7ec._0x596e87,0x1a)]='Invalid\x20se'+_0x5493ea(-0x4,-0x32,0x5d,-0x77),_0x35439b['MxTny']=_0x5a1c02(_0x56f7ec._0x5780b9,_0x56f7ec._0x349eec,0x1a3,0xfa)+_0x5493ea(-0x29,_0x56f7ec._0x4fdd66,0x48,-_0x56f7ec._0xd711)+'d',_0x35439b[_0x5493ea(-0x7e,-_0x56f7ec._0x3ec97f,-0xb,-_0x56f7ec._0x4c5abc)]='Failed\x20to\x20'+_0x5493ea(-_0x56f7ec._0x342188,_0x56f7ec._0x44c1ad,-0x3e,0x2e)+'A\x20issues';function _0x5493ea(_0xf3a5ec,_0x5c71cb,_0x5045c5,_0x323b8e){return _0x58a4fe(_0xf3a5ec-_0x4de60d._0x1e3439,_0x5c71cb,_0x5045c5-_0x4de60d._0x47f498,_0xf3a5ec-_0x4de60d._0x187298);}_0x35439b[_0x5493ea(-_0x56f7ec._0x55a794,-0x62,-0x8a,-_0x56f7ec._0x48be7b)]=function(_0x12acb6,_0x84a840){return _0x12acb6!==_0x84a840;},_0x35439b['gmbHh']=_0x5493ea(-_0x56f7ec._0x39c0e4,-_0x56f7ec._0x45710a,-0x84,-_0x56f7ec._0x6f9902),_0x35439b[_0x5493ea(-0x18,-_0x56f7ec._0x1f81b1,_0x56f7ec._0x30db5b,-_0x56f7ec._0x1f73eb)]=_0x5493ea(-_0x56f7ec._0x2c0d1f,-0x5d,-_0x56f7ec._0x21db3a,-0x7d)+_0x5493ea(-_0x56f7ec._0x1bd4a5,-_0x56f7ec._0x300155,-0xcd,-0xd3)+'\x20comments:',_0x35439b['fkjDT']='not\x20found',_0x35439b['bIqFk']=function(_0x1d0ed7,_0x45309a){return _0x1d0ed7!==_0x45309a;},_0x35439b['wqFSV']=_0x5a1c02(_0x56f7ec._0xcb6fbe,_0x56f7ec._0x33655f,0x1e9,0x192),_0x35439b[_0x5a1c02(0x146,0xf3,_0x56f7ec._0x5a89e5,0x15e)]=_0x5a1c02(_0x56f7ec._0x39f225,0x1b0,0x1ae,0x1be);function _0x5a1c02(_0x58a0fb,_0x176032,_0x3b120b,_0x3d8eb6){return _0x373ced(_0x58a0fb-0x6e,_0x58a0fb-_0x1b96a7._0x5b5818,_0x3b120b-0xf9,_0x176032);}_0x35439b[_0x5493ea(-_0x56f7ec._0x4e176a,-0x1d,-_0x56f7ec._0x37d289,-0x82)]=_0x5493ea(-0x16,-0x35,-0x9,_0x56f7ec._0x77cd6e)+_0x5a1c02(_0x56f7ec._0x57de9c,_0x56f7ec._0x1b9091,_0x56f7ec._0x54ddae,0x12a),_0x35439b['DEgpk']='authentica'+_0x5a1c02(0x1ea,_0x56f7ec._0x4713e5,_0x56f7ec._0x495d09,_0x56f7ec._0x3db63b)+'d',_0x35439b[_0x5493ea(-0x7a,-0x39,-_0x56f7ec._0x381a77,-_0x56f7ec._0x5b6062)]='oPllw',_0x35439b[_0x5493ea(-_0x56f7ec._0x28c662,-0x8c,-0xb3,-0x88)]=_0x5a1c02(_0x56f7ec._0x32bf70,_0x56f7ec._0x7ec320,_0x56f7ec._0x236ca9,0x1b7),_0x35439b[_0x5493ea(-_0x56f7ec._0x3a494c,-0xc2,-_0x56f7ec._0x440edf,-0x25)]=_0x5493ea(-0x5f,-_0x56f7ec._0x40f9a5,-_0x56f7ec._0x39094f,-0x15),_0x35439b[_0x5493ea(-0x52,-_0x56f7ec._0x337a64,-_0x56f7ec._0x105433,_0x56f7ec._0xa82490)]=_0x5493ea(-_0x56f7ec._0x1242bf,-0x7d,-0x5c,-0x13)+_0x5a1c02(_0x56f7ec._0x4c1bd9,_0x56f7ec._0xf84f5d,_0x56f7ec._0x3cba1b,_0x56f7ec._0x596a87);const _0x4e9bf4=_0x35439b;try{if(_0x4e9bf4[_0x5a1c02(0x158,_0x56f7ec._0x2ad73d,_0x56f7ec._0x236ca9,_0x56f7ec._0x5004a7)](_0x5493ea(-_0x56f7ec._0x2db845,-0x108,-0xbe,-0xe8),_0x4e9bf4['gmbHh']))try{const _0x3df049={};_0x3df049[_0x5a1c02(0x18a,0x167,0x1d0,_0x56f7ec._0x2d48b6)]=_0x740b46[_0x5a1c02(0x16c,0x1ab,_0x56f7ec._0x2783ba,0x1b1)][_0x5a1c02(0x1d7,_0x56f7ec._0x3baa0e,0x16a,0x208)+_0x5a1c02(0x175,0x110,_0x56f7ec._0x40fc5c,_0x56f7ec._0x6cc2f6)];const _0x4e3432={};_0x4e3432[_0x5493ea(-0x31,-_0x56f7ec._0xfb1c73,-0xa1,-0x8a)]=_0x244548[_0x5a1c02(0x16c,0x14a,_0x56f7ec._0x42f4b2,_0x56f7ec._0x449788)][_0x5493ea(_0x56f7ec._0xa82490,0x33,_0x56f7ec._0xb4b9c1,-_0x56f7ec._0x24055c)],_0x4e3432[_0x5493ea(-_0x56f7ec._0x1a35b6,-0xbb,-0x93,-_0x56f7ec._0x15d08a)]=_0x1aa844['env'][_0x5a1c02(0x1ab,_0x56f7ec._0x511990,_0x56f7ec._0x8183da,0x19e)+_0x5493ea(-0x1,-0x6b,0x52,0xb)];const _0x35e921={'baseUrl':_0x756e46[_0x5a1c02(0x16c,0x1a0,_0x56f7ec._0x1eee79,_0x56f7ec._0x40fc5c)]['JIRA_BASE_'+_0x5493ea(-_0x56f7ec._0x4d79bc,-0x10e,-0xf8,-0x111)],..._0x868890['env'][_0x5a1c02(_0x56f7ec._0x35ec8c,_0x56f7ec._0x29c695,_0x56f7ec._0x4d8665,0x1ed)+_0x5a1c02(_0x56f7ec._0x53b4f9,_0x56f7ec._0x58ac19,0x134,0x117)]?_0x3df049:{}};_0x35e921[_0x5493ea(-0xb5,-0x5c,-0x6d,-_0x56f7ec._0x5a0d5a)]=_0x4e3432,_0x1cdf9d=new _0x4736d4(_0x35e921),_0x133b72[_0x5493ea(-_0x56f7ec._0x472339,-_0x56f7ec._0x570550,-0xc1,-0xa8)](_0x4e9bf4[_0x5493ea(-_0x56f7ec._0x33d0d5,-0xa5,-0xb,-_0x56f7ec._0x351e9d)]);}catch(_0x2bd1a0){_0x1fa7c9[_0x5493ea(-_0x56f7ec._0x59ec1c,-0x79,_0x56f7ec._0x55ab2c,_0x56f7ec._0x3d52e1)](_0x4e9bf4['FBuqr'],_0x2bd1a0);}else{const _0x199773=_0x2e40aa[_0x5a1c02(0x17e,0x134,0x1dd,_0x56f7ec._0x404b90)][_0x5493ea(-_0x56f7ec._0x1123bc,0xb,_0x56f7ec._0x51253b,-0x96)][_0x5a1c02(0x1aa,0x160,0x1ff,_0x56f7ec._0x459621)]()['toUpperCas'+'e']();if(!/^[A-Z]+-\d+$/i[_0x5493ea(-0x76,-0x2e,-_0x56f7ec._0xd784a4,-_0x56f7ec._0x443ef2)](_0x199773)){const _0xb07d8c={};return _0xb07d8c[_0x5493ea(-_0x56f7ec._0x4695cb,_0x56f7ec._0x3f4087,-_0x56f7ec._0x5b3ca7,-_0x56f7ec._0xbf6ebd)]=_0x4e9bf4['QaLzO'],_0xb07d8c[_0x5493ea(-_0x56f7ec._0x208382,-0xb2,-_0x56f7ec._0x2e2d77,-0xfa)]=_0x5a1c02(0x21b,_0x56f7ec._0x3c3c6f,_0x56f7ec._0x40a06c,0x217)+_0x5a1c02(_0x56f7ec._0x16089e,_0x56f7ec._0x54db00,_0x56f7ec._0x39ce01,_0x56f7ec._0x396e1b)+_0x5493ea(-_0x56f7ec._0x4ddcc2,-_0x56f7ec._0x4d60eb,-0x4d,-_0x56f7ec._0x4fa788)+_0x5493ea(-0x98,-_0x56f7ec._0xa3ff3c,-_0x56f7ec._0x385044,-0x3a),_0x46e482[_0x5a1c02(_0x56f7ec._0x459621,0x1c1,_0x56f7ec._0x6712a5,_0x56f7ec._0x5d832a)](-0x4b1*-0x1+0x6d*0xe+0xd*-0xb3)[_0x5493ea(-0x6,0x41,-0x3d,-_0x56f7ec._0x1da1f3)](_0xb07d8c);}logger[_0x5a1c02(0x1df,0x1dc,_0x56f7ec._0x56b07b,_0x56f7ec._0x1f32cf)](_0x5493ea(-0x37,-0x92,0x36,0x2)+_0x5a1c02(0x192,_0x56f7ec._0x3ff54b,0x15d,_0x56f7ec._0x15966c)+_0x5a1c02(0x1a6,_0x56f7ec._0x29b8c4,0x18e,_0x56f7ec._0xf2428)+'ue:\x20'+_0x199773);const _0x463323=await jiraClient[_0x5a1c02(0x1d8,_0x56f7ec._0x34d01b,0x1ad,_0x56f7ec._0x12287b)+'s'](_0x199773),_0x6e4a28={};_0x6e4a28[_0x5493ea(-0x3f,-_0x56f7ec._0x39af51,-0xab,0x0)]=_0x463323['length'],_0x6e4a28[_0x5a1c02(_0x56f7ec._0x6251ab,_0x56f7ec._0x907c86,_0x56f7ec._0x41a5d3,0x222)]=_0x463323,_0x46e482[_0x5493ea(-_0x56f7ec._0x3036b6,-_0x56f7ec._0x42a0eb,0x5b,-_0x56f7ec._0x5b4365)](_0x6e4a28);}}catch(_0xb9f481){logger[_0x5a1c02(_0x56f7ec._0x4b3ef9,0x1f8,_0x56f7ec._0x588527,0x1c6)](_0x4e9bf4[_0x5493ea(-_0x56f7ec._0x391870,-0x3,0x25,0x17)],_0xb9f481);if(_0xb9f481[_0x5a1c02(0x173,_0x56f7ec._0x398922,_0x56f7ec._0x5251c2,0x1db)][_0x5493ea(-0xc6,-_0x56f7ec._0x43f6ca,-_0x56f7ec._0x29137d,-0x135)](_0x4e9bf4[_0x5a1c02(_0x56f7ec._0x4f5dda,_0x56f7ec._0x5e38a4,_0x56f7ec._0x17334d,0x1c8)])){if(_0x4e9bf4['bIqFk'](_0x4e9bf4['wqFSV'],_0x4e9bf4[_0x5493ea(-_0x56f7ec._0x3132d1,-0xa8,-0xac,-_0x56f7ec._0x23c809)])){const _0x5aaff1={};return _0x5aaff1['error']=_0x4e9bf4[_0x5493ea(-_0x56f7ec._0x4e176a,-0x29,-0x30,0xf)],_0x5aaff1['message']=_0xb9f481[_0x5493ea(-_0x56f7ec._0x208382,-_0x56f7ec._0x2e7457,-_0x56f7ec._0x483c71,-0x6d)],_0x46e482[_0x5493ea(-_0x56f7ec._0x3f2a07,-_0x56f7ec._0x496562,-0x69,-0xb9)](0x17cc+0xc12+-0x224a)[_0x5a1c02(_0x56f7ec._0x132e7f,0x1e2,0x203,0x22a)](_0x5aaff1);}else{const _0x280403={};return _0x280403['error']=_0x4e9bf4['QaLzO'],_0x280403['message']='Issue\x20key\x20'+_0x5a1c02(_0x56f7ec._0x16089e,0x18e,0x108,0x1a2)+'\x20format\x20PR'+'OJECT-123',_0x47ef5c[_0x5493ea(-_0x56f7ec._0x2d0891,-0xc1,-_0x56f7ec._0x136af0,-0xf1)](-0x154d+0x1d34+-0x657)['json'](_0x280403);}}else{if(_0xb9f481['message']['includes'](_0x4e9bf4[_0x5493ea(_0x56f7ec._0x4b6f93,_0x56f7ec._0x300155,_0x56f7ec._0x476bfc,_0x56f7ec._0x43bbc4)])){if('vRJon'!==_0x4e9bf4[_0x5a1c02(_0x56f7ec._0x46a67b,_0x56f7ec._0x349eec,0x1b0,0x1ab)]){const _0x327cff={};return _0x327cff[_0x5493ea(-_0x56f7ec._0x59ec1c,-_0x56f7ec._0x127704,-0x76,-_0x56f7ec._0x23fe91)]=_0x4e9bf4[_0x5a1c02(_0x56f7ec._0x3778e0,0x1ae,0x135,_0x56f7ec._0x38ee5e)],_0x327cff[_0x5a1c02(0x173,_0x56f7ec._0x1b0286,0x1ab,0x13e)]=_0xb9f481[_0x5a1c02(_0x56f7ec._0xa15214,0x175,0x1ae,0x1de)],_0x46e482[_0x5493ea(-_0x56f7ec._0x515847,-_0x56f7ec._0x37766d,-_0x56f7ec._0x5cfcdb,-0x4c)](-0x1*0xaf9+0xbe5+0xa5)[_0x5a1c02(0x20d,0x231,_0x56f7ec._0xe9f1c7,0x1b7)](_0x327cff);}else{_0x3bc1d8[_0x5493ea(-_0x56f7ec._0x59ec1c,0x24,-_0x56f7ec._0x496562,-_0x56f7ec._0x13f341)](_0x5493ea(-_0x56f7ec._0x2c0d1f,-0x113,-_0x56f7ec._0x3585b0,-_0x56f7ec._0x1eff6e)+'search\x20JIR'+'A\x20issues:',_0x3f0017);if(_0x17cb6d['message'][_0x5493ea(-_0x56f7ec._0x2dbde1,-0xc7,-_0x56f7ec._0x23c809,-_0x56f7ec._0x1d4de7)](_0x4e9bf4[_0x5493ea(-0x6c,-_0x56f7ec._0xafb0cd,-_0x56f7ec._0x1242bf,-_0x56f7ec._0x4d79bc)])){const _0x52d598={};return _0x52d598[_0x5493ea(-0x7,_0x56f7ec._0x143068,-_0x56f7ec._0x4541c9,_0x56f7ec._0x54ee4c)]=_0x4e9bf4[_0x5a1c02(_0x56f7ec._0x454e49,0x234,_0x56f7ec._0x532842,_0x56f7ec._0x3cba1b)],_0x52d598[_0x5493ea(-_0x56f7ec._0x208382,-0xd9,-_0x56f7ec._0x290bae,-0x79)]=_0x508c51[_0x5493ea(-0xa0,-0xaf,-_0x56f7ec._0x220d28,-_0x56f7ec._0x39672a)],_0x2f3c48[_0x5a1c02(_0x56f7ec._0x257774,_0x56f7ec._0x470042,_0x56f7ec._0x14c512,0x168)](-0x317+-0x182*0x10+-0x1cc7*-0x1)[_0x5a1c02(_0x56f7ec._0x132e7f,0x1a9,0x238,0x251)](_0x52d598);}else{if(_0x221349[_0x5a1c02(0x173,_0x56f7ec._0x3e33b0,0x130,0x1a0)][_0x5493ea(-0xc6,-_0x56f7ec._0x3c3c46,-_0x56f7ec._0x1a35b6,-_0x56f7ec._0x12abd7)]('authentica'+_0x5493ea(-_0x56f7ec._0x3dd44d,-0x8c,0x17,-0x35)+'d')){const _0x1f3da3={};return _0x1f3da3[_0x5493ea(-_0x56f7ec._0x4695cb,-_0x56f7ec._0x1cc39d,0x13,-_0x56f7ec._0x18b87d)]=_0x4e9bf4[_0x5493ea(-0xd6,-_0x56f7ec._0x2fc1f5,-0xf8,-0xed)],_0x1f3da3['message']=_0x594fbf[_0x5a1c02(_0x56f7ec._0xa15214,_0x56f7ec._0x4cdcce,_0x56f7ec._0x3bef71,_0x56f7ec._0x5c07bc)],_0x559db6[_0x5493ea(-_0x56f7ec._0x3f2a07,-0xa8,-_0x56f7ec._0x45d279,-_0x56f7ec._0x5224fa)](-0x151f+0x1093+0x61d)[_0x5493ea(-_0x56f7ec._0x564494,_0x56f7ec._0x4907a3,-_0x56f7ec._0x33c3b3,0x36)](_0x1f3da3);}else{const _0x2a41aa={};return _0x2a41aa[_0x5493ea(-_0x56f7ec._0x2eb27f,_0x56f7ec._0x9c916e,_0x56f7ec._0x44c1ad,_0x56f7ec._0x3dd44d)]=_0x4e9bf4[_0x5a1c02(_0x56f7ec._0x116fb2,0x1ce,0x1e4,0x1a1)],_0x2a41aa[_0x5493ea(-_0x56f7ec._0x208382,-_0x56f7ec._0x43bbc4,-_0x56f7ec._0x28bd36,-0x83)]=_0x4e68c9[_0x5a1c02(0x173,_0x56f7ec._0x4796be,_0x56f7ec._0x56c5c7,_0x56f7ec._0x3ff54b)],_0x274329[_0x5493ea(-_0x56f7ec._0x111e65,-0x4a,-_0x56f7ec._0x28b778,-_0x56f7ec._0x28c662)](-0x34*-0x1d+0x101b+-0x140b)[_0x5493ea(-0x6,-0x2e,0x69,-0x16)](_0x2a41aa);}}}}else{if(_0xb9f481['message'][_0x5a1c02(0x14d,_0x56f7ec._0x1eca8e,_0x56f7ec._0x5d3a66,_0x56f7ec._0x245a26)](_0x5a1c02(_0x56f7ec._0x313a2d,_0x56f7ec._0x2704f7,_0x56f7ec._0x3291f4,0x1b0)+_0x5493ea(-0x5a,_0x56f7ec._0x1baebe,-_0x56f7ec._0x4486d2,-0x4f))){if(_0x4e9bf4[_0x5493ea(-_0x56f7ec._0x55a794,-_0x56f7ec._0x37919,-_0x56f7ec._0x366908,-_0x56f7ec._0x189bf4)](_0x4e9bf4['ScqBR'],_0x4e9bf4['ydybK'])){const _0x35d109={};return _0x35d109[_0x5a1c02(_0x56f7ec._0x117c5b,0x27a,0x277,0x1da)]=_0x4e9bf4[_0x5a1c02(0x1c1,0x153,_0x56f7ec._0x592049,_0x56f7ec._0x39723b)],_0x35d109[_0x5a1c02(0x173,0x18c,_0x56f7ec._0x1f7e1e,0x1c6)]=_0xb9f481[_0x5a1c02(_0x56f7ec._0xa15214,_0x56f7ec._0x175d6c,0x1c9,0x15a)],_0x46e482[_0x5493ea(-0x7f,-_0x56f7ec._0x4587af,-0xbb,-_0x56f7ec._0x4242fe)](-0xc31*0x2+-0x1066+0x2a5b*0x1)[_0x5a1c02(_0x56f7ec._0x3fa322,0x207,0x1e7,_0x56f7ec._0x42196c)](_0x35d109);}else{const _0x23eb5f={};return _0x23eb5f[_0x5a1c02(_0x56f7ec._0x58748a,0x1fd,_0x56f7ec._0x16b865,0x244)]=_0x5a1c02(0x14a,_0x56f7ec._0x823e0d,_0x56f7ec._0x38ee5e,0x15d)+_0x5493ea(-_0x56f7ec._0x16312f,-_0x56f7ec._0x2b0b1a,0x20,-0xc)+'d',_0x23eb5f[_0x5a1c02(_0x56f7ec._0xa15214,0x12f,_0x56f7ec._0x6251ab,_0x56f7ec._0xf6340e)]=_0x3563fc[_0x5a1c02(0x173,0x19e,_0x56f7ec._0x6ab892,_0x56f7ec._0x58ac19)],_0x13519f[_0x5a1c02(0x194,0x1a3,_0x56f7ec._0x319ded,0x1af)](-0x5*0x3a9+0x34c+0x1092)[_0x5493ea(-_0x56f7ec._0x3036b6,-_0x56f7ec._0x4587af,-0x4d,_0x56f7ec._0x573260)](_0x23eb5f);}}else{const _0x2d9412={};return _0x2d9412[_0x5a1c02(_0x56f7ec._0x159c9f,_0x56f7ec._0x3e5c07,0x1a6,_0x56f7ec._0x48cc14)]='Failed\x20to\x20'+'fetch\x20comm'+_0x5a1c02(0x1c9,_0x56f7ec._0x31070f,_0x56f7ec._0x3f4665,_0x56f7ec._0x52f950),_0x2d9412['message']=_0xb9f481[_0x5493ea(-_0x56f7ec._0x36f891,-_0x56f7ec._0x34fd72,-_0x56f7ec._0x59af72,-_0x56f7ec._0x46409e)],_0x46e482[_0x5a1c02(0x194,_0x56f7ec._0x398922,0x16d,0x147)](0x215*-0x1+-0xe3*-0x10+-0x17*0x71)[_0x5493ea(-_0x56f7ec._0x3628fa,_0x56f7ec._0x3628fa,_0x56f7ec._0x269dcf,-_0x56f7ec._0x1242bf)](_0x2d9412);}}}}}),router[_0x58a4fe(-0x92,-0x138,-0x14f,-0xfd)](_0x58a4fe(-0xb9,-0x136,-0xe7,-0xe0)+'ey/comment',requireJira,async(_0x2a1d53,_0xaa949a)=>{const _0x29ffde={_0x152c57:0x310,_0xd85062:0x2a3,_0x32ea84:0x31a,_0x4d4e36:0x30a,_0x10de28:0x317,_0x3480b5:0x271,_0x4c0f3a:0x35b,_0x448504:0x28d,_0x15d834:0x28f,_0x2a2a85:0x3e4,_0x46db0b:0x1fb,_0x3281bc:0x252,_0x77ff8e:0x3d3,_0x28101a:0x343,_0x4a9859:0x2cf,_0x3b495f:0x2cc,_0x7acfda:0x304,_0x10e040:0x3ec,_0x79374b:0x3db,_0x5a9ec2:0x353,_0x21eaea:0x2a1,_0x3d4079:0x349,_0x3b4acd:0x399,_0x57dcdc:0x422,_0x5c586b:0x2fa,_0x17a0f6:0x331,_0xd3dcd9:0x39c,_0x44d1aa:0x2cb,_0x5e6c3b:0x21f,_0x5e77f8:0x25e,_0x5508a1:0x2c3,_0x49b968:0x3af,_0x3839f3:0x2b5,_0xb60db9:0x33c,_0x5e41aa:0x403,_0x42b740:0x3c1,_0x2aea4d:0x3cb,_0x22ae67:0x364,_0xfb25d0:0x36d,_0x5d363e:0x3a0,_0x4506f2:0x37d,_0x3c75f6:0x412,_0x2265ae:0x37c,_0x6603f1:0x235,_0x23e1c1:0x236,_0x2aa875:0x439,_0x4c240d:0x3d4,_0x26cbde:0x376,_0x120834:0x237,_0x1f5703:0x248,_0x1a393c:0x248,_0x4362f9:0x372,_0x1aa6d9:0x35b,_0x4b3931:0x229,_0x5cdf2e:0x29c,_0x59a8b2:0x3ce,_0x2da7bc:0x383,_0x4ece3f:0x34c,_0x5c1ceb:0x351,_0x382341:0x3c8,_0x4ceb10:0x40a,_0x21059f:0x3c5,_0x77fbcb:0x3a9,_0x8055fa:0x32e,_0x168e1a:0x274,_0x17c97e:0x279,_0x351941:0x2b7,_0x15db35:0x2e8,_0x8b3da2:0x301,_0xedc35c:0x2c2,_0x5d243a:0x2b3,_0x173fb3:0x2ce,_0x25c808:0x25e,_0xcf0331:0x287,_0x126317:0x386,_0x180098:0x394,_0x2e6c19:0x286,_0x4b84ba:0x356,_0x20dd20:0x322,_0x4f6092:0x2ed,_0x4aed68:0x297,_0x26cee9:0x2c8,_0x10fe6f:0x35d,_0xee15d0:0x2d2,_0x3f9943:0x359,_0x43f532:0x3c0,_0x489f55:0x39e,_0x113596:0x3a5,_0x183b96:0x293,_0x15fc36:0x263,_0xae2690:0x3d8,_0x1f51b7:0x384,_0x173c6b:0x328,_0x15d80e:0x379,_0x238460:0x327,_0x9927b4:0x354,_0x56b592:0x41a,_0x5d28d3:0x2bd,_0x4ba11e:0x2c5,_0x3438c5:0x38d,_0x25004d:0x21e,_0x33271a:0x1d3,_0x4f4dde:0x345,_0x382b29:0x332,_0x490535:0x3c4,_0x561587:0x372,_0x42b6d:0x270,_0x1bcba3:0x322,_0x15a099:0x285,_0x4b2626:0x29a,_0x2745bc:0x26a,_0x513d11:0x242,_0x404137:0x268,_0x12d42a:0x335,_0x446b51:0x317,_0x4d989a:0x31c,_0x208dbc:0x2d7,_0x272810:0x3d5,_0x1b7fe5:0x372,_0x48acb2:0x2be,_0x30888d:0x35a,_0x19d27a:0x29e,_0x214a86:0x284,_0x57151a:0x3d6,_0xbd91da:0x2f3,_0x574fa4:0x3b6,_0x5bbbf8:0x361,_0x5cfb05:0x238,_0x312fb9:0x22c,_0x38e77a:0x210,_0x45f318:0x28d,_0x180921:0x27c,_0x2f9bfd:0x2d6,_0x3b955c:0x39c,_0x250f49:0x320,_0x3f322e:0x265,_0x4e77ea:0x268,_0x564d94:0x39f,_0x392d4a:0x388,_0x5b970d:0x32a,_0x482887:0x38b,_0x39fc10:0x1ed,_0x3dedeb:0x295,_0x220999:0x275,_0x36ef6c:0x2ac,_0x5842f3:0x26b,_0x1672b5:0x272,_0x40cd1d:0x394,_0xb8b26d:0x32a,_0x2b2dbc:0x22f,_0xb08851:0x20d,_0x1bd9cb:0x208,_0x57c7d7:0x315,_0x53c749:0x25a,_0xc9e894:0x289,_0x30fdc8:0x2fb,_0x1aca6e:0x360,_0x1bed30:0x417,_0x4c23c4:0x428,_0x5c7c35:0x422,_0xac2cad:0x3c3,_0x3e2da2:0x333,_0x349187:0x327,_0x59c706:0x34e,_0x2eb198:0x23c,_0x5015cd:0x245,_0x1df290:0x304,_0x4d7d53:0x3b7,_0x2ea49e:0x3bd,_0x45f338:0x337,_0x50997f:0x35c,_0x202b60:0x23b,_0x1b0695:0x294,_0x33c2d8:0x291,_0x213fd0:0x314,_0x3f672e:0x313,_0x5bd3af:0x230,_0x419b8f:0x330,_0x14849a:0x2d6,_0x5a984a:0x31d,_0x5b793f:0x366,_0x1d7a58:0x415,_0x2b45a7:0x387,_0x3018a8:0x359,_0x315620:0x33d,_0x204f2b:0x269,_0x1c8c4f:0x25d},_0xee3af8={_0x465f6f:0x86,_0x4aef20:0x321},_0x1fd39b={_0x2d6cfa:0x9d,_0x1e8f1d:0x2b9,_0x16fec5:0x3a};function _0x39bd4(_0x1637a1,_0x1335bc,_0x3dfe0a,_0x13f889){return _0x373ced(_0x1637a1-_0x1fd39b._0x2d6cfa,_0x3dfe0a-_0x1fd39b._0x1e8f1d,_0x3dfe0a-_0x1fd39b._0x16fec5,_0x13f889);}const _0x4a3538={};_0x4a3538['ihwWn']=_0x3fdf3f(0x2a8,_0x29ffde._0x152c57,_0x29ffde._0xd85062,0x2e0)+_0x39bd4(0x2ac,_0x29ffde._0x32ea84,_0x29ffde._0x4d4e36,_0x29ffde._0x10de28)+_0x3fdf3f(0x223,0x1cb,0x21d,_0x29ffde._0x3480b5)+_0x39bd4(0x32a,0x2eb,_0x29ffde._0x4c0f3a,0x3bf),_0x4a3538[_0x3fdf3f(0x2b5,_0x29ffde._0x448504,_0x29ffde._0x15d834,0x300)]=_0x39bd4(0x3f0,0x3ca,0x3c0,_0x29ffde._0x2a2a85)+_0x3fdf3f(_0x29ffde._0x46db0b,0x28c,0x231,_0x29ffde._0x3281bc),_0x4a3538[_0x39bd4(0x378,0x38d,0x3a0,_0x29ffde._0x77ff8e)]=_0x39bd4(0x391,0x31b,_0x29ffde._0x28101a,0x3a2)+'ry\x20must\x20be'+'\x20at\x20least\x20'+_0x39bd4(_0x29ffde._0x4a9859,_0x29ffde._0x3b495f,0x2f8,_0x29ffde._0x7acfda)+'rs',_0x4a3538[_0x39bd4(_0x29ffde._0x10e040,0x413,0x3bb,_0x29ffde._0x79374b)]=_0x39bd4(_0x29ffde._0x5a9ec2,_0x29ffde._0x21eaea,0x311,_0x29ffde._0x3d4079)+_0x39bd4(0x442,_0x29ffde._0x3b4acd,0x3d7,_0x29ffde._0x57dcdc)+'\x20JIRA\x20clie'+_0x39bd4(_0x29ffde._0x5c586b,_0x29ffde._0x17a0f6,0x34f,_0x29ffde._0xd3dcd9)+_0x3fdf3f(0x287,0x259,0x2a9,_0x29ffde._0x44d1aa);function _0x3fdf3f(_0x2dd9b7,_0x5e1850,_0x15e710,_0x5a48bc){return _0x58a4fe(_0x2dd9b7-_0xee3af8._0x465f6f,_0x2dd9b7,_0x15e710-0xa7,_0x15e710-_0xee3af8._0x4aef20);}_0x4a3538['MQDfl']=_0x3fdf3f(0x2a7,_0x29ffde._0x5e6c3b,0x23f,0x1d3),_0x4a3538[_0x3fdf3f(_0x29ffde._0x5e77f8,0x2da,_0x29ffde._0x5508a1,0x2ef)]='YeHAK',_0x4a3538['LoEmo']=function(_0x43c3c3,_0x3457cf){return _0x43c3c3!==_0x3457cf;},_0x4a3538['NvOoT']='string',_0x4a3538[_0x39bd4(0x365,_0x29ffde._0x49b968,0x38d,0x364)]=function(_0x3df346,_0x538015){return _0x3df346===_0x538015;},_0x4a3538[_0x39bd4(_0x29ffde._0x3839f3,0x365,0x31c,_0x29ffde._0xb60db9)]=_0x39bd4(_0x29ffde._0x5e41aa,0x3fa,_0x29ffde._0x42b740,_0x29ffde._0x2aea4d),_0x4a3538[_0x39bd4(0x334,_0x29ffde._0x22ae67,0x36c,0x366)]='Missing\x20co'+_0x39bd4(0x330,0x349,_0x29ffde._0xfb25d0,_0x29ffde._0x5d363e),_0x4a3538[_0x39bd4(_0x29ffde._0x4506f2,_0x29ffde._0x3c75f6,0x3b6,_0x29ffde._0x2265ae)]=_0x3fdf3f(_0x29ffde._0x6603f1,0x263,_0x29ffde._0x23e1c1,0x271)+_0x39bd4(_0x29ffde._0x2aa875,0x378,_0x29ffde._0x4c240d,_0x29ffde._0x26cbde)+_0x3fdf3f(_0x29ffde._0x120834,0x201,_0x29ffde._0x1f5703,_0x29ffde._0x1a393c)+'e\x20request\x20'+_0x39bd4(_0x29ffde._0x4362f9,0x389,0x374,_0x29ffde._0x1aa6d9),_0x4a3538[_0x3fdf3f(0x2ca,_0x29ffde._0x4b3931,0x299,_0x29ffde._0x5cdf2e)]='Failed\x20to\x20'+_0x39bd4(0x359,_0x29ffde._0x4506f2,0x372,0x35c)+'comment:',_0x4a3538[_0x39bd4(0x397,0x39c,0x365,_0x29ffde._0x59a8b2)]=_0x3fdf3f(0x295,0x329,0x2cc,0x2df),_0x4a3538['TqpUf']=_0x39bd4(0x411,0x3e7,0x3b4,0x379)+'found',_0x4a3538[_0x39bd4(_0x29ffde._0x2da7bc,0x365,0x377,_0x29ffde._0x4ece3f)]=_0x39bd4(0x3aa,_0x29ffde._0x5c1ceb,0x39b,0x376)+_0x39bd4(0x3d1,0x359,0x3a1,_0x29ffde._0x382341)+'d',_0x4a3538[_0x39bd4(_0x29ffde._0x4ceb10,_0x29ffde._0x21059f,_0x29ffde._0x77fbcb,_0x29ffde._0x4c240d)]=_0x3fdf3f(0x2ee,_0x29ffde._0x3480b5,0x2de,_0x29ffde._0x8055fa),_0x4a3538[_0x3fdf3f(_0x29ffde._0x168e1a,0x246,0x239,_0x29ffde._0x17c97e)]=_0x39bd4(_0x29ffde._0x351941,_0x29ffde._0x15db35,_0x29ffde._0x8b3da2,0x2d6)+_0x3fdf3f(0x312,_0x29ffde._0xedc35c,_0x29ffde._0x5d243a,_0x29ffde._0x173fb3)+'d',_0x4a3538[_0x3fdf3f(_0x29ffde._0x25c808,0x29a,0x2cf,_0x29ffde._0xcf0331)]=_0x39bd4(_0x29ffde._0x126317,0x414,0x3a7,_0x29ffde._0x180098)+_0x3fdf3f(0x237,_0x29ffde._0x2e6c19,0x282,0x273),_0x4a3538['psFpi']='Failed\x20to\x20'+_0x39bd4(_0x29ffde._0x4b84ba,0x365,0x33d,_0x29ffde._0x20dd20)+'nt';const _0x536b6e=_0x4a3538;try{if(_0x536b6e[_0x3fdf3f(0x2c8,_0x29ffde._0x4f6092,0x2c5,0x278)]!==_0x536b6e[_0x3fdf3f(_0x29ffde._0x4aed68,0x2d5,_0x29ffde._0x5508a1,_0x29ffde._0x26cee9)]){const _0x461e38=_0x2a1d53[_0x39bd4(0x370,_0x29ffde._0x10fe6f,0x335,_0x29ffde._0xee15d0)][_0x39bd4(_0x29ffde._0x3f9943,_0x29ffde._0x43f532,_0x29ffde._0x489f55,_0x29ffde._0x113596)][_0x3fdf3f(_0x29ffde._0x183b96,_0x29ffde._0x15fc36,0x273,0x209)]()[_0x39bd4(_0x29ffde._0xae2690,0x383,_0x29ffde._0x1f51b7,0x3f5)+'e'](),{comment:_0x37cd80}=_0x2a1d53[_0x39bd4(_0x29ffde._0x173c6b,_0x29ffde._0x15d80e,0x374,_0x29ffde._0x59a8b2)];if(!/^[A-Z]+-\d+$/i[_0x39bd4(_0x29ffde._0x238460,0x2e1,_0x29ffde._0x9927b4,0x37c)](_0x461e38)){const _0x479512={};return _0x479512['error']=_0x39bd4(0x308,0x325,0x33c,0x362)+'sue\x20key\x20fo'+_0x39bd4(_0x29ffde._0x56b592,0x3fa,0x3be,0x419),_0x479512[_0x39bd4(_0x29ffde._0x5d28d3,_0x29ffde._0x4ba11e,0x32a,_0x29ffde._0x3438c5)]='Issue\x20key\x20'+_0x3fdf3f(0x264,0x1ed,_0x29ffde._0x25004d,_0x29ffde._0x33271a)+'\x20format\x20PR'+_0x39bd4(_0x29ffde._0x4f4dde,0x342,_0x29ffde._0x382b29,0x390),_0xaa949a['status'](0x99a*0x1+0x1d6d+-0x2577)[_0x39bd4(0x404,0x3ce,_0x29ffde._0x490535,_0x29ffde._0x561587)](_0x479512);}if(!_0x37cd80||_0x536b6e[_0x3fdf3f(_0x29ffde._0x42b6d,_0x29ffde._0x1bcba3,0x2bf,_0x29ffde._0x15a099)](typeof _0x37cd80,_0x536b6e[_0x3fdf3f(0x326,0x268,0x2d9,0x2e9)])||_0x536b6e[_0x39bd4(0x31a,0x374,0x38d,0x363)](_0x37cd80[_0x3fdf3f(0x27f,_0x29ffde._0x4b2626,0x273,_0x29ffde._0x2745bc)]()['length'],0xb*0x20b+-0x16*-0x125+-0x2fa7)){if(_0x536b6e[_0x3fdf3f(_0x29ffde._0x513d11,_0x29ffde._0x404137,0x29f,0x2ca)](_0x536b6e[_0x39bd4(0x2ac,_0x29ffde._0x12d42a,0x31c,_0x29ffde._0x446b51)],_0x536b6e[_0x39bd4(0x2f7,_0x29ffde._0x12d42a,_0x29ffde._0x4d989a,_0x29ffde._0x208dbc)])){const _0x2c3bd5={};return _0x2c3bd5['error']=_0x536b6e[_0x39bd4(_0x29ffde._0x272810,0x342,0x36c,0x353)],_0x2c3bd5[_0x39bd4(0x302,_0x29ffde._0x1b7fe5,0x32a,_0x29ffde._0x48acb2)]=_0x536b6e[_0x39bd4(0x378,_0x29ffde._0x30888d,0x3b6,0x36a)],_0xaa949a['status'](0xf4c+0x2*0xd42+0x38*-0xb8)['json'](_0x2c3bd5);}else{_0x3844a1=new _0x1b2b1(_0x523861),_0x27a50f['info'](_0x536b6e[_0x3fdf3f(0x292,0x287,_0x29ffde._0x19d27a,_0x29ffde._0x214a86)]);return;}}logger['debug']('Posting\x20co'+_0x39bd4(_0x29ffde._0x57151a,0x326,0x366,0x390)+'ira\x20issue:'+'\x20'+_0x461e38);const _0x391c55=await jiraClient[_0x39bd4(_0x29ffde._0xbd91da,0x2e3,0x31d,0x360)+'t'](_0x461e38,_0x37cd80[_0x39bd4(_0x29ffde._0x574fa4,_0x29ffde._0x9927b4,_0x29ffde._0x5bbbf8,0x3cf)]()),_0x3dbb31={};_0x3dbb31[_0x3fdf3f(_0x29ffde._0x5cfb05,_0x29ffde._0x312fb9,0x281,_0x29ffde._0x38e77a)]=!![],_0x3dbb31[_0x3fdf3f(0x2c5,_0x29ffde._0x45f318,0x258,0x1f4)]=_0x391c55,_0xaa949a[_0x3fdf3f(0x33e,_0x29ffde._0x180921,_0x29ffde._0x2f9bfd,_0x29ffde._0x32ea84)](_0x3dbb31);}else{const _0x44048c={};return _0x44048c['error']=_0x536b6e[_0x39bd4(_0x29ffde._0x3b955c,_0x29ffde._0x250f49,0x37d,0x315)],_0x44048c['message']=_0x536b6e[_0x3fdf3f(_0x29ffde._0x3f322e,_0x29ffde._0x4e77ea,0x2b2,0x274)],_0x4982e8[_0x39bd4(0x30a,0x33d,0x34b,0x2f0)](-0x13d7+-0x6c5+0x964*0x3)[_0x39bd4(_0x29ffde._0x564d94,0x38c,0x3c4,0x42c)](_0x44048c);}}catch(_0x165649){logger[_0x39bd4(_0x29ffde._0x392d4a,0x37d,0x3c3,_0x29ffde._0x15d80e)](_0x536b6e['bEGGa'],_0x165649);if(_0x165649[_0x39bd4(0x2ea,0x330,_0x29ffde._0x5b970d,_0x29ffde._0x482887)][_0x3fdf3f(0x1fe,0x20a,0x216,_0x29ffde._0x39fc10)](_0x536b6e[_0x3fdf3f(0x284,0x292,0x277,0x216)])){const _0x4e7714={};return _0x4e7714[_0x3fdf3f(_0x29ffde._0x3dedeb,0x262,0x2d5,_0x29ffde._0x220999)]=_0x536b6e[_0x3fdf3f(0x283,_0x29ffde._0x36ef6c,_0x29ffde._0x5842f3,_0x29ffde._0x1672b5)],_0x4e7714[_0x39bd4(0x2d7,_0x29ffde._0x40cd1d,_0x29ffde._0xb8b26d,0x36b)]=_0x165649['message'],_0xaa949a[_0x3fdf3f(_0x29ffde._0x2b2dbc,_0x29ffde._0xb08851,0x25d,_0x29ffde._0x1bd9cb)](0x16df+0x3fc+-0x1947)['json'](_0x4e7714);}else{if(_0x165649[_0x39bd4(_0x29ffde._0x57c7d7,0x333,_0x29ffde._0xb8b26d,0x2bf)]['includes'](_0x536b6e[_0x3fdf3f(_0x29ffde._0x15a099,_0x29ffde._0x53c749,_0x29ffde._0xc9e894,0x25f)])){if(_0x536b6e['LoEmo'](_0x536b6e['ysqHt'],_0x536b6e['ysqHt']))_0x4b5d1f[_0x3fdf3f(_0x29ffde._0x30fdc8,0x322,0x2d5,0x343)](_0x536b6e[_0x39bd4(_0x29ffde._0x1aca6e,_0x29ffde._0x1bed30,0x3bb,_0x29ffde._0x4c23c4)],_0x233cf9);else{const _0x598cbb={};return _0x598cbb[_0x39bd4(0x3f7,_0x29ffde._0x5c7c35,_0x29ffde._0xac2cad,0x358)]=_0x536b6e[_0x39bd4(0x2e1,_0x29ffde._0x3e2da2,_0x29ffde._0x349187,_0x29ffde._0x59c706)],_0x598cbb['message']=_0x165649['message'],_0xaa949a['status'](-0x21c6+-0x1060+-0x113d*-0x3)['json'](_0x598cbb);}}else{if(_0x165649[_0x3fdf3f(0x287,_0x29ffde._0x3dedeb,_0x29ffde._0x2eb198,_0x29ffde._0x5015cd)][_0x39bd4(0x32b,0x33a,_0x29ffde._0x1df290,0x353)](_0x536b6e[_0x39bd4(0x3df,_0x29ffde._0x4d7d53,_0x29ffde._0x2ea49e,0x374)])){const _0x198dbb={};return _0x198dbb[_0x39bd4(0x351,0x3c3,0x3c3,0x37d)]=_0x39bd4(0x339,_0x29ffde._0x45f338,_0x29ffde._0x50997f,0x38c)+_0x3fdf3f(_0x29ffde._0x202b60,0x2ba,_0x29ffde._0x1b0695,_0x29ffde._0x33c2d8),_0x198dbb['message']=_0x165649[_0x39bd4(_0x29ffde._0x213fd0,0x37a,0x32a,_0x29ffde._0x3f672e)],_0xaa949a[_0x3fdf3f(0x229,0x20d,0x25d,_0x29ffde._0x5bd3af)](0x1*0x3ec+-0x6f7+0x3*0x18a)[_0x3fdf3f(0x347,_0x29ffde._0x419b8f,_0x29ffde._0x14849a,_0x29ffde._0x5a984a)](_0x198dbb);}else{const _0x58d001={};return _0x58d001[_0x39bd4(_0x29ffde._0x5b793f,_0x29ffde._0x1d7a58,0x3c3,_0x29ffde._0x2b45a7)]=_0x536b6e['psFpi'],_0x58d001['message']=_0x165649[_0x39bd4(_0x29ffde._0x3018a8,0x30d,0x32a,_0x29ffde._0x315620)],_0xaa949a[_0x3fdf3f(_0x29ffde._0x168e1a,_0x29ffde._0x204f2b,_0x29ffde._0x1c8c4f,_0x29ffde._0x1a393c)](-0x170d+0xbe9+0xd18)['json'](_0x58d001);}}}}});export default router;
|