@profoundlogic/coderflow-server 0.7.1 → 0.7.2
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/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/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/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.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(_0x4c352d,_0x36a97a){const _0x4669e={_0x17816b:0x123,_0x3d2cef:0x114,_0x3c1ad5:0xd3,_0xb7dc40:0x195,_0x413c47:0x123,_0x234a0b:0x1fc,_0x527acd:0x579,_0x12dea9:0x50a,_0x3d6193:0x173,_0xa62162:0x1c0,_0x4895e5:0x221,_0x80410d:0x11a,_0x5ea18c:0xde,_0x404aa7:0x4fd,_0x2879f7:0x557,_0x1e5214:0x197,_0x1bbe44:0x1f2},_0xed23c={_0x204cdc:0x2c2},_0x5e136e={_0x4be4e2:0x38c};function _0x5821bf(_0x58e0a7,_0x2948ba,_0x583bdf,_0x3c3615){return _0x1721(_0x3c3615-_0x5e136e._0x4be4e2,_0x58e0a7);}const _0x2032e1=_0x4c352d();function _0x310584(_0x9193ee,_0x3e912d,_0x416630,_0xfeb0ce){return _0x1721(_0x9193ee- -_0xed23c._0x204cdc,_0xfeb0ce);}while(!![]){try{const _0x35e17e=-parseInt(_0x310584(-_0x4669e._0x17816b,-_0x4669e._0x3d2cef,-0xa7,-_0x4669e._0x3c1ad5))/(0x3*0x46d+-0x1*0x4bb+0x1b*-0x51)+parseInt(_0x310584(-_0x4669e._0xb7dc40,-_0x4669e._0x413c47,-0x19a,-0x1f0))/(0x2c7+0x3e3*0x5+-0x1634)*(parseInt(_0x310584(-0x1bd,-_0x4669e._0x234a0b,-0x213,-0x1e5))/(0x12c9+0x7*0x2dd+-0x26d1))+parseInt(_0x5821bf(0x54c,_0x4669e._0x527acd,0x4b0,_0x4669e._0x12dea9))/(0xed*-0x1+0x7*0x47+0x80*-0x2)*(parseInt(_0x310584(-_0x4669e._0x3d6193,-0x172,-0x1c6,-_0x4669e._0xa62162))/(0x2451+0x22b2+0x17aa*-0x3))+-parseInt(_0x310584(-0x1af,-_0x4669e._0x4895e5,-0x162,-_0x4669e._0xb7dc40))/(0x2383*-0x1+0x1*0x250a+-0x181)+-parseInt(_0x310584(-_0x4669e._0x80410d,-_0x4669e._0x5ea18c,-0x14f,-0x12e))/(0x1*-0x157d+0x7eb*0x3+0xbf*-0x3)+parseInt(_0x5821bf(0x54c,_0x4669e._0x404aa7,0x4e3,_0x4669e._0x2879f7))/(-0x3*-0xa06+0x69*-0x1c+-0x128e)*(-parseInt(_0x5821bf(0x59c,0x4f0,0x4e6,0x55d))/(-0x71d*-0x1+0x2296*0x1+-0x14d5*0x2))+-parseInt(_0x310584(-_0x4669e._0xa62162,-_0x4669e._0x1e5214,-0x149,-_0x4669e._0x1bbe44))/(-0xc3f+0x4*0x85a+0x151f*-0x1)*(-parseInt(_0x310584(-0x124,-0x128,-0x112,-0x129))/(0x2*0x2a3+0x1*-0x895+0x35a));if(_0x35e17e===_0x36a97a)break;else _0x2032e1['push'](_0x2032e1['shift']());}catch(_0x433ed7){_0x2032e1['push'](_0x2032e1['shift']());}}}(_0x1eb2,-0x18d5*-0x2b+-0x1*0x5ff21+0x33317*0x2));import _0x4b8c0f from'express';import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';function _0x1eb2(){const _0xb4f909=['sw52ywXPzcbPCW','v3nuzvC','qsbPC3n1zxm','t0Pfq1qTmtiZ','ruXHD1a','ugrUv0q','ufnOEey','l2nVBMzPzW','sKv6z3u','mtm1mJHqvuTYD2S','DgvZDa','zw52AxjVBM1LBG','sKLsqv9dte9vra','yxjJAa','DvDjA2K','DcbYzwXVywrLza','se5PDKK','sNDXv0i','DxjLzcbVBIb0Aa','zMfcuwm','tMrOsu4','vLHRzu8','wLjWEva','rMPdzhG','zM91BMq','BwvZC2fNzq','zw5HyMXLza','CLHgDeu','shDcuwO','quDKy2W','Aw5PDgLHBgL6zq','l2LZC3vLCY86AW','vK5hChC','CM9UBwvUDcb2yq','rKfrAuq','BgvUz3rO','DuneDgi','C2vHCMnOsxnZDq','q1HMtge','r2nKr3q','Dhj1zq','igzVCM1HDcbquG','ug9ZDgLUzYbJBW','mJi4mtvODKDVqvi','AfvVDxq','Dg90ywW','vxzHz2y','rMv0y2HPBMCGyW','uMX0zha','s1zTCuK','v2rmDe8','AgjZrxm','DwvZDcbIB2r5','yMTLBNG','DLHYA2q','CMnOihf1zxj5ia','igfKBwLUAxn0CG','y1nVENm','uxvLCNKGDg9Via','sKLsqsbPBNrLzW','CM9TierbvefFra','EwfIvg4','ALDIAxC','BxvZDcbIzsbPBG','vw5qEKO','C2vHCMnOiePjuG','u2jwvw0','wM5gDKG','A2riB04','CMLHyMXLCW','Cg9ZDa','tM50ENe','A0Lrshq','z2v0sxnZDwu','CMf0Aw9UigLZia','iePjuKeGy2XPzq','Axj0svm','CMf0Aw9UigvUyq','swvvzwS','yxjJAcbXDwvYEq','tuL1vMO','zvHTswy','CeLnyLu','zMv0y2GGy29TBq','BNqGzNjVBsbeqq','z2v0','uNPzwMm','rvv5zLi','yvHmB3a','sw52ywXPzcbZzq','mZaWEe5oDLvY','wKLxy3C','BgvKigfMDgvYia','yxv0AgvUDgLJyq','zgvIDwC','weXAtLa','BuD2Evq','sxnZDwuGA2v5ia','qsbPC3n1zxm6','C3vLigTLEsbMBW','sKLsqtOGiG','zKjeEKm','tMLyvvy','uwn5uvO','Aw5MBW','A2v5','y29TBwvUDdO','uM91DgvY','qsbJBgLLBNqGzG','sxn5Eeu','v2fMCKG','DMLKzsbHihnLyq','igLZC3vL','DvLTtKq','x0Le','Cg9ZDcbkAxjHia','zw1HAwW','C3rYAw5N','BMzVwgy','B21Tzw50CYbMBW','rxDoAuS','yxrVCI4','nJmXmZe1m2niyKHYsG','mtu4nZy0uNLrDu9A','vvjm','DNHqCwe','CgfYyw1Z','CuHZB1m','yxbPvg9Rzw4','BMTxBLq','CM9TigvUDIb2yq','vM9gzeG','mJuXnda3mxvOrMHsEG','svi6','we1qDxK','yMfZzvvYBa','ufLmugy','s1b2Dxm','u2vHCMnOAw5Nia','C3vJy2vZCW','ugXLyxnLihbYBW','CM1HDa','yxv0Aa','yxrPB24','AxjHigLZC3vLoG','uLvKs1y','qxv0AgvUDgLJyq','BwvUDcbPBIb0Aa','rfPoD2G','BM9Nt0e','DhjPBq','C3rHDhvZ','CfL2y1e','ExjdBfO','qvzHzMe','qLjcvui','BM90igzVDw5K','y29UzMLNDxjHDa','ifbSzwfZzsbJBW','yLzZEg4','tuLwDM8','C2HVCNq','v3n3DwS','twLZC2LUzYbJBW','EMrfBwW','yM9KEq','uwLzAKm','ndbbv2zvuuC','sKLsqv9bueLFva','rNLxELq','rgzrv2u','sKLsqsbJBgLLBG','zxjYB3i','otyWmdiXB2TvswjK','y3rWDuC','zezjC0i','CMf0Aw9Uig5VDa','zsbYzxf1zxn0ia','vfrfu1K','z2v0q29TBwvUDa','Aw4GDgHLihjLCq','DgLVBIbMywLSzq','B0vLvM0','rKToqMe','qvzHq1G','yMXLzcbMCM9Tia','DMLKzsbHignVBq','CMvSB2fKiePjuG','sKLsqv9ftKfcta','u2vHCMnOihf1zq','sxnZDwuGBM90ia','iIaOBwf4oIa','BgHNsxa','qxjbBM0','AuPiy1u','zw52','zMv0y2GGsMLYyq','y3r5vxq','t0TftG','ugvYBwLZC2LVBG','sgzUsxG','qNPOq1a','BM90ignVBMzPzW','BNrHy3qGEw91CG','t2TYz1y','ugPjA3y','l3nLyxjJAa','Aw9U','zwnJBfe','AvbkwM4','refuqv9esvi','uhroshy','tM8GCgvYBwLZCW','C2zLtgC','rMfPBgvKihrVia','sKLsqv9ftufjta','Cg9ZDenVBw1LBG','igrLBMLLza','Au5Trhq','mtbqvevlwMS','DxLQrLu','t21NBKi','mJiYCujMBeTx','CNKGBxvZDcbIzq','tfbgwe8','A2nSswG','x0rjuG','zw50CW','qNzrAxi','q0XJEgq','t0vivxq','Cg9ZDcbJB21Tzq','sKLsqsbKAxnHyG','ANnVBG','igf0igXLyxn0ia','CNm6','mZK0mtqWsLHfz1vm','C0fPDuK','sKLsqv9cqvnfxW','Aw5JBhvKzxm','Dcb2yxjPywjSzq','B0vOD0e','AxmGC2vYDMvYlG','rxj0yuC','svjbigLZC3vLoG','y29TBwvUDa','Dg9vChbLCKnHCW','twLZC2LUzYbZzq','Avjqyw8','CIbkAxjHigLZCW','y0DwyuK','mIbJAgfYywn0zq','vxnOt1u'];_0x1eb2=function(){return _0xb4f909;};return _0x1eb2();}import{logger}from'../lib/logger.js';function _0x481b58(_0x306c02,_0x2a5f50,_0x470283,_0x209d43){return _0x1721(_0x470283-0x2b,_0x306c02);}const router=_0x4b8c0f[_0x481b58(0x18f,0x1a2,0x1ba,0x1e4)]();let jiraClient=null;async function initializeJiraClient(){const _0x3c2113={_0x339e06:0x33a,_0x1b881a:0x310,_0x3b8149:0x362,_0x46ca0b:0x368,_0x2f9156:0x4e6,_0x140c9:0x388,_0x20b17e:0x33e,_0x4ee36b:0x28e,_0x1d1aad:0x2e7,_0x451ccc:0x45b,_0x124813:0x474,_0x567356:0x46a,_0xb52731:0x565,_0x28a63d:0x53f,_0x41f075:0x4d2,_0x50a472:0x36e,_0x479bc8:0x392,_0xd707b3:0x3e3,_0x46b90b:0x313,_0x2d3f8d:0x318,_0xc65ed2:0x4f3,_0x119de4:0x482,_0x47adf7:0x28c,_0x7ef748:0x2b9,_0x512a4b:0x570,_0x1f4013:0x46d,_0x194cab:0x520,_0x1a1cc6:0x4d9,_0x302615:0x47c,_0x515dee:0x4cf,_0x7808e7:0x2ed,_0x3ea19f:0x4fa,_0x11ee0f:0x51b,_0x406702:0x35d,_0xfb10fb:0x33d,_0xc04c90:0x355,_0x3eb6c7:0x2bf,_0x5774bc:0x31c,_0x5bad39:0x31d,_0x48f49b:0x4fb,_0x25c47d:0x2ee,_0x4ff8b4:0x373,_0x153ff1:0x328,_0x5e4502:0x370,_0x3d591c:0x486,_0x16465b:0x503,_0x585520:0x4cd,_0x12baf8:0x348,_0x52bc47:0x2e6,_0x530e2a:0x569,_0x3a0ba1:0x556,_0x2c8058:0x4db,_0x1bbc5b:0x30a,_0x483200:0x321,_0x3e7a2d:0x2c5,_0x6b2803:0x30e,_0x264a33:0x54b,_0x4454f7:0x55d,_0x1c629e:0x2c6,_0x56e943:0x2ee,_0x1579dc:0x536,_0x2df08f:0x4f5,_0x5b37b6:0x516,_0x3c6cf8:0x4e7,_0x2d766c:0x43d,_0x3f4bbe:0x4a6,_0x150919:0x440,_0x603f7f:0x3c5,_0x51d66f:0x47a,_0x47275e:0x56c,_0x329901:0x4b8,_0x48ea6c:0x50c,_0x4aee49:0x530,_0x45cf3c:0x575,_0x109aea:0x4f9,_0xa491b8:0x528,_0x1711ea:0x323,_0x3e8bcd:0x349,_0x5066e7:0x2ce,_0x405f43:0x38b,_0x38ac64:0x3ed,_0x2569c0:0x5ad,_0x4d015e:0x5d2,_0x1b3481:0x571,_0x51f0e0:0x539,_0x451d60:0x501,_0x258819:0x37d,_0x10b9d1:0x4f3,_0xe4adce:0x599,_0x1d7895:0x2f8,_0x1c4df2:0x33d,_0x4442c0:0x3a4,_0x4c32ff:0x2f7,_0x1ddcee:0x4e5,_0x2ebf76:0x56a,_0x1fe624:0x30d,_0x24fb91:0x2e0,_0x232414:0x35a,_0x65386e:0x2df,_0x313b80:0x2f2,_0x17adc3:0x27f,_0x17c407:0x469,_0xb5c7f7:0x546,_0x59ed33:0x4d4,_0x56f0f2:0x523,_0x27a4de:0x29b,_0x4d51d5:0x307,_0x3ab0ad:0x332,_0x96986d:0x412,_0x437cd2:0x32f,_0x170ceb:0x338,_0x1c74ef:0x3ab,_0x2a07b0:0x406,_0x364b21:0x4fd,_0xc2746:0x4a5,_0x1bcaf8:0x4b8,_0x20f333:0x4e3,_0x55c46b:0x51c},_0x270635={_0x1cb59b:0x125,_0x291735:0x34b,_0x5a7570:0x1ed},_0x16541d={_0x1160fb:0x37,_0xc5738b:0x3b},_0x318501={'uYmND':_0x41e882(_0x3c2113._0x339e06,_0x3c2113._0x1b881a,_0x3c2113._0x3b8149,_0x3c2113._0x46ca0b)+_0x391cd5(_0x3c2113._0x2f9156,0x54d,0x4e4,0x4fa)+_0x41e882(_0x3c2113._0x140c9,0x39f,_0x3c2113._0x20b17e,0x3f1)+_0x41e882(_0x3c2113._0x4ee36b,_0x3c2113._0x1d1aad,0x2b5,0x33f)+_0x391cd5(_0x3c2113._0x451ccc,_0x3c2113._0x124813,0x48f,_0x3c2113._0x567356)+'\x20Please\x20co'+_0x391cd5(0x5bf,0x50d,_0x3c2113._0xb52731,0x586)+_0x391cd5(_0x3c2113._0x28a63d,0x545,_0x3c2113._0x41f075,0x4c0)+_0x41e882(0x31e,0x34e,_0x3c2113._0x50a472,0x2d9),'NdhIN':function(_0x1a7730){return _0x1a7730();},'WdLtO':_0x41e882(0x32e,_0x3c2113._0x479bc8,_0x3c2113._0xd707b3,_0x3c2113._0x46b90b)+_0x41e882(0x334,0x2b7,_0x3c2113._0x2d3f8d,0x2bf)+_0x391cd5(0x49e,_0x3c2113._0xc65ed2,0x487,_0x3c2113._0x119de4)+_0x41e882(_0x3c2113._0x47adf7,0x2d3,0x2ca,_0x3c2113._0x7ef748)+'rs','JwqWB':function(_0x25b8a2){return _0x25b8a2();},'bkenx':function(_0x4c1ec9,_0x221128){return _0x4c1ec9!==_0x221128;},'PShxF':'qRGEp','PHnLR':_0x391cd5(0x5ab,0x5a6,_0x3c2113._0x512a4b,0x551)+'initialize'+_0x391cd5(_0x3c2113._0x1f4013,0x4f0,0x4e5,0x545)+_0x391cd5(0x477,0x541,0x4ee,0x4bf)+'TA_DIR:','JEzgu':function(_0x42cfff,_0x36a232){return _0x42cfff===_0x36a232;},'xIOqL':function(_0x36a0c2,_0x241b02){return _0x36a0c2===_0x241b02;},'sAiuI':'tIlhJ'};function _0x41e882(_0x316360,_0x900892,_0x584b51,_0x1d7e01){return _0x481b58(_0x1d7e01,_0x900892-_0x16541d._0x1160fb,_0x900892-0x186,_0x1d7e01-_0x16541d._0xc5738b);}function _0x391cd5(_0x2447de,_0x2a25b6,_0x4a9283,_0x4d47be){return _0x481b58(_0x4d47be,_0x2a25b6-_0x270635._0x1cb59b,_0x4a9283-_0x270635._0x291735,_0x4d47be-_0x270635._0x5a7570);}const _0x3a906b=await _0x318501[_0x391cd5(_0x3c2113._0x194cab,0x513,0x4ab,_0x3c2113._0x1a1cc6)](loadJiraConfig);if(_0x3a906b)try{if(_0x318501[_0x391cd5(0x4df,_0x3c2113._0x302615,_0x3c2113._0x515dee,0x511)](_0x318501[_0x41e882(0x327,0x2db,0x26b,_0x3c2113._0x7808e7)],_0x391cd5(_0x3c2113._0x3ea19f,0x53f,_0x3c2113._0x11ee0f,0x51b))){jiraClient=new JiraClient(_0x3a906b),logger[_0x41e882(_0x3c2113._0x406702,_0x3c2113._0xfb10fb,_0x3c2113._0xc04c90,0x378)](_0x41e882(_0x3c2113._0x3eb6c7,_0x3c2113._0x1b881a,_0x3c2113._0x5774bc,_0x3c2113._0x5bad39)+'ration\x20ena'+_0x41e882(0x342,0x38e,0x329,0x370)+'DATA_DIR');return;}else{if(!_0x28f05f){const _0x557a2b={};return _0x557a2b['error']='JIRA\x20integ'+_0x391cd5(0x584,_0x3c2113._0x48f49b,0x54a,0x55c)+'\x20enabled',_0x557a2b[_0x41e882(0x274,_0x3c2113._0x25c47d,0x326,0x2d4)]=_0x318501[_0x41e882(_0x3c2113._0x4ff8b4,0x346,_0x3c2113._0x153ff1,0x367)],_0x1cbe55[_0x41e882(0x3cd,0x36c,0x3bb,_0x3c2113._0x5e4502)](-0x1*-0xccb+0x11*0x1c9+0x292d*-0x1)[_0x391cd5(0x4ce,0x503,_0x3c2113._0x3d591c,_0x3c2113._0x16465b)](_0x557a2b);}_0x318501[_0x391cd5(0x4e0,0x46c,0x4ae,_0x3c2113._0x585520)](_0x295768);}}catch(_0x489da6){logger['error'](_0x318501['PHnLR'],_0x489da6);}if(_0x318501[_0x41e882(0x327,0x2dd,_0x3c2113._0x12baf8,_0x3c2113._0x52bc47)](process['env'][_0x391cd5(0x5a5,_0x3c2113._0x530e2a,_0x3c2113._0x3a0ba1,_0x3c2113._0x2c8058)+'ED'],_0x41e882(0x378,0x2fd,0x2d4,_0x3c2113._0x1bbc5b)))try{if(_0x318501['xIOqL'](_0x318501[_0x41e882(_0x3c2113._0x483200,_0x3c2113._0x3e7a2d,0x2b7,0x26d)],_0x318501[_0x41e882(_0x3c2113._0x6b2803,0x2c5,0x256,0x328)])){const _0x3a5ad8={'baseUrl':process[_0x391cd5(_0x3c2113._0x264a33,0x59a,_0x3c2113._0x4454f7,0x59a)][_0x41e882(0x322,_0x3c2113._0x1c629e,_0x3c2113._0x4ee36b,_0x3c2113._0x56e943)+_0x391cd5(_0x3c2113._0x1579dc,_0x3c2113._0x2df08f,_0x3c2113._0x5b37b6,0x53b)],...process[_0x41e882(0x3ab,0x398,0x395,0x3fd)][_0x391cd5(_0x3c2113._0x3c6cf8,_0x3c2113._0x2d766c,_0x3c2113._0x3f4bbe,_0x3c2113._0x150919)+_0x41e882(0x368,0x347,_0x3c2113._0x603f7f,0x3af)]?{'cloudId':process['env'][_0x391cd5(0x4ed,_0x3c2113._0x51d66f,0x4a6,0x436)+_0x391cd5(_0x3c2113._0x47275e,_0x3c2113._0x329901,_0x3c2113._0x48ea6c,_0x3c2113._0x4aee49)]}:{}};_0x3a5ad8[_0x391cd5(_0x3c2113._0x45cf3c,_0x3c2113._0x109aea,_0x3c2113._0xa491b8,_0x3c2113._0x51f0e0)]={},_0x3a5ad8[_0x391cd5(_0x3c2113._0x45cf3c,_0x3c2113._0x109aea,_0x3c2113._0xa491b8,_0x3c2113._0x51f0e0)][_0x41e882(_0x3c2113._0x1711ea,_0x3c2113._0x3e8bcd,_0x3c2113._0x5066e7,0x3aa)]=process[_0x41e882(_0x3c2113._0x405f43,0x398,_0x3c2113._0x38ac64,0x35b)][_0x391cd5(_0x3c2113._0x2569c0,_0x3c2113._0x4d015e,_0x3c2113._0x1b3481,0x51c)],_0x3a5ad8[_0x391cd5(_0x3c2113._0x45cf3c,_0x3c2113._0x109aea,_0x3c2113._0xa491b8,_0x3c2113._0x51f0e0)][_0x391cd5(0x4be,_0x3c2113._0x451d60,0x51a,_0x3c2113._0x5b37b6)]=process[_0x391cd5(0x52d,0x539,0x55d,0x5aa)][_0x41e882(0x3c6,_0x3c2113._0x258819,0x352,0x3d4)+_0x391cd5(_0x3c2113._0x10b9d1,_0x3c2113._0xe4adce,0x560,0x534)],jiraClient=new JiraClient(_0x3a5ad8),logger[_0x41e882(_0x3c2113._0x1d7895,_0x3c2113._0x1c4df2,0x2e6,_0x3c2113._0x4442c0)](_0x41e882(0x2b2,_0x3c2113._0x1b881a,_0x3c2113._0x1b881a,_0x3c2113._0x4c32ff)+_0x391cd5(0x4d9,_0x3c2113._0x1ddcee,0x4e7,_0x3c2113._0x109aea)+_0x391cd5(0x53d,0x51d,0x553,_0x3c2113._0x2ebf76)+_0x41e882(_0x3c2113._0x1fe624,_0x3c2113._0x24fb91,_0x3c2113._0x232414,_0x3c2113._0x65386e)+_0x41e882(_0x3c2113._0x313b80,0x2c8,0x30f,_0x3c2113._0x17adc3)+'s');}else{const _0x48934c={};return _0x48934c['error']=_0x391cd5(_0x3c2113._0x17c407,_0x3c2113._0xb5c7f7,_0x3c2113._0x59ed33,_0x3c2113._0x56f0f2)+'short',_0x48934c[_0x41e882(0x298,0x2ee,0x283,0x2b1)]=_0x318501[_0x41e882(_0x3c2113._0x27a4de,_0x3c2113._0x4d51d5,0x2e9,_0x3c2113._0x3ab0ad)],_0x53258f['status'](0x1ac1+0x1473+-0x2da4)[_0x391cd5(_0x3c2113._0x96986d,0x4d3,0x486,0x456)](_0x48934c);}}catch(_0xb0e459){logger[_0x41e882(_0x3c2113._0x437cd2,0x381,0x39a,0x326)](_0x41e882(_0x3c2113._0x170ceb,_0x3c2113._0x1c74ef,0x332,_0x3c2113._0x2a07b0)+_0x391cd5(_0x3c2113._0x364b21,_0x3c2113._0xc2746,_0x3c2113._0x1bcaf8,_0x3c2113._0x20f333)+_0x391cd5(0x50b,_0x3c2113._0x55c46b,0x4e5,0x55f)+'nt\x20from\x20en'+'v\x20vars:',_0xb0e459);}}function _0x1721(_0x4f1616,_0x170cee){_0x4f1616=_0x4f1616-(-0x2032+-0x64f+0xd2b*0x3);const _0x734aeb=_0x1eb2();let _0x58ce90=_0x734aeb[_0x4f1616];if(_0x1721['QOMoEP']===undefined){var _0x1ef73c=function(_0x27a63f){const _0x4dd97f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x15c414='',_0x16caf8='';for(let _0x184bcc=-0x228a+-0x17ea+0x3a74,_0x139cc1,_0x32dca5,_0x16ff02=-0x2c*0xde+-0x6a4+0x2ccc;_0x32dca5=_0x27a63f['charAt'](_0x16ff02++);~_0x32dca5&&(_0x139cc1=_0x184bcc%(-0x632+0x22f3*-0x1+0x2929)?_0x139cc1*(0x9ba+0x992*-0x2+-0x4d5*-0x2)+_0x32dca5:_0x32dca5,_0x184bcc++%(-0x1*0x239f+-0x1b71+0x3f14))?_0x15c414+=String['fromCharCode'](-0x16*-0x16a+0x5d*0x4d+-0x5cf*0xa&_0x139cc1>>(-(0x267e+0x2*0xb47+-0x3d0a)*_0x184bcc&0xe80+0xb1d+-0x1997*0x1)):-0x71+0x283*-0x7+-0x6*-0x301){_0x32dca5=_0x4dd97f['indexOf'](_0x32dca5);}for(let _0x124a4a=-0x65f*0x2+-0x1ecb+0x2b89,_0x4f8908=_0x15c414['length'];_0x124a4a<_0x4f8908;_0x124a4a++){_0x16caf8+='%'+('00'+_0x15c414['charCodeAt'](_0x124a4a)['toString'](0x71*0x1f+-0x15a4+0x805))['slice'](-(0x7f*0x4b+0x1db*0xc+0x1*-0x3b77));}return decodeURIComponent(_0x16caf8);};_0x1721['fCJGMU']=_0x1ef73c,_0x1721['acvzyh']={},_0x1721['QOMoEP']=!![];}const _0x19da80=_0x734aeb[-0x21e5+0x1*-0x16f6+0x38db],_0x30c515=_0x4f1616+_0x19da80,_0x2dd2d1=_0x1721['acvzyh'][_0x30c515];return!_0x2dd2d1?(_0x58ce90=_0x1721['fCJGMU'](_0x58ce90),_0x1721['acvzyh'][_0x30c515]=_0x58ce90):_0x58ce90=_0x2dd2d1,_0x58ce90;}function _0x41a700(_0x16f849,_0x3bb67e,_0x56cf30,_0x38061b){return _0x1721(_0x38061b-0x1e3,_0x56cf30);}export async function initializeJira(){const _0x129278={_0x38bbfa:0x1a9,_0x2e29a2:0x227},_0x4802fb={_0x1f3b22:0x1c0};function _0x359874(_0x164392,_0x2688d5,_0x4c9ecb,_0x71124a){return _0x481b58(_0x71124a,_0x2688d5-0x30,_0x2688d5-0xb7,_0x71124a-_0x4802fb._0x1f3b22);}const _0x4abd14={'faBQc':function(_0x8d90b7){return _0x8d90b7();}};await _0x4abd14[_0x359874(0x20f,0x219,_0x129278._0x38bbfa,_0x129278._0x2e29a2)](initializeJiraClient);}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x597fab={_0x410773:0x31,_0x39eb7b:0x16e,_0x3c7dcf:0x28,_0x4988d2:0x1af,_0x35adef:0x179,_0x3c8198:0x166,_0x544207:0x177,_0x37b94b:0x253,_0x313535:0x195,_0x1519e5:0x201,_0x575ad7:0x1f3,_0x1e5ec8:0x205,_0x5c0d6f:0x1e5,_0x1a1303:0x25b,_0x38047e:0x1ef,_0x55f1db:0x49,_0x42de55:0x87,_0x4fdafd:0x7e,_0x3f934a:0x1a4,_0x2ace6f:0x1cb,_0x11beed:0x8c,_0x106ac1:0x6c,_0x5812ce:0x240,_0xec25c2:0x286,_0x4ab667:0x1c4,_0xb00b0f:0x237,_0x407e2b:0x11,_0x49129c:0x1b8,_0x4c9980:0x22f,_0x200bb5:0x247,_0x328f9d:0x1cd,_0x2695c0:0x1db,_0x4d88a4:0x7a,_0x4f81b8:0x276,_0x5051d1:0x24a,_0x19d35d:0x22c,_0x22b58a:0x1de,_0x4d0523:0x234,_0x17b92a:0x1f4,_0x59eaf5:0x1ba,_0x4be772:0x1d8,_0x43e82f:0xd9,_0x2b2289:0xbe,_0x3cfbf9:0xa2,_0x4c1876:0x4f,_0x1de84d:0x221,_0x3c11b2:0x1c2,_0x1b13cc:0x1b2,_0x90a484:0x25f,_0x30e390:0x43,_0xde7baf:0x13b,_0x2c2444:0x114,_0x43054e:0x18f,_0x40e069:0x1bd,_0x12124b:0x1a0,_0x364e1f:0x1fc,_0x354038:0x1cf,_0x4092e7:0x111,_0x2a4fd3:0x110,_0x4f4d21:0xa1,_0x74c522:0xe4,_0x2ec56f:0xd,_0x3dee82:0x25,_0x3b2f81:0x79,_0x1cde93:0x116,_0x599ffd:0xbd,_0x11351f:0x4a,_0x515e3f:0x202,_0x2bb9c0:0x103,_0x6d51fb:0xe8,_0x47e4d3:0x11d,_0x52813e:0x67,_0x4aa47c:0xa,_0x54e87a:0x2,_0xcc9bb6:0x97,_0x5abdf1:0x91,_0x526d41:0x5e,_0x1a78fb:0x1ce,_0x46325c:0x16f,_0x44fc1c:0xfa,_0x35797b:0x28c,_0xc49abe:0x1ef,_0x5ea4f2:0x1d9,_0x315a84:0x46,_0x522e2f:0x152,_0x4b868c:0x187,_0x3e6deb:0x1bd,_0x435376:0x1b,_0x578d77:0x5d,_0x4b9c77:0x36,_0x4bf4b2:0x61,_0x3f7888:0x39,_0x308c97:0x11,_0x5811f7:0x1d6,_0x22182f:0x17e,_0x544945:0x1c8,_0x1b39f9:0x58,_0x3b0e97:0x36,_0x641c68:0x136,_0x597c59:0x189,_0x3d5a4d:0x162,_0x37b885:0x70,_0xbbc4f2:0x5c,_0x3cc6de:0x1,_0x233c66:0x23c,_0x10f1a6:0x15f,_0x4214f1:0x1ca,_0x53ea93:0x6e,_0x4f77ec:0x1b,_0x19898c:0x5c,_0x12fe04:0x40,_0x5e5db4:0x15,_0x12fc4b:0x25,_0x4ee0a0:0x12,_0x11fd18:0x52,_0x419940:0x41,_0x4416ad:0x1e,_0x3ff58d:0x1d3,_0x4018fc:0x1da,_0x27310f:0x6c,_0x42be1a:0x4b,_0x172f0b:0xb4,_0x56e8b1:0x3,_0x1b2c26:0x27,_0xcdfd86:0x291,_0x382fac:0x213,_0xc9e707:0x219,_0x1bc0e6:0x1ac,_0x30d2bd:0x1a7,_0x53af02:0x51,_0x4ef3ab:0x24,_0x476fea:0x218,_0x1e83aa:0x21a,_0x3fc678:0x4d,_0x486c84:0x41,_0xc07513:0x29,_0x263d50:0x27e,_0x235c3c:0x287,_0xdce4:0x21c,_0x128213:0x16,_0x29fe37:0x138,_0x231cf7:0x1,_0x158090:0x165,_0x1ac024:0x1f,_0x4dbf60:0x2c,_0x6cb2c5:0x97,_0xe0f0f8:0x85,_0x31d3a3:0x1ce,_0x5acbd7:0x16d,_0x3abd20:0x1f3,_0x47c30d:0x49,_0x3bf1c5:0x2e,_0x4f2c6:0x37,_0x2471cf:0x26,_0x118d50:0x1ed,_0x5e939e:0x1be,_0x250c73:0x141},_0x1b6031={_0x4c0c3e:0x1c3},_0x1f0459={_0x43dcfa:0xb,_0x3e0d5b:0x1dc},_0x513040={'VEosG':_0x24dfa0(0x53,_0x597fab._0x410773,0x1f,0x1f)+_0x2ee52b(0x116,0x123,0x1ae,_0x597fab._0x39eb7b),'BvQir':'Authentica'+_0x24dfa0(0x23,_0x597fab._0x3c7dcf,0xb,-0xc)+'d','etWob':'JIRA\x20clien'+_0x2ee52b(0x15d,_0x597fab._0x4988d2,0x115,0x165)+'\x20from\x20envi'+_0x2ee52b(_0x597fab._0x35adef,0x163,_0x597fab._0x3c8198,_0x597fab._0x544207)+'riables','lZEfl':'Reloading\x20'+_0x2ee52b(_0x597fab._0x37b94b,0x27f,_0x597fab._0x313535,_0x597fab._0x1519e5)+'t\x20configur'+_0x2ee52b(_0x597fab._0x575ad7,0x23d,_0x597fab._0x1e5ec8,_0x597fab._0x5c0d6f),'cSozs':function(_0x2c7ce7){return _0x2c7ce7();},'sfeLg':function(_0x11ded8,_0x1c09fa){return _0x11ded8!==_0x1c09fa;},'QiYjC':_0x2ee52b(0x231,_0x597fab._0x1a1303,0x1c2,_0x597fab._0x38047e),'sZiAS':_0x24dfa0(0x9b,0x1e,_0x597fab._0x55f1db,0x75)+_0x24dfa0(-_0x597fab._0x42de55,-_0x597fab._0x4fdafd,-0x21,-0x53)+'\x20from\x20DATA'+'_DIR','oEhwA':function(_0x2df067,_0xcc702b){return _0x2df067===_0xcc702b;},'wpXvk':_0x2ee52b(_0x597fab._0x3f934a,0x19a,_0x597fab._0x2ace6f,0x1ff),'ZnFvH':_0x24dfa0(-0x91,-_0x597fab._0x11beed,-0xf7,-_0x597fab._0x106ac1),'ErtaG':_0x2ee52b(0x27a,_0x597fab._0x5812ce,_0x597fab._0xec25c2,0x22c)+_0x2ee52b(_0x597fab._0x4ab667,0x193,_0x597fab._0xb00b0f,0x211)+_0x24dfa0(_0x597fab._0x407e2b,-0x21,-0x93,0x0)+_0x2ee52b(_0x597fab._0x49129c,0x20f,0x187,0x192)+_0x2ee52b(_0x597fab._0x4c9980,_0x597fab._0x200bb5,_0x597fab._0x328f9d,_0x597fab._0x2695c0),'ELawP':function(_0x1e36c5,_0x391edb){return _0x1e36c5===_0x391edb;},'AGdcl':_0x24dfa0(-0x49,-0x65,-0xb4,-_0x597fab._0x4d88a4),'PtNHv':'DGaTL','ZRpyP':_0x2ee52b(_0x597fab._0x4f81b8,0x1d0,_0x597fab._0x5051d1,_0x597fab._0x19d35d)+_0x2ee52b(_0x597fab._0x22b58a,0x216,_0x597fab._0x4d0523,0x211)+'A\x20client\x20f'+_0x2ee52b(_0x597fab._0x17b92a,_0x597fab._0x59eaf5,0x1c5,_0x597fab._0x4be772)+_0x24dfa0(-_0x597fab._0x43e82f,-0x9f,-0x119,-0x91),'kclIh':_0x24dfa0(-_0x597fab._0x2b2289,-_0x597fab._0x3cfbf9,-0x110,-_0x597fab._0x4c1876)+_0x2ee52b(_0x597fab._0x1de84d,_0x597fab._0x3c11b2,_0x597fab._0x575ad7,_0x597fab._0x1b13cc)+_0x2ee52b(0x1a7,_0x597fab._0x90a484,0x258,0x1f3)+'ion\x20reload'};logger[_0x24dfa0(-0x97,-0x25,-_0x597fab._0x30e390,0x2f)](_0x513040['lZEfl']),jiraClient=null;function _0x24dfa0(_0x4d6956,_0x1af87e,_0x427293,_0x2136a4){return _0x481b58(_0x4d6956,_0x1af87e-_0x1f0459._0x43dcfa,_0x1af87e- -_0x1f0459._0x3e0d5b,_0x2136a4-0x8e);}const _0x61d52c=await _0x513040[_0x2ee52b(_0x597fab._0xde7baf,_0x597fab._0x2c2444,0x1bb,_0x597fab._0x43054e)](loadJiraConfig);function _0x2ee52b(_0x1a44b2,_0x1862bf,_0xb29a8e,_0x43ae84){return _0x481b58(_0x1862bf,_0x1862bf-_0x1b6031._0x4c0c3e,_0x43ae84-0x7,_0x43ae84-0x84);}if(_0x61d52c)try{if(_0x513040['sfeLg'](_0x513040['QiYjC'],_0x513040[_0x2ee52b(_0x597fab._0x40e069,_0x597fab._0x12124b,0x1aa,_0x597fab._0x364e1f)])){const _0x29c7d9={};return _0x29c7d9[_0x2ee52b(0x278,_0x597fab._0x354038,0x269,0x202)]=_0x513040['VEosG'],_0x29c7d9['message']=_0x470de4[_0x2ee52b(_0x597fab._0x3c11b2,0x126,_0x597fab._0x4092e7,0x16f)],_0x1a6bdb['status'](-0x208+0x7a3+-0x407*0x1)[_0x24dfa0(-_0x597fab._0x2a4fd3,-_0x597fab._0x4f4d21,-0x65,-_0x597fab._0x74c522)](_0x29c7d9);}else{jiraClient=new JiraClient(_0x61d52c),logger[_0x24dfa0(_0x597fab._0x2ec56f,-_0x597fab._0x3dee82,-_0x597fab._0x3b2f81,-0x76)](_0x513040['sZiAS']);return;}}catch(_0x4b6aeb){if(_0x513040[_0x2ee52b(0x12b,_0x597fab._0x1cde93,0x101,0x14a)](_0x513040['wpXvk'],_0x513040[_0x24dfa0(-_0x597fab._0x599ffd,-_0x597fab._0x11351f,-0xa0,-0x59)])){const _0x11ffc6={};return _0x11ffc6[_0x2ee52b(0x26b,0x1e0,0x186,_0x597fab._0x515e3f)]=_0x513040[_0x2ee52b(_0x597fab._0x2bb9c0,_0x597fab._0x6d51fb,_0x597fab._0x47e4d3,0x13d)],_0x11ffc6['message']=_0xcc3fbc['message'],_0x25dcc5[_0x24dfa0(_0x597fab._0x52813e,_0x597fab._0x4aa47c,_0x597fab._0x54e87a,-0x19)](-0x71b*-0x3+0x24db+-0x389b)[_0x2ee52b(0x119,0xd8,0xc6,0x142)](_0x11ffc6);}else logger['error'](_0x513040[_0x24dfa0(-0x10e,-_0x597fab._0xcc9bb6,-_0x597fab._0x5abdf1,-_0x597fab._0x526d41)],_0x4b6aeb);}if(_0x513040[_0x2ee52b(_0x597fab._0x1a78fb,_0x597fab._0x46325c,_0x597fab._0x44fc1c,0x15a)](process['env'][_0x2ee52b(0x1af,0x194,_0x597fab._0x35797b,0x212)+'ED'],_0x513040[_0x2ee52b(0x181,_0x597fab._0xc49abe,_0x597fab._0x5ea4f2,0x173)]))try{if(_0x513040[_0x24dfa0(0x8a,0x48,0xb1,-0x4)](_0x513040[_0x24dfa0(0xb5,_0x597fab._0x315a84,0x1c,0x77)],_0x2ee52b(_0x597fab._0x522e2f,0x1cd,_0x597fab._0x4b868c,_0x597fab._0x3e6deb))){const _0x458534={'baseUrl':process[_0x24dfa0(_0x597fab._0x435376,0x36,0x45,_0x597fab._0x578d77)]['JIRA_BASE_'+_0x24dfa0(_0x597fab._0x4b9c77,-0x11,-0x5e,-_0x597fab._0x4bf4b2)],...process[_0x24dfa0(_0x597fab._0x3f7888,0x36,_0x597fab._0x308c97,_0x597fab._0x315a84)]['JIRA_CLOUD'+_0x2ee52b(_0x597fab._0x5811f7,_0x597fab._0x22182f,0x22f,_0x597fab._0x544945)]?{'cloudId':process[_0x24dfa0(_0x597fab._0x1b39f9,_0x597fab._0x3b0e97,0x13,-0xb)][_0x2ee52b(_0x597fab._0x641c68,0x186,_0x597fab._0x597c59,_0x597fab._0x3d5a4d)+'_ID']}:{}};_0x458534[_0x24dfa0(-_0x597fab._0x37b885,0x1,-_0x597fab._0x3cc6de,-_0x597fab._0xbbc4f2)]={},_0x458534[_0x24dfa0(-_0x597fab._0x37b885,0x1,-_0x597fab._0x3cc6de,-_0x597fab._0xbbc4f2)][_0x2ee52b(0x1b7,_0x597fab._0x233c66,_0x597fab._0x10f1a6,_0x597fab._0x4214f1)]=process['env']['JIRA_EMAIL'],_0x458534[_0x24dfa0(-_0x597fab._0x37b885,0x1,-_0x597fab._0x3cc6de,-_0x597fab._0xbbc4f2)][_0x24dfa0(-0x20,-_0x597fab._0x2ec56f,-0x2,_0x597fab._0x53ea93)]=process[_0x24dfa0(0x89,_0x597fab._0x4b9c77,0x13,0xae)][_0x24dfa0(0x8d,_0x597fab._0x4f77ec,-_0x597fab._0x19898c,-0x45)+_0x24dfa0(0x3e,0x39,0x1b,-_0x597fab._0x12fe04)],jiraClient=new JiraClient(_0x458534),logger[_0x24dfa0(_0x597fab._0x5e5db4,-_0x597fab._0x12fc4b,-_0x597fab._0x4ee0a0,-_0x597fab._0x11fd18)](_0x24dfa0(_0x597fab._0x419940,_0x597fab._0x4416ad,0x1,-0x45)+_0x2ee52b(_0x597fab._0x3ff58d,0x118,_0x597fab._0x4018fc,0x165)+'\x20from\x20envi'+_0x24dfa0(-_0x597fab._0x4c1876,-_0x597fab._0x27310f,-_0x597fab._0x42be1a,-_0x597fab._0x172f0b)+_0x24dfa0(-_0x597fab._0x56e8b1,-0x48,0x37,-_0x597fab._0x1b2c26));}else try{const _0x7eb5c2={};_0x7eb5c2['cloudId']=_0x58e46c[_0x2ee52b(0x225,_0x597fab._0xcdfd86,_0x597fab._0x382fac,_0x597fab._0xc9e707)][_0x24dfa0(-0xae,-0x81,-0xa7,-0xd8)+_0x2ee52b(_0x597fab._0x1bc0e6,_0x597fab._0x30d2bd,0x184,_0x597fab._0x544945)];const _0x921a98={};_0x921a98['email']=_0x11e089[_0x24dfa0(_0x597fab._0x53af02,0x36,0x8b,-_0x597fab._0x4ef3ab)][_0x2ee52b(_0x597fab._0x476fea,_0x597fab._0x1e83aa,0x274,0x22d)],_0x921a98[_0x24dfa0(-_0x597fab._0xbbc4f2,-_0x597fab._0x2ec56f,_0x597fab._0x3fc678,-0xd)]=_0x2b140f[_0x24dfa0(-_0x597fab._0x486c84,0x36,0x7d,_0x597fab._0xc07513)]['JIRA_API_T'+_0x2ee52b(_0x597fab._0x263d50,_0x597fab._0x235c3c,0x285,_0x597fab._0xdce4)];const _0x4af273={'baseUrl':_0x16ef6c['env']['JIRA_BASE_'+_0x24dfa0(-_0x597fab._0x128213,-_0x597fab._0x407e2b,0x1a,0x3f)],..._0x40c3fc['env'][_0x2ee52b(0x1a7,_0x597fab._0x29fe37,0x160,_0x597fab._0x3d5a4d)+'_ID']?_0x7eb5c2:{}};_0x4af273[_0x24dfa0(-0x39,_0x597fab._0x231cf7,-0x73,-0x62)]=_0x921a98,_0x5d702f=new _0x3b0eb8(_0x4af273),_0x19febf[_0x2ee52b(_0x597fab._0x158090,_0x597fab._0x158090,0x158,0x1be)](_0x513040['etWob']);}catch(_0x87398b){_0x2e119d[_0x24dfa0(-_0x597fab._0x3cc6de,_0x597fab._0x1ac024,-_0x597fab._0x5e5db4,_0x597fab._0x4dbf60)]('Failed\x20to\x20'+_0x24dfa0(0x4,0x2e,_0x597fab._0x6cb2c5,_0x597fab._0xe0f0f8)+_0x2ee52b(_0x597fab._0x31d3a3,_0x597fab._0x5acbd7,_0x597fab._0x3abd20,_0x597fab._0x3c11b2)+_0x24dfa0(-_0x597fab._0x47c30d,-0xb,-0x50,0x42)+'rs:',_0x87398b);}}catch(_0x14df2b){logger[_0x24dfa0(-_0x597fab._0x3bf1c5,0x1f,-_0x597fab._0x4f2c6,0x7c)](_0x513040[_0x24dfa0(-0x72,-0x77,-_0x597fab._0x2471cf,-0xb)],_0x14df2b);}else logger[_0x2ee52b(0x1a7,_0x597fab._0x118d50,0x17f,_0x597fab._0x5e939e)](_0x513040[_0x2ee52b(0x12b,_0x597fab._0x250c73,0x100,0x13a)]);}function requireJira(_0x29f3d6,_0x13bc6d,_0x2e659a){const _0x4ed9f9={_0x1e9c77:0x24e,_0x2dcc41:0x1ea,_0x1f9473:0x166,_0x14f8ed:0x19d,_0x1d2067:0x1c4,_0x5e68e2:0x197,_0x1881e3:0x19f,_0x2c9687:0x1f0,_0x3fc272:0x12b,_0x423e41:0x141,_0xc27d3:0x1c8,_0x2056ef:0x1f2,_0x359c70:0x21d,_0x9663f0:0x28b,_0x727d81:0x174,_0x5eb5a4:0x13a,_0x1df72e:0x1da,_0xcc1708:0x1d0,_0x69d92:0x19e,_0xd25ce6:0x209,_0x423955:0x1ae,_0x4d10e3:0x21c,_0x220290:0x267,_0x1229ba:0x1fa},_0x557a86={_0x4b7272:0x1eb},_0x31fb84={_0x16696b:0x10d,_0x8761ff:0x361,_0x28c89e:0x1ea},_0x41ce07={'uCDtb':_0x54363b(-0x1d7,-0x15e,-_0x4ed9f9._0x1e9c77,-0x187)+_0x3375eb(_0x4ed9f9._0x2dcc41,0x1d4,0x237,0x221)+'\x20enabled','ZIWcw':function(_0x411dde){return _0x411dde();}};if(!jiraClient){const _0x485844={};return _0x485844[_0x54363b(-_0x4ed9f9._0x1f9473,-0x1d1,-_0x4ed9f9._0x14f8ed,-0x17d)]=_0x41ce07[_0x3375eb(_0x4ed9f9._0x1d2067,0x148,0x158,_0x4ed9f9._0x5e68e2)],_0x485844[_0x54363b(-0x1f9,-_0x4ed9f9._0x1881e3,-_0x4ed9f9._0x2c9687,-0x216)]=_0x3375eb(0x105,0x15f,_0x4ed9f9._0x3fc272,_0x4ed9f9._0x423e41)+_0x54363b(-_0x4ed9f9._0xc27d3,-_0x4ed9f9._0x2056ef,-0x1fc,-0x220)+'not\x20config'+'ured\x20on\x20th'+_0x54363b(-_0x4ed9f9._0x359c70,-0x249,-_0x4ed9f9._0x9663f0,-0x1ff)+_0x54363b(-_0x4ed9f9._0x727d81,-0x11a,-0x112,-_0x4ed9f9._0x5eb5a4)+_0x3375eb(0x259,0x1ef,0x1fd,0x1c8)+_0x54363b(-_0x4ed9f9._0x1df72e,-_0x4ed9f9._0xcc1708,-0x169,-_0x4ed9f9._0x69d92)+_0x54363b(-0x199,-_0x4ed9f9._0xd25ce6,-0x201,-0x1ca),_0x13bc6d['status'](0x1382+-0x6d*-0x7+-0x4a*0x47)[_0x54363b(-0x226,-_0x4ed9f9._0x423955,-_0x4ed9f9._0x4d10e3,-_0x4ed9f9._0x220290)](_0x485844);}function _0x54363b(_0x53c490,_0x272602,_0x22c672,_0x20088f){return _0x481b58(_0x20088f,_0x272602-_0x31fb84._0x16696b,_0x53c490- -_0x31fb84._0x8761ff,_0x20088f-_0x31fb84._0x28c89e);}function _0x3375eb(_0x8472e2,_0x304aae,_0x386081,_0xa4880d){return _0x481b58(_0x386081,_0x304aae-_0x557a86._0x4b7272,_0x304aae- -0x2b,_0xa4880d-0x1c9);}_0x41ce07[_0x3375eb(0x1d3,0x17f,_0x4ed9f9._0x1229ba,0x195)](_0x2e659a);}router[_0x481b58(0x17c,0x169,0x1a4,0x15b)](_0x481b58(0x1ba,0x174,0x156,0x11a),(_0x470c57,_0x74ff82)=>{const _0x17fc98={_0x36b210:0x198,_0x41f1b0:0x238,_0x263a02:0x1d1,_0x2b441e:0x27d,_0xc00cc3:0x246,_0x1a622e:0xe,_0x213b54:0x26,_0x17a057:0x230,_0xb7d6eb:0x1e1},_0x1fddff={_0x3b753a:0x12,_0x510c77:0x1ce},_0x4c3964={_0x1b784e:0x75},_0x4413da={};function _0xe8b8d9(_0x3ff5d0,_0x1252e9,_0x1869a4,_0x1265a6){return _0x481b58(_0x1869a4,_0x1252e9-_0x4c3964._0x1b784e,_0x3ff5d0- -0x152,_0x1265a6-0x14);}_0x4413da[_0x12b2fd(0x1c4,0x1ef,_0x17fc98._0x36b210,0x16d)]=!!jiraClient;function _0x12b2fd(_0x532813,_0x355300,_0x556a72,_0x39230e){return _0x481b58(_0x556a72,_0x355300-_0x1fddff._0x3b753a,_0x532813-0x5b,_0x39230e-_0x1fddff._0x510c77);}_0x4413da[_0x12b2fd(0x231,_0x17fc98._0x41f1b0,_0x17fc98._0x263a02,_0x17fc98._0x2b441e)]=jiraClient?process[_0x12b2fd(0x26d,0x294,0x284,_0x17fc98._0xc00cc3)][_0xe8b8d9(-0x12,-0x5a,-_0x17fc98._0x1a622e,-_0x17fc98._0x213b54)+_0x12b2fd(0x226,0x23b,_0x17fc98._0x17a057,_0x17fc98._0xb7d6eb)]:null,_0x74ff82['json'](_0x4413da);}),router[_0x481b58(0x195,0x1b5,0x1a4,0x1ee)](_0x481b58(0x159,0x18b,0x16e,0x117)+'ey',requireJira,async(_0xb64a82,_0x591f6b)=>{const _0x277f64={_0x219934:0x229,_0x3508f3:0x1f5,_0x32e6ba:0x26e,_0x895d30:0x2ae,_0x4da2e7:0x28f,_0x19c057:0x32a,_0x126b2e:0x2ec,_0x111eb0:0x235,_0x2af661:0x46b,_0xedf25:0x4be,_0x54c597:0x4cb,_0x2cae47:0x455,_0x3356e7:0x44f,_0xa72de3:0x28c,_0x55059b:0x25e,_0x84c003:0x430,_0x2eb858:0x3bd,_0x16a256:0x3cd,_0xe7c568:0x4fd,_0x956a9d:0x483,_0xc83653:0x49f,_0x3e365e:0x50f,_0x520462:0x502,_0x2488dd:0x568,_0x1939e0:0x4a5,_0x88e088:0x485,_0xac374b:0x4c7,_0x25af8d:0x53b,_0x16b1dc:0x4c8,_0x5370d8:0x4a1,_0x5ba8e1:0x4b3,_0x53f797:0x259,_0x19117a:0x1ec,_0x380863:0x1fa,_0x14a3c1:0x19d,_0x7c007b:0x1af,_0x25eece:0x247,_0x3adfde:0x1c1,_0xf867d5:0x4be,_0x4874cb:0x468,_0xb4ab18:0x170,_0x1961ac:0x4f3,_0x722252:0x4f2,_0x4a92cd:0x2ba,_0x17a17b:0x274,_0x299e40:0x29d,_0xd74e73:0x2bf,_0x43094a:0x22b,_0x2f6127:0x40e,_0x3a0b3f:0x4d8,_0xd08b1e:0x4c3,_0x369982:0x50c,_0x1f2e1e:0x237,_0x8c731e:0x27d,_0x580382:0x251,_0x2c6362:0x291,_0x53cb1c:0x222,_0x56bcb0:0x2a8,_0x5bd972:0x507,_0x2e6f3e:0x313,_0x3e13a8:0x258,_0x30b1a4:0x212,_0x525f76:0x26d,_0x4d44c2:0x24a,_0x25621a:0x272,_0x2b155f:0x21e,_0x217464:0x43c,_0x3e7240:0x1ea,_0x2e0a90:0x1ba,_0x1b0cbb:0x260,_0x53e223:0x21b,_0x32844e:0x268,_0xc4f0bc:0x294,_0x13b797:0x2ae,_0x3e08da:0x4f1,_0x384403:0x4c1,_0x41a89a:0x4de,_0x5bdb1a:0x1e5,_0x2072fd:0x270,_0x4dece2:0x47f,_0x1dd56a:0x455,_0x1af88e:0x26d,_0x14a92e:0x256,_0x2edaae:0x421,_0x599109:0x22e,_0xe5c22:0x289,_0x3b65ae:0x219,_0x4262ed:0x229,_0x316106:0x1bc,_0x17130d:0x23b,_0x32b818:0x27d,_0x2cd973:0x2e0,_0x400561:0x226,_0x457d4a:0x2f5,_0x5bfffc:0x1d4,_0x435f13:0x19f,_0x886775:0x1f8,_0x49e974:0x420,_0x1d6ff9:0x203,_0x3b3633:0x256,_0x560b8a:0x418,_0x713da:0x3d7,_0x29ad73:0x474,_0x25b4f4:0x3c9,_0x3103e4:0x299,_0x5efa47:0x2ce,_0xa476e1:0x26a,_0x44119c:0x2a4,_0x130a8a:0x500,_0xe2a391:0x4e4,_0x2d358c:0x4bf,_0x550f28:0x21c,_0x53b394:0x263,_0x1d9b38:0x25f,_0x3214e8:0x27d,_0x3cf264:0x2c1,_0x47ab0f:0x218,_0x5eb5ef:0x2b6,_0x3390fa:0x510,_0x364456:0x1da,_0x16cec4:0x1af,_0x1ffb39:0x16e,_0x387682:0x49c,_0x4513a3:0x4bb,_0x1e9d53:0x4ba,_0x4d33b0:0x3f3,_0x3b8626:0x2aa,_0x648eb8:0x2c0},_0x5d65ce={_0x4bf40c:0x3e5,_0x57d70d:0x152},_0x17260e={_0x39d0f6:0x16c,_0x455a7a:0x179};function _0xfce73b(_0x24ef80,_0x37064a,_0x1f344b,_0x2a4edf){return _0x481b58(_0x37064a,_0x37064a-_0x17260e._0x39d0f6,_0x24ef80-0x2dd,_0x2a4edf-_0x17260e._0x455a7a);}const _0x2a348e={};_0x2a348e[_0x5ccd52(-_0x277f64._0x219934,-_0x277f64._0x3508f3,-0x1b1,-_0x277f64._0x32e6ba)]='JIRA\x20clien'+_0x5ccd52(-0x287,-_0x277f64._0x895d30,-0x2eb,-_0x277f64._0x4da2e7)+'\x20from\x20DATA'+_0x5ccd52(-0x2b1,-0x262,-0x325,-_0x277f64._0x19c057),_0x2a348e[_0x5ccd52(-0x291,-0x2a3,-0x249,-_0x277f64._0x126b2e)]=_0x5ccd52(-_0x277f64._0x111eb0,-0x21c,-0x251,-0x1e7)+_0xfce73b(_0x277f64._0x2af661,_0x277f64._0xedf25,_0x277f64._0x54c597,0x49a)+_0xfce73b(_0x277f64._0x2cae47,0x415,0x3d7,_0x277f64._0x3356e7)+_0x5ccd52(-0x293,-0x29e,-_0x277f64._0xa72de3,-_0x277f64._0x55059b),_0x2a348e['TTESY']=function(_0x5bd614,_0x264b30){return _0x5bd614!==_0x264b30;},_0x2a348e[_0xfce73b(0x409,_0x277f64._0x84c003,_0x277f64._0x2eb858,_0x277f64._0x16a256)]=_0xfce73b(_0x277f64._0xe7c568,_0x277f64._0x956a9d,_0x277f64._0xc83653,0x546),_0x2a348e[_0xfce73b(0x4da,0x4e5,_0x277f64._0x3e365e,0x540)]=_0xfce73b(_0x277f64._0x520462,_0x277f64._0x2488dd,_0x277f64._0x1939e0,_0x277f64._0x88e088)+'fetch\x20JIRA'+'\x20issue:',_0x2a348e[_0xfce73b(_0x277f64._0xac374b,_0x277f64._0x25af8d,0x4fe,0x523)]=_0xfce73b(_0x277f64._0x16b1dc,_0x277f64._0x5370d8,0x471,_0x277f64._0x5ba8e1),_0x2a348e[_0x5ccd52(-_0x277f64._0x53f797,-0x23e,-0x237,-_0x277f64._0x19117a)]='HcuFL',_0x2a348e['WafrH']=_0x5ccd52(-0x1d8,-_0x277f64._0x380863,-_0x277f64._0x14a3c1,-_0x277f64._0x7c007b)+'found',_0x2a348e[_0x5ccd52(-0x24f,-0x279,-_0x277f64._0x25eece,-0x2a2)]='authentica'+'tion\x20faile'+'d',_0x2a348e[_0x5ccd52(-0x20e,-0x206,-0x196,-_0x277f64._0x3adfde)]=_0xfce73b(_0x277f64._0xf867d5,0x46e,_0x277f64._0x4874cb,_0x277f64._0x4874cb)+_0x5ccd52(-0x1e1,-_0x277f64._0xb4ab18,-0x24e,-0x242)+'d';function _0x5ccd52(_0x457eb8,_0x1d2c70,_0x44d29b,_0x2d7c18){return _0x481b58(_0x2d7c18,_0x1d2c70-0x1bd,_0x457eb8- -_0x5d65ce._0x4bf40c,_0x2d7c18-_0x5d65ce._0x57d70d);}_0x2a348e['pYvcQ']=_0xfce73b(_0x277f64._0x1961ac,0x4fd,_0x277f64._0x722252,0x4ac)+_0x5ccd52(-_0x277f64._0x4a92cd,-0x284,-0x2d5,-0x23d);const _0x26d70c=_0x2a348e;try{const _0x2dece9=_0xb64a82[_0x5ccd52(-0x218,-_0x277f64._0x17a17b,-0x206,-0x28f)]['key']['trim']()[_0x5ccd52(-_0x277f64._0x299e40,-0x317,-_0x277f64._0xd74e73,-_0x277f64._0x43094a)+'e']();if(!/^[A-Z]+-\d+$/i[_0xfce73b(0x436,0x3e6,_0x277f64._0x2f6127,0x4a3)](_0x2dece9)){const _0x32ac46={};return _0x32ac46[_0xfce73b(_0x277f64._0x3a0b3f,_0x277f64._0xd08b1e,0x4c8,_0x277f64._0x369982)]=_0x5ccd52(-0x296,-_0x277f64._0x1f2e1e,-0x21e,-0x28d)+'sue\x20key\x20fo'+'rmat',_0x32ac46[_0x5ccd52(-_0x277f64._0x8c731e,-0x26a,-_0x277f64._0x580382,-_0x277f64._0xa72de3)]=_0x26d70c[_0x5ccd52(-_0x277f64._0x2c6362,-_0x277f64._0x53cb1c,-_0x277f64._0x56bcb0,-0x289)],_0x591f6b[_0xfce73b(0x4c3,0x540,_0x277f64._0x5bd972,0x4d2)](0x1*0x1ecc+-0xf6*0x18+0x13c*-0x5)[_0x5ccd52(-0x2aa,-_0x277f64._0x2e6f3e,-0x31d,-_0x277f64._0x3e13a8)](_0x32ac46);}logger[_0x5ccd52(-0x238,-0x1c0,-_0x277f64._0x30b1a4,-_0x277f64._0x525f76)]('Fetching\x20J'+_0x5ccd52(-0x29f,-0x2f6,-_0x277f64._0x4d44c2,-0x2c2)+'\x20'+_0x2dece9);const _0x550fdc=await jiraClient[_0x5ccd52(-0x24d,-_0x277f64._0x25621a,-_0x277f64._0x2b155f,-0x2c9)](_0x2dece9);_0x591f6b[_0xfce73b(0x418,0x3d8,_0x277f64._0x217464,0x3e0)](_0x550fdc);}catch(_0x40176e){if(_0x26d70c['TTESY'](_0x26d70c['iNmDt'],_0x26d70c[_0x5ccd52(-0x2b9,-0x264,-0x32e,-0x30f)]))return _0x4f1616;else{logger[_0x5ccd52(-_0x277f64._0x3e7240,-_0x277f64._0x2e0a90,-0x213,-_0x277f64._0x1b0cbb)](_0x26d70c['ctpuG'],_0x40176e);if(_0x40176e[_0x5ccd52(-_0x277f64._0x8c731e,-_0x277f64._0x53e223,-_0x277f64._0x32844e,-_0x277f64._0xc4f0bc)][_0x5ccd52(-0x2a4,-0x253,-_0x277f64._0x13b797,-0x2bb)](_0x26d70c[_0xfce73b(0x4c7,0x4cb,_0x277f64._0x3e08da,_0x277f64._0x384403)])){if(_0x26d70c[_0xfce73b(_0x277f64._0x41a89a,0x474,0x4b2,0x4cf)](_0x26d70c[_0x5ccd52(-0x259,-_0x277f64._0x5bdb1a,-_0x277f64._0x2072fd,-0x2aa)],'oGCoD')){const _0x2adc18={};return _0x2adc18['error']=_0x26d70c[_0xfce73b(0x49a,0x433,_0x277f64._0x4dece2,0x4d1)],_0x2adc18['message']=_0x40176e[_0xfce73b(0x445,0x406,_0x277f64._0x1dd56a,0x420)],_0x591f6b[_0x5ccd52(-0x1ff,-0x1f6,-_0x277f64._0x1af88e,-_0x277f64._0x14a92e)](0xe7f+-0x4*-0x7a5+-0x2b7f)[_0xfce73b(0x418,0x47b,_0x277f64._0x2edaae,0x489)](_0x2adc18);}else{_0x2252ce=new _0x2fca7c(_0x39c776),_0xf4e259[_0x5ccd52(-_0x277f64._0x599109,-_0x277f64._0xe5c22,-_0x277f64._0x3b65ae,-0x256)](_0x26d70c[_0x5ccd52(-_0x277f64._0x4262ed,-_0x277f64._0x316106,-_0x277f64._0x17130d,-0x21b)]);return;}}else{if(_0x40176e[_0x5ccd52(-_0x277f64._0x32b818,-_0x277f64._0x2cd973,-_0x277f64._0x400561,-_0x277f64._0x457d4a)][_0xfce73b(0x41e,0x3b5,0x445,0x3c3)](_0x26d70c['Nntzq'])){const _0x33f153={};return _0x33f153[_0x5ccd52(-_0x277f64._0x3e7240,-_0x277f64._0x5bfffc,-0x1c4,-0x1b0)]=_0x26d70c[_0x5ccd52(-0x20e,-_0x277f64._0x435f13,-_0x277f64._0x886775,-0x1dd)],_0x33f153[_0xfce73b(0x445,0x460,_0x277f64._0x49e974,0x4af)]=_0x40176e['message'],_0x591f6b[_0x5ccd52(-0x1ff,-_0x277f64._0x1d6ff9,-_0x277f64._0x3b3633,-0x1f6)](0xdb*0x19+0x5d*-0x41+0x3cb)[_0xfce73b(_0x277f64._0x560b8a,_0x277f64._0x713da,_0x277f64._0x29ad73,_0x277f64._0x25b4f4)](_0x33f153);}else{if(_0x40176e[_0x5ccd52(-_0x277f64._0x8c731e,-_0x277f64._0x3103e4,-_0x277f64._0x5efa47,-_0x277f64._0xa476e1)][_0x5ccd52(-_0x277f64._0x44119c,-0x23d,-0x23d,-0x24d)](_0xfce73b(_0x277f64._0x130a8a,0x491,_0x277f64._0xe2a391,_0x277f64._0x2d358c)+_0x5ccd52(-0x1c7,-0x172,-_0x277f64._0x550f28,-0x175))){const _0x2aaf3f={};return _0x2aaf3f[_0x5ccd52(-_0x277f64._0x3e7240,-0x238,-_0x277f64._0x53b394,-0x224)]=_0x26d70c[_0x5ccd52(-0x1fe,-0x1e9,-0x1c2,-0x1ba)],_0x2aaf3f[_0x5ccd52(-0x27d,-0x2cf,-_0x277f64._0x1d9b38,-0x2ad)]=_0x40176e[_0x5ccd52(-_0x277f64._0x3214e8,-_0x277f64._0x3cf264,-_0x277f64._0x47ab0f,-_0x277f64._0x5eb5ef)],_0x591f6b[_0xfce73b(0x4c3,_0x277f64._0x3390fa,0x4fd,0x4e0)](-0x251d+-0x3*0xaab+0x1*0x46b1)['json'](_0x2aaf3f);}else{const _0x332b03={};return _0x332b03[_0x5ccd52(-0x1ea,-_0x277f64._0x364456,-_0x277f64._0x16cec4,-0x268)]=_0x5ccd52(-0x1c0,-0x21f,-_0x277f64._0x1ffb39,-0x1e2)+'fetch\x20JIRA'+_0xfce73b(_0x277f64._0x387682,_0x277f64._0x4513a3,_0x277f64._0x1e9d53,0x4f4),_0x332b03['message']=_0x40176e[_0xfce73b(0x445,0x4be,0x43a,_0x277f64._0x4d33b0)],_0x591f6b['status'](0x47*-0x6f+-0x1ec6+0x3f83)[_0x5ccd52(-_0x277f64._0x3b8626,-_0x277f64._0x648eb8,-0x240,-0x23b)](_0x332b03);}}}}}}),router[_0x41a700(0x2fa,0x342,0x31d,0x34d)](_0x41a700(0x3a7,0x39d,0x3af,0x3d5),requireJira,async(_0x193432,_0x4e7cc8)=>{const _0x23a4a9={_0x38d9d3:0x494,_0x3ed5af:0x1b6,_0x1824e6:0x1b5,_0x58adb8:0x1f3,_0x447a76:0x5a1,_0x2a65a1:0x521,_0x28ed09:0x1b5,_0x53d9f9:0x1ec,_0x362bb6:0x1f4,_0x5c1a5d:0x4b7,_0x247ec1:0x48d,_0x57cadf:0xd3,_0x1c2928:0x14f,_0xc55bdb:0x4d9,_0x175ce2:0x555,_0x593468:0x56a,_0x26c487:0x4f6,_0x490518:0x557,_0x44d8fa:0x23a,_0x509138:0x1f8,_0x41e868:0x24f,_0x263091:0x155,_0x2b17a3:0x17e,_0x4cc516:0x1ed,_0x3afb9d:0x1dd,_0x6d974:0x5a5,_0x360f8b:0x575,_0x2cf4c7:0x502,_0x269f4e:0x510,_0x31f6a1:0x49a,_0x59a648:0x50d,_0x5343df:0x443,_0x3f10cf:0x45e,_0x9729e9:0x4c0,_0x149482:0x4b6,_0x44b3e4:0x48b,_0x396024:0x1e8,_0x40347b:0x11e,_0x39f7c0:0x18a,_0x566445:0x579,_0x5f0101:0x565,_0x5d3960:0x1bb,_0x436b4c:0x1e8,_0x15d393:0x1de,_0x1b23d1:0x1a0,_0x153cca:0x575,_0x12daea:0x511,_0x1cb87c:0x4e7,_0x4fabb0:0x232,_0x522d70:0x21d,_0x30f9ad:0x255,_0xc3f2fe:0x212,_0x15c5ab:0x4f4,_0x350935:0x511,_0x5ecbd1:0x512,_0x3eab8d:0x562,_0x26a8b9:0x52a,_0x24849e:0x5a1,_0x1bdb0f:0x181,_0x41f992:0x501,_0x419d99:0x56d,_0x1b8dad:0x518,_0x2bd2b8:0x449,_0x3e214c:0x4a1,_0x4f5e2e:0x4fc,_0x337962:0x12d,_0x193abb:0x124,_0x4cb883:0x109,_0x406313:0x106,_0x3248c0:0x15b,_0x4de69c:0x157,_0x2c0cc7:0x1e7,_0x5b5440:0x227,_0x2815b8:0x212,_0x585fc8:0x20f,_0x3df90f:0x190,_0x55d0d9:0x177,_0x5d2e2b:0x16d,_0x471dad:0x111,_0x4adc2b:0x4e2,_0x48a5e0:0x210,_0x6e3263:0x1d0,_0x12004d:0x27e,_0x746559:0x206,_0x554def:0x1fd,_0x4f2646:0x188,_0x443ca7:0x248,_0x577643:0x293,_0x14c45a:0x233,_0x44042c:0x14c,_0x46d675:0x506,_0x3a2349:0x54b,_0x5d53ab:0x50a,_0xa19adc:0x564,_0x30578c:0x595,_0x36505b:0x253,_0x22f5ee:0x218,_0x456906:0x225,_0x383b64:0x18c,_0x40444b:0x1d2,_0x2b4446:0x206,_0x1a691d:0x54f,_0x1ed37c:0x534,_0x489610:0x1f0,_0x3e5b46:0x21f,_0x7f2ee4:0x1e8,_0x4c277e:0x503,_0xe59c9f:0x56c,_0x21e938:0x5d6,_0x43eb67:0x4a3,_0x1f5943:0x4ec,_0x9dc3b0:0x4b2,_0x1f64a9:0x541,_0xb5dc68:0x4d0,_0x524a9a:0x182,_0x34cf0a:0x152,_0x11e6d3:0x180,_0x3a6fc1:0x51e,_0x33130f:0x549,_0x5e1d83:0x4ff,_0x34c7e6:0x50b,_0x301dd2:0x4df,_0x36c412:0x493,_0x45a009:0x51a,_0x43df01:0x4d1,_0x27b9f0:0x1af,_0x51b1f5:0x522,_0x48ff5f:0x5bf,_0x2156f2:0x4b3,_0x240233:0x4f3,_0x1976ce:0x4a4,_0xf2a44e:0x55a,_0x4c8a2e:0x516,_0x55b69e:0x138,_0x5901b5:0x53a,_0x239649:0x51c,_0x34bedb:0x1b6,_0x2ab9a1:0x169,_0x359279:0x160,_0x5b1461:0x255,_0x40f0f3:0x270,_0x2a8445:0x1fa,_0x9b2f21:0x27a,_0x40ccf7:0x2aa,_0x2f7e53:0x12f,_0x48cab6:0x1c5,_0xe1ffd2:0x167,_0x435344:0x1dd,_0x3936b0:0x519,_0x55db78:0x4d8,_0x2dbf9b:0x4df,_0x2914ea:0x1fd,_0x58c142:0x238,_0x139522:0x149,_0x36e2eb:0x514,_0x42e4dd:0x485,_0x44fa3a:0x1ef,_0x4d0a3e:0x11b,_0x59bd94:0x173,_0x347c21:0x1fa,_0x5e38e1:0x1e3,_0x5550ac:0x1be,_0x3f65d1:0x1ee,_0x5abdad:0x1c6,_0x1c6ad7:0x1ed,_0x5082dc:0x1eb,_0x192780:0x237,_0x646cc9:0x206,_0x2cdfb1:0x55b,_0x1ffcc6:0x591,_0x178fa2:0x475,_0x4c7d89:0x4c4,_0x1d4583:0x271,_0x4ef9f9:0x22d,_0x42d0d9:0x5b2,_0x241806:0x527,_0x501007:0x55a,_0x44a682:0x572,_0x549711:0x5c1,_0x54a64e:0x522,_0x179326:0xe8,_0x27df47:0x59d,_0x1176fa:0x491,_0x27d5f0:0x45f,_0x93c8e7:0x4a4,_0x137b1d:0x23d,_0x32e5ec:0x29e,_0x21796b:0x43c,_0x1325e8:0x44f,_0x318ea3:0x16c,_0x46a2bd:0x173,_0x580041:0x497,_0x57d6bd:0x4b5,_0x4a8e89:0x201,_0x59d602:0x1bc,_0x49dcd7:0x270,_0x56cad1:0x238,_0x1351f1:0x235,_0x5a9150:0x257,_0x378d1b:0x589,_0x1853c6:0x54f,_0x558e87:0x263,_0xe3e978:0x1f9,_0x31466d:0x2ad,_0x5ac8ba:0x193,_0x473d6a:0x550,_0x1b9a69:0x56b,_0x4a6519:0x580,_0x2590d9:0x581,_0x36cf16:0x460,_0x58d638:0x50e,_0x1e9908:0x4d1},_0x612f32={_0x44da06:0x15,_0x1f9463:0x76},_0x5a41fc={_0x542c66:0x1e4,_0x1ca7c4:0x17a},_0x17173a={};_0x17173a['VNGpw']=_0x58713a(0x505,0x59c,0x57f,0x5f8)+_0x58713a(0x4be,0x4a8,_0x23a4a9._0x38d9d3,0x504),_0x17173a['cGVaI']=_0x3392b8(-_0x23a4a9._0x3ed5af,-_0x23a4a9._0x1824e6,-0x14b,-0x149)+'fetch\x20comm'+_0x3392b8(-_0x23a4a9._0x58adb8,-0x1ef,-0x2ad,-0x239),_0x17173a[_0x58713a(0x56a,0x539,0x55c,_0x23a4a9._0x447a76)]=function(_0x5c0a9d,_0x19c8e3){return _0x5c0a9d===_0x19c8e3;},_0x17173a[_0x58713a(0x578,_0x23a4a9._0x2a65a1,0x50a,0x4a1)]=_0x3392b8(-_0x23a4a9._0x28ed09,-_0x23a4a9._0x53d9f9,-_0x23a4a9._0x362bb6,-0x1a7),_0x17173a['hUout']=_0x58713a(0x520,_0x23a4a9._0x5c1a5d,0x4de,_0x23a4a9._0x247ec1),_0x17173a[_0x3392b8(-0x1b0,-0x168,-_0x23a4a9._0x57cadf,-_0x23a4a9._0x1c2928)]=function(_0x449f79,_0x101131){return _0x449f79!==_0x101131;},_0x17173a[_0x58713a(0x547,_0x23a4a9._0xc55bdb,0x506,_0x23a4a9._0x175ce2)]=_0x58713a(0x599,_0x23a4a9._0x593468,0x52d,_0x23a4a9._0x26c487),_0x17173a[_0x58713a(0x54d,0x56f,_0x23a4a9._0x490518,0x535)]=function(_0x2ec3bb,_0x3278c4){return _0x2ec3bb<_0x3278c4;},_0x17173a[_0x3392b8(-0x252,-0x1a2,-_0x23a4a9._0x44d8fa,-_0x23a4a9._0x509138)]=_0x3392b8(-0x221,-_0x23a4a9._0x41e868,-0x198,-0x1e5)+_0x3392b8(-0x14f,-0x101,-_0x23a4a9._0x263091,-_0x23a4a9._0x2b17a3);function _0x3392b8(_0xd10caf,_0x4cbf14,_0x25f104,_0x4a71ba){return _0x41a700(_0xd10caf-_0x5a41fc._0x542c66,_0x4cbf14-_0x5a41fc._0x1ca7c4,_0x25f104,_0x4a71ba- -0x526);}_0x17173a[_0x3392b8(-_0x23a4a9._0x4cc516,-0x239,-0x213,-_0x23a4a9._0x3afb9d)]=_0x58713a(_0x23a4a9._0x6d974,_0x23a4a9._0x447a76,_0x23a4a9._0x360f8b,0x510)+_0x58713a(_0x23a4a9._0x2cf4c7,_0x23a4a9._0x269f4e,_0x23a4a9._0x31f6a1,0x498)+_0x58713a(_0x23a4a9._0x59a648,0x467,0x4a5,_0x23a4a9._0x5343df)+_0x58713a(_0x23a4a9._0x3f10cf,_0x23a4a9._0x9729e9,_0x23a4a9._0x149482,_0x23a4a9._0x44b3e4)+'rs';function _0x58713a(_0x107fd9,_0x545e6a,_0x6eef95,_0x162918){return _0x41a700(_0x107fd9-_0x612f32._0x44da06,_0x545e6a-_0x612f32._0x1f9463,_0x545e6a,_0x6eef95-0x1b1);}_0x17173a['AVaCX']=function(_0x1547a3,_0xedd191){return _0x1547a3===_0xedd191;},_0x17173a[_0x3392b8(-_0x23a4a9._0x396024,-0x1ba,-_0x23a4a9._0x40347b,-_0x23a4a9._0x39f7c0)]=_0x58713a(0x567,0x50a,_0x23a4a9._0x566445,0x504),_0x17173a['MIVvo']=_0x58713a(0x591,_0x23a4a9._0x5f0101,0x58e,0x579)+_0x3392b8(-_0x23a4a9._0x5d3960,-_0x23a4a9._0x436b4c,-0x1db,-_0x23a4a9._0x15d393)+_0x3392b8(-_0x23a4a9._0x1b23d1,-0x226,-0x1e9,-0x1bd),_0x17173a[_0x58713a(0x59b,0x4b0,0x52e,_0x23a4a9._0x153cca)]=_0x58713a(0x492,_0x23a4a9._0x5c1a5d,_0x23a4a9._0x12daea,_0x23a4a9._0x1cb87c)+_0x3392b8(-_0x23a4a9._0x4fabb0,-_0x23a4a9._0x522d70,-_0x23a4a9._0x30f9ad,-_0x23a4a9._0xc3f2fe),_0x17173a['GkKoY']=_0x58713a(_0x23a4a9._0x15c5ab,0x521,_0x23a4a9._0x350935,_0x23a4a9._0x5ecbd1)+_0x58713a(0x4db,0x4ec,0x507,_0x23a4a9._0x3eab8d),_0x17173a['Wswuk']='authentica'+_0x58713a(_0x23a4a9._0x26a8b9,_0x23a4a9._0x24849e,0x56d,0x58f)+'d',_0x17173a[_0x3392b8(-0x1a1,-0x16e,-_0x23a4a9._0x1bdb0f,-0x15d)]='Authentica'+_0x58713a(0x55c,_0x23a4a9._0x41f992,_0x23a4a9._0x419d99,0x5de)+'d',_0x17173a[_0x58713a(_0x23a4a9._0x1b8dad,_0x23a4a9._0x2bd2b8,_0x23a4a9._0x3e214c,_0x23a4a9._0x4f5e2e)]=_0x3392b8(-_0x23a4a9._0x337962,-_0x23a4a9._0x193abb,-_0x23a4a9._0x4cb883,-0x153),_0x17173a[_0x3392b8(-_0x23a4a9._0x406313,-0x1cc,-_0x23a4a9._0x3248c0,-_0x23a4a9._0x4de69c)]='Failed\x20to\x20'+_0x3392b8(-_0x23a4a9._0x2c0cc7,-_0x23a4a9._0x5b5440,-_0x23a4a9._0x2815b8,-0x1de)+_0x3392b8(-0x1f1,-0x1c9,-0x1a7,-0x21d);const _0x587bc5=_0x17173a;try{if(_0x587bc5['zdEml'](_0x587bc5[_0x58713a(0x48f,0x4e2,0x50a,0x510)],_0x587bc5[_0x3392b8(-_0x23a4a9._0x585fc8,-_0x23a4a9._0x3df90f,-_0x23a4a9._0x55d0d9,-0x1f3)])){const _0x1ad289={};return _0x1ad289[_0x3392b8(-_0x23a4a9._0x5d2e2b,-0x142,-_0x23a4a9._0x471dad,-0x173)]=_0x58713a(_0x23a4a9._0x4adc2b,0x586,0x511,0x52a)+_0x3392b8(-0x16b,-0x223,-_0x23a4a9._0x48a5e0,-_0x23a4a9._0x6e3263),_0x1ad289['message']=_0x5285be[_0x3392b8(-0x208,-0x268,-_0x23a4a9._0x12004d,-_0x23a4a9._0x746559)],_0x1a6381[_0x3392b8(-0x1f8,-0x1a2,-_0x23a4a9._0x554def,-_0x23a4a9._0x4f2646)](0x1*0x1e89+0x1212+-0x2f0b)[_0x3392b8(-_0x23a4a9._0x443ca7,-0x284,-_0x23a4a9._0x577643,-_0x23a4a9._0x14c45a)](_0x1ad289);}else{const {query:_0x303592,maxResults:maxResults=0x1*0x16b5+-0xb1+-0x1d4*0xc}=_0x193432[_0x3392b8(-_0x23a4a9._0x44042c,-0x1a0,-0x199,-0x17a)];if(!_0x303592||_0x587bc5['ecclQ'](typeof _0x303592,_0x587bc5[_0x58713a(0x57d,0x4a8,_0x23a4a9._0x46d675,_0x23a4a9._0x3a2349)])){const _0x3df054={};return _0x3df054[_0x58713a(0x5ba,_0x23a4a9._0x5d53ab,_0x23a4a9._0xa19adc,_0x23a4a9._0x30578c)]=_0x3392b8(-_0x23a4a9._0x36505b,-0x1f8,-_0x23a4a9._0x22f5ee,-_0x23a4a9._0x456906)+'arch\x20query',_0x3df054[_0x3392b8(-_0x23a4a9._0x383b64,-0x283,-_0x23a4a9._0x40444b,-_0x23a4a9._0x2b4446)]='Please\x20pro'+_0x58713a(0x595,_0x23a4a9._0x1a691d,0x527,_0x23a4a9._0x1ed37c)+_0x3392b8(-0x1ca,-_0x23a4a9._0x489610,-_0x23a4a9._0x3e5b46,-_0x23a4a9._0x7f2ee4)+_0x58713a(_0x23a4a9._0x4c277e,0x4f7,_0x23a4a9._0xe59c9f,_0x23a4a9._0x21e938)+_0x58713a(0x4ca,_0x23a4a9._0x43eb67,_0x23a4a9._0x1f5943,_0x23a4a9._0x9dc3b0),_0x4e7cc8[_0x58713a(_0x23a4a9._0x1f64a9,_0x23a4a9._0xb5dc68,0x54f,_0x23a4a9._0x419d99)](0x23d2+-0x1db8+-0xe*0x53)[_0x3392b8(-0x1d8,-0x1ce,-_0x23a4a9._0x30f9ad,-0x233)](_0x3df054);}if(_0x587bc5[_0x3392b8(-_0x23a4a9._0x524a9a,-_0x23a4a9._0x34cf0a,-0x1ab,-_0x23a4a9._0x11e6d3)](_0x303592[_0x58713a(_0x23a4a9._0x3a6fc1,_0x23a4a9._0x33130f,0x54e,_0x23a4a9._0x5e1d83)]()[_0x58713a(0x466,0x4a1,0x4db,0x48a)],-0x1*0x26f6+0x12d3+0x1425)){const _0x307b1c={};return _0x307b1c[_0x3392b8(-_0x23a4a9._0x337962,-0x11b,-0x1e2,-0x173)]=_0x587bc5[_0x58713a(_0x23a4a9._0x34c7e6,0x54a,_0x23a4a9._0x301dd2,_0x23a4a9._0x36c412)],_0x307b1c[_0x58713a(_0x23a4a9._0x45a009,_0x23a4a9._0x9729e9,_0x23a4a9._0x43df01,_0x23a4a9._0x350935)]=_0x587bc5[_0x3392b8(-0x25c,-_0x23a4a9._0x27b9f0,-0x1ab,-0x1dd)],_0x4e7cc8[_0x58713a(0x551,_0x23a4a9._0x51b1f5,0x54f,_0x23a4a9._0x48ff5f)](0x439*0x1+0x1c21+-0x1eca)[_0x58713a(_0x23a4a9._0x2156f2,_0x23a4a9._0x240233,_0x23a4a9._0x1976ce,_0x23a4a9._0x4c277e)](_0x307b1c);}logger[_0x58713a(0x4b2,_0x23a4a9._0xf2a44e,_0x23a4a9._0x4c8a2e,0x545)](_0x3392b8(-0x1d9,-_0x23a4a9._0x55b69e,-_0x23a4a9._0x48a5e0,-0x195)+_0x58713a(0x562,_0x23a4a9._0x5901b5,_0x23a4a9._0x239649,0x4d0)+_0x303592+_0x3392b8(-0x15b,-_0x23a4a9._0x34bedb,-_0x23a4a9._0x2ab9a1,-_0x23a4a9._0x359279)+maxResults+')');const _0x29b023=await jiraClient[_0x3392b8(-_0x23a4a9._0x5b1461,-_0x23a4a9._0x40f0f3,-0x1fd,-_0x23a4a9._0x2a8445)+'es'](_0x303592,maxResults);_0x4e7cc8[_0x3392b8(-_0x23a4a9._0x9b2f21,-0x1dc,-_0x23a4a9._0x40ccf7,-_0x23a4a9._0x14c45a)](_0x29b023);}}catch(_0x5be6b0){if(_0x587bc5[_0x3392b8(-0xf0,-_0x23a4a9._0x2f7e53,-_0x23a4a9._0x48cab6,-_0x23a4a9._0xe1ffd2)](_0x587bc5['nogOA'],_0x3392b8(-0x270,-_0x23a4a9._0x435344,-0x2a1,-0x23f))){const _0x5f566f={};return _0x5f566f['error']=_0x587bc5[_0x58713a(_0x23a4a9._0x34c7e6,_0x23a4a9._0x3936b0,_0x23a4a9._0x55db78,0x45c)],_0x5f566f[_0x58713a(0x4a2,_0x23a4a9._0x2dbf9b,_0x23a4a9._0x43df01,0x49e)]=_0x28a558[_0x3392b8(-_0x23a4a9._0x2914ea,-_0x23a4a9._0x58c142,-0x1bd,-0x206)],_0x366956[_0x3392b8(-0x126,-_0x23a4a9._0x139522,-0x1e8,-0x188)](0x3a9*0x3+-0x19*-0x187+0x189*-0x1f)[_0x58713a(0x498,_0x23a4a9._0x36e2eb,0x4a4,_0x23a4a9._0x42e4dd)](_0x5f566f);}else{logger[_0x3392b8(-0x10c,-_0x23a4a9._0x44fa3a,-_0x23a4a9._0x4d0a3e,-_0x23a4a9._0x59bd94)](_0x587bc5[_0x3392b8(-_0x23a4a9._0x347c21,-_0x23a4a9._0x5e38e1,-0x161,-0x17f)],_0x5be6b0);if(_0x5be6b0[_0x3392b8(-_0x23a4a9._0x5550ac,-0x1bc,-0x1bd,-_0x23a4a9._0x746559)][_0x3392b8(-0x1d6,-_0x23a4a9._0x3f65d1,-_0x23a4a9._0x5abdad,-0x22d)](_0x587bc5['nfoXf'])){const _0x2ca654={};return _0x2ca654[_0x3392b8(-0x107,-0x13c,-0x124,-0x173)]=_0x587bc5['GkKoY'],_0x2ca654['message']=_0x5be6b0[_0x3392b8(-_0x23a4a9._0x1c6ad7,-_0x23a4a9._0x5082dc,-_0x23a4a9._0x192780,-_0x23a4a9._0x646cc9)],_0x4e7cc8[_0x58713a(_0x23a4a9._0x2cdfb1,_0x23a4a9._0x1ffcc6,_0x23a4a9._0x1a691d,_0x23a4a9._0x1cb87c)](-0x2f8+0x5*0x5ab+-0x17cf)['json'](_0x2ca654);}else{if(_0x5be6b0[_0x58713a(_0x23a4a9._0x2cf4c7,_0x23a4a9._0x178fa2,0x4d1,_0x23a4a9._0x4c7d89)][_0x3392b8(-_0x23a4a9._0x1d4583,-0x22b,-_0x23a4a9._0x5e38e1,-_0x23a4a9._0x4ef9f9)](_0x587bc5[_0x58713a(_0x23a4a9._0x42d0d9,_0x23a4a9._0x241806,_0x23a4a9._0x501007,_0x23a4a9._0x44a682)])){const _0xac3d88={};return _0xac3d88[_0x58713a(_0x23a4a9._0x549711,_0x23a4a9._0x54a64e,0x564,0x55f)]=_0x587bc5[_0x3392b8(-_0x23a4a9._0x179326,-0xe8,-0x13e,-0x15d)],_0xac3d88[_0x58713a(0x478,_0x23a4a9._0x1cb87c,_0x23a4a9._0x43df01,0x495)]=_0x5be6b0[_0x58713a(0x4c2,0x4b3,0x4d1,0x50d)],_0x4e7cc8[_0x58713a(0x53f,_0x23a4a9._0x27df47,_0x23a4a9._0x1a691d,0x542)](-0x1c6e+0x22c1+-0x4c2)[_0x58713a(_0x23a4a9._0x1176fa,_0x23a4a9._0x27d5f0,_0x23a4a9._0x93c8e7,0x49c)](_0xac3d88);}else{if(_0x587bc5['ecclQ'](_0x587bc5[_0x3392b8(-_0x23a4a9._0x137b1d,-0x2b1,-_0x23a4a9._0x32e5ec,-0x236)],_0x587bc5[_0x58713a(_0x23a4a9._0x21796b,_0x23a4a9._0x41f992,0x4a1,_0x23a4a9._0x1325e8)])){const _0xc88355={};return _0xc88355[_0x3392b8(-0xf8,-_0x23a4a9._0x318ea3,-0x1eb,-_0x23a4a9._0x46a2bd)]=_0x587bc5[_0x58713a(0x44a,_0x23a4a9._0x580041,_0x23a4a9._0x57d6bd,0x4c7)],_0xc88355[_0x3392b8(-_0x23a4a9._0x4a8e89,-_0x23a4a9._0x59d602,-_0x23a4a9._0x49dcd7,-0x206)]=_0x3111eb[_0x3392b8(-_0x23a4a9._0x56cad1,-_0x23a4a9._0x1351f1,-_0x23a4a9._0x5a9150,-_0x23a4a9._0x2b4446)],_0x548b3e[_0x58713a(_0x23a4a9._0x378d1b,0x5c3,_0x23a4a9._0x1853c6,0x4dd)](-0x1304+0x258f+-0x1097)[_0x3392b8(-_0x23a4a9._0x558e87,-_0x23a4a9._0xe3e978,-_0x23a4a9._0x31466d,-0x233)](_0xc88355);}else{const _0x1e4a37={};return _0x1e4a37[_0x3392b8(-0x144,-_0x23a4a9._0x318ea3,-_0x23a4a9._0x5ac8ba,-0x173)]=_0x587bc5[_0x58713a(_0x23a4a9._0x473d6a,_0x23a4a9._0x1b9a69,_0x23a4a9._0x4a6519,_0x23a4a9._0x2590d9)],_0x1e4a37[_0x3392b8(-0x267,-_0x23a4a9._0x58adb8,-0x1eb,-0x206)]=_0x5be6b0[_0x58713a(_0x23a4a9._0x36cf16,_0x23a4a9._0x58d638,_0x23a4a9._0x1e9908,0x463)],_0x4e7cc8[_0x3392b8(-0x1fd,-0x1ec,-_0x23a4a9._0x362bb6,-0x188)](-0xc*0x2af+0x1539+-0x4d*-0x2b)['json'](_0x1e4a37);}}}}}}),router['get'](_0x481b58(0x1c9,0x119,0x16e,0x1da)+'ey/comment'+'s',requireJira,async(_0x5c9d26,_0xbfd96d)=>{const _0x4095e5={_0x2a6ae4:0x4ca,_0x2e1f45:0x484,_0x59614f:0x4ed,_0x4ec45e:0x584,_0x255d51:0x403,_0x42daa0:0x4c5,_0x2df5ca:0x48a,_0x1e3419:0x474,_0x21a3b0:0x4ea,_0x55c612:0x4bf,_0x3e909d:0x46a,_0x3569b0:0x4af,_0x4dfd4a:0x431,_0x51c737:0x405,_0x2cef45:0x44e,_0x2f4ffa:0x49c,_0x336cac:0x477,_0x5e04b7:0x480,_0x1987e8:0x4bc,_0x23863d:0x41a,_0x53f86f:0x3c7,_0x29d2ba:0x476,_0xbfc46:0x432,_0x27b28:0x401,_0x5e76bf:0x3fb,_0x15ec38:0x4e0,_0x236bc:0x4d3,_0x10b5dd:0x469,_0xbe2df8:0x48a,_0x436655:0x4a8,_0x503eb4:0x449,_0x39758d:0x461,_0x321f94:0x4eb,_0x4a7907:0x4e9,_0x452790:0x4d5,_0x2c436f:0x552,_0x7a82ec:0x489,_0x1e812e:0x440,_0x2725da:0x493,_0x180ebc:0x4e7,_0x186aaf:0x4ef,_0x369d42:0x4b9,_0x78cf85:0x486,_0x2597b4:0x527,_0x13d161:0x511,_0x3472fe:0x4c5,_0xd38ea1:0x4de,_0x41deff:0x481,_0x2f89e1:0x3fd,_0x185758:0x519,_0x5aa643:0x508,_0x19d189:0x3f7,_0x1537d8:0x4b9,_0x4f49fa:0x46c,_0xd8c5aa:0x4dd,_0x283a4:0x4dc,_0xde47f8:0x4fb,_0x1d9a73:0x4d6,_0x198481:0x4a1,_0x46878c:0x427,_0xc55450:0x45f,_0x45f095:0x43b,_0x3bec25:0x50e,_0x2b5d5a:0x494,_0x1874f3:0x491,_0x1d2a62:0x3f9,_0x3e1f29:0x381,_0x48cfca:0x39c,_0x46bd63:0x388,_0xc38a74:0x408,_0x4980ec:0x445,_0x5251cd:0x489,_0x12c19d:0x44c,_0x1920c7:0x4d8,_0xf7bb20:0x4d3,_0x21787c:0x53e,_0x2c0667:0x4ec,_0x5ed022:0x47f,_0x4badfb:0x576,_0x3513f4:0x484,_0x5794bc:0x4cf,_0x18897b:0x4ed,_0x320598:0x46f,_0x4e3b55:0x42c,_0x530d40:0x48c,_0x172a5e:0x45c,_0x5bd6df:0x541,_0x746d06:0x4ff,_0x1ce729:0x4ce,_0x7ca0c0:0x445,_0x9aa5b3:0x4f7,_0x58c489:0x4ea,_0x33945e:0x4a7,_0x4d6e11:0x582,_0x3ac849:0x585,_0xe1a242:0x4bd,_0x1228a3:0x41c,_0x203f57:0x44a,_0x31a809:0x3ef,_0x39fa33:0x43f,_0x4b5593:0x56c,_0x1489bd:0x4b4,_0x7fcde6:0x4a4,_0x5a70b7:0x4f2,_0x1aa235:0x50a,_0xce2203:0x4f4,_0x498068:0x4bf,_0x1a90ce:0x4c7,_0x45a854:0x497,_0x55259f:0x42a,_0x138183:0x3bb,_0x4ca329:0x398,_0x391164:0x42c,_0x3ad58a:0x3fb,_0x5c23e9:0x3d6,_0x1a506f:0x42a,_0x1a97e1:0x4ae,_0x55ed26:0x4c6,_0x1fda5c:0x4b3,_0x29349c:0x47d,_0x4ef035:0x3d9,_0x56efe5:0x49d,_0x373f0a:0x442,_0x59bff2:0x3da,_0x38fe76:0x451,_0x274062:0x407,_0x599f57:0x423,_0x3a1835:0x496,_0x5e6748:0x541,_0x111562:0x482,_0x2fed51:0x525,_0x2e13c8:0x49e,_0x537cd7:0x4e2,_0x5acf9c:0x487,_0x457615:0x44f,_0x5827fc:0x488,_0x26f442:0x40a,_0x2c5059:0x46c,_0x347629:0x481,_0x27911e:0x3ff,_0x4d37cb:0x479,_0x1ecf8a:0x45d,_0x1cc3c9:0x3ec,_0x3bf646:0x3ab,_0x50e6b8:0x4e3,_0x40a77a:0x52c,_0x1e60c0:0x419,_0x5dc3e7:0x444,_0x5aae75:0x472,_0x275482:0x55c,_0x3f6ed3:0x4f0,_0x2b1487:0x4a5,_0x5f5c07:0x4ea,_0x4e9040:0x413,_0x1a5407:0x445,_0x2eee5e:0x3eb,_0x5784cb:0x4b3,_0x260338:0x4df,_0x58c665:0x4aa,_0xfc0873:0x43e,_0x5009cb:0x4bf,_0x3bd47e:0x4ba,_0x36b6d6:0x442,_0x467ac1:0x4e4,_0x33fcf7:0x3c0,_0x1241f4:0x4d0},_0x921c10={_0x1b215a:0x181},_0x42ba7f={_0x1c1430:0x18d,_0x3cd5a1:0x111},_0x575f4b={};function _0x2f28ba(_0x449433,_0x5a09fa,_0x3f6459,_0x3eb2cc){return _0x481b58(_0x5a09fa,_0x5a09fa-_0x42ba7f._0x1c1430,_0x3eb2cc-0x304,_0x3eb2cc-_0x42ba7f._0x3cd5a1);}_0x575f4b[_0x2f28ba(0x524,_0x4095e5._0x2a6ae4,_0x4095e5._0x2e1f45,_0x4095e5._0x59614f)]=_0x2f28ba(_0x4095e5._0x4ec45e,0x4f7,0x51c,0x51a)+'\x20denied';function _0x1612f2(_0x53e0af,_0x31b57a,_0x3d439f,_0x4e9b85){return _0x481b58(_0x4e9b85,_0x31b57a-_0x921c10._0x1b215a,_0x53e0af-0x2c4,_0x4e9b85-0xd5);}_0x575f4b['Rltdp']=_0x1612f2(0x44e,0x4a0,_0x4095e5._0x255d51,0x47b)+'ration\x20ena'+'bled\x20from\x20'+_0x1612f2(0x4e5,0x4f5,0x546,0x55e),_0x575f4b[_0x2f28ba(0x410,_0x4095e5._0x42daa0,_0x4095e5._0x2df5ca,_0x4095e5._0x2e1f45)]=_0x1612f2(_0x4095e5._0x1e3419,_0x4095e5._0x21a3b0,0x420,_0x4095e5._0x55c612)+_0x2f28ba(0x417,_0x4095e5._0x3e909d,0x427,0x492)+_0x1612f2(0x43c,0x4aa,_0x4095e5._0x3569b0,_0x4095e5._0x4dfd4a)+_0x2f28ba(0x3de,_0x4095e5._0x51c737,_0x4095e5._0x2cef45,0x456),_0x575f4b['LPFXO']=_0x1612f2(_0x4095e5._0x2f4ffa,0x4cf,0x48a,_0x4095e5._0x336cac),_0x575f4b[_0x1612f2(0x449,_0x4095e5._0x5e04b7,_0x4095e5._0x1987e8,0x3f1)]=_0x1612f2(0x413,_0x4095e5._0x23863d,0x3e5,_0x4095e5._0x53f86f)+_0x1612f2(_0x4095e5._0x29d2ba,_0x4095e5._0xbfc46,_0x4095e5._0x27b28,_0x4095e5._0x5e76bf)+'rmat',_0x575f4b[_0x1612f2(_0x4095e5._0x15ec38,0x50d,_0x4095e5._0x236bc,0x4d7)]=_0x1612f2(_0x4095e5._0x10b5dd,_0x4095e5._0xbe2df8,_0x4095e5._0x436655,_0x4095e5._0x503eb4),_0x575f4b[_0x1612f2(_0x4095e5._0x2a6ae4,0x50e,_0x4095e5._0x39758d,_0x4095e5._0x321f94)]=_0x1612f2(_0x4095e5._0x4a7907,0x4a1,_0x4095e5._0x452790,0x501)+_0x2f28ba(0x4c5,0x595,_0x4095e5._0x2c436f,0x517)+'\x20comments:',_0x575f4b[_0x2f28ba(0x4a6,_0x4095e5._0x7a82ec,_0x4095e5._0x1e812e,_0x4095e5._0x2725da)]=_0x2f28ba(0x505,0x523,_0x4095e5._0x180ebc,_0x4095e5._0x186aaf),_0x575f4b[_0x1612f2(0x45b,0x49f,_0x4095e5._0x369d42,_0x4095e5._0x78cf85)]=_0x2f28ba(0x519,0x4fd,_0x4095e5._0x2597b4,_0x4095e5._0x13d161)+_0x2f28ba(_0x4095e5._0x3472fe,0x3fe,0x4e5,0x46b),_0x575f4b[_0x2f28ba(_0x4095e5._0xd38ea1,0x45e,0x46a,_0x4095e5._0x41deff)]=_0x1612f2(0x470,_0x4095e5._0x2725da,_0x4095e5._0x2f89e1,0x4c1)+_0x2f28ba(_0x4095e5._0x185758,0x517,0x4ae,_0x4095e5._0x5aa643)+'d',_0x575f4b['FjCdx']=_0x1612f2(0x412,_0x4095e5._0x19d189,0x450,0x46d),_0x575f4b[_0x1612f2(0x4a4,0x480,_0x4095e5._0x1537d8,0x45a)]=_0x1612f2(0x4dc,0x514,_0x4095e5._0x4f49fa,0x552),_0x575f4b[_0x1612f2(0x46a,_0x4095e5._0xd8c5aa,_0x4095e5._0x283a4,0x495)]='No\x20permiss'+_0x1612f2(0x4e2,0x4f3,_0x4095e5._0xde47f8,0x536),_0x575f4b[_0x2f28ba(0x4f8,0x522,0x488,_0x4095e5._0x1d9a73)]=function(_0x582902,_0x1fe1eb){return _0x582902!==_0x1fe1eb;},_0x575f4b[_0x1612f2(0x423,_0x4095e5._0x198481,_0x4095e5._0x46878c,_0x4095e5._0xc55450)]=_0x2f28ba(0x467,0x40b,0x47e,_0x4095e5._0x45f095),_0x575f4b['qHsoS']='PibSN',_0x575f4b[_0x2f28ba(_0x4095e5._0x3bec25,_0x4095e5._0x2b5d5a,0x428,_0x4095e5._0x1874f3)]=_0x1612f2(0x4e9,0x482,_0x4095e5._0x283a4,0x503)+_0x2f28ba(0x512,0x439,0x435,0x4a6)+_0x1612f2(_0x4095e5._0x1d2a62,_0x4095e5._0x3e1f29,_0x4095e5._0x48cfca,_0x4095e5._0x46bd63);const _0xbb1f5c=_0x575f4b;try{const _0x311310=_0x5c9d26[_0x1612f2(0x491,0x448,0x4f1,_0x4095e5._0x198481)][_0x1612f2(0x47c,0x4d6,_0x4095e5._0xc38a74,_0x4095e5._0x4980ec)]['trim']()[_0x2f28ba(_0x4095e5._0x3e909d,_0x4095e5._0x5251cd,_0x4095e5._0x12c19d,0x44c)+'e']();if(!/^[A-Z]+-\d+$/i[_0x2f28ba(_0x4095e5._0x236bc,0x4be,_0x4095e5._0x1920c7,0x45d)](_0x311310)){if(_0x1612f2(_0x4095e5._0xf7bb20,0x48f,_0x4095e5._0x21787c,_0x4095e5._0x2c0667)===_0xbb1f5c[_0x2f28ba(0x3f1,0x482,_0x4095e5._0x5ed022,0x436)]){const _0x2ddcee={};return _0x2ddcee[_0x2f28ba(_0x4095e5._0x4badfb,0x53d,_0x4095e5._0x3513f4,0x4ff)]=_0xbb1f5c[_0x2f28ba(_0x4095e5._0x5794bc,0x496,0x4fc,_0x4095e5._0x18897b)],_0x2ddcee[_0x2f28ba(_0x4095e5._0x320598,0x4a3,0x473,0x46c)]=_0x200de5[_0x1612f2(_0x4095e5._0x4e3b55,_0x4095e5._0x530d40,0x475,_0x4095e5._0x172a5e)],_0xc0aa00['status'](-0x1204*0x2+0x112*0x1d+-0x691*-0x1)['json'](_0x2ddcee);}else{const _0x56b4b1={};return _0x56b4b1[_0x2f28ba(0x4e2,_0x4095e5._0x5bd6df,0x4e9,_0x4095e5._0x746d06)]=_0xbb1f5c[_0x2f28ba(0x462,_0x4095e5._0x1ce729,0x4cb,0x489)],_0x56b4b1[_0x1612f2(0x42c,0x3d3,_0x4095e5._0x7ca0c0,0x45f)]=_0xbb1f5c['KVmqI'],_0xbfd96d[_0x2f28ba(0x506,_0x4095e5._0x9aa5b3,_0x4095e5._0x1537d8,_0x4095e5._0x58c489)](-0x7b4+-0x2458+-0x54*-0x8b)['json'](_0x56b4b1);}}logger['debug'](_0x1612f2(0x442,_0x4095e5._0x530d40,0x482,0x3fd)+_0x1612f2(0x48a,0x4a3,_0x4095e5._0x33945e,0x4c4)+_0x1612f2(0x40f,0x416,0x413,0x3d4)+'ue:\x20'+_0x311310);const _0x56e755=await jiraClient[_0x2f28ba(_0x4095e5._0x4d6e11,_0x4095e5._0x3ac849,0x50f,0x506)+'s'](_0x311310),_0xef66dc={};_0xef66dc[_0x1612f2(0x440,0x4a2,_0x4095e5._0xe1a242,0x44d)]=_0x56e755[_0x1612f2(0x436,_0x4095e5._0x1228a3,_0x4095e5._0x203f57,0x451)],_0xef66dc['comments']=_0x56e755,_0xbfd96d[_0x2f28ba(_0x4095e5._0x31a809,0x430,0x3ca,_0x4095e5._0x39fa33)](_0xef66dc);}catch(_0x25e71e){if(_0xbb1f5c['PjIkv']===_0xbb1f5c[_0x2f28ba(_0x4095e5._0x4b5593,0x517,0x4b5,0x520)]){logger[_0x1612f2(0x4bf,_0x4095e5._0x1489bd,_0x4095e5._0x7fcde6,0x48b)](_0xbb1f5c[_0x2f28ba(_0x4095e5._0x5a70b7,0x53a,0x493,_0x4095e5._0x1aa235)],_0x25e71e);if(_0x25e71e['message']['includes'](_0xbb1f5c[_0x2f28ba(_0x4095e5._0xce2203,_0x4095e5._0x4a7907,0x43a,0x493)])){const _0x47d2f7={};return _0x47d2f7[_0x1612f2(_0x4095e5._0x498068,_0x4095e5._0x15ec38,0x441,0x482)]=_0xbb1f5c[_0x1612f2(0x45b,_0x4095e5._0xe1a242,0x4be,_0x4095e5._0x1a90ce)],_0x47d2f7[_0x1612f2(_0x4095e5._0x4e3b55,_0x4095e5._0x45a854,0x430,0x4a3)]=_0x25e71e[_0x1612f2(_0x4095e5._0x4e3b55,_0x4095e5._0x55259f,_0x4095e5._0x138183,0x480)],_0xbfd96d[_0x1612f2(0x4aa,0x475,0x4e3,0x528)](-0x819+0x351+0x65c)[_0x1612f2(0x3ff,0x3e7,_0x4095e5._0x4dfd4a,_0x4095e5._0x4ca329)](_0x47d2f7);}else{if(_0x25e71e[_0x1612f2(_0x4095e5._0x391164,0x3cd,_0x4095e5._0x29d2ba,_0x4095e5._0x3ad58a)][_0x1612f2(0x405,_0x4095e5._0x5c23e9,_0x4095e5._0x503eb4,0x3c5)](_0xbb1f5c['Uvagf'])){if(_0xbb1f5c[_0x1612f2(_0x4095e5._0x1a506f,0x3b0,0x494,_0x4095e5._0x530d40)]!==_0xbb1f5c['RUdKV']){const _0xfae7ba={};return _0xfae7ba['error']='Authentica'+_0x1612f2(0x4c8,_0x4095e5._0x1a97e1,_0x4095e5._0x55ed26,_0x4095e5._0x1fda5c)+'d',_0xfae7ba[_0x1612f2(0x42c,0x3e1,0x3dc,0x3be)]=_0x25e71e[_0x1612f2(0x42c,_0x4095e5._0x29349c,_0x4095e5._0x4ef035,_0x4095e5._0x56efe5)],_0xbfd96d['status'](-0x19*0x185+-0x13f*0x6+0x2f08)[_0x1612f2(0x3ff,_0x4095e5._0x373f0a,0x38e,_0x4095e5._0x59bff2)](_0xfae7ba);}else{_0xe31c1e=new _0x37fb1c(_0x26f252),_0x19759f[_0x1612f2(0x47b,0x48d,0x43c,0x478)](_0xbb1f5c[_0x2f28ba(0x4fe,_0x4095e5._0x38fe76,0x475,0x483)]);return;}}else{if(_0x25e71e[_0x2f28ba(0x461,0x4ce,_0x4095e5._0x1489bd,_0x4095e5._0x4f49fa)][_0x2f28ba(0x46f,_0x4095e5._0x274062,_0x4095e5._0x599f57,0x445)](_0xbb1f5c['EUyfR'])){if(_0xbb1f5c[_0x1612f2(_0x4095e5._0x3a1835,0x4c6,0x4da,0x4e5)](_0xbb1f5c['HNivI'],_0xbb1f5c[_0x2f28ba(_0x4095e5._0x5e6748,_0x4095e5._0x111562,_0x4095e5._0x2fed51,0x4d2)])){const _0xf8b42d={};return _0xf8b42d[_0x1612f2(0x4bf,_0x4095e5._0x2e13c8,_0x4095e5._0x537cd7,0x4b9)]=_0xbb1f5c[_0x2f28ba(0x487,0x4c6,_0x4095e5._0x5acf9c,_0x4095e5._0x18897b)],_0xf8b42d[_0x2f28ba(_0x4095e5._0x457615,_0x4095e5._0x5827fc,_0x4095e5._0x26f442,_0x4095e5._0x2c5059)]=_0x25e71e[_0x2f28ba(_0x4095e5._0x347629,_0x4095e5._0x78cf85,_0x4095e5._0x78cf85,0x46c)],_0xbfd96d[_0x2f28ba(0x566,0x526,0x517,0x4ea)](-0x7*0x552+0x13ba+0x1317)[_0x1612f2(_0x4095e5._0x27911e,_0x4095e5._0x4d37cb,0x46d,0x465)](_0xf8b42d);}else{const _0x5315cb={};return _0x5315cb['error']=_0x1612f2(0x413,_0x4095e5._0x1ecf8a,_0x4095e5._0x1cc3c9,_0x4095e5._0x3bf646)+'sue\x20key\x20fo'+_0x2f28ba(_0x4095e5._0x50e6b8,0x4d8,_0x4095e5._0x40a77a,0x4e0),_0x5315cb[_0x1612f2(0x42c,0x3df,_0x4095e5._0x1e60c0,_0x4095e5._0x3e909d)]=_0xbb1f5c[_0x1612f2(_0x4095e5._0x5dc3e7,0x3c7,_0x4095e5._0x5aae75,0x415)],_0xb2a7a1[_0x2f28ba(_0x4095e5._0x275482,_0x4095e5._0x3f6ed3,_0x4095e5._0x2b1487,_0x4095e5._0x5f5c07)](-0x2339+0x445+0x2084)[_0x1612f2(0x3ff,_0x4095e5._0x4e9040,_0x4095e5._0x1a5407,_0x4095e5._0x2eee5e)](_0x5315cb);}}else{const _0x2eb59f={};return _0x2eb59f['error']=_0xbb1f5c[_0x1612f2(_0x4095e5._0x38fe76,0x4c7,0x427,0x4a0)],_0x2eb59f[_0x2f28ba(_0x4095e5._0x5784cb,0x4de,0x404,0x46c)]=_0x25e71e[_0x2f28ba(0x467,0x41e,_0x4095e5._0x260338,_0x4095e5._0x2c5059)],_0xbfd96d[_0x1612f2(_0x4095e5._0x58c665,0x44b,_0x4095e5._0xfc0873,0x4a8)](0x19b4*0x1+0x2157+-0x3917)[_0x2f28ba(0x3cc,_0x4095e5._0x111562,0x46e,0x43f)](_0x2eb59f);}}}}else{const _0x3ca5be={};return _0x3ca5be[_0x1612f2(_0x4095e5._0x5009cb,_0x4095e5._0x3bd47e,_0x4095e5._0x36b6d6,_0x4095e5._0x467ac1)]='Issue\x20not\x20'+'found',_0x3ca5be[_0x1612f2(0x42c,0x41a,_0x4095e5._0x33fcf7,0x3e2)]=_0x43ad34[_0x1612f2(_0x4095e5._0x4e3b55,0x3c7,0x3c2,0x42a)],_0x2b3fb6[_0x2f28ba(_0x4095e5._0x1241f4,0x53d,0x4d4,0x4ea)](0x5f2*-0x1+-0x22d*-0x3+0xff)['json'](_0x3ca5be);}}}),router[_0x481b58(0x203,0x156,0x195,0x187)]('/issues/:k'+'ey/comment',requireJira,async(_0x2f92cc,_0x441873)=>{const _0x5aec77={_0x3e1091:0xef,_0x1fbffe:0x132,_0x7469d0:0x124,_0x41de3d:0x13f,_0x30ff2a:0x1a0,_0x1a0d29:0x189,_0x3c6384:0x135,_0x50ef1b:0xa7,_0x2f7644:0x83,_0x2b3461:0x67,_0x1b2d24:0x105,_0x4376dc:0x35,_0x556465:0x1d,_0x81e468:0x92,_0x858e21:0x2e,_0x1602d1:0x17,_0x5f410c:0xa3,_0x19309a:0xac,_0x4aa732:0x195,_0x3f9ad2:0x30,_0x73ebfc:0x1cc,_0x247596:0x234,_0xe9ce4d:0x1d3,_0x176ced:0x1a5,_0x4bcf86:0x76,_0x190d51:0xa0,_0x1c2b3e:0x1d3,_0x354e40:0x1ab,_0x1cce4d:0xf6,_0x2b67da:0x19b,_0x1a025f:0x17a,_0x4bf193:0xeb,_0x52a12f:0x12c,_0x540206:0x32,_0x15bb88:0x6d,_0x3dc409:0x17e,_0x5822eb:0x19d,_0x1e7877:0x23d,_0xa98988:0x101,_0xcdb5b9:0xae,_0x4358cb:0xd2,_0x1fb2c7:0xaa,_0x2d43e9:0x43,_0x585f2a:0xa8,_0x1b4558:0x8e,_0x354388:0xf4,_0x479bff:0x1ca,_0x8cb518:0x163,_0x3042cb:0x11e,_0x4e263b:0xab,_0x40d444:0x19c,_0xf714e:0x194,_0x284e7a:0xd1,_0x3e2aa9:0xfe,_0x24acac:0x130,_0x514f6b:0x147,_0x25c027:0x113,_0x2fe257:0x115,_0x3510bf:0x1c6,_0x1996b5:0x177,_0x1347eb:0x140,_0x15b3c6:0x89,_0x6fc4f5:0xfe,_0x1d2809:0xd0,_0x5d4c91:0xdf,_0x51f517:0x1c9,_0x17612b:0x20b,_0x5b1ccd:0x202,_0x144c98:0x256,_0x246db7:0x1ae,_0x191ddd:0x18a,_0x1ac3e1:0x12b,_0x5c793f:0x7a,_0x10a23f:0xf5,_0x3d1685:0xbe,_0x2ccfd7:0x90,_0xa563cd:0xf0,_0x2b72b1:0xbb,_0x45f78c:0x22e,_0x4733c1:0x1c5,_0x38ade9:0x244,_0x4738f0:0x246,_0x2680e2:0x168,_0x22b41d:0x1ea,_0x428bd6:0x1d9,_0x189193:0x189,_0x38ba66:0x1dd,_0x51e3ac:0xec,_0x5f261d:0xf9,_0x320b2c:0xc5,_0x4e876e:0xe8,_0x10f3f6:0xbe,_0xdaaca1:0x32,_0x464fc3:0x14f,_0x156edf:0x133,_0x3aad82:0x11c,_0x3b7c51:0x36,_0x55a83c:0x4,_0x104c30:0x9e,_0x41bd1e:0x86,_0x12d8bc:0x5e,_0xe59d73:0x1d4,_0x34a76c:0x1c7,_0x1ea90a:0x20d,_0xb78697:0x158,_0xf4b7d0:0xba,_0x4c7bb1:0x18a,_0x281e56:0xb,_0x794cb7:0x161,_0x3cbb38:0x163,_0x3213b1:0x105,_0x2392e1:0x13c,_0x189d9a:0x14d,_0x39bdfd:0x178,_0x575124:0x1b2,_0x437913:0x52,_0x167f4e:0x13c,_0x23b2b7:0x21,_0x38c04a:0x66,_0x1d8b9e:0x181,_0x12d043:0x3a,_0x48f306:0x9d,_0x4a41c5:0x1c5,_0x442bd9:0x180,_0x4681fc:0xcc,_0x260af6:0x1b8,_0x37209a:0x16d,_0x174a54:0x1de,_0x33a19d:0x23d,_0x2667ef:0xb8,_0x9d6642:0x10c,_0x29757b:0x1f5,_0x11d254:0x1c7,_0x5978a3:0x1a0,_0x2ae209:0x1e3,_0x1fb2e7:0xd5,_0x51c280:0xc0,_0x5edaa6:0xd6,_0x445126:0x17,_0x3ff2b8:0x5d,_0x871f08:0x44,_0x33e698:0x12e,_0x5a14ce:0xf1,_0x354c3:0xcb,_0x2d8bc7:0xd0,_0xcd48fb:0x5b,_0x23d90a:0x1b,_0x884a4b:0x29,_0x1b1d67:0x26,_0x1d4fa1:0x4b,_0xe42c35:0xa5,_0x15622d:0x109,_0x28c0eb:0x118,_0x124ce8:0x156,_0xede735:0x1ad,_0x2a3c6d:0x201,_0x540685:0x1e9,_0x13bc9b:0x1f9,_0x59c171:0x69,_0x18abdf:0x41,_0x5cea16:0xa4,_0x217bf5:0xcd,_0x54dbd8:0x123,_0x1a9597:0x1b5,_0x45aa67:0x1df,_0x23c501:0xc8,_0x4fc4a9:0x145,_0x31189b:0x122,_0x3b8b40:0x196,_0x193633:0x50,_0x5da913:0xc4,_0x476c3b:0x47,_0x7d5894:0x6c,_0x2acdcc:0x3a,_0x1fc06d:0xa9,_0x1dce5d:0x1c6,_0x13015f:0x14f,_0x2c9c86:0xe6,_0x373716:0x10b,_0x32e937:0xba,_0x2961d4:0x7c,_0x31b90b:0xf,_0x2d04fb:0x151,_0x1d3bae:0x135,_0x402d86:0x13d,_0xcda100:0x148,_0x554463:0x100,_0x678c3:0x104,_0x3a26dd:0xb0,_0x36c2bc:0xd6,_0x289234:0x1b,_0x1dab0:0x106,_0x432779:0x14a,_0x4c77ae:0x251,_0xb82c:0x16b,_0x4e71fc:0x7d,_0x23ff0d:0xff,_0x241c0a:0x87,_0x264481:0x77,_0x44661c:0x1c7,_0x29493b:0x1c8,_0x46c7f7:0x242,_0xdf464f:0xcf,_0xc5d73d:0xf3,_0x5f43b6:0x23,_0x29bad4:0x3a,_0x538760:0xa2,_0x46f57d:0x1e,_0x5ac5c0:0x158,_0x3f46eb:0x137,_0x901acb:0x19,_0x4c6f00:0x1db,_0x2a5806:0x22a,_0x30df39:0x22c,_0x1d1437:0x1aa,_0x172f40:0x1b6,_0x3a3d98:0x97,_0x3cf12b:0x7f,_0x4fe4c4:0xf7,_0x2f12c1:0x1a0,_0x430632:0x1ce,_0x3589f3:0x198,_0x122a32:0x22d,_0x476f02:0x226,_0x701887:0x3e,_0x3442e3:0x105,_0x2217fd:0x14a,_0x54267c:0x1a8,_0x1a5788:0x22b,_0xd077f1:0x1ef,_0x816f38:0x51,_0x578f4e:0xe2,_0x57f353:0x38,_0x3a0e3f:0x7e,_0x5acee4:0x67,_0x5d06ce:0xd3,_0xe739ad:0x63,_0x3408d9:0x1a,_0x47d6f8:0x2f,_0x30ca63:0x94,_0x3c961b:0x18,_0x6e877:0x62,_0x1788f7:0x180,_0x14614a:0xd6,_0x280388:0xd9,_0x3a12e9:0xf1,_0x51ed29:0x122,_0x5676d7:0x123,_0x233b09:0x105,_0x111b76:0x13e,_0x3c5c4b:0xb5,_0x296ab3:0x1be,_0x5f1977:0x1c3,_0x9c08c5:0x159,_0x1ac9fc:0x187,_0x53d741:0xdb,_0x7aa1af:0x2b,_0x48e214:0x6c,_0x3680f5:0x4f,_0x21725d:0x61,_0x40ab92:0x9,_0x6c183f:0xa1,_0x12bc3b:0xa3,_0x20d755:0x75,_0x1d5ac4:0x18b,_0x52c202:0x1c9,_0xb863f8:0x3,_0xaccab6:0xd},_0x1ef9f0={_0x39769c:0x2e6},_0x45475b={_0x38a5ef:0xad,_0x4c68f7:0x4e8},_0xfd7bea={};_0xfd7bea['NiXUV']=_0x2205c7(_0x5aec77._0x3e1091,_0x5aec77._0x1fbffe,0xf7,_0x5aec77._0x7469d0)+_0x2bb72c(-_0x5aec77._0x41de3d,-_0x5aec77._0x30ff2a,-_0x5aec77._0x1a0d29,-_0x5aec77._0x3c6384)+_0x2205c7(_0x5aec77._0x50ef1b,0x44,_0x5aec77._0x2f7644,_0x5aec77._0x2b3461),_0xfd7bea[_0x2205c7(_0x5aec77._0x1b2d24,0x106,0x9e,_0x5aec77._0x4376dc)]=_0x2205c7(_0x5aec77._0x556465,_0x5aec77._0x81e468,0x7a,0xdb)+_0x2205c7(0x87,0x5c,_0x5aec77._0x858e21,-_0x5aec77._0x1602d1),_0xfd7bea[_0x2205c7(-0x18,_0x5aec77._0x5f410c,0x3c,_0x5aec77._0x19309a)]=_0x2bb72c(-0x13b,-0x188,-0x193,-_0x5aec77._0x4aa732)+_0x2205c7(0x54,0xd7,0x70,_0x5aec77._0x3f9ad2),_0xfd7bea[_0x2bb72c(-0x1fa,-_0x5aec77._0x73ebfc,-0x15b,-_0x5aec77._0x247596)]=_0x2bb72c(-0x179,-0x184,-_0x5aec77._0xe9ce4d,-_0x5aec77._0x176ced)+_0x2205c7(_0x5aec77._0x4bcf86,_0x5aec77._0x190d51,0xd6,0x11e)+'d',_0xfd7bea[_0x2bb72c(-0x196,-_0x5aec77._0x1c2b3e,-_0x5aec77._0x354e40,-0x1ce)]=_0x2bb72c(-_0x5aec77._0x1cce4d,-0x14f,-_0x5aec77._0x2b67da,-_0x5aec77._0x1a025f)+_0x2bb72c(-_0x5aec77._0x4bf193,-_0x5aec77._0x52a12f,-0x117,-0x107)+'d',_0xfd7bea[_0x2205c7(_0x5aec77._0x540206,0x2a,0x86,0xbd)]=_0x2205c7(0x29,0x16,_0x5aec77._0x15bb88,0xa9),_0xfd7bea[_0x2bb72c(-0x137,-0x181,-_0x5aec77._0x3dc409,-0x1b6)]=_0x2bb72c(-0x23c,-0x1e1,-_0x5aec77._0x5822eb,-_0x5aec77._0x1e7877)+_0x2bb72c(-0x182,-_0x5aec77._0x3dc409,-_0x5aec77._0xa98988,-0x1fb)+_0x2205c7(0xfa,0x58,_0x5aec77._0xcdb5b9,_0x5aec77._0x4358cb),_0xfd7bea['kdHoN']=function(_0x346547,_0x558e03){return _0x346547!==_0x558e03;},_0xfd7bea[_0x2205c7(-0x28,_0x5aec77._0x1fb2c7,_0x5aec77._0x2d43e9,0x5a)]=_0x2205c7(0x75,0x107,0x96,_0x5aec77._0x585f2a),_0xfd7bea['oEeVm']=function(_0x313de8,_0x44de05){return _0x313de8===_0x44de05;},_0xfd7bea[_0x2205c7(0xb7,_0x5aec77._0x1b4558,0xcb,_0x5aec77._0x354388)]=_0x2bb72c(-_0x5aec77._0x479bff,-0x155,-0x13c,-_0x5aec77._0x8cb518)+_0x2205c7(0xa9,_0x5aec77._0x3042cb,0xdb,_0x5aec77._0x4e263b)+_0x2bb72c(-_0x5aec77._0x40d444,-0x14e,-_0x5aec77._0xf714e,-_0x5aec77._0x284e7a)+_0x2bb72c(-_0x5aec77._0x3e2aa9,-_0x5aec77._0x24acac,-0x182,-0x12a)+_0x2bb72c(-_0x5aec77._0x514f6b,-0x13c,-_0x5aec77._0x25c027,-0xe3),_0xfd7bea['MIuVj']='Failed\x20to\x20'+_0x2bb72c(-0x11b,-0x16e,-_0x5aec77._0x2fe257,-_0x5aec77._0x3510bf)+_0x2bb72c(-0x17b,-_0x5aec77._0x1996b5,-_0x5aec77._0x1347eb,-0x12a),_0xfd7bea[_0x2205c7(_0x5aec77._0x15b3c6,_0x5aec77._0x6fc4f5,_0x5aec77._0x1d2809,0x7b)]=_0x2205c7(0x107,0xb6,_0x5aec77._0x5d4c91,0xa8)+_0x2bb72c(-0x159,-_0x5aec77._0x51f517,-0x226,-0x1b7),_0xfd7bea[_0x2bb72c(-_0x5aec77._0x17612b,-_0x5aec77._0x5b1ccd,-_0x5aec77._0x73ebfc,-_0x5aec77._0x144c98)]='RJmMf';function _0x2bb72c(_0x1bebf6,_0x181be9,_0x2f19a5,_0x52747e){return _0x41a700(_0x1bebf6-_0x45475b._0x38a5ef,_0x181be9-0x142,_0x1bebf6,_0x181be9- -_0x45475b._0x4c68f7);}_0xfd7bea[_0x2bb72c(-0x17c,-_0x5aec77._0x246db7,-0x1d9,-_0x5aec77._0x191ddd)]=_0x2205c7(_0x5aec77._0x1ac3e1,_0x5aec77._0x5c793f,_0x5aec77._0x10a23f,0x11a)+_0x2205c7(_0x5aec77._0x3d1685,_0x5aec77._0x2ccfd7,_0x5aec77._0xa563cd,_0x5aec77._0x2b72b1),_0xfd7bea[_0x2bb72c(-_0x5aec77._0x45f78c,-_0x5aec77._0x4733c1,-0x1d7,-_0x5aec77._0x38ade9)]=function(_0x2850b7,_0x387cf1){return _0x2850b7!==_0x387cf1;};function _0x2205c7(_0x10125f,_0x2189c6,_0x401680,_0x5d9d83){return _0x41a700(_0x10125f-0x16e,_0x2189c6-0x47,_0x5d9d83,_0x401680- -_0x1ef9f0._0x39769c);}_0xfd7bea[_0x2bb72c(-0x1e4,-0x1e6,-0x19a,-_0x5aec77._0x4738f0)]='RRqQc',_0xfd7bea[_0x2bb72c(-0x173,-0x182,-_0x5aec77._0x2680e2,-_0x5aec77._0x22b41d)]=_0x2bb72c(-_0x5aec77._0x428bd6,-_0x5aec77._0x189193,-_0x5aec77._0x38ba66,-0x194),_0xfd7bea[_0x2205c7(_0x5aec77._0x51e3ac,_0x5aec77._0x5f261d,0xa7,0x90)]=_0x2205c7(0x125,_0x5aec77._0x320b2c,_0x5aec77._0x4e876e,_0x5aec77._0x10f3f6)+_0x2205c7(0x4d,_0x5aec77._0xdaaca1,-0x3,0x1),_0xfd7bea['DZNwh']='qzSob',_0xfd7bea[_0x2bb72c(-_0x5aec77._0x464fc3,-0x190,-0x1ac,-0x1b4)]=_0x2205c7(_0x5aec77._0x156edf,_0x5aec77._0x3aad82,0xf7,0xe8)+_0x2205c7(_0x5aec77._0x3b7c51,0x21,0xb,-_0x5aec77._0x55a83c)+'nt';const _0x15d6d0=_0xfd7bea;try{if(_0x15d6d0[_0x2205c7(_0x5aec77._0x104c30,0x87,_0x5aec77._0x41bd1e,_0x5aec77._0x12d8bc)]!==_0x2bb72c(-0x197,-0x195,-0x1c8,-_0x5aec77._0xe59d73)){const _0x5bffd9={};_0x5bffd9[_0x2bb72c(-0x1f4,-_0x5aec77._0x34a76c,-_0x5aec77._0x1ea90a,-_0x5aec77._0xb78697)]=!!_0x2248e1,_0x5bffd9['baseUrl']=_0x118228?_0x58997a[_0x2bb72c(-0x13b,-0x11e,-_0x5aec77._0xf4b7d0,-_0x5aec77._0x4c7bb1)][_0x2205c7(-0x46,0x44,0x12,-_0x5aec77._0x281e56)+'URL']:null,_0x582c3a[_0x2205c7(0x88,0x22,0xd,0x8a)](_0x5bffd9);}else{const _0x1a4f48=_0x2f92cc[_0x2bb72c(-_0x5aec77._0x794cb7,-_0x5aec77._0x3cbb38,-_0x5aec77._0x3213b1,-_0x5aec77._0x2392e1)][_0x2bb72c(-_0x5aec77._0x189d9a,-_0x5aec77._0x39bdfd,-0x129,-0x177)][_0x2bb72c(-_0x5aec77._0x575124,-0x14b,-0xef,-0xdd)]()[_0x2205c7(-0x35,_0x5aec77._0x2b3461,0x1a,-_0x5aec77._0x437913)+'e'](),{comment:_0x296e24}=_0x2f92cc[_0x2bb72c(-0x1a6,-_0x5aec77._0x167f4e,-0x196,-0x186)];if(!/^[A-Z]+-\d+$/i[_0x2205c7(-_0x5aec77._0x23b2b7,-0x30,0x2b,-0x2e)](_0x1a4f48)){const _0x47adc9={};return _0x47adc9[_0x2205c7(0xa2,_0x5aec77._0x38c04a,0xcd,0xaa)]=_0x15d6d0[_0x2bb72c(-0x13b,-_0x5aec77._0x1d8b9e,-0x1e0,-0x10e)],_0x47adc9[_0x2205c7(0x43,0x6f,_0x5aec77._0x12d043,_0x5aec77._0x48f306)]=_0x2bb72c(-_0x5aec77._0x4a41c5,-_0x5aec77._0x442bd9,-0x199,-0x13c)+_0x2205c7(_0x5aec77._0x38c04a,0x39,0x60,_0x5aec77._0x4681fc)+_0x2bb72c(-_0x5aec77._0x41de3d,-_0x5aec77._0x260af6,-_0x5aec77._0x37209a,-0x16c)+_0x2bb72c(-0x1c5,-_0x5aec77._0x174a54,-0x22e,-_0x5aec77._0x33a19d),_0x441873[_0x2205c7(0xf9,0x3d,_0x5aec77._0x2667ef,_0x5aec77._0x9d6642)](-0x135a*-0x1+0x732+-0x854*0x3)[_0x2bb72c(-0x271,-_0x5aec77._0x29757b,-0x17d,-_0x5aec77._0x176ced)](_0x47adc9);}if(!_0x296e24||_0x15d6d0[_0x2bb72c(-0x141,-0x19d,-0x21c,-_0x5aec77._0x11d254)](typeof _0x296e24,_0x15d6d0[_0x2bb72c(-_0x5aec77._0x5978a3,-0x1bf,-_0x5aec77._0x2ae209,-_0x5aec77._0x464fc3)])||_0x15d6d0[_0x2205c7(_0x5aec77._0x1fb2e7,_0x5aec77._0x51c280,0xd7,_0x5aec77._0x5edaa6)](_0x296e24['trim']()[_0x2205c7(_0x5aec77._0x445126,_0x5aec77._0x3ff2b8,_0x5aec77._0x871f08,0x1e)],-0x280+-0x709+0x989)){const _0x23b9df={};return _0x23b9df['error']=_0x2205c7(0x71,0x10c,0xc4,_0x5aec77._0x33e698)+'mment',_0x23b9df[_0x2bb72c(-0x1c0,-0x1c8,-0x227,-0x1b1)]=_0x15d6d0[_0x2205c7(0xdd,_0x5aec77._0x5a14ce,_0x5aec77._0x354c3,0xe3)],_0x441873[_0x2205c7(_0x5aec77._0x2d8bc7,0x96,0xb8,_0x5aec77._0xcd48fb)](0xe2a+-0xe09+0x16f)[_0x2205c7(_0x5aec77._0x23d90a,-0x63,0xd,_0x5aec77._0x884a4b)](_0x23b9df);}logger['debug'](_0x2205c7(-0x2d,_0x5aec77._0x1b1d67,_0x5aec77._0x1d4fa1,0xab)+'mment\x20to\x20J'+_0x2205c7(0xd2,0x114,0xb1,_0x5aec77._0xe42c35)+'\x20'+_0x1a4f48);const _0x522aec=await jiraClient[_0x2bb72c(-0x164,-_0x5aec77._0x15622d,-0x17b,-_0x5aec77._0x28c0eb)+'t'](_0x1a4f48,_0x296e24['trim']()),_0x200594={};_0x200594[_0x2bb72c(-0x176,-_0x5aec77._0x124ce8,-0x112,-_0x5aec77._0xede735)]=!![],_0x200594[_0x2bb72c(-_0x5aec77._0x2a3c6d,-_0x5aec77._0x540685,-_0x5aec77._0x73ebfc,-_0x5aec77._0x13bc9b)]=_0x522aec,_0x441873[_0x2205c7(-0x17,-_0x5aec77._0x59c171,0xd,_0x5aec77._0x18abdf)](_0x200594);}}catch(_0x2fff58){logger[_0x2205c7(0x140,_0x5aec77._0x5cea16,_0x5aec77._0x217bf5,0xf3)](_0x15d6d0[_0x2bb72c(-0x162,-0x191,-_0x5aec77._0x54dbd8,-0x152)],_0x2fff58);if(_0x2fff58[_0x2bb72c(-0x156,-0x1c8,-_0x5aec77._0x1a9597,-_0x5aec77._0x45aa67)]['includes'](_0x2bb72c(-_0x5aec77._0x23c501,-_0x5aec77._0x4fc4a9,-_0x5aec77._0x31189b,-_0x5aec77._0x3b8b40))){const _0x40389b={};return _0x40389b[_0x2205c7(0x4f,0x4e,_0x5aec77._0x217bf5,_0x5aec77._0x193633)]=_0x15d6d0[_0x2bb72c(-0x16c,-_0x5aec77._0x1fbffe,-0xc9,-_0x5aec77._0x5da913)],_0x40389b['message']=_0x2fff58[_0x2205c7(_0x5aec77._0x476c3b,_0x5aec77._0x7d5894,_0x5aec77._0x2acdcc,_0x5aec77._0x1fc06d)],_0x441873[_0x2bb72c(-0x11b,-0x14a,-0x1ad,-_0x5aec77._0x1dce5d)](0x1fe6+-0x8b3*0x1+0x7b*-0x2d)['json'](_0x40389b);}else{if(_0x2fff58[_0x2bb72c(-0x1f5,-0x1c8,-0x197,-0x1e4)]['includes']('authentica'+_0x2205c7(_0x5aec77._0x13015f,_0x5aec77._0x2c9c86,0xd6,0x145)+'d')){if(_0x15d6d0[_0x2205c7(_0x5aec77._0x373716,_0x5aec77._0x32e937,0xd7,0xa4)](_0x15d6d0[_0x2bb72c(-0x254,-0x202,-0x20f,-0x1cd)],_0x15d6d0[_0x2205c7(_0x5aec77._0x2961d4,-0x31,0x0,-_0x5aec77._0x31b90b)])){const _0x538a5b={};return _0x538a5b[_0x2bb72c(-_0x5aec77._0x2d04fb,-_0x5aec77._0x1d3bae,-_0x5aec77._0x402d86,-_0x5aec77._0x1fb2e7)]=_0x2bb72c(-_0x5aec77._0xcda100,-_0x5aec77._0x464fc3,-_0x5aec77._0x554463,-0x141)+_0x2205c7(_0x5aec77._0x678c3,_0x5aec77._0x3a26dd,_0x5aec77._0x36c2bc,_0x5aec77._0x678c3)+'d',_0x538a5b[_0x2205c7(_0x5aec77._0x289234,-0x27,_0x5aec77._0x2acdcc,0x41)]=_0x2fff58['message'],_0x441873[_0x2bb72c(-_0x5aec77._0x1dab0,-_0x5aec77._0x432779,-0xf4,-0x14d)](-0x1e4c+0x16a3+0x93a)[_0x2bb72c(-0x1ca,-_0x5aec77._0x29757b,-_0x5aec77._0x4c77ae,-0x1b4)](_0x538a5b);}else{_0x42d490[_0x2bb72c(-0x183,-_0x5aec77._0x3c6384,-0x194,-_0x5aec77._0xb82c)](_0x15d6d0[_0x2205c7(_0x5aec77._0x4e71fc,_0x5aec77._0x23ff0d,_0x5aec77._0x241c0a,_0x5aec77._0x264481)],_0x13554a);if(_0x2f7858[_0x2bb72c(-_0x5aec77._0x44661c,-_0x5aec77._0x29493b,-_0x5aec77._0x46c7f7,-_0x5aec77._0xede735)]['includes'](_0x15d6d0['vxPqa'])){const _0x1edffb={};return _0x1edffb[_0x2205c7(_0x5aec77._0xdf464f,0x11e,0xcd,_0x5aec77._0xc5d73d)]=_0x15d6d0['rXFtE'],_0x1edffb[_0x2205c7(0x96,_0x5aec77._0x5f43b6,_0x5aec77._0x29bad4,_0x5aec77._0x538760)]=_0x31f76f[_0x2205c7(0x31,-_0x5aec77._0x46f57d,0x3a,-0x33)],_0x581d35[_0x2bb72c(-0xe4,-0x14a,-_0x5aec77._0x5ac5c0,-_0x5aec77._0x3f46eb)](-0x34a*-0xb+0x10ef+-0x338d)['json'](_0x1edffb);}else{if(_0x456427[_0x2205c7(0x66,_0x5aec77._0x901acb,_0x5aec77._0x2acdcc,0x9b)][_0x2bb72c(-0x26d,-0x1ef,-0x1e1,-_0x5aec77._0x4c6f00)](_0x15d6d0[_0x2bb72c(-0x208,-_0x5aec77._0x73ebfc,-_0x5aec77._0x2a5806,-_0x5aec77._0x30df39)])){const _0x562036={};return _0x562036[_0x2205c7(_0x5aec77._0x38c04a,0x78,0xcd,0x12b)]=_0x15d6d0['uWIki'],_0x562036[_0x2bb72c(-0x1ea,-0x1c8,-0x160,-0x1cd)]=_0x9c7efc[_0x2bb72c(-_0x5aec77._0x1d1437,-_0x5aec77._0x29493b,-0x242,-_0x5aec77._0x172f40)],_0x569930['status'](0x1b4*0x12+-0x22f3+-0x4b*-0x14)[_0x2bb72c(-0x208,-0x1f5,-0x209,-_0x5aec77._0x22b41d)](_0x562036);}else{const _0x3f9220={};return _0x3f9220[_0x2205c7(0xf9,_0x5aec77._0x3a3d98,0xcd,_0x5aec77._0x3cf12b)]=_0x2205c7(0x109,_0x5aec77._0x189d9a,_0x5aec77._0x4fe4c4,0x11f)+_0x2bb72c(-_0x5aec77._0x3c6384,-_0x5aec77._0x2f12c1,-_0x5aec77._0x430632,-_0x5aec77._0x3589f3)+_0x2205c7(-0x4b,0x2c,0x23,0x2),_0x3f9220[_0x2bb72c(-_0x5aec77._0x122a32,-0x1c8,-_0x5aec77._0x476f02,-0x236)]=_0xf1a84f[_0x2205c7(-_0x5aec77._0x701887,_0x5aec77._0x3f9ad2,0x3a,0x46)],_0x47379f[_0x2bb72c(-_0x5aec77._0x3442e3,-_0x5aec77._0x2217fd,-0x188,-_0x5aec77._0x54267c)](-0x11*-0x1c0+-0x3ca*-0x4+0x1*-0x2af4)['json'](_0x3f9220);}}}}else{if(_0x2fff58['message'][_0x2bb72c(-_0x5aec77._0x1a5788,-_0x5aec77._0xd077f1,-0x1f2,-0x1e0)](_0x15d6d0['hbsEs'])){if(_0x15d6d0['HwBQj'](_0x15d6d0[_0x2205c7(_0x5aec77._0x816f38,0x22,0x1c,0x23)],_0x15d6d0[_0x2205c7(0xa,_0x5aec77._0x578f4e,0x80,0x89)])){const _0x3d158d={};return _0x3d158d[_0x2bb72c(-0x122,-0x135,-0x159,-0xee)]=_0x15d6d0['XMPuy'],_0x3d158d[_0x2205c7(-0x2e,_0x5aec77._0x57f353,0x3a,_0x5aec77._0x2667ef)]=_0x2fff58[_0x2205c7(_0x5aec77._0x3a0e3f,_0x5aec77._0x5acee4,0x3a,0x75)],_0x441873[_0x2bb72c(-0x10a,-0x14a,-0xcf,-_0x5aec77._0x5d06ce)](-0xf8d+-0x1*0x18bc+0x29dc)[_0x2bb72c(-0x26c,-0x1f5,-0x20c,-0x204)](_0x3d158d);}else{const _0x58a60e={};return _0x58a60e[_0x2205c7(0x53,_0x5aec77._0xe739ad,0xcd,0xbd)]=_0x15d6d0[_0x2205c7(_0x5aec77._0x3408d9,0x3c,_0x5aec77._0x47d6f8,_0x5aec77._0x30ca63)],_0x58a60e[_0x2205c7(-0x4,-_0x5aec77._0x3c961b,0x3a,_0x5aec77._0x6e877)]=_0x55cea5[_0x2205c7(0x2f,0x20,0x3a,0x90)],_0x30e1b8['status'](-0x1d10+0x39*-0x49+0x2ee2)[_0x2bb72c(-0x1c3,-_0x5aec77._0x29757b,-_0x5aec77._0x1788f7,-0x227)](_0x58a60e);}}else{if(_0x15d6d0[_0x2bb72c(-0xdc,-_0x5aec77._0x189d9a,-_0x5aec77._0x14614a,-_0x5aec77._0x280388)]===_0x2205c7(_0x5aec77._0x3a12e9,_0x5aec77._0x51ed29,_0x5aec77._0x2c9c86,_0x5aec77._0x5676d7))_0x51d4d3[_0x2bb72c(-_0x5aec77._0x167f4e,-0x135,-_0x5aec77._0x233b09,-_0x5aec77._0x111b76)](_0x2205c7(0x89,0xd2,0xf7,_0x5aec77._0x3c5c4b)+_0x2bb72c(-_0x5aec77._0x296ab3,-_0x5aec77._0x5f1977,-_0x5aec77._0x9c08c5,-_0x5aec77._0x1ac9fc)+_0x2205c7(_0x5aec77._0x53d741,_0x5aec77._0x7aa1af,_0x5aec77._0x48e214,_0x5aec77._0x3680f5)+'nt\x20from\x20DA'+'TA_DIR:',_0x405e77);else{const _0x5166e6={};return _0x5166e6[_0x2205c7(0x8c,_0x5aec77._0x21725d,_0x5aec77._0x217bf5,0xb0)]=_0x15d6d0[_0x2205c7(_0x5aec77._0x40ab92,_0x5aec77._0x6c183f,0x72,_0x5aec77._0x12bc3b)],_0x5166e6[_0x2bb72c(-0x18b,-0x1c8,-0x158,-0x1d3)]=_0x2fff58[_0x2205c7(_0x5aec77._0x20d755,0x24,0x3a,0x32)],_0x441873[_0x2bb72c(-_0x5aec77._0x1d5ac4,-_0x5aec77._0x2217fd,-_0x5aec77._0x3b8b40,-_0x5aec77._0x52c202)](-0xbd0*-0x3+-0x1*-0xad3+-0x2c4f)[_0x2205c7(-0x2b,-_0x5aec77._0xb863f8,_0x5aec77._0xaccab6,-_0x5aec77._0x5acee4)](_0x5166e6);}}}}}});export default router;
|
|
1
|
+
(function(_0xe1efd6,_0x3d14ef){const _0x3da897={_0x307c65:0x20e,_0x2762db:0x1a9,_0x52c9c9:0x186,_0xf25592:0x1ed,_0x4aecf9:0x31,_0x4c47bb:0x1a,_0x1a4306:0x3e,_0x472c5d:0x66,_0x44c063:0x71,_0x51ae33:0x66,_0x128d45:0x3a,_0x35458f:0xe0,_0x539cc8:0x4a,_0x1361af:0x22c,_0x54ecd3:0x1f5,_0x551b45:0x1b8,_0x28fd36:0x1de,_0x392d04:0x217,_0x1473f1:0x1e1,_0x334f5a:0x15b,_0x4f4a19:0xf0,_0xd9b628:0x40,_0x57e262:0x9a,_0x44c6fe:0x270,_0x11ca77:0x1f9,_0xe09c0a:0x58,_0x345e8f:0x1c},_0x257fec=_0xe1efd6();function _0x12e479(_0x6bf9be,_0x3c7c56,_0x58f4e7,_0x4daf02){return _0x2416(_0x4daf02- -0x1a2,_0x6bf9be);}function _0x14413f(_0x576e9d,_0x3371e3,_0x8adb98,_0x49f6ad){return _0x2416(_0x8adb98- -0x2cb,_0x49f6ad);}while(!![]){try{const _0x78cca4=-parseInt(_0x14413f(-_0x3da897._0x307c65,-_0x3da897._0x2762db,-0x1d1,-_0x3da897._0x52c9c9))/(-0xd44+-0x9*0x2c4+0x2629)*(-parseInt(_0x14413f(-0x1ce,-0x24e,-0x1df,-_0x3da897._0xf25592))/(-0x967+0x2489+-0x1b20))+parseInt(_0x12e479(-0x6a,0x39,-_0x3da897._0x4aecf9,-_0x3da897._0x4c47bb))/(0xb58+0x1d96+-0x28eb)*(-parseInt(_0x12e479(-_0x3da897._0x1a4306,-0xaa,-_0x3da897._0x472c5d,-0xab))/(-0x19c9+0x707*0x4+-0x24f))+-parseInt(_0x12e479(-_0x3da897._0x44c063,-_0x3da897._0x51ae33,-0x32,-_0x3da897._0x128d45))/(-0x117d+0x1131+0x51*0x1)*(parseInt(_0x12e479(-_0x3da897._0x35458f,-_0x3da897._0x539cc8,-0x34,-0x97))/(-0x337*0x5+-0x8b*-0x3b+-0x11*0xf0))+-parseInt(_0x14413f(-_0x3da897._0x1361af,-_0x3da897._0x54ecd3,-0x21c,-0x1e8))/(0x664+0x2212*0x1+-0x286f)+parseInt(_0x14413f(-_0x3da897._0x551b45,-_0x3da897._0x28fd36,-_0x3da897._0x392d04,-_0x3da897._0x1473f1))/(-0x445*-0x3+0x1eb2+-0x2b79)*(-parseInt(_0x12e479(-0x78,-_0x3da897._0x334f5a,-0xf7,-_0x3da897._0x4f4a19))/(-0x3*0x176+0x108+0x363))+parseInt(_0x12e479(-0xf7,-0xcb,-_0x3da897._0xd9b628,-_0x3da897._0x57e262))/(-0x2361+0x8bf*-0x3+0x3da8)+parseInt(_0x14413f(-0x1e6,-_0x3da897._0x44c6fe,-_0x3da897._0x11ca77,-0x201))/(-0xe8+0x14ee+-0x6a9*0x3)*(parseInt(_0x12e479(-0xa,_0x3da897._0xe09c0a,0x56,-_0x3da897._0x345e8f))/(-0x981+-0x21a+0xba7));if(_0x78cca4===_0x3d14ef)break;else _0x257fec['push'](_0x257fec['shift']());}catch(_0x2f8fc2){_0x257fec['push'](_0x257fec['shift']());}}}(_0x4dcd,-0x30ca*-0x40+0x25*0x3a3b+-0xd9ab2));import _0x59b448 from'express';import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';import{logger}from'../lib/logger.js';const router=_0x59b448[_0x21759d(0x379,0x3a3,0x452,0x3f1)]();let jiraClient=null;async function initializeJiraClient(){const _0x4a0bc9={_0x26d52d:0x24c,_0x14ed3a:0x279,_0x3eca08:0x220,_0x4ba005:0x91,_0x267dbb:0xbd,_0x4c835b:0x57,_0x23af14:0x4,_0x3c0ca6:0x3d,_0x3a84f8:0xb,_0x2ac92c:0x6b,_0x36960c:0x6f,_0x2ab5c6:0x2fb,_0x1f225f:0x2de,_0x2ea767:0x74,_0x56563c:0x5c,_0x1bae29:0x10,_0x591ed9:0x83,_0x17dcb6:0x293,_0x4ee4f1:0x78,_0x3325bf:0x24,_0x2bb329:0x59,_0x8155b0:0x2be,_0xe9e18b:0x32a,_0x3691b5:0x32e,_0xa29e67:0x1d,_0x29d7d2:0x3c,_0x5a0b87:0x3e,_0x4d60c8:0x2ae,_0x34e6ff:0x2fa,_0x529937:0x266,_0x41f6c1:0x281,_0xef890d:0x238,_0x3be8b9:0x56,_0x2040df:0x77,_0x20680b:0xd,_0x574ea0:0x2a3,_0x580745:0x223,_0x3d22fc:0x2ac,_0x2ef384:0x7b,_0x20cd26:0x14,_0x428a03:0x276,_0xf22df7:0x2ce,_0x4cd847:0x289,_0x1c661c:0x2d2,_0x4ed81d:0x201,_0x2f5460:0x20c,_0x27acfc:0x32,_0x2c8cfc:0x6c,_0x385455:0x2d6,_0x4ef80a:0x270,_0xd02b32:0x229,_0x5d047b:0x25c,_0x5356a4:0x27,_0x4537bb:0x89,_0x2a7f2f:0x13,_0xf2ff08:0x97,_0x4d19dc:0x3a,_0x3343da:0x296,_0x1ee156:0x7d,_0x4ecf0f:0x53,_0x131a96:0x24,_0x5ceb87:0x47,_0x457e7a:0x50,_0x1bbc97:0x2eb,_0x5509c8:0x2af,_0x38a0f0:0x2,_0x46f977:0xa3,_0x2453cc:0x2a,_0x1cbe09:0x4c,_0x14830f:0x2b3,_0x51259e:0x21a,_0xf17efd:0x296,_0x1bd557:0x2b4,_0x322378:0x257,_0x3f8fc6:0x2bd,_0x22c74c:0x258,_0x5eb45b:0x2f6,_0xd78040:0x319,_0x4737cd:0x9b,_0x56210c:0x8b,_0x4a9f9f:0x5f,_0x125cbf:0x2e9,_0x44c395:0x2ff,_0x41295a:0x6c,_0x3f2157:0x7,_0x2440d2:0x287,_0x14ddf9:0x250,_0x42acc0:0x1c,_0x19f4ab:0x42,_0x1610de:0x295,_0x2ee7fc:0x2ed,_0x569284:0x25f,_0x5e9adb:0x83,_0x3bd6e6:0x4c,_0x4f345f:0x2d4,_0x2f32ad:0x2f0,_0x5b90f4:0x2af,_0x204464:0x50,_0x202303:0x2b4,_0xc23493:0x25b,_0x4a58fb:0x23b,_0x1bdcaf:0x26,_0x80e1e9:0x2a,_0xd919e0:0x2e2,_0x1e9324:0x256,_0x51686a:0x241,_0x47dde6:0x265,_0xd2f059:0x240,_0x41b51a:0x2b3,_0x38cc21:0x30f,_0x1ec96d:0x253,_0x10ea8d:0x270,_0x231024:0x5b,_0x57073a:0x56,_0x5e45e0:0x69,_0x48b140:0x1b,_0x2bb78a:0xa6,_0x36b6c9:0x1e,_0x507d49:0x5e,_0x520770:0x62,_0x482182:0x2,_0x3b1321:0x28,_0x2828ba:0x98,_0x29a25d:0x284,_0x31fc77:0x291,_0xd67e74:0x303,_0xf0946e:0x274,_0xdd4e96:0xb1,_0x329ee6:0x5,_0x431d76:0x289,_0x2dbb1e:0x26e,_0xd57a41:0x251,_0x314a63:0xfe,_0x3800af:0x2ae,_0x4be2ab:0x30e,_0x2f856c:0x23e,_0x2d0555:0x67,_0x2bca02:0x3a,_0x20d8c5:0x26c,_0x510001:0x2dd,_0x50ff00:0x22,_0x486d81:0xba},_0xa032ba={_0x1c3c59:0x148},_0x575c6f={_0x3e3112:0x361};function _0x18b35c(_0x3e7ae9,_0x597405,_0x1fc663,_0x543eec){return _0x21759d(_0x3e7ae9-0x1c8,_0x597405,_0x1fc663-0x86,_0x543eec- -_0x575c6f._0x3e3112);}const _0x5c0322={'MBkDR':_0x137ceb(_0x4a0bc9._0x26d52d,0x27f,_0x4a0bc9._0x14ed3a,_0x4a0bc9._0x3eca08)+'post\x20comme'+'nt','gDAwr':_0x18b35c(_0x4a0bc9._0x4ba005,0x27,_0x4a0bc9._0x267dbb,0x54)+_0x18b35c(_0x4a0bc9._0x4c835b,0x25,-_0x4a0bc9._0x23af14,_0x4a0bc9._0x3c0ca6)+'bled\x20from\x20'+_0x18b35c(_0x4a0bc9._0x3a84f8,-_0x4a0bc9._0x2ac92c,_0x4a0bc9._0x36960c,0x2)+_0x137ceb(_0x4a0bc9._0x2ab5c6,0x328,_0x4a0bc9._0x1f225f,0x28d)+'s','ytDhj':_0x18b35c(_0x4a0bc9._0x2ea767,_0x4a0bc9._0x56563c,0x1d,0x54)+'ration\x20ena'+_0x18b35c(-_0x4a0bc9._0x1bae29,-_0x4a0bc9._0x591ed9,0x7,-_0x4a0bc9._0x3c0ca6)+'DATA_DIR','Vbtss':function(_0x3e5dc3){return _0x3e5dc3();},'ntRIV':function(_0x421409,_0x4af03a){return _0x421409!==_0x4af03a;},'qKjrY':'bbiYS','SJxBj':_0x137ceb(_0x4a0bc9._0x17dcb6,0x21b,0x22b,0x284),'vfuYE':_0x18b35c(-_0x4a0bc9._0x4ee4f1,-_0x4a0bc9._0x3325bf,_0x4a0bc9._0x2bb329,-0x20)+_0x137ceb(0x274,0x2c3,0x2a4,0x24f)+_0x137ceb(_0x4a0bc9._0x8155b0,_0x4a0bc9._0xe9e18b,_0x4a0bc9._0x3691b5,0x284)+_0x18b35c(-_0x4a0bc9._0xa29e67,-_0x4a0bc9._0x29d7d2,-0x13,-_0x4a0bc9._0x5a0b87)+_0x137ceb(_0x4a0bc9._0x4d60c8,0x2d0,0x28a,_0x4a0bc9._0x34e6ff),'fWWHt':function(_0xb04ade,_0x42cef0){return _0xb04ade===_0x42cef0;},'YDZDz':'DmaBb'};function _0x137ceb(_0x1b3046,_0x358496,_0x5b697f,_0x25282c){return _0x21759d(_0x1b3046-_0xa032ba._0x1c3c59,_0x25282c,_0x5b697f-0xf0,_0x1b3046- -0xf5);}const _0x4338eb=await _0x5c0322[_0x137ceb(0x2a6,_0x4a0bc9._0x529937,_0x4a0bc9._0x41f6c1,_0x4a0bc9._0xef890d)](loadJiraConfig);if(_0x4338eb){if(_0x5c0322[_0x18b35c(_0x4a0bc9._0x3be8b9,-_0x4a0bc9._0x2040df,0x46,-_0x4a0bc9._0x20680b)](_0x5c0322[_0x137ceb(_0x4a0bc9._0x574ea0,0x2ed,0x2a9,0x319)],_0x137ceb(0x257,0x246,_0x4a0bc9._0x580745,0x273)))try{if(_0x137ceb(0x293,_0x4a0bc9._0x3d22fc,0x2c9,0x2a8)===_0x5c0322[_0x18b35c(0x43,0x20,-_0x4a0bc9._0x2ef384,-_0x4a0bc9._0x20cd26)]){jiraClient=new JiraClient(_0x4338eb),logger['info'](_0x5c0322[_0x137ceb(_0x4a0bc9._0x428a03,_0x4a0bc9._0xf22df7,_0x4a0bc9._0x4cd847,_0x4a0bc9._0xef890d)]);return;}else{const _0x4b8701={};return _0x4b8701[_0x137ceb(0x273,_0x4a0bc9._0x1c661c,_0x4a0bc9._0x4ed81d,_0x4a0bc9._0x2f5460)]=_0x5c0322['MBkDR'],_0x4b8701[_0x18b35c(0x40,_0x4a0bc9._0x27acfc,0x38,_0x4a0bc9._0x2c8cfc)]=_0x481970['message'],_0x4f7f37[_0x137ceb(_0x4a0bc9._0x385455,0x27c,_0x4a0bc9._0x4ef80a,0x2f7)](-0x14ba+0x8b*-0x42+0x3a84)[_0x137ceb(0x25d,_0x4a0bc9._0xd02b32,0x1f6,_0x4a0bc9._0x5d047b)](_0x4b8701);}}catch(_0x3904d1){logger[_0x18b35c(-_0x4a0bc9._0x5356a4,-0x51,0x2c,0x7)](_0x5c0322[_0x18b35c(-0x66,_0x4a0bc9._0x23af14,_0x4a0bc9._0x4537bb,_0x4a0bc9._0x2a7f2f)],_0x3904d1);}else{const _0x227c8d={};_0x227c8d[_0x18b35c(0x18,0x5,-_0x4a0bc9._0xf2ff08,-_0x4a0bc9._0x4d19dc)]=_0x1a1860[_0x137ceb(_0x4a0bc9._0x3343da,0x221,0x258,0x280)][_0x18b35c(_0x4a0bc9._0x1ee156,_0x4a0bc9._0x4ecf0f,-_0x4a0bc9._0x131a96,_0x4a0bc9._0x5ceb87)+_0x18b35c(-0x1f,-_0x4a0bc9._0x56563c,-0xc,-0x7)];const _0x41ab26={};_0x41ab26['email']=_0x4c8d00[_0x18b35c(_0x4a0bc9._0xa29e67,0x32,_0x4a0bc9._0x457e7a,0x2a)][_0x137ceb(_0x4a0bc9._0x1bbc97,_0x4a0bc9._0x5509c8,0x314,0x2b4)],_0x41ab26[_0x18b35c(-0x5b,-0x57,0x68,-_0x4a0bc9._0x38a0f0)]=_0x3be4d9[_0x18b35c(0x26,0x81,_0x4a0bc9._0x46f977,_0x4a0bc9._0x2453cc)][_0x18b35c(-0x26,0x5,-_0x4a0bc9._0x1cbe09,-0xc)+_0x137ceb(0x245,0x1e5,_0x4a0bc9._0x14830f,_0x4a0bc9._0x51259e)];const _0x318d71={'baseUrl':_0x39baa[_0x137ceb(_0x4a0bc9._0xf17efd,0x244,0x224,0x304)][_0x137ceb(_0x4a0bc9._0x1bd557,0x25d,0x24f,_0x4a0bc9._0x322378)+_0x137ceb(_0x4a0bc9._0x3f8fc6,_0x4a0bc9._0x22c74c,_0x4a0bc9._0x5eb45b,_0x4a0bc9._0xd78040)],..._0x1c73e2[_0x18b35c(_0x4a0bc9._0x4737cd,_0x4a0bc9._0x56210c,_0x4a0bc9._0x4a9f9f,0x2a)][_0x137ceb(_0x4a0bc9._0x14830f,_0x4a0bc9._0x125cbf,_0x4a0bc9._0x44c395,0x29d)+_0x18b35c(-0x6c,_0x4a0bc9._0x41295a,0x23,-_0x4a0bc9._0x3f2157)]?_0x227c8d:{}};_0x318d71[_0x137ceb(_0x4a0bc9._0x2440d2,_0x4a0bc9._0x14ddf9,0x28e,0x291)]=_0x41ab26,_0x2e24dc=new _0x49dc1e(_0x318d71),_0x56883e[_0x18b35c(-0x26,-0x21,_0x4a0bc9._0x42acc0,-_0x4a0bc9._0x19f4ab)](_0x5c0322[_0x137ceb(0x26b,_0x4a0bc9._0x1610de,0x26c,0x229)]);}}if(_0x5c0322['fWWHt'](process[_0x137ceb(_0x4a0bc9._0x3343da,_0x4a0bc9._0x2ee7fc,0x2d6,_0x4a0bc9._0x569284)][_0x18b35c(0x5a,_0x4a0bc9._0x5e9adb,0x1b,_0x4a0bc9._0x3bd6e6)+'ED'],_0x137ceb(_0x4a0bc9._0x4f345f,_0x4a0bc9._0x2f32ad,0x31f,_0x4a0bc9._0x5b90f4)))try{const _0x6e3791={'baseUrl':process[_0x18b35c(0x49,_0x4a0bc9._0x204464,0x2f,0x2a)][_0x137ceb(_0x4a0bc9._0x202303,_0x4a0bc9._0xc23493,0x2d1,_0x4a0bc9._0x4a58fb)+'URL'],...process[_0x18b35c(-_0x4a0bc9._0x3bd6e6,-_0x4a0bc9._0x1bdcaf,0x8b,_0x4a0bc9._0x80e1e9)][_0x137ceb(_0x4a0bc9._0x14830f,_0x4a0bc9._0xd919e0,_0x4a0bc9._0x1e9324,_0x4a0bc9._0x51686a)+_0x137ceb(_0x4a0bc9._0x47dde6,_0x4a0bc9._0xd2f059,0x2d2,0x200)]?{'cloudId':process['env'][_0x137ceb(_0x4a0bc9._0x41b51a,_0x4a0bc9._0x38cc21,_0x4a0bc9._0x1ec96d,_0x4a0bc9._0x10ea8d)+'_ID']}:{}};_0x6e3791[_0x18b35c(-_0x4a0bc9._0x231024,_0x4a0bc9._0x57073a,_0x4a0bc9._0x5e45e0,_0x4a0bc9._0x48b140)]={},_0x6e3791[_0x18b35c(-_0x4a0bc9._0x231024,_0x4a0bc9._0x57073a,_0x4a0bc9._0x5e45e0,_0x4a0bc9._0x48b140)][_0x18b35c(-_0x4a0bc9._0x2bb78a,-_0x4a0bc9._0x36b6c9,-_0x4a0bc9._0x507d49,-0x2f)]=process['env']['JIRA_EMAIL'],_0x6e3791[_0x18b35c(-_0x4a0bc9._0x231024,_0x4a0bc9._0x57073a,_0x4a0bc9._0x5e45e0,_0x4a0bc9._0x48b140)][_0x18b35c(0x3b,-_0x4a0bc9._0x520770,-0xa,-_0x4a0bc9._0x482182)]=process['env'][_0x18b35c(0xf,_0x4a0bc9._0x3b1321,-0x1d,-0xc)+_0x18b35c(0x4,-_0x4a0bc9._0x2828ba,-0x1a,-0x27)],jiraClient=new JiraClient(_0x6e3791),logger[_0x137ceb(0x22a,0x1bb,0x29b,_0x4a0bc9._0x29a25d)](_0x137ceb(0x2c0,_0x4a0bc9._0x31fc77,_0x4a0bc9._0xd67e74,_0x4a0bc9._0xf0946e)+_0x18b35c(_0x4a0bc9._0xdd4e96,0x6d,-_0x4a0bc9._0x329ee6,0x3d)+_0x137ceb(0x22f,0x1fa,_0x4a0bc9._0x431d76,0x1fc)+_0x137ceb(_0x4a0bc9._0x2dbb1e,0x203,_0x4a0bc9._0xd57a41,0x27a)+_0x18b35c(0xe1,_0x4a0bc9._0x314a63,0x28,0x8f)+'s');}catch(_0x3ec6e2){if(_0x5c0322[_0x137ceb(0x2f4,_0x4a0bc9._0x3800af,_0x4a0bc9._0x4be2ab,_0x4a0bc9._0x4be2ab)](_0x137ceb(0x241,_0x4a0bc9._0x2f856c,0x1dd,0x28e),_0x5c0322[_0x18b35c(0xa9,-0x3b,-0x29,0x31)]))logger[_0x137ceb(0x273,0x251,0x26a,_0x4a0bc9._0x1610de)]('Failed\x20to\x20'+_0x18b35c(_0x4a0bc9._0x2d0555,_0x4a0bc9._0x2bca02,-_0x4a0bc9._0x507d49,0x8)+_0x137ceb(0x2be,_0x4a0bc9._0x20d8c5,0x298,_0x4a0bc9._0x510001)+_0x18b35c(0xdb,0xa9,0xac,0x99)+_0x18b35c(_0x4a0bc9._0x50ff00,0x54,0x58,-0x12),_0x3ec6e2);else{_0x5cd7e3=new _0x3869fa(_0x3798ea),_0x285a54[_0x18b35c(-0x6c,-_0x4a0bc9._0x486d81,-0x5b,-_0x4a0bc9._0x19f4ab)](_0x5c0322['ytDhj']);return;}}}export async function initializeJira(){const _0x6784d={_0x37649c:0x50,_0x3ebf9e:0x95},_0x2662d5={_0x3fef17:0x45,_0x13b715:0x1a5};function _0x34a70e(_0xe816f7,_0x59b1bf,_0x4182b6,_0x2c8927){return _0x21759d(_0xe816f7-_0x2662d5._0x3fef17,_0x2c8927,_0x4182b6-_0x2662d5._0x13b715,_0x59b1bf- -0x26e);}const _0x22d2db={'bUkIw':function(_0x1f6800){return _0x1f6800();}};await _0x22d2db[_0x34a70e(0x9e,0xba,_0x6784d._0x37649c,_0x6784d._0x3ebf9e)](initializeJiraClient);}function _0x2416(_0x603a8f,_0x15db26){_0x603a8f=_0x603a8f-(-0x1*0x513+0x2f9*0x1+0x2c6);const _0x2bb1d9=_0x4dcd();let _0x416d35=_0x2bb1d9[_0x603a8f];if(_0x2416['kVThTn']===undefined){var _0x41408d=function(_0x288dc0){const _0x1e5375='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5008bd='',_0x41b5eb='';for(let _0x3bcffb=-0x1*0x931+0x2477+0x1b46*-0x1,_0x12862e,_0x3fe7af,_0x2fd1a1=-0x7c9+-0x3*-0x989+-0x14d2;_0x3fe7af=_0x288dc0['charAt'](_0x2fd1a1++);~_0x3fe7af&&(_0x12862e=_0x3bcffb%(-0x1a01+-0x2*0x865+0x2acf)?_0x12862e*(-0x182d+-0x4e3*-0x3+0x4*0x271)+_0x3fe7af:_0x3fe7af,_0x3bcffb++%(0x3*0x229+-0x1*0x603+-0x74))?_0x5008bd+=String['fromCharCode'](-0x70a+0x53*0x29+-0x542*0x1&_0x12862e>>(-(-0x32b+0x1d97+-0x15*0x142)*_0x3bcffb&0xbd3+0x25d8+0x47*-0xb3)):0x257*-0x4+-0x5f2+0x28d*0x6){_0x3fe7af=_0x1e5375['indexOf'](_0x3fe7af);}for(let _0x4839e0=-0x3*-0xa3d+0x1*0x257c+-0x4433*0x1,_0x50307f=_0x5008bd['length'];_0x4839e0<_0x50307f;_0x4839e0++){_0x41b5eb+='%'+('00'+_0x5008bd['charCodeAt'](_0x4839e0)['toString'](-0x13bd+-0x5e4*-0x1+0xde9))['slice'](-(0x11b1*-0x1+-0x17a6*-0x1+-0x5f3));}return decodeURIComponent(_0x41b5eb);};_0x2416['bRMuSf']=_0x41408d,_0x2416['RyQjDK']={},_0x2416['kVThTn']=!![];}const _0x184296=_0x2bb1d9[-0x187e+0x295*-0x4+0x22d2],_0x5f53a6=_0x603a8f+_0x184296,_0x1d49ed=_0x2416['RyQjDK'][_0x5f53a6];return!_0x1d49ed?(_0x416d35=_0x2416['bRMuSf'](_0x416d35),_0x2416['RyQjDK'][_0x5f53a6]=_0x416d35):_0x416d35=_0x1d49ed,_0x416d35;}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x2abc6c={_0xfea7cf:0x37,_0x3ba901:0x8e,_0x59f3cc:0xc2,_0x78b252:0x7d,_0x2ea2f1:0x1c,_0x3f4621:0x66,_0x3e3325:0x2b,_0x448ec8:0x2d0,_0x1ca6e1:0x3e1,_0x4f97e5:0x3a8,_0xcc2460:0x3ac,_0x52a504:0x46,_0x2864d6:0x25,_0x2cacae:0x51,_0x345d64:0x23,_0x4f2bf8:0x78,_0x55ba21:0x20,_0xb2e75:0x70,_0x109580:0x44,_0x509fb3:0x4d,_0x1fea43:0x1f,_0x202de6:0x55,_0x1d9083:0x357,_0x2803f0:0x38e,_0xafd8f5:0x3b3,_0x309f2a:0x2d9,_0x29144e:0x22,_0x2e3901:0xc,_0x1f7f04:0xc7,_0x36fc09:0xa5,_0x6a01ff:0x8e,_0x314dcb:0x354,_0x25a1c3:0x2df,_0x4270d6:0x2a,_0x29c0b1:0x16,_0x4a57b6:0x6c,_0x58c1ce:0x2e7,_0x2b5b33:0x2d,_0xa8654c:0x97,_0x25f881:0x21,_0x29080f:0x54,_0x342329:0x26,_0x4408d7:0x2f5,_0x5b1f98:0x327,_0x1a5e57:0x2e9,_0x568652:0x0,_0x36dc77:0x4c,_0x2a578e:0x11,_0x5ec41d:0x3c3,_0x30146e:0x360,_0x4e7f15:0x3c0,_0x28820f:0x3a0,_0x4d8c07:0x5a,_0x590384:0x77,_0x2a35a9:0x9f,_0x45d6a5:0x125,_0x1093b9:0x10a,_0x40b217:0x41,_0x5c89e5:0x21,_0x601a75:0x10,_0x2a3332:0xa6,_0x2ef1d8:0x67,_0xfc807f:0x70,_0x2f73d3:0x38,_0x12d417:0x68,_0x127306:0x15,_0x3f18e6:0x2fc,_0x586b57:0x366,_0x236e56:0x2fe,_0x3c7efc:0x2e6,_0x28624e:0x37d,_0x3d858d:0x394,_0x453dab:0x35a,_0x5ce400:0x2b,_0x599eac:0x7f,_0x652398:0x13,_0x3861fa:0x87,_0x4ad06b:0x4,_0x390841:0xb8,_0x41523d:0x3e,_0x46ca06:0x9d,_0x526268:0x9d,_0xd9c228:0x35d,_0x4b1a33:0x3aa,_0x41a579:0x3c9,_0x1dfaaa:0x6,_0xc15de2:0x3c0,_0x144899:0x371,_0x30ae4d:0x355,_0x26e225:0x303,_0xa78462:0x361,_0x44b3eb:0x304,_0x216149:0x4b,_0x1b8487:0x10e,_0x70aa65:0xec,_0x434919:0xe0,_0x4a1f57:0x120,_0xd75889:0x3a2,_0x25427b:0xa7,_0x27026f:0x3a8,_0x3f179b:0x355,_0x34eb70:0x3be,_0x5c1325:0x372,_0x33cbe7:0x3d8,_0x385baa:0xa3,_0x2ad47a:0x103,_0x1bc9b9:0x30a,_0x5ca202:0x355,_0x449c76:0x44,_0x591dba:0x31e,_0xc72c6:0x397,_0x4e218a:0x81,_0x5355dd:0x5f,_0x476ea3:0x85,_0xc8bdf9:0x4c,_0x22d383:0x2fd,_0x1f676b:0x2b6,_0x2f1657:0x2f2,_0x116267:0xb,_0x7b55c3:0x82,_0x3a1085:0x306,_0x59fb35:0x3ab,_0x2b8c22:0x3c3,_0x445aca:0xf0,_0x2051bc:0xc5,_0x3a345b:0x2e0,_0x3e2f83:0x309,_0x10cf21:0x2b9,_0x3ddda5:0x80,_0x4dc7d8:0x2f,_0x275341:0x408,_0x32282b:0x40b,_0xce05b1:0x3b8,_0x49d071:0x28,_0x560b3e:0x2a,_0x2dea6c:0x65,_0x2fbe43:0x78,_0x1e2dbb:0xa3,_0x1a8b04:0x110,_0x46b05b:0x2ab,_0x46597b:0x374,_0x371d94:0x3b4,_0x18837c:0xe9,_0x24cb31:0xa5,_0x500bdb:0x87,_0x17c7c9:0x61,_0x1726c8:0x49,_0x232af4:0x14,_0x105964:0x31d,_0xbe6f53:0x31a,_0x4c117c:0x5e,_0x3fc115:0x37e,_0x113f84:0x34d,_0x5b3157:0x5,_0x31a22d:0x3b,_0x384f22:0x7a,_0x3d0a0f:0x321,_0x586b89:0x37b,_0x35913d:0x8,_0x4cf0f4:0x57,_0x13a734:0x37c,_0x322338:0x4e,_0x574299:0x27,_0x518e75:0x72,_0x250346:0x63,_0x5cdeae:0xdb,_0x1607bb:0x75,_0x12fb16:0x48,_0x320897:0x64,_0x1c53f7:0x127,_0x5e2040:0xb0,_0x30c9a6:0x123,_0x5a5eed:0xa1,_0x30a63e:0x53,_0x1e197b:0x5c,_0x3b6507:0x2c},_0x43a167={_0x560b24:0x148},_0x5d5c6e={_0x3a3a02:0x64,_0x28e713:0xeb},_0x563585={'mSDNd':_0x1e3918(-0x2c,-_0x2abc6c._0xfea7cf,-_0x2abc6c._0x3ba901,-_0x2abc6c._0x59f3cc)+'initialize'+_0x1e3918(0x5a,-_0x2abc6c._0x78b252,-_0x2abc6c._0x2ea2f1,-0x17)+_0x1e3918(0x33,_0x2abc6c._0x3f4621,_0x2abc6c._0x3e3325,0x13)+_0x50f2b2(0x384,0x2f7,0x319,_0x2abc6c._0x448ec8),'SvIWC':'JIRA\x20clien'+_0x50f2b2(0x356,_0x2abc6c._0x1ca6e1,_0x2abc6c._0x4f97e5,_0x2abc6c._0xcc2460)+_0x1e3918(-_0x2abc6c._0x52a504,0x4,-0x23,0x26)+'ronment\x20va'+_0x1e3918(-_0x2abc6c._0x2864d6,_0x2abc6c._0x2cacae,_0x2abc6c._0x345d64,_0x2abc6c._0x4f2bf8),'YTtlG':_0x1e3918(-0x106,-_0x2abc6c._0x55ba21,-_0x2abc6c._0x3ba901,-_0x2abc6c._0xb2e75)+'reload\x20JIR'+'A\x20client\x20f'+_0x1e3918(_0x2abc6c._0x109580,-_0x2abc6c._0x509fb3,_0x2abc6c._0x1fea43,_0x2abc6c._0x202de6)+_0x50f2b2(_0x2abc6c._0x1d9083,0x318,_0x2abc6c._0x2803f0,_0x2abc6c._0xafd8f5),'stepb':function(_0x2ccac0){return _0x2ccac0();},'zEZxW':_0x50f2b2(0x2ef,0x300,_0x2abc6c._0x309f2a,0x33c)+'t\x20reloaded'+_0x1e3918(-0x64,-0x30,-0x74,-0x44)+_0x1e3918(_0x2abc6c._0x29144e,0x68,_0x2abc6c._0x2e3901,0x38),'UAFFB':_0x1e3918(-_0x2abc6c._0x1f7f04,-_0x2abc6c._0x36fc09,-_0x2abc6c._0x6a01ff,-0x8d)+'reload\x20JIR'+_0x50f2b2(0x2b0,_0x2abc6c._0x314dcb,_0x2abc6c._0x25a1c3,0x26f)+_0x1e3918(0x32,_0x2abc6c._0x4270d6,-_0x2abc6c._0x29c0b1,-_0x2abc6c._0x4a57b6)+_0x50f2b2(0x2c5,0x2be,0x30c,_0x2abc6c._0x58c1ce),'BDRZc':function(_0x2cf0e0,_0x38ebeb){return _0x2cf0e0===_0x38ebeb;},'VMoRE':_0x1e3918(-0x79,-0x4e,-0x6,_0x2abc6c._0x2b5b33),'NPocU':function(_0x11725b,_0x332e9c){return _0x11725b!==_0x332e9c;},'exuYC':_0x1e3918(0x1a,-0x38,_0x2abc6c._0x2ea2f1,0x27),'jrhOj':_0x1e3918(-_0x2abc6c._0xa8654c,-_0x2abc6c._0x25f881,-_0x2abc6c._0x29080f,0x21),'XGlXk':_0x1e3918(_0x2abc6c._0x342329,-0x2f,0x29,-0x28)};logger[_0x50f2b2(_0x2abc6c._0x4408d7,_0x2abc6c._0x5b1f98,_0x2abc6c._0x1a5e57,0x340)](_0x1e3918(_0x2abc6c._0x568652,-_0x2abc6c._0x36dc77,-0x36,_0x2abc6c._0x2a578e)+'JIRA\x20clien'+_0x50f2b2(0x421,0x3ae,_0x2abc6c._0x5ec41d,0x362)+_0x50f2b2(_0x2abc6c._0x30146e,_0x2abc6c._0x4e7f15,_0x2abc6c._0x28820f,0x3bd)),jiraClient=null;const _0x21b59d=await _0x563585[_0x1e3918(-0x71,-_0x2abc6c._0x4d8c07,-_0x2abc6c._0x590384,-0x18)](loadJiraConfig);function _0x50f2b2(_0x36921a,_0x3ee6b4,_0x36e664,_0x56ce21){return _0x21759d(_0x36921a-_0x5d5c6e._0x3a3a02,_0x36921a,_0x36e664-_0x5d5c6e._0x28e713,_0x36e664- -0x36);}function _0x1e3918(_0x5dfd23,_0x15ab8f,_0x166f8d,_0x5cbba6){return _0x21759d(_0x5dfd23-_0x43a167._0x560b24,_0x5dfd23,_0x166f8d-0x1b9,_0x166f8d- -0x3cf);}if(_0x21b59d)try{jiraClient=new JiraClient(_0x21b59d),logger[_0x1e3918(-_0x2abc6c._0x2a35a9,-_0x2abc6c._0x45d6a5,-0xb0,-_0x2abc6c._0x1093b9)](_0x563585[_0x1e3918(_0x2abc6c._0x40b217,0x55,-_0x2abc6c._0x5c89e5,-0x45)]);return;}catch(_0x3ce569){logger[_0x1e3918(_0x2abc6c._0x601a75,-_0x2abc6c._0x2a3332,-_0x2abc6c._0x2ef1d8,-_0x2abc6c._0xfc807f)](_0x563585[_0x1e3918(-0x2e,-_0x2abc6c._0x2f73d3,-_0x2abc6c._0x12d417,-_0x2abc6c._0x127306)],_0x3ce569);}if(_0x563585['BDRZc'](process['env']['JIRA_ENABL'+'ED'],_0x563585[_0x50f2b2(_0x2abc6c._0x3f18e6,0x309,_0x2abc6c._0x586b57,0x367)]))try{if(_0x563585['NPocU'](_0x50f2b2(0x355,_0x2abc6c._0x236e56,0x31b,0x377),_0x563585['exuYC'])){const _0x3eaa6e={'baseUrl':process[_0x50f2b2(_0x2abc6c._0x3c7efc,_0x2abc6c._0x28624e,0x355,0x322)][_0x50f2b2(_0x2abc6c._0x3d858d,0x35a,0x373,_0x2abc6c._0x453dab)+_0x1e3918(0x3b,-_0x2abc6c._0x5ce400,-0x1d,-0x84)],...process['env'][_0x1e3918(-_0x2abc6c._0x599eac,-_0x2abc6c._0x2a578e,-0x27,-0x98)+_0x1e3918(-0x87,-_0x2abc6c._0x652398,-0x75,-0x8e)]?{'cloudId':process[_0x50f2b2(0x391,0x36f,0x355,0x394)]['JIRA_CLOUD'+_0x1e3918(-0xe7,-0xa7,-0x75,-0xc)]}:{}};_0x3eaa6e[_0x1e3918(-_0x2abc6c._0x4ad06b,-_0x2abc6c._0x390841,-0x53,-_0x2abc6c._0x3861fa)]={},_0x3eaa6e[_0x1e3918(-_0x2abc6c._0x4ad06b,-_0x2abc6c._0x390841,-0x53,-_0x2abc6c._0x3861fa)][_0x1e3918(-_0x2abc6c._0x41523d,-0xf9,-_0x2abc6c._0x46ca06,-0x110)]=process[_0x1e3918(-0x63,0x1e,-0x44,-_0x2abc6c._0x526268)][_0x50f2b2(_0x2abc6c._0xd9c228,0x37f,_0x2abc6c._0x4b1a33,_0x2abc6c._0x41a579)],_0x3eaa6e[_0x1e3918(-_0x2abc6c._0x4ad06b,-_0x2abc6c._0x390841,-0x53,-_0x2abc6c._0x3861fa)][_0x1e3918(_0x2abc6c._0x1dfaaa,-0x82,-0x70,-0x89)]=process[_0x50f2b2(_0x2abc6c._0xc15de2,_0x2abc6c._0x144899,_0x2abc6c._0x30ae4d,0x340)][_0x1e3918(-0x44,-0x7b,-0x7a,-0x68)+_0x50f2b2(_0x2abc6c._0x26e225,_0x2abc6c._0xa78462,_0x2abc6c._0x44b3eb,0x2fb)],jiraClient=new JiraClient(_0x3eaa6e),logger[_0x1e3918(-_0x2abc6c._0x216149,-_0x2abc6c._0x1b8487,-0xb0,-0xa3)](_0x1e3918(-_0x2abc6c._0x70aa65,-_0x2abc6c._0x434919,-0xc0,-_0x2abc6c._0x4a1f57)+'t\x20reloaded'+'\x20from\x20envi'+_0x50f2b2(0x359,0x399,_0x2abc6c._0xd75889,0x3f7)+'riables');}else try{const _0x18052f={};_0x18052f[_0x1e3918(-_0x2abc6c._0x25427b,-0x67,-0xa8,-0xe0)]=_0x5c5a6c[_0x50f2b2(_0x2abc6c._0x27026f,_0x2abc6c._0x5ec41d,_0x2abc6c._0x3f179b,0x32d)][_0x50f2b2(0x366,_0x2abc6c._0x34eb70,_0x2abc6c._0x5c1325,_0x2abc6c._0x33cbe7)+_0x1e3918(-_0x2abc6c._0x385baa,-0x97,-0x75,-0xa1)];const _0x11f503={};_0x11f503[_0x1e3918(-_0x2abc6c._0x2ad47a,-0x79,-0x9d,-_0x2abc6c._0x385baa)]=_0x494cc1[_0x50f2b2(_0x2abc6c._0x1bc9b9,0x321,_0x2abc6c._0x5ca202,0x3a6)]['JIRA_EMAIL'],_0x11f503['apiToken']=_0xccde8d[_0x1e3918(-0x1a,0xa,-_0x2abc6c._0x449c76,-0x6e)]['JIRA_API_T'+'OKEN'];const _0x28ba89={'baseUrl':_0x244456['env'][_0x50f2b2(0x3e2,_0x2abc6c._0x591dba,0x373,_0x2abc6c._0xc72c6)+_0x1e3918(0x3b,-0x7d,-0x1d,-_0x2abc6c._0x4e218a)],..._0x286f22[_0x1e3918(-_0x2abc6c._0x5355dd,_0x2abc6c._0x2ea2f1,-0x44,-_0x2abc6c._0x476ea3)][_0x1e3918(0x27,-_0x2abc6c._0xc8bdf9,-0x27,-0x58)+'_ID']?_0x18052f:{}};_0x28ba89[_0x50f2b2(0x31b,0x37f,0x346,_0x2abc6c._0x22d383)]=_0x11f503,_0x380383=new _0x40144c(_0x28ba89),_0x54e31d[_0x50f2b2(_0x2abc6c._0x1f676b,_0x2abc6c._0x2f1657,_0x2abc6c._0x1a5e57,0x302)](_0x1e3918(_0x2abc6c._0x116267,-_0x2abc6c._0x7b55c3,-0x1a,-0x77)+_0x50f2b2(_0x2abc6c._0x3a1085,_0x2abc6c._0x59fb35,0x368,_0x2abc6c._0x2b8c22)+_0x1e3918(-_0x2abc6c._0x445aca,-0x47,-0xab,-_0x2abc6c._0x2051bc)+'environmen'+'t\x20variable'+'s');}catch(_0x58cb45){_0x552d16['error'](_0x563585[_0x50f2b2(0x2ed,_0x2abc6c._0x3a345b,0x2f8,_0x2abc6c._0x3e2f83)],_0x58cb45);}}catch(_0x5b0ed7){logger[_0x50f2b2(0x327,_0x2abc6c._0x10cf21,0x332,0x2c6)]('Failed\x20to\x20'+_0x1e3918(-0x37,-_0x2abc6c._0x3ddda5,-_0x2abc6c._0x4dc7d8,0x1f)+'A\x20client\x20f'+_0x50f2b2(_0x2abc6c._0x275341,_0x2abc6c._0x32282b,_0x2abc6c._0xce05b1,0x3e1)+_0x1e3918(_0x2abc6c._0x49d071,_0x2abc6c._0x560b3e,-_0x2abc6c._0x116267,-_0x2abc6c._0x2dea6c),_0x5b0ed7);}else{if(_0x563585['NPocU'](_0x563585[_0x1e3918(-_0x2abc6c._0x2fbe43,-0x4a,-_0x2abc6c._0x1e2dbb,-_0x2abc6c._0x1a8b04)],_0x563585[_0x50f2b2(0x35b,0x356,0x34e,0x316)]))logger[_0x50f2b2(_0x2abc6c._0x46b05b,0x2ce,_0x2abc6c._0x1a5e57,0x2b7)](_0x50f2b2(0x2d9,0x32e,0x2f7,0x358)+_0x50f2b2(0x3e8,0x3b9,_0x2abc6c._0x46597b,_0x2abc6c._0x371d94)+'configurat'+_0x1e3918(-_0x2abc6c._0x18837c,-_0x2abc6c._0x24cb31,-_0x2abc6c._0x500bdb,-_0x2abc6c._0x17c7c9));else try{const _0x417561={};_0x417561['cloudId']=_0x270276[_0x1e3918(-0x22,-_0x2abc6c._0x1726c8,-0x44,-_0x2abc6c._0x1e2dbb)][_0x1e3918(_0x2abc6c._0x232af4,-0x80,-0x27,0x28)+'_ID'];const _0x2eedc2={};_0x2eedc2[_0x50f2b2(_0x2abc6c._0x105964,_0x2abc6c._0xbe6f53,_0x2abc6c._0x3f18e6,0x2d5)]=_0x50da50[_0x50f2b2(0x3a1,0x2dc,0x355,0x371)][_0x1e3918(-0x33,_0x2abc6c._0x4c117c,_0x2abc6c._0x2a578e,-0x3f)],_0x2eedc2[_0x50f2b2(0x36a,0x317,0x329,0x2bd)]=_0x45ba4e[_0x50f2b2(_0x2abc6c._0x3fc115,0x30e,0x355,_0x2abc6c._0x113f84)][_0x1e3918(-_0x2abc6c._0x5b3157,-_0x2abc6c._0x31a22d,-_0x2abc6c._0x384f22,-0x1a)+_0x50f2b2(_0x2abc6c._0x3d0a0f,0x330,_0x2abc6c._0x44b3eb,_0x2abc6c._0x586b89)];const _0x5ef635={'baseUrl':_0x510a6a[_0x1e3918(0x1b,_0x2abc6c._0x35913d,-_0x2abc6c._0x109580,-0xb8)][_0x1e3918(-_0x2abc6c._0x4cf0f4,-0x7d,-_0x2abc6c._0x342329,-0x25)+_0x50f2b2(0x306,0x378,_0x2abc6c._0x13a734,0x3ca)],..._0x30ae1e['env'][_0x1e3918(-0x3,_0x2abc6c._0x322338,-_0x2abc6c._0x574299,-_0x2abc6c._0x518e75)+_0x1e3918(-_0x2abc6c._0x250346,-_0x2abc6c._0x5cdeae,-_0x2abc6c._0x1607bb,-_0x2abc6c._0x12fb16)]?_0x417561:{}};_0x5ef635[_0x1e3918(0x25,-_0x2abc6c._0x320897,-0x53,-0x5d)]=_0x2eedc2,_0x2aa895=new _0x117a82(_0x5ef635),_0x2d1946[_0x1e3918(-_0x2abc6c._0x1c53f7,-0xe7,-_0x2abc6c._0x5e2040,-_0x2abc6c._0x30c9a6)](_0x563585[_0x1e3918(-0x59,-0x8c,-0x9e,-_0x2abc6c._0x5a5eed)]);}catch(_0x2e9f87){_0x11a3c9[_0x1e3918(-_0x2abc6c._0x30a63e,-0x72,-_0x2abc6c._0x2ef1d8,-_0x2abc6c._0x1e197b)](_0x563585[_0x1e3918(-0x21,-0x29,0x3,-_0x2abc6c._0x3b6507)],_0x2e9f87);}}}function _0x4dcd(){const _0x444c92=['BNqGzNjVBsbeqq','yMXLzcbMCM9Tia','Aw9U','BvrSCwC','y2XVDwrjza','yLvRsxC','sw52ywXPzcbPCW','ENnsz20','De9qsfO','ANjOt2O','sKLsqsbKAxnHyG','BvnetMq','zMzurMu','igzVCM1HDcbquG','u3zjv0m','zw1HAwW','AeHVC2u','otGXmZfgDKnRruG','z2v0sxnZDwu','rg1HqMi','sNjPvfy','vunQwK4','CezwBgu','t0TftG','BM90ignVBMzPzW','zMv0y2GGy29TBq','A2v5','CMzRDuG','B0zqsee','C3vLigTLEsbMBW','rMfPBgvKihrVia','svi6','qxv0AgvUDgLJyq','yxjJAcbXDwvYEq','vMLbCxG','BM9tAvO','CNKGBxvZDcbIzq','Aw9UihjLBg9Hza','DgLVBIbMywLSzq','u3voDM0','mIbJAgfYywn0zq','yvnjqui','u0P4qMO','mtK0qvrmAw93','DIb2yxjZoG','AMjgvgG','EvzUze0','ANnVBG','t1jVtxu','BNrssvy','sKLsqv9bueLFva','Du9zBw8','ugvYBwLZC2LVBG','C3rLCgi','mJHfAKT5suW','x0Le','igzYB20Grefuqq','nZGXqu90zNDd','suHJreC','AKzyzwW','yxbPvg9Rzw4','z0rbD3i','u2vHCMnOAw5Nia','BxvZDcbIzsbPBG','zw52AxjVBM1LBG','CNP3qMO','zNvTBei','zg9tsfu','vufgrKi','zxjYB3i','Aw5PDgLHBgL6zq','nZiWmdiWmgjQCvPmsa','ExreAgO','wvLRtee','mtiYmtK2zKrluwnn','l2LZC3vLCY86AW','Bw1LBNqGDg8GsG','iIaOBwf4oIa','rffTAeG','zMv0y2GGsKLsqq','y29UzMLNDxjHDa','DMz1wuu','yK9sCeq','svjbigLZC3vLoG','ug9ZDgLUzYbJBW','DMTgzgG','CMf0Aw9Uig5VDa','DwvZDcbIB2r5','BwzSDgW','yxv0Aa','zxKVy29TBwvUDa','Dg9vChbLCKnHCW','wgT2sKq','igLZC3vLoG','uw51uee','CfzOCeO','igfKBwLUAxn0CG','weDSwgS','CgfYyw1Z','DgvZDa','vfbzrfu','wfLzDhq','y29TBwvUDhm','rMv0y2HPBMCGsG','zw52','uxbsrKW','sxnZDwuGA2v5ia','sxnZDwuGBM90ia','z0vUB24','Bujgvg8','zM91BMq','wurArhO','igrLBMLLza','t2nNBgS','DuzcDw4','EM9REuS','igf0igXLyxn0ia','CuTQCLK','uMvSB2fKAw5Nia','z2v0','vMj0C3m','vK1VuKu','qLvuque','CMf0Aw9UigvUyq','AururKK','CMvSB2fKiePjuG','tM8GCgvYBwLZCW','C0fvCKS','vefFreLsoG','yxrVCI4','Dg90ywW','ugvytMG','sKLsqtOGiG','sKLsqv9dte9vra','sKLsqv9cqvnfxW','BgvKigfMDgvYia','zw5HyMXLza','igzYB20Gzw52Aq','sKLsqv9ftKfcta','EKvAEfC','wfHntuW','CMnOihf1zxj5ia','DMLKzsbHihnLyq','vvjm','iePjuKeGy2XPzq','z3viuLi','sKLsqsbPBNrLzW','rxD0ru0','uxvLCNKGDg9Via','u2vHCMnOihf1zq','CM9TierbvefFra','CM1HDa','sw52ywXPzcbZzq','twLZC2LUzYbZzq','igvUywjSzwq','EfDWAvy','B25Kwxm','yM9KEq','rvLzvuS','weP1EMK','B0DJveu','CNm6','C2HVCNq','C3rYAw5N','yxv0AgvUDgLJyq','q1zwBKm','Dhj1zq','ntbIsgP5C3O','C3rHDhvZ','CgfUrgG','BwvZC2fNzq','z2v0q29TBwvUDa','l2nVBMzPzW','v0fYCvu','vxvKrwm','wvr0BeC','Aw4GDgHLihjLCq','ugXLyxnLihbYBW','igLZC3vL','yxrPB24','wujkC08','CM9UBwvUDcb2yq','DMLKzsbHignVBq','Cg9ZDa','x0rjuG','wu5Wufi','t0Pfq1qTmtiZ','DcbYzwXVywrLza','zw50CW','sKLsqv9ftufjta','AxjHigLZC3vLoG','EerNwwO','C2vHCMnOsxnZDq','BhLIqLi','Cg9ZDenVBw1LBG','zgvIDwC','twLZC2LUzYbJBW','mJi0nez4sujnvW','zLDxshq','mZu0oda0B21oB2fl','yu1oDM8','tNLVA3a','DwTPELO','CM9TigvUDIb2yq','thrQyKK','Dcb2yxjPywjSzq','uM91DgvY','CMLHyMXLCW','rMv0y2HPBMCGyW','uwfQEgO','AxmGC2vYDMvYlG','t1n4tKK','qsbPC3n1zxm6','B1zXwKO','DcbJB25MAwD1CG','BNqGzNjVBsbLBG','yxjJAa','CNz6Dve','Aw5JBhvKzxm','yvr0BwW','BM90igzVDw5K','qsbPC3n1zxm','sKLsqsbJBgLLBG','CMf0Aw9UigLZia','ntGYnJe3n2DbBhLUAq','vfb5t0u','y29TBwvUDa','mtu4nda5ugXHt2rT','qsbJBgLLBNqGzG','nJr6C1jKv3q','B21Tzw50CYbMBW','ugvtqNO','l3nLyxjJAa','CIbkAxjHigLZCW','C2vHCMnOiePjuG','ignVBw1LBNrZoG','DhjPBq','BgvUz3rO','Aw5MBW','r3Dky04','wwPTA3a','q0XVC3y'];_0x4dcd=function(){return _0x444c92;};return _0x4dcd();}function _0xe8c1ad(_0x357a22,_0x235c49,_0x19f666,_0x3f7b7b){const _0x168898={_0x12b20a:0x156};return _0x2416(_0x19f666- -_0x168898._0x12b20a,_0x3f7b7b);}function requireJira(_0x420394,_0x2c8ac9,_0x3de89a){const _0x1a9773={_0x317176:0x5a,_0x2ae5f1:0x3d,_0x1f7081:0xc,_0x16e619:0x1ec,_0x34f4c8:0x33,_0x5bb7c7:0x77,_0x1ed481:0x51,_0x3e8140:0xa3,_0xc631ef:0x52,_0x2d4488:0x13f,_0x1b981c:0x1aa,_0x3e7b83:0x80,_0x3b44db:0xef,_0x3f94df:0x104,_0x39fa25:0x264,_0x408491:0x21d,_0x3cde88:0x23e,_0x4907f6:0x245,_0x52a9e6:0x204,_0x2f0a4a:0x1cd,_0x1ab18e:0xd1,_0xb22822:0x5e,_0x11d2f8:0x265,_0x27ed8f:0x2b2,_0x5d175c:0x19e,_0x1a70d6:0x202,_0x2b0078:0x1d0,_0x20cf8a:0x59,_0x2dd6e9:0xcc,_0xb1814e:0x267,_0x4a6a94:0x1fd,_0x24db6e:0x203,_0x11e4d9:0x1f1,_0x4990e7:0x257,_0x5042d3:0xa4,_0x12e906:0x4c,_0x53893b:0x16,_0x8a8b6e:0x28e,_0x429572:0x1fa},_0x56631e={_0xeec7e4:0x1dc},_0x355510={_0x5d869a:0x306},_0x3f7098={'IHcDG':_0x37abc0(_0x1a9773._0x317176,_0x1a9773._0x2ae5f1,0x24,-_0x1a9773._0x1f7081)+_0x130a46(_0x1a9773._0x16e619,0x1e3,0x20b,0x1f0)+'d','zRiGC':function(_0x1cf6c3,_0x495f76){return _0x1cf6c3!==_0x495f76;},'ORoMu':_0x37abc0(_0x1a9773._0x34f4c8,0x1c,_0x1a9773._0x5bb7c7,_0x1a9773._0x1ed481),'kGBMv':'JIRA\x20integ'+_0x37abc0(0x8b,0x73,0xc7,_0x1a9773._0x3e8140)+_0x37abc0(0xf4,0xb7,0x9a,_0x1a9773._0xc631ef),'SKtBc':'JIRA\x20integ'+_0x130a46(_0x1a9773._0x2d4488,_0x1a9773._0x1b981c,0x1ff,0x1a2)+_0x130a46(0x1d6,0x1d5,0x1fb,0x1e5)+'ured\x20on\x20th'+_0x37abc0(_0x1a9773._0x3e7b83,_0x1a9773._0x3b44db,_0x1a9773._0x3f94df,0xfa)+'\x20Please\x20co'+'ntact\x20your'+_0x130a46(_0x1a9773._0x39fa25,_0x1a9773._0x408491,0x201,0x23a)+_0x37abc0(0xef,0x9e,0xb0,0xe7),'XkvJD':function(_0x45b91f){return _0x45b91f();}};function _0x37abc0(_0x34cbda,_0x48e874,_0x37c1b0,_0xf510f){return _0x21759d(_0x34cbda-0x6d,_0x34cbda,_0x37c1b0-0x1c2,_0x48e874- -_0x355510._0x5d869a);}function _0x130a46(_0x5a48c0,_0x324932,_0x4fcc81,_0x33071f){return _0x21759d(_0x5a48c0-_0x56631e._0xeec7e4,_0x4fcc81,_0x4fcc81-0xf3,_0x324932- -0x166);}if(!jiraClient){if(_0x3f7098['zRiGC'](_0x3f7098[_0x130a46(_0x1a9773._0x3cde88,0x1ed,_0x1a9773._0x4907f6,0x251)],_0x130a46(_0x1a9773._0x52a9e6,_0x1a9773._0x2f0a4a,0x231,0x196))){const _0x13b39a={};return _0x13b39a[_0x37abc0(_0x1a9773._0x1ab18e,0x62,0x95,_0x1a9773._0xb22822)]=_0x3f7098['kGBMv'],_0x13b39a['message']=_0x3f7098['SKtBc'],_0x2c8ac9[_0x130a46(0x26b,_0x1a9773._0x11d2f8,_0x1a9773._0x27ed8f,0x22c)](0x2503+-0xfb+-0x2211)[_0x130a46(_0x1a9773._0x5d175c,0x1ec,0x198,0x204)](_0x13b39a);}else{const _0x6661ef={};return _0x6661ef[_0x130a46(0x19b,_0x1a9773._0x1a70d6,_0x1a9773._0x2b0078,0x207)]=_0x3f7098[_0x37abc0(-0x17,0x57,_0x1a9773._0x20cf8a,_0x1a9773._0x2dd6e9)],_0x6661ef[_0x130a46(0x293,_0x1a9773._0xb1814e,0x2c7,0x23b)]=_0x397edb[_0x130a46(0x2c3,0x267,_0x1a9773._0x4a6a94,_0x1a9773._0x24db6e)],_0x2d829f[_0x130a46(_0x1a9773._0x11e4d9,0x265,0x21d,_0x1a9773._0x4990e7)](0x1*0x1261+0xc7c+-0x96*0x32)[_0x37abc0(_0x1a9773._0x5042d3,_0x1a9773._0x12e906,-_0x1a9773._0x53893b,0x5c)](_0x6661ef);}}_0x3f7098[_0x130a46(0x24d,0x219,_0x1a9773._0x8a8b6e,_0x1a9773._0x429572)](_0x3de89a);}router[_0xe8c1ad(-0x81,-0x6,-0x1e,0x34)](_0x21759d(0x3e6,0x3a2,0x400,0x3cf),(_0x3aa80d,_0x186980)=>{const _0x239350={_0xc088ca:0x287,_0x52e6b5:0x2f1,_0x491dfe:0x2d2,_0x471393:0x223,_0x43f9cb:0x1ef,_0x128eb7:0x133,_0x292b9a:0x156,_0x5accff:0x13b},_0x1d3e4f={_0x545258:0x14},_0x550081={_0x40bfe6:0x1c2,_0x5d8c2f:0x294};function _0x3158b8(_0x424ded,_0x314eb7,_0x5c8da1,_0x2beef0){return _0xe8c1ad(_0x424ded-0x6f,_0x314eb7-_0x550081._0x40bfe6,_0x424ded-_0x550081._0x5d8c2f,_0x314eb7);}function _0x59426a(_0x1082ab,_0x1e4cfa,_0x220149,_0x2aa7b3){return _0x21759d(_0x1082ab-_0x1d3e4f._0x545258,_0x220149,_0x220149-0x1d1,_0x1e4cfa- -0x4c2);}const _0x466343={};_0x466343[_0x3158b8(_0x239350._0xc088ca,_0x239350._0x52e6b5,0x20e,_0x239350._0x491dfe)]=!!jiraClient,_0x466343['baseUrl']=jiraClient?process[_0x3158b8(0x267,0x26a,_0x239350._0x471393,_0x239350._0x43f9cb)][_0x59426a(-0xe1,-0x119,-_0x239350._0x128eb7,-0x140)+_0x59426a(-_0x239350._0x292b9a,-0x110,-_0x239350._0x5accff,-0x151)]:null,_0x186980['json'](_0x466343);}),router[_0x21759d(0x375,0x335,0x3de,0x39a)](_0xe8c1ad(-0x33,-0x8,-0x4a,-0x20)+'ey',requireJira,async(_0x333ada,_0x102b4f)=>{const _0x507d9c={_0x3d6df5:0x355,_0x268bfb:0x329,_0x50b533:0x345,_0x969491:0x32d,_0x588b4e:0x305,_0x160348:0x2c0,_0x43ccc7:0x2d1,_0x2103bf:0x26f,_0x2191b8:0x30e,_0x48a7e5:0x3b6,_0x3f1ed9:0x37e,_0x52694f:0x308,_0x401da8:0x2b6,_0x5e3806:0x299,_0x3985ab:0x3a0,_0x44b87e:0x359,_0x5e623d:0x349,_0x5ee4e5:0x339,_0x2fc3bd:0x321,_0x235099:0x340,_0x4dc9b1:0x3b5,_0x453ea8:0x3e8,_0x1060b0:0x33d,_0x285610:0x327,_0x48c7b3:0x2fa,_0x966f9e:0x30e,_0x113a4f:0x346,_0x33aa5c:0x297,_0x31d4de:0x3b1,_0x5afd89:0x386,_0x262e44:0x3a7,_0x5a9eee:0x3ae,_0xd6ed9:0x3db,_0x1c5718:0x40e,_0x6787cd:0x2c2,_0x48b3e5:0x275,_0x408aad:0x2b3,_0x4c2abe:0x381,_0x5097fa:0x326,_0xbb329a:0x34b,_0x4cb08e:0x35e,_0x34f2af:0x35e,_0x195c1b:0x3c9,_0x2e95ed:0x3c2,_0x363903:0x3a5,_0xcee6d0:0x39e,_0x2ffadf:0x400,_0x1d4742:0x26e,_0x3b2308:0x2ba,_0x189df4:0x2b6,_0x3e0382:0x2d0,_0xbe4aff:0x2e9,_0x5f4a1f:0x2c7,_0x4692f9:0x318,_0x281b78:0x30c,_0x24c41c:0x34c,_0xdf526e:0x2e9,_0x21477f:0x26d,_0x14b4cf:0x2af,_0x242da8:0x2d6,_0x3cfaf7:0x2ca,_0x2cf01a:0x373,_0x5ce8f2:0x3c6,_0x301724:0x395,_0x301391:0x358,_0x3af7ff:0x37b,_0x2ae267:0x2fe,_0x424cd5:0x2c2,_0x67119c:0x2b6,_0x13af60:0x2f6,_0x57ff88:0x2bb,_0x6d180a:0x2f3,_0x4bc572:0x3bd,_0x441e2f:0x365,_0x2d07ad:0x3ac,_0x45d364:0x2ff,_0x2fd94e:0x2ef,_0x22adfe:0x357,_0x2bd6d9:0x34f,_0x2eaac7:0x2de,_0x3df69f:0x3a1,_0x3ea522:0x2aa,_0x50aed5:0x38d,_0x58bdfa:0x3b2,_0x53d830:0x2d2,_0xab1cad:0x2b1,_0x12e53c:0x35f,_0x143c70:0x304,_0x3e2cb6:0x33b,_0x4a5080:0x37f,_0x4ebda8:0x371,_0x14eeb2:0x310,_0x5d1ce3:0x2f5,_0x2e001b:0x2e0,_0x5a13fe:0x34f,_0x54dabd:0x347,_0x22c871:0x3ab,_0x5dd072:0x376,_0x2d5de2:0x395,_0x7845b6:0x39d,_0x564128:0x3e3,_0x52d768:0x3dc,_0x55978e:0x2e1,_0xb93b1f:0x2cf,_0x1ffdd8:0x2e3,_0x41c451:0x320,_0x205355:0x2e5,_0x526132:0x3af,_0x31bb40:0x398,_0x3f8ecf:0x339,_0x34c678:0x32f,_0x39acfe:0x376,_0x4f2dca:0x334,_0x10c81e:0x386,_0x57b301:0x32c,_0x46f6d5:0x2b8,_0x43d9a5:0x243,_0xe9baa7:0x279,_0x5e59e6:0x2d6,_0x119105:0x29b,_0xf4b3a2:0x3b3,_0x34591f:0x395,_0x25a32b:0x3f3,_0x2a540a:0x30b,_0x44391b:0x346,_0x3251a7:0x3b2,_0x1b5e80:0x39c,_0x23e88c:0x2cb,_0x405459:0x2e2,_0x119be3:0x291,_0x15ffe6:0x32c,_0x4512f1:0x346,_0x2e6d28:0x3a3,_0x4d839c:0x263,_0x14d912:0x281,_0x4cf9d6:0x376,_0x1d5b53:0x2ec,_0x529359:0x384,_0x3629ab:0x37a,_0x317bb3:0x39c,_0x57e952:0x2d3,_0x37f2d3:0x34d,_0xadcfc:0x2eb,_0x26574f:0x27b,_0x4fbffd:0x2b4,_0x46ff2e:0x316,_0x38783e:0x389,_0x11708d:0x2f3,_0x3d20cb:0x37c,_0x3fe321:0x379},_0x31d379={_0xa3032e:0x1e1,_0x400870:0x100},_0x592641={_0x181e20:0xb6,_0x420601:0x183,_0x1cb8aa:0x331};function _0x355ebb(_0x316e86,_0x43c613,_0x4c8adc,_0x29cb40){return _0xe8c1ad(_0x316e86-_0x592641._0x181e20,_0x43c613-_0x592641._0x420601,_0x316e86-_0x592641._0x1cb8aa,_0x4c8adc);}const _0x27c125={};_0x27c125[_0x355ebb(_0x507d9c._0x3d6df5,_0x507d9c._0x268bfb,_0x507d9c._0x50b533,0x317)]=_0x3239e5(0x40c,0x39e,0x32e,0x3cb)+'short',_0x27c125[_0x3239e5(0x3a3,_0x507d9c._0x969491,_0x507d9c._0x588b4e,0x397)]='Search\x20que'+_0x355ebb(_0x507d9c._0x160348,_0x507d9c._0x43ccc7,_0x507d9c._0x2103bf,_0x507d9c._0x2191b8)+_0x3239e5(_0x507d9c._0x48a7e5,_0x507d9c._0x3f1ed9,0x3a7,0x3c5)+'2\x20characte'+'rs',_0x27c125[_0x355ebb(_0x507d9c._0x52694f,0x2d4,0x31e,0x37a)]=_0x355ebb(0x2ba,_0x507d9c._0x52694f,_0x507d9c._0x401da8,_0x507d9c._0x5e3806)+_0x3239e5(_0x507d9c._0x3985ab,_0x507d9c._0x44b87e,_0x507d9c._0x5e623d,_0x507d9c._0x5ee4e5)+_0x355ebb(0x2f9,_0x507d9c._0x2fc3bd,0x2cd,0x292),_0x27c125[_0x355ebb(0x32f,_0x507d9c._0x235099,0x2ce,0x35f)]=_0x355ebb(0x378,0x3a0,_0x507d9c._0x4dc9b1,_0x507d9c._0x453ea8),_0x27c125[_0x3239e5(0x3a7,_0x507d9c._0x1060b0,_0x507d9c._0x285610,_0x507d9c._0x48c7b3)]=_0x355ebb(0x307,_0x507d9c._0x966f9e,_0x507d9c._0x113a4f,_0x507d9c._0x33aa5c)+_0x3239e5(0x344,0x378,_0x507d9c._0x31d4de,0x396),_0x27c125[_0x3239e5(0x3e9,_0x507d9c._0x5afd89,0x393,_0x507d9c._0x262e44)]=_0x3239e5(0x350,_0x507d9c._0x5a9eee,_0x507d9c._0xd6ed9,_0x507d9c._0x1c5718)+_0x355ebb(_0x507d9c._0x6787cd,0x2cd,_0x507d9c._0x48b3e5,_0x507d9c._0x408aad)+'d',_0x27c125['ViAqx']=function(_0x59e176,_0x2ceee6){return _0x59e176===_0x2ceee6;},_0x27c125[_0x3239e5(_0x507d9c._0x4c2abe,_0x507d9c._0x5097fa,0x375,_0x507d9c._0xbb329a)]=_0x3239e5(0x352,0x3a8,_0x507d9c._0x4cb08e,_0x507d9c._0x34f2af),_0x27c125[_0x3239e5(_0x507d9c._0x195c1b,0x3c9,_0x507d9c._0x2e95ed,_0x507d9c._0x363903)]='Authentica'+'tion\x20faile'+'d';function _0x3239e5(_0x576c87,_0x515b0f,_0x190b43,_0x42159e){return _0x21759d(_0x576c87-_0x31d379._0xa3032e,_0x42159e,_0x190b43-_0x31d379._0x400870,_0x515b0f- -0x19);}_0x27c125['ZfqzC']=_0x3239e5(_0x507d9c._0xcee6d0,0x388,0x388,_0x507d9c._0x2ffadf)+_0x355ebb(0x29e,_0x507d9c._0x1d4742,_0x507d9c._0x3b2308,_0x507d9c._0x189df4),_0x27c125['Nyokp']=_0x355ebb(_0x507d9c._0x3e0382,_0x507d9c._0xbe4aff,_0x507d9c._0x5f4a1f,_0x507d9c._0x4692f9)+_0x355ebb(_0x507d9c._0x281b78,_0x507d9c._0x24c41c,_0x507d9c._0xdf526e,0x2eb),_0x27c125[_0x355ebb(0x2a8,0x283,_0x507d9c._0x21477f,0x286)]=_0x355ebb(0x2ba,_0x507d9c._0x14b4cf,_0x507d9c._0x242da8,_0x507d9c._0x3cfaf7)+_0x3239e5(0x3b4,_0x507d9c._0x44b87e,_0x507d9c._0x2cf01a,_0x507d9c._0x5ce8f2)+_0x3239e5(_0x507d9c._0x301724,0x3bc,_0x507d9c._0x301391,_0x507d9c._0x3af7ff);const _0x38031d=_0x27c125;try{const _0x26192a=_0x333ada[_0x355ebb(_0x507d9c._0x2ae267,0x2c7,_0x507d9c._0x424cd5,0x2a3)][_0x355ebb(_0x507d9c._0x67119c,_0x507d9c._0x13af60,_0x507d9c._0x57ff88,_0x507d9c._0x281b78)][_0x3239e5(_0x507d9c._0x281b78,0x304,_0x507d9c._0x6d180a,0x2eb)]()[_0x3239e5(_0x507d9c._0x4bc572,_0x507d9c._0x441e2f,_0x507d9c._0x2d07ad,_0x507d9c._0x24c41c)+'e']();if(!/^[A-Z]+-\d+$/i[_0x355ebb(_0x507d9c._0x45d364,0x31a,_0x507d9c._0x2fd94e,_0x507d9c._0x22adfe)](_0x26192a)){const _0x346a40={};return _0x346a40[_0x3239e5(0x2d9,_0x507d9c._0x2bd6d9,_0x507d9c._0x2eaac7,_0x507d9c._0x3df69f)]=_0x355ebb(0x2a2,_0x507d9c._0x3ea522,0x246,0x312)+'sue\x20key\x20fo'+_0x3239e5(0x39e,0x3a1,0x37c,_0x507d9c._0x50aed5),_0x346a40['message']='Issue\x20key\x20'+'must\x20be\x20in'+_0x355ebb(0x2a9,0x2d8,0x2c3,0x255)+'OJECT-123',_0x102b4f[_0x3239e5(0x3e6,_0x507d9c._0x58bdfa,0x35d,_0x507d9c._0x34f2af)](0x2299+-0x194*-0x2+-0x2431)[_0x355ebb(0x2cb,_0x507d9c._0x53d830,0x259,_0x507d9c._0xab1cad)](_0x346a40);}logger[_0x355ebb(_0x507d9c._0x12e53c,_0x507d9c._0x143c70,_0x507d9c._0x3e2cb6,_0x507d9c._0x4a5080)](_0x3239e5(_0x507d9c._0x3f1ed9,_0x507d9c._0x4ebda8,0x2fb,_0x507d9c._0x14eeb2)+_0x355ebb(0x2ef,0x337,0x290,0x2d7)+'\x20'+_0x26192a);const _0x17c7fc=await jiraClient[_0x355ebb(0x2ae,0x2d1,_0x507d9c._0x5d1ce3,0x281)](_0x26192a);_0x102b4f['json'](_0x17c7fc);}catch(_0x501478){logger[_0x3239e5(_0x507d9c._0x2e001b,_0x507d9c._0x5a13fe,0x370,0x37f)](_0x38031d[_0x3239e5(_0x507d9c._0x54dabd,0x376,0x3e5,_0x507d9c._0x22c871)],_0x501478);if(_0x501478[_0x355ebb(0x346,0x2f5,0x37a,0x2f2)][_0x355ebb(_0x507d9c._0x5dd072,_0x507d9c._0x2d5de2,0x36b,0x30b)](_0x38031d[_0x3239e5(0x369,_0x507d9c._0x7845b6,_0x507d9c._0x564128,_0x507d9c._0x52d768)])){const _0x314367={};return _0x314367[_0x355ebb(_0x507d9c._0x55978e,0x2cc,_0x507d9c._0xb93b1f,_0x507d9c._0x1ffdd8)]=_0x38031d[_0x3239e5(_0x507d9c._0x41c451,_0x507d9c._0x1060b0,0x34e,0x361)],_0x314367['message']=_0x501478[_0x355ebb(0x346,0x37e,_0x507d9c._0x205355,_0x507d9c._0x526132)],_0x102b4f[_0x3239e5(0x368,0x3b2,_0x507d9c._0x31bb40,0x40b)](0x2551+0x137c+-0x3739*0x1)[_0x3239e5(_0x507d9c._0x3cfaf7,_0x507d9c._0x3f8ecf,0x387,_0x507d9c._0x5f4a1f)](_0x314367);}else{if(_0x501478[_0x355ebb(0x346,0x309,0x31b,_0x507d9c._0x34c678)][_0x355ebb(_0x507d9c._0x39acfe,0x3c3,0x384,0x38a)](_0x38031d[_0x3239e5(_0x507d9c._0x4f2dca,_0x507d9c._0x10c81e,0x3c0,_0x507d9c._0x2fc3bd)])){if(_0x38031d[_0x3239e5(0x339,_0x507d9c._0x57b301,0x308,0x316)](_0x38031d[_0x355ebb(_0x507d9c._0x46f6d5,_0x507d9c._0x43d9a5,_0x507d9c._0xe9baa7,_0x507d9c._0x5e59e6)],_0x38031d[_0x355ebb(_0x507d9c._0x46f6d5,_0x507d9c._0x119105,0x31b,0x2b1)])){const _0x404c1a={};return _0x404c1a[_0x3239e5(0x3ba,0x34f,0x31c,_0x507d9c._0xf4b3a2)]=_0x38031d[_0x3239e5(_0x507d9c._0x34591f,0x3c9,_0x507d9c._0x25a32b,0x407)],_0x404c1a[_0x355ebb(_0x507d9c._0x113a4f,0x390,_0x507d9c._0x2a540a,0x37b)]=_0x501478[_0x355ebb(_0x507d9c._0x44391b,_0x507d9c._0x3251a7,0x361,_0x507d9c._0x1b5e80)],_0x102b4f[_0x3239e5(0x371,0x3b2,0x3d8,0x427)](0xe00+0x2705+0x94*-0x59)[_0x355ebb(_0x507d9c._0x23e88c,_0x507d9c._0x405459,_0x507d9c._0x119be3,_0x507d9c._0x15ffe6)](_0x404c1a);}else{const _0x1d4dd0={};return _0x1d4dd0['error']=_0x38031d['YNpPR'],_0x1d4dd0[_0x355ebb(_0x507d9c._0x4512f1,0x343,_0x507d9c._0x2e6d28,0x383)]=_0x38031d[_0x355ebb(0x2bf,0x336,_0x507d9c._0x4d839c,_0x507d9c._0x14d912)],_0x4ebf7b['status'](-0x2*-0x377+-0x1*0x13b7+-0xe59*-0x1)[_0x3239e5(0x373,0x339,0x39c,0x390)](_0x1d4dd0);}}else{if(_0x501478['message'][_0x355ebb(_0x507d9c._0x4cf9d6,0x38e,_0x507d9c._0x3df69f,0x377)](_0x38031d['ZfqzC'])){const _0x2bf357={};return _0x2bf357[_0x3239e5(_0x507d9c._0x1d5b53,0x34f,_0x507d9c._0x529359,0x3c1)]=_0x38031d[_0x3239e5(_0x507d9c._0x3629ab,0x3d3,0x379,0x388)],_0x2bf357[_0x355ebb(0x346,_0x507d9c._0x317bb3,0x33b,_0x507d9c._0x57e952)]=_0x501478[_0x355ebb(0x346,0x2e4,_0x507d9c._0x37f2d3,0x361)],_0x102b4f['status'](0x35*-0x25+-0x22ca+-0x7*-0x64a)[_0x355ebb(0x2cb,0x27c,0x318,0x264)](_0x2bf357);}else{const _0x5a8e9d={};return _0x5a8e9d[_0x355ebb(0x2e1,0x326,_0x507d9c._0xadcfc,_0x507d9c._0x26574f)]=_0x38031d[_0x3239e5(_0x507d9c._0x4fbffd,_0x507d9c._0x46ff2e,0x378,_0x507d9c._0x38783e)],_0x5a8e9d['message']=_0x501478[_0x355ebb(0x346,_0x507d9c._0x11708d,0x306,_0x507d9c._0x3d20cb)],_0x102b4f['status'](0x1a0d+0x1*0x5e7+-0x300*0xa)[_0x3239e5(0x324,0x339,0x2fd,_0x507d9c._0x3fe321)](_0x5a8e9d);}}}}});function _0x21759d(_0x424143,_0x2f8106,_0x5f409f,_0x375155){const _0x14214d={_0x5b920a:0x262};return _0x2416(_0x375155-_0x14214d._0x5b920a,_0x2f8106);}router[_0x21759d(0x451,0x392,0x41a,0x3da)](_0x21759d(0x392,0x2ae,0x2a0,0x319),requireJira,async(_0x910276,_0x49731e)=>{const _0x5e1656={_0x76ea42:0x370,_0x558497:0x332,_0x28963b:0x3b4,_0xa74c9:0x3e6,_0x69c46:0x3b9,_0x11012a:0x3c2,_0x2cd464:0x422,_0x48124e:0x3f0,_0x4440fe:0x424,_0x50fcb5:0x3e5,_0x1f10a0:0x3be,_0x513ac3:0x33e,_0x4a5126:0x39b,_0x94749d:0x404,_0xc56569:0x3fa,_0x26e980:0x40d,_0x24f616:0x3bd,_0x64544a:0x317,_0x4ce3bb:0x36b,_0xb2e477:0x3d7,_0x3965f8:0x363,_0x131c51:0x3c9,_0x122573:0x32a,_0x1fe96e:0x399,_0x48167f:0x3ee,_0x3e6d55:0x3d8,_0xd79f6:0x3cb,_0xdb89d0:0x448,_0x5ebffb:0x367,_0x39bc2a:0x39b,_0x2a7d5f:0x305,_0x85aae2:0x2c0,_0x166ecd:0x322,_0x3417bc:0x359,_0x317234:0x395,_0xdda1c6:0x290,_0x40a644:0x2a4,_0x5bf0c8:0x305,_0x258537:0x468,_0x157d17:0x417,_0x31baf4:0x3a3,_0x4d9ac1:0x3e0,_0x44e8c1:0x3db,_0x560512:0x446,_0x4c62d3:0x47a,_0x470ff9:0x45b,_0x181acf:0x466,_0x1a69d6:0x339,_0x4198b4:0x2fc,_0x16f5b1:0x34b,_0x4d1fcd:0x3a5,_0x3ba5d2:0x396,_0x8e0d07:0x364,_0x3e0669:0x308,_0x28fb45:0x324,_0x5f4dc9:0x2aa,_0x2035ed:0x315,_0x8f38d1:0x3d4,_0x8a2f31:0x344,_0xc2fe41:0x31d,_0x58566a:0x3a6,_0x2251c4:0x2e7,_0x56a007:0x2ee,_0x3d51ed:0x32d,_0x56b891:0x389,_0x3781f4:0x3f3,_0xaa51f:0x32e,_0x496b6e:0x302,_0x1233f0:0x3e0,_0x354813:0x3d3,_0x247385:0x2f0,_0x4c41e7:0x3a0,_0x18d457:0x33a,_0x3c0116:0x391,_0x46fa91:0x356,_0x753f0d:0x3db,_0x583947:0x3e6,_0x8e5d4c:0x386,_0x454018:0x3ea,_0x5cecf2:0x3eb,_0x12fbe5:0x39c,_0x5cab2a:0x2db,_0x5452e2:0x369,_0x3c2dc5:0x3db,_0x358b6e:0x42d,_0x464e92:0x411,_0x5f4409:0x3b5,_0x295a93:0x36d,_0x15afed:0x447,_0x3c5d6a:0x406,_0xa6acc7:0x3a1,_0x502f66:0x365,_0x35799a:0x3bb,_0x1bee37:0x3c7,_0x40df9b:0x3fb,_0x20134a:0x3c3,_0x40d918:0x39d,_0x17890e:0x3fd,_0x38241b:0x403,_0x2d58ed:0x3a3,_0x5ab8e8:0x33c,_0x429052:0x3ad,_0x35fcc5:0x2c6,_0x1e4241:0x322,_0x978ed6:0x401,_0x1a0ce9:0x41d,_0x4700a5:0x418,_0x2a0588:0x3e1,_0x2ef2b3:0x3ac,_0x32b64:0x36f,_0x1a0c06:0x388,_0x5b2c47:0x34a,_0x5e5fa2:0x394,_0x4ef468:0x45a,_0x4d8fc9:0x3bf,_0x51524c:0x429,_0x28e62:0x360,_0x2de91e:0x387,_0x238e5f:0x3cf,_0x4ad825:0x383,_0x68554f:0x377,_0x2e9348:0x339,_0x2942ef:0x38c,_0x1a2cb3:0x349,_0x3b99ad:0x2e1,_0xbc0baa:0x358,_0x45b731:0x3fc,_0xed9f30:0x346,_0xcb21f:0x32f,_0x823189:0x3a2,_0x13b9ed:0x3ba,_0x2458a1:0x3b7,_0x7d0830:0x3ed,_0x2f16ca:0x38b,_0x138a21:0x3d7,_0x5b6c96:0x379,_0x1dafe1:0x315},_0xa4189d={_0x2359f3:0x117},_0x16ee4b={_0x3b4d61:0x3d8},_0x7275b6={};_0x7275b6[_0x410d61(0x380,_0x5e1656._0x76ea42,0x3a2,0x3cb)]=function(_0x46f35c,_0x2fc874){return _0x46f35c!==_0x2fc874;};function _0x410d61(_0x385b45,_0x5d73f3,_0x116959,_0x4f88ce){return _0xe8c1ad(_0x385b45-0x19f,_0x5d73f3-0x5,_0x5d73f3-_0x16ee4b._0x3b4d61,_0x116959);}function _0x44e785(_0x43be68,_0x5d545b,_0x213822,_0x58ce79){return _0x21759d(_0x43be68-_0xa4189d._0x2359f3,_0x5d545b,_0x213822-0x15e,_0x58ce79- -0x16);}_0x7275b6[_0x44e785(_0x5e1656._0x558497,0x378,0x395,0x35b)]=_0x410d61(_0x5e1656._0x28963b,_0x5e1656._0xa74c9,_0x5e1656._0x69c46,0x43b),_0x7275b6['doSHU']=_0x44e785(0x356,0x3ae,_0x5e1656._0x11012a,0x3a6)+'arch\x20query',_0x7275b6[_0x410d61(_0x5e1656._0x2cd464,_0x5e1656._0x48124e,0x445,0x3d2)]=_0x44e785(0x435,_0x5e1656._0x4440fe,_0x5e1656._0x50fcb5,_0x5e1656._0x1f10a0)+_0x44e785(0x360,_0x5e1656._0x513ac3,0x345,_0x5e1656._0x4a5126)+_0x44e785(_0x5e1656._0x94749d,_0x5e1656._0xc56569,0x328,0x39a)+_0x44e785(_0x5e1656._0x26e980,0x428,0x41c,_0x5e1656._0x24f616)+_0x410d61(0x34e,0x39a,0x32b,0x3ed),_0x7275b6[_0x44e785(_0x5e1656._0x64544a,_0x5e1656._0x1f10a0,0x3cb,_0x5e1656._0x4ce3bb)]=_0x410d61(0x411,_0x5e1656._0xb2e477,0x405,0x421)+_0x44e785(0x3b4,0x33b,_0x5e1656._0x3965f8,0x3af),_0x7275b6[_0x44e785(_0x5e1656._0x131c51,_0x5e1656._0x122573,0x3de,_0x5e1656._0x1fe96e)]=_0x410d61(_0x5e1656._0x48167f,_0x5e1656._0x3e6d55,_0x5e1656._0xd79f6,_0x5e1656._0xdb89d0)+_0x410d61(0x3cb,_0x5e1656._0x5ebffb,_0x5e1656._0x39bc2a,0x309)+_0x44e785(0x391,0x308,0x37b,0x381)+_0x44e785(_0x5e1656._0x2a7d5f,0x2e7,0x390,0x335)+'rs',_0x7275b6[_0x44e785(0x2f6,0x2cb,_0x5e1656._0x85aae2,_0x5e1656._0x166ecd)]=_0x410d61(_0x5e1656._0x3417bc,0x361,_0x5e1656._0x317234,0x3b3)+_0x44e785(_0x5e1656._0xdda1c6,0x2e6,_0x5e1656._0x40a644,_0x5e1656._0x5bf0c8)+_0x410d61(_0x5e1656._0x258537,_0x5e1656._0x157d17,_0x5e1656._0x31baf4,_0x5e1656._0x4d9ac1),_0x7275b6[_0x44e785(0x33e,0x370,0x3db,0x371)]=_0x410d61(0x40e,_0x5e1656._0x44e8c1,0x40c,_0x5e1656._0x560512)+_0x410d61(_0x5e1656._0x4c62d3,0x41b,_0x5e1656._0x470ff9,_0x5e1656._0x181acf),_0x7275b6[_0x44e785(0x295,_0x5e1656._0x1a69d6,0x2b2,_0x5e1656._0x4198b4)]=_0x44e785(_0x5e1656._0x16f5b1,0x3c3,0x36b,_0x5e1656._0x4d1fcd)+_0x410d61(_0x5e1656._0x3ba5d2,_0x5e1656._0x8e0d07,0x2f4,_0x5e1656._0x3e0669),_0x7275b6[_0x44e785(_0x5e1656._0x28fb45,0x374,_0x5e1656._0x5f4dc9,_0x5e1656._0x2035ed)]=_0x44e785(0x419,_0x5e1656._0x8f38d1,_0x5e1656._0x4d1fcd,0x3b1)+'tion\x20faile'+'d',_0x7275b6[_0x44e785(0x2dc,_0x5e1656._0x8a2f31,_0x5e1656._0xc2fe41,0x310)]=_0x44e785(_0x5e1656._0x58566a,_0x5e1656._0x2251c4,_0x5e1656._0x56a007,_0x5e1656._0x3d51ed)+'tion\x20faile'+'d',_0x7275b6[_0x410d61(_0x5e1656._0x56b891,0x3a2,_0x5e1656._0x3781f4,0x355)]=_0x410d61(0x300,0x361,0x368,0x38f)+'search\x20JIR'+_0x410d61(0x354,_0x5e1656._0xaa51f,_0x5e1656._0x496b6e,0x2e5);const _0x1d5e8c=_0x7275b6;try{const {query:_0x20b02f,maxResults:maxResults=-0x286+0xe51+-0xbb7*0x1}=_0x910276[_0x410d61(0x3e8,_0x5e1656._0x1233f0,_0x5e1656._0x354813,0x432)];if(!_0x20b02f||_0x1d5e8c[_0x44e785(0x325,_0x5e1656._0x247385,_0x5e1656._0x4c41e7,_0x5e1656._0x18d457)](typeof _0x20b02f,_0x1d5e8c[_0x410d61(0x3b7,_0x5e1656._0x3c0116,_0x5e1656._0x46fa91,0x36a)])){const _0xde053f={};return _0xde053f[_0x410d61(0x35f,0x388,_0x5e1656._0x753f0d,_0x5e1656._0x583947)]=_0x1d5e8c[_0x410d61(_0x5e1656._0x558497,_0x5e1656._0x8e5d4c,0x385,0x3e0)],_0xde053f['message']=_0x1d5e8c[_0x44e785(0x42b,_0x5e1656._0x454018,_0x5e1656._0xb2e477,0x3ba)],_0x49731e[_0x410d61(0x40d,_0x5e1656._0x5cecf2,0x464,0x38a)](0x2051*-0x1+0x120b*-0x1+0x33ec)[_0x44e785(0x2dd,_0x5e1656._0x12fbe5,_0x5e1656._0x5cab2a,0x33c)](_0xde053f);}if(_0x20b02f[_0x410d61(_0x5e1656._0x317234,0x33d,_0x5e1656._0x5452e2,0x39b)]()['length']<-0x2*-0x1242+-0x173*0x1+-0x230f){const _0x1a2463={};return _0x1a2463['error']=_0x1d5e8c[_0x410d61(0x41a,0x3a1,_0x5e1656._0x3c2dc5,0x38c)],_0x1a2463[_0x410d61(_0x5e1656._0x454018,0x3ed,0x3a9,_0x5e1656._0x358b6e)]=_0x1d5e8c['XXMML'],_0x49731e[_0x44e785(_0x5e1656._0x464e92,0x39c,0x423,_0x5e1656._0x5f4409)](-0x1d72+-0x1fb2+0x3eb4)[_0x44e785(_0x5e1656._0x295a93,0x322,0x2c3,0x33c)](_0x1a2463);}logger[_0x410d61(_0x5e1656._0x15afed,_0x5e1656._0x3c5d6a,0x3f5,_0x5e1656._0xa6acc7)](_0x410d61(_0x5e1656._0x502f66,0x381,0x357,_0x5e1656._0x35799a)+_0x410d61(0x3ac,_0x5e1656._0x1bee37,_0x5e1656._0x40df9b,_0x5e1656._0x20134a)+_0x20b02f+_0x44e785(0x317,0x38d,_0x5e1656._0x40d918,0x35a)+maxResults+')');const _0x1c9f16=await jiraClient[_0x410d61(_0x5e1656._0x17890e,_0x5e1656._0x38241b,_0x5e1656._0xb2e477,0x3a6)+'es'](_0x20b02f,maxResults);_0x49731e[_0x44e785(0x398,0x369,_0x5e1656._0x2d58ed,_0x5e1656._0x5ab8e8)](_0x1c9f16);}catch(_0x32ef45){logger[_0x410d61(0x3cc,0x388,_0x5e1656._0x429052,0x377)](_0x1d5e8c[_0x44e785(0x308,0x38d,_0x5e1656._0x35fcc5,_0x5e1656._0x1e4241)],_0x32ef45);if(_0x32ef45[_0x410d61(0x44a,0x3ed,0x42f,0x411)][_0x410d61(_0x5e1656._0x978ed6,_0x5e1656._0x1a0ce9,_0x5e1656._0x4700a5,_0x5e1656._0x2a0588)](_0x1d5e8c[_0x44e785(_0x5e1656._0x2ef2b3,_0x5e1656._0x454018,_0x5e1656._0x32b64,0x371)])){const _0x5d79fa={};return _0x5d79fa[_0x410d61(0x3fb,_0x5e1656._0x1a0c06,0x31a,_0x5e1656._0x5b2c47)]=_0x1d5e8c[_0x44e785(0x36a,0x2c8,0x2d3,0x2fc)],_0x5d79fa[_0x410d61(0x386,0x3ed,0x3b1,0x3bf)]=_0x32ef45[_0x410d61(_0x5e1656._0xc56569,0x3ed,0x3f8,0x3d1)],_0x49731e[_0x410d61(_0x5e1656._0x5e5fa2,_0x5e1656._0x5cecf2,_0x5e1656._0x4ef468,_0x5e1656._0x4d8fc9)](0x515*0x2+-0x1*0x21ec+-0x7*-0x39e)['json'](_0x5d79fa);}else{if(_0x32ef45[_0x44e785(_0x5e1656._0x51524c,_0x5e1656._0x28e62,0x3d7,0x3b7)][_0x44e785(_0x5e1656._0x2de91e,_0x5e1656._0x238e5f,0x3fc,0x3e7)](_0x1d5e8c[_0x410d61(_0x5e1656._0x4ad825,0x34b,0x32f,0x39b)])){const _0x20bd46={};return _0x20bd46[_0x44e785(_0x5e1656._0x68554f,_0x5e1656._0x2e9348,_0x5e1656._0x2942ef,0x352)]=_0x1d5e8c[_0x410d61(_0x5e1656._0x1a2cb3,0x346,_0x5e1656._0x3b99ad,0x2fb)],_0x20bd46['message']=_0x32ef45[_0x44e785(0x391,0x392,_0x5e1656._0xbc0baa,0x3b7)],_0x49731e[_0x44e785(_0x5e1656._0x45b731,0x365,_0x5e1656._0xed9f30,0x3b5)](-0x1e7+-0x3*0xb95+0x2637)[_0x44e785(_0x5e1656._0xcb21f,0x2fa,0x308,0x33c)](_0x20bd46);}else{const _0x578c18={};return _0x578c18['error']=_0x1d5e8c[_0x410d61(0x36d,_0x5e1656._0x823189,0x40f,0x3a4)],_0x578c18[_0x44e785(_0x5e1656._0x13b9ed,_0x5e1656._0x4d9ac1,0x3fd,_0x5e1656._0x2458a1)]=_0x32ef45[_0x410d61(_0x5e1656._0x48124e,_0x5e1656._0x7d0830,_0x5e1656._0x2f16ca,0x447)],_0x49731e[_0x410d61(_0x5e1656._0x138a21,0x3eb,_0x5e1656._0x5b6c96,0x411)](0xf1*0x4+-0x1*0x163d+-0x53*-0x3f)[_0x410d61(0x365,0x372,_0x5e1656._0x1dafe1,_0x5e1656._0x5f4409)](_0x578c18);}}}}),router['get'](_0x21759d(0x378,0x343,0x315,0x36e)+'ey/comment'+'s',requireJira,async(_0x21f120,_0x52a009)=>{const _0x52eff7={_0x756052:0x28d,_0x206160:0x2c7,_0x42060c:0x2f8,_0x1b2f96:0x2a8,_0x26e612:0x2b1,_0x5a3c7d:0x252,_0x312a7a:0x2a7,_0x2b6fe8:0x363,_0x5229f7:0x3d9,_0x191f0e:0x3e2,_0x4b39b0:0x283,_0x176294:0x2b5,_0x1c40ac:0x335,_0x3f8afa:0x331,_0x16bc62:0x3a6,_0x9545dc:0x30e,_0x24aeba:0x2c8,_0x51d641:0x27e,_0x258455:0x32d,_0x1f6f17:0x265,_0x5afd50:0x310,_0x23f950:0x344,_0x1d3a4c:0x262,_0x592a33:0x2b9,_0x4ff7dd:0x2f7,_0x26e0f8:0x303,_0x5369be:0x3ac,_0x41af8b:0x39f,_0x1e7758:0x2fc,_0x5c6333:0x286,_0x306ead:0x36b,_0x21056e:0x322,_0x551e5e:0x3b0,_0x952d4:0x360,_0x5f46bf:0x3d8,_0x4c202a:0x3a6,_0x55892e:0x381,_0xd5fd79:0x308,_0x264e91:0x327,_0x898146:0x317,_0x53b30c:0x268,_0x1b36d7:0x255,_0x50940c:0x2f1,_0x45e445:0x361,_0x31f3f7:0x3c5,_0x3389ec:0x2d5,_0x3618cf:0x2be,_0xbc479e:0x2b4,_0x2d1b5b:0x324,_0x3318bf:0x2b4,_0x7988fb:0x3c3,_0x131362:0x3cc,_0x4a7102:0x374,_0x51f891:0x305,_0x3d9ab2:0x299,_0x4c554f:0x313,_0x12c1ca:0x292,_0x511cd7:0x3bb,_0x34ae9a:0x2ff,_0x186c2f:0x3b3,_0x4b49ec:0x33f,_0x17a943:0x36c,_0x31bf54:0x2ce,_0x150015:0x2e6,_0x57fa95:0x2e3,_0x3939e2:0x2f7,_0x51388c:0x2b5,_0x11343a:0x23c,_0x58b09e:0x375,_0x1c2b44:0x394,_0x5ea2bb:0x2ac,_0x3a67d4:0x2ec,_0x2adb17:0x287,_0x2edbc6:0x33a,_0x347fe0:0x351,_0x5140f4:0x30d,_0x453a5b:0x3c1,_0x383ef8:0x2d9,_0x40835b:0x3c8,_0x579548:0x319,_0x3b3ecb:0x2f8,_0x1be39c:0x2be,_0x211d18:0x315,_0x224c91:0x412,_0x487441:0x321,_0x5d5bab:0x36a,_0x294d08:0x3b5,_0xbd52c2:0x34c,_0xc6b62e:0x3f1,_0x1db8b8:0x3c2,_0x925a83:0x3f0,_0x2169b4:0x2d3,_0x83800:0x2c0,_0x13f667:0x2e9,_0x4a6e3f:0x314,_0x4d1331:0x31f,_0x4ed1fe:0x345,_0x3ea181:0x2fb,_0x44faa9:0x32d,_0x1c96a7:0x2f5,_0x33a018:0x346,_0x5e8e5b:0x358,_0x410e94:0x368,_0x4e1f90:0x376,_0x45e3d8:0x22f,_0x295b89:0x2e5,_0x47f8be:0x2a2,_0x4a2807:0x26d,_0x17e20b:0x25a,_0x3e20aa:0x2b8,_0x22ac6b:0x29b,_0x419687:0x341,_0x4f238c:0x33c,_0x5c6846:0x31d,_0x1e0786:0x41e,_0x2fca64:0x43f,_0x31f033:0x3f9,_0xe005b9:0x3fb,_0x111486:0x34c,_0x1e7e29:0x2f6,_0x24c7a2:0x3a5,_0x4a2d93:0x37d,_0x30a2f0:0x2d4,_0x5dbdf2:0x31d,_0x59eb2a:0x397,_0x18f1ce:0x2ca,_0x5351e1:0x282,_0x2a1c23:0x2a2,_0x48cfca:0x382,_0x2b26b5:0x37b,_0x21171a:0x34d,_0x57b4e5:0x2aa,_0x397c89:0x2eb,_0x117f1:0x2bc,_0x1fd7ac:0x330,_0x167d8c:0x353,_0xa753e9:0x349,_0x2f63fe:0x2e4,_0x20ebbc:0x3c3,_0x157d06:0x40b,_0x1adb8c:0x3e4,_0x4bfdeb:0x40e,_0x83b4ad:0x3a1,_0x7169cb:0x39c,_0x3075ed:0x371,_0x2beac0:0x3b1,_0x22be54:0x35b,_0x57e4ca:0x23a,_0x265b87:0x29a,_0x45d700:0x35f,_0x2b72f8:0x2dd,_0x483ea6:0x31b,_0x1dfd4f:0x321,_0x54f97f:0x325,_0x10a837:0x323,_0x1bda20:0x3cc,_0x31ab5c:0x35a,_0x2dc741:0x33b,_0x301729:0x347,_0x5e18f6:0x3a4,_0x3bca1d:0x3bc,_0x4cb42f:0x289,_0x5ccded:0x32d,_0x970fe7:0x3f5,_0x21260b:0x2ed,_0x50ecf4:0x2df,_0x4d47ea:0x3af,_0x238915:0x3a6,_0x271523:0x2b9,_0x2481a7:0x2ea,_0x3061ec:0x30b,_0x9f2a2f:0x3c0,_0x4f4b1c:0x3d6,_0x4cf60a:0x2b1},_0x24b8d3={_0x5b3cf4:0x1a7,_0x58ba2e:0x31},_0x303950={};_0x303950[_0x3f0b01(0x2c4,_0x52eff7._0x756052,_0x52eff7._0x206160,0x29a)]=_0x14ca78(_0x52eff7._0x42060c,0x327,0x2d5,_0x52eff7._0x1b2f96)+_0x3f0b01(_0x52eff7._0x26e612,_0x52eff7._0x5a3c7d,_0x52eff7._0x312a7a,0x290)+_0x14ca78(0x389,_0x52eff7._0x2b6fe8,_0x52eff7._0x5229f7,_0x52eff7._0x191f0e),_0x303950[_0x14ca78(0x2f0,_0x52eff7._0x4b39b0,_0x52eff7._0x176294,0x2c2)]=_0x3f0b01(0x27b,0x317,_0x52eff7._0x1c40ac,0x2dd)+_0x14ca78(_0x52eff7._0x3f8afa,_0x52eff7._0x16bc62,0x2ca,_0x52eff7._0x9545dc)+_0x3f0b01(_0x52eff7._0x24aeba,0x256,_0x52eff7._0x51d641,0x280)+_0x3f0b01(0x379,0x38f,0x2d2,_0x52eff7._0x258455),_0x303950[_0x3f0b01(_0x52eff7._0x1f6f17,0x2b9,0x320,0x2dc)]=_0x14ca78(_0x52eff7._0x5afd50,_0x52eff7._0x23f950,0x32a,0x36c)+_0x3f0b01(_0x52eff7._0x1d3a4c,0x326,0x2ef,_0x52eff7._0x592a33)+_0x3f0b01(0x368,0x29d,_0x52eff7._0x4ff7dd,_0x52eff7._0x26e0f8)+_0x14ca78(0x3c9,0x388,_0x52eff7._0x5369be,_0x52eff7._0x41af8b)+_0x3f0b01(0x259,_0x52eff7._0x1e7758,0x235,0x29f),_0x303950[_0x14ca78(0x2e7,_0x52eff7._0x5c6333,0x336,0x2e4)]=_0x14ca78(0x310,0x318,_0x52eff7._0x306ead,0x35e)+'fetch\x20Jira'+_0x3f0b01(0x2da,0x2da,0x20e,0x26c),_0x303950[_0x3f0b01(_0x52eff7._0x21056e,0x34e,0x323,0x34e)]='not\x20found',_0x303950[_0x14ca78(0x344,0x309,_0x52eff7._0x551e5e,0x30c)]='Issue\x20not\x20'+_0x14ca78(_0x52eff7._0x952d4,0x3c5,_0x52eff7._0x5f46bf,_0x52eff7._0x4c202a),_0x303950['rvzuQ']=_0x3f0b01(_0x52eff7._0x55892e,_0x52eff7._0xd5fd79,_0x52eff7._0x264e91,_0x52eff7._0x898146)+'tion\x20faile'+'d',_0x303950[_0x3f0b01(_0x52eff7._0x53b30c,_0x52eff7._0x1b36d7,_0x52eff7._0x50940c,0x2bc)]=function(_0x559a2b,_0x1612f0){return _0x559a2b!==_0x1612f0;},_0x303950[_0x14ca78(0x397,0x37e,_0x52eff7._0x45e445,_0x52eff7._0x31f3f7)]=_0x3f0b01(_0x52eff7._0x26e0f8,_0x52eff7._0x3389ec,_0x52eff7._0x3618cf,_0x52eff7._0xbc479e),_0x303950['Ocglk']=_0x3f0b01(0x34f,_0x52eff7._0x2d1b5b,_0x52eff7._0x3318bf,0x2ed),_0x303950[_0x14ca78(_0x52eff7._0x7988fb,_0x52eff7._0x131362,0x42d,_0x52eff7._0x4a7102)]='Authentica'+_0x3f0b01(0x2e1,_0x52eff7._0x51f891,0x231,_0x52eff7._0x3d9ab2)+'d',_0x303950['ondYs']='No\x20permiss'+_0x14ca78(0x2f4,0x2b0,_0x52eff7._0x4c554f,_0x52eff7._0x12c1ca);function _0x14ca78(_0x18233e,_0x5abcdb,_0x16a798,_0x187c3b){return _0x21759d(_0x18233e-0xe8,_0x187c3b,_0x16a798-_0x24b8d3._0x5b3cf4,_0x18233e- -_0x24b8d3._0x58ba2e);}_0x303950['ukizZ']=_0x14ca78(0x383,0x385,0x3e7,_0x52eff7._0x511cd7),_0x303950[_0x14ca78(0x308,0x2fd,_0x52eff7._0x34ae9a,0x2c8)]='jMoXX',_0x303950[_0x14ca78(_0x52eff7._0x186c2f,0x41b,_0x52eff7._0x4b49ec,_0x52eff7._0x17a943)]=_0x14ca78(0x326,0x2e2,0x2b1,0x34c)+_0x3f0b01(_0x52eff7._0x31bf54,_0x52eff7._0x150015,0x2f8,_0x52eff7._0x57fa95),_0x303950['HLIZt']=_0x3f0b01(0x2c7,_0x52eff7._0x3939e2,_0x52eff7._0x51388c,0x291)+_0x3f0b01(_0x52eff7._0x11343a,0x223,0x2c4,0x28c)+_0x14ca78(0x3ae,_0x52eff7._0x23f950,_0x52eff7._0x58b09e,_0x52eff7._0x1c2b44);const _0x5663ae=_0x303950;function _0x3f0b01(_0x861f32,_0x2f3802,_0x488999,_0x447d1b){return _0x21759d(_0x861f32-0xc4,_0x861f32,_0x488999-0x17d,_0x447d1b- -0xb0);}try{const _0x387656=_0x21f120['params'][_0x14ca78(0x30c,0x30c,_0x52eff7._0x5ea2bb,0x2b6)][_0x14ca78(_0x52eff7._0x3a67d4,_0x52eff7._0x2adb17,_0x52eff7._0x2edbc6,_0x52eff7._0x347fe0)]()[_0x14ca78(0x34d,_0x52eff7._0x5140f4,_0x52eff7._0x453a5b,_0x52eff7._0x383ef8)+'e']();if(!/^[A-Z]+-\d+$/i[_0x14ca78(0x355,_0x52eff7._0x3a67d4,_0x52eff7._0x40835b,0x3b3)](_0x387656)){const _0x7e714f={};return _0x7e714f['error']=_0x5663ae[_0x14ca78(_0x52eff7._0x579548,_0x52eff7._0x3b3ecb,_0x52eff7._0x1be39c,_0x52eff7._0x211d18)],_0x7e714f['message']=_0x5663ae['Yjmkp'],_0x52a009[_0x14ca78(0x39a,0x382,_0x52eff7._0x224c91,0x3c0)](-0x7a3*-0x1+-0x1313+-0x20*-0x68)[_0x14ca78(_0x52eff7._0x487441,_0x52eff7._0x5d5bab,0x326,0x2f1)](_0x7e714f);}logger[_0x14ca78(_0x52eff7._0x294d08,0x377,_0x52eff7._0xbd52c2,_0x52eff7._0xc6b62e)](_0x14ca78(_0x52eff7._0x1db8b8,0x3ec,0x3cf,_0x52eff7._0x925a83)+_0x14ca78(0x2e6,_0x52eff7._0x2169b4,0x290,_0x52eff7._0x83800)+_0x14ca78(_0x52eff7._0x13f667,_0x52eff7._0x4a6e3f,_0x52eff7._0x4d1331,0x2e3)+'ue:\x20'+_0x387656);const _0x5b5e1e=await jiraClient[_0x3f0b01(0x349,_0x52eff7._0x4ed1fe,_0x52eff7._0x3ea181,0x31e)+'s'](_0x387656),_0x4f0e94={};_0x4f0e94[_0x3f0b01(0x2fa,_0x52eff7._0x44faa9,0x2b3,_0x52eff7._0x1c96a7)]=_0x5b5e1e[_0x14ca78(0x2ed,_0x52eff7._0x33a018,_0x52eff7._0x83800,0x2c4)],_0x4f0e94[_0x14ca78(_0x52eff7._0x5e8e5b,_0x52eff7._0x410e94,_0x52eff7._0x4e1f90,0x2e3)]=_0x5b5e1e,_0x52a009[_0x3f0b01(_0x52eff7._0x45e3d8,_0x52eff7._0x295b89,_0x52eff7._0x1b36d7,_0x52eff7._0x47f8be)](_0x4f0e94);}catch(_0x14b90c){logger[_0x3f0b01(0x2ce,_0x52eff7._0x4a2807,_0x52eff7._0x17e20b,_0x52eff7._0x3e20aa)](_0x5663ae[_0x14ca78(0x2e7,0x34b,_0x52eff7._0x22ac6b,_0x52eff7._0xbd52c2)],_0x14b90c);if(_0x14b90c[_0x3f0b01(0x300,_0x52eff7._0x419687,_0x52eff7._0x4f238c,_0x52eff7._0x5c6846)][_0x14ca78(_0x52eff7._0x131362,0x410,_0x52eff7._0x1e0786,_0x52eff7._0x2fca64)](_0x5663ae[_0x14ca78(0x3cd,_0x52eff7._0x31f033,_0x52eff7._0xe005b9,0x3c6)])){const _0x1b6417={};return _0x1b6417[_0x14ca78(0x337,_0x52eff7._0x111486,_0x52eff7._0x1e7e29,_0x52eff7._0x33a018)]=_0x5663ae[_0x14ca78(0x344,_0x52eff7._0x24c7a2,_0x52eff7._0x4a2d93,_0x52eff7._0x383ef8)],_0x1b6417['message']=_0x14b90c[_0x3f0b01(_0x52eff7._0x30a2f0,0x2b8,_0x52eff7._0x5dbdf2,_0x52eff7._0x5c6846)],_0x52a009[_0x14ca78(0x39a,0x385,0x3ed,_0x52eff7._0x59eb2a)](0x1*0x1a11+-0x46d+0x141*-0x10)[_0x3f0b01(_0x52eff7._0x18f1ce,_0x52eff7._0x5351e1,0x26e,_0x52eff7._0x2a1c23)](_0x1b6417);}else{if(_0x14b90c['message'][_0x3f0b01(0x32f,_0x52eff7._0x48cfca,_0x52eff7._0x2b26b5,_0x52eff7._0x21171a)](_0x5663ae[_0x14ca78(0x3cb,0x38b,0x3f8,0x374)])){if(_0x5663ae[_0x3f0b01(_0x52eff7._0x57b4e5,0x282,_0x52eff7._0x397c89,_0x52eff7._0x117f1)](_0x5663ae[_0x14ca78(_0x52eff7._0x59eb2a,0x327,_0x52eff7._0x1fd7ac,_0x52eff7._0x167d8c)],_0x5663ae[_0x3f0b01(0x2d2,0x2db,_0x52eff7._0xa753e9,_0x52eff7._0x2f63fe)])){const _0x115a40={};return _0x115a40[_0x14ca78(0x337,_0x52eff7._0x41af8b,0x325,0x39f)]=_0x5663ae[_0x14ca78(_0x52eff7._0x20ebbc,0x380,_0x52eff7._0x157d06,0x403)],_0x115a40[_0x14ca78(0x39c,_0x52eff7._0x1adb8c,_0x52eff7._0x4bfdeb,_0x52eff7._0x83b4ad)]=_0x14b90c[_0x14ca78(_0x52eff7._0x7169cb,0x39e,_0x52eff7._0x3075ed,_0x52eff7._0x2beac0)],_0x52a009[_0x3f0b01(_0x52eff7._0x22be54,0x2f2,0x328,0x31b)](0x3*-0xb2d+-0x1d*-0xce+0xbc2)['json'](_0x115a40);}else{const _0x4dc50e={};return _0x4dc50e['error']=_0x5663ae[_0x3f0b01(0x2b9,_0x52eff7._0x57e4ca,0x2c4,_0x52eff7._0x265b87)],_0x4dc50e['message']=_0x5663ae['Yjmkp'],_0x338ee8[_0x3f0b01(_0x52eff7._0x45d700,0x361,_0x52eff7._0x2b72f8,_0x52eff7._0x483ea6)](0x9cd+0x175b*0x1+-0x1f98)[_0x14ca78(_0x52eff7._0x1dfd4f,_0x52eff7._0x54f97f,0x30c,_0x52eff7._0x10a837)](_0x4dc50e);}}else{if(_0x14b90c[_0x14ca78(_0x52eff7._0x7169cb,0x3ac,0x3c1,0x399)][_0x14ca78(_0x52eff7._0x1bda20,0x363,_0x52eff7._0x453a5b,_0x52eff7._0x31ab5c)](_0x5663ae[_0x3f0b01(0x29d,0x32a,0x2af,0x30f)])){if(_0x5663ae[_0x14ca78(_0x52eff7._0x2dc741,_0x52eff7._0x301729,0x34f,_0x52eff7._0x5e18f6)](_0x5663ae[_0x14ca78(_0x52eff7._0x3bca1d,_0x52eff7._0x41af8b,0x3e2,0x378)],_0x5663ae[_0x3f0b01(0x274,0x265,0x2dd,_0x52eff7._0x4cb42f)])){const _0x11610c={};return _0x11610c[_0x3f0b01(0x31e,_0x52eff7._0x57b4e5,_0x52eff7._0x5ccded,0x2b8)]=_0x5663ae[_0x14ca78(0x3b3,0x366,_0x52eff7._0x970fe7,0x3c5)],_0x11610c['message']=_0x14b90c[_0x3f0b01(_0x52eff7._0x21260b,0x34d,0x2cf,0x31d)],_0x52a009['status'](-0x17*-0xe9+-0x476*-0x7+0x73a*-0x7)[_0x14ca78(0x321,_0x52eff7._0x50ecf4,0x2e2,0x2c8)](_0x11610c);}else _0x28fc13[_0x14ca78(0x337,0x37a,0x31d,_0x52eff7._0x4d47ea)](_0x5663ae[_0x14ca78(0x35b,0x3b8,0x38e,_0x52eff7._0x238915)],_0x11cbd3);}else{const _0x3a6698={};return _0x3a6698[_0x14ca78(0x337,0x36c,0x369,0x358)]=_0x5663ae['HLIZt'],_0x3a6698[_0x3f0b01(_0x52eff7._0x271523,0x2df,_0x52eff7._0x2481a7,0x31d)]=_0x14b90c[_0x3f0b01(0x36a,_0x52eff7._0x3061ec,0x30c,_0x52eff7._0x5dbdf2)],_0x52a009[_0x14ca78(0x39a,_0x52eff7._0x31f3f7,_0x52eff7._0x9f2a2f,_0x52eff7._0x4f4b1c)](-0x4*0x813+0x225a+-0x1a)[_0x14ca78(0x321,_0x52eff7._0x4cf60a,0x2c2,0x2eb)](_0x3a6698);}}}}}),router['post'](_0x21759d(0x376,0x35f,0x35d,0x36e)+_0x21759d(0x32b,0x35e,0x39b,0x37d),requireJira,async(_0x15bf42,_0x579e62)=>{const _0x16b527={_0x4f76dc:0x3a6,_0x2e8663:0x423,_0x4dea4a:0x495,_0x47d851:0x3ec,_0x1bb819:0x3f4,_0x312c68:0x3e2,_0x3d911c:0x3eb,_0x152e1e:0x425,_0xd238e4:0x450,_0x1fc59d:0x3eb,_0x1b7571:0x3c5,_0x4d7710:0x397,_0x873d2:0x4b7,_0x15f5b5:0x476,_0x345145:0x4ec,_0x419086:0x41d,_0x2f57de:0x44c,_0x29b265:0x472,_0x57bff2:0x40e,_0x3b1b84:0x442,_0x6754f8:0x3a3,_0x597726:0x3b9,_0x2b1be5:0x3b9,_0x461a14:0x3fc,_0x15fdf6:0x46f,_0x330a4f:0x39e,_0x1358dd:0x441,_0x448cdb:0x370,_0x550391:0x3e0,_0x5d280e:0x43a,_0x51d4e7:0x456,_0x3b730c:0x445,_0x111685:0x408,_0x15db6e:0x4c6,_0x8edf1d:0x430,_0xca5b19:0x415,_0x48c2ce:0x49f,_0x5dfedd:0x444,_0x83dbbe:0x460,_0x25dba3:0x41c,_0x345a77:0x4cd,_0x4ab7ba:0x4c8,_0x33f0cc:0x41b,_0x83590f:0x435,_0x5ba139:0x446,_0x33b55a:0x464,_0x5dd717:0x484,_0x314b90:0x427,_0x359a5c:0x4bd,_0x184eab:0x40a,_0x29e8bf:0x418,_0x2fb125:0x491,_0x4006cd:0x478,_0x3ddf4e:0x417,_0x3ead49:0x434,_0x5e2727:0x4a6,_0x1c50c7:0x43e,_0x21e5b8:0x464,_0x42f5fe:0x3bb,_0x31517f:0x45f,_0x3c8040:0x40b,_0x5c1beb:0x4c5,_0x5487ba:0x387,_0x35a01b:0x34f,_0x29d44a:0x46c,_0x14b506:0x3a3,_0x26ad5a:0x412,_0x343b29:0x395,_0x4082c8:0x469,_0x1f92b7:0x3af,_0x15c53f:0x3fe,_0x3a4c35:0x3e5,_0x39c1c6:0x3ad,_0x8e11fe:0x3ed,_0x982bcb:0x3b7,_0x342504:0x396,_0x4241e6:0x344,_0x26e89d:0x3dd,_0x199d5a:0x370,_0x2624de:0x42e,_0x26490f:0x3c7,_0x4284df:0x436,_0x194554:0x46a,_0x53f4f7:0x3f5,_0x30bae0:0x43b,_0x11e52e:0x429,_0x51c437:0x3b0,_0x257398:0x38d,_0x502735:0x418,_0x4970d9:0x43f,_0x5b6d32:0x457,_0x4d3fd7:0x40b,_0x460f24:0x4d9,_0x324cfa:0x44d,_0x5d9e08:0x4b2,_0x40f51c:0x507,_0x2b2843:0x463,_0x4deb4e:0x45a,_0x117900:0x43a,_0x1951f4:0x3cd,_0xad754a:0x3f3,_0x573eca:0x46f,_0x5f3d70:0x426,_0xf140d8:0x423,_0x467855:0x47d,_0x27994b:0x4be,_0x2ca1f5:0x444,_0x30042b:0x3d9,_0x2b82e6:0x402,_0x1184cf:0x3f5,_0x44dc09:0x428,_0x485587:0x496,_0x489ef6:0x411,_0x447f73:0x3e8,_0x52c3ee:0x44f,_0x1f58a3:0x418,_0x19e9c2:0x3f2,_0xdc27b0:0x473,_0x7f02f4:0x493,_0xc68b07:0x3bc,_0x5a358b:0x3ac,_0xfbd510:0x388,_0x1cfd2c:0x44b,_0x17ebd0:0x476,_0x193e2d:0x475,_0x1ae63d:0x481,_0x2f7786:0x414,_0x455ad2:0x406,_0x2c68e8:0x488,_0x4b2259:0x48d,_0x42bfe4:0x470,_0x50f1da:0x4f6,_0x15cae0:0x4ad,_0x391182:0x440,_0x318eab:0x423,_0x5520a6:0x47f,_0x565217:0x418,_0x456666:0x481,_0x4bfdc8:0x412,_0x4f4e0d:0x469,_0x333372:0x446,_0x1b600a:0x42f,_0x27be53:0x409,_0x2997d6:0x411,_0x64c506:0x44d,_0xd5e351:0x3c5,_0x42bd92:0x4a6,_0x77de3a:0x437,_0x1a2687:0x3c9,_0x2e2e32:0x3cd,_0x559a91:0x42d,_0x4b0f06:0x3de,_0x582065:0x3cb,_0xf4940e:0x422,_0xae0ba8:0x48e,_0x4acdc9:0x449,_0x4648ca:0x487,_0x576495:0x4fe,_0x4d8837:0x3d3,_0x17ea9a:0x448,_0x2f57ab:0x48c,_0x5f5c82:0x3fb},_0x58062c={_0x23e75e:0x79},_0xd792a1={_0x78e9cb:0x114,_0x4a55fc:0xb0},_0x56fd8b={};_0x56fd8b['JriTV']=_0x43e098(_0x16b527._0x4f76dc,0x3aa,0x37b,0x3f0)+_0x43e098(_0x16b527._0x2e8663,_0x16b527._0x4dea4a,0x472,0x43c)+_0x43e098(_0x16b527._0x47d851,_0x16b527._0x1bb819,0x44c,0x458)+_0x1ac8ec(0x3f8,_0x16b527._0x312c68,0x3f8,0x3f6),_0x56fd8b['YBJsO']='Failed\x20to\x20'+_0x1ac8ec(_0x16b527._0x3d911c,_0x16b527._0x152e1e,_0x16b527._0xd238e4,_0x16b527._0x1fc59d)+_0x1ac8ec(0x3d3,0x3d9,_0x16b527._0x1b7571,_0x16b527._0x4d7710)+_0x1ac8ec(_0x16b527._0x873d2,_0x16b527._0x15f5b5,0x49e,_0x16b527._0x345145)+'rs:',_0x56fd8b[_0x43e098(0x44a,_0x16b527._0x419086,0x47b,0x44d)]=function(_0x20c591,_0x58e87f){return _0x20c591===_0x58e87f;},_0x56fd8b[_0x1ac8ec(_0x16b527._0x2f57de,0x4da,_0x16b527._0x29b265,0x489)]='hiKut',_0x56fd8b[_0x43e098(_0x16b527._0x57bff2,_0x16b527._0x3b1b84,0x472,0x3a9)]=_0x43e098(0x3a2,0x413,_0x16b527._0x6754f8,0x368)+_0x43e098(_0x16b527._0x597726,0x38e,_0x16b527._0x2b1be5,0x364)+_0x43e098(0x433,0x417,_0x16b527._0x461a14,_0x16b527._0x15fdf6),_0x56fd8b['mBFTo']=_0x43e098(0x406,0x45f,_0x16b527._0x330a4f,_0x16b527._0x1358dd)+'must\x20be\x20in'+_0x1ac8ec(_0x16b527._0x448cdb,0x3ef,_0x16b527._0x550391,_0x16b527._0x5d280e)+_0x43e098(_0x16b527._0x51d4e7,_0x16b527._0x3b730c,_0x16b527._0x111685,_0x16b527._0x15db6e);function _0x1ac8ec(_0x5ebbff,_0x21bfe0,_0x5b7f2d,_0x2f6e6a){return _0x21759d(_0x5ebbff-0x78,_0x21bfe0,_0x5b7f2d-_0xd792a1._0x78e9cb,_0x5b7f2d-_0xd792a1._0x4a55fc);}_0x56fd8b[_0x1ac8ec(_0x16b527._0x8edf1d,0x46e,_0x16b527._0xca5b19,0x44b)]=function(_0x4cbb9d,_0x160d5e){return _0x4cbb9d!==_0x160d5e;},_0x56fd8b[_0x1ac8ec(0x4da,0x448,_0x16b527._0x48c2ce,_0x16b527._0x5dfedd)]='string',_0x56fd8b['OSxNI']=_0x43e098(_0x16b527._0x83dbbe,_0x16b527._0x25dba3,_0x16b527._0x345a77,_0x16b527._0x4ab7ba)+'mment',_0x56fd8b[_0x43e098(_0x16b527._0x33f0cc,0x41b,_0x16b527._0x83590f,_0x16b527._0x5ba139)]=_0x1ac8ec(_0x16b527._0x33b55a,0x411,_0x16b527._0x5dd717,_0x16b527._0x314b90)+_0x43e098(0x452,0x441,0x3f9,_0x16b527._0x359a5c)+'ment\x20in\x20th'+'e\x20request\x20'+_0x43e098(0x439,_0x16b527._0x184eab,0x449,0x47c),_0x56fd8b['jFXel']=_0x1ac8ec(0x385,_0x16b527._0x29e8bf,0x3f1,0x3c2)+'post\x20Jira\x20'+'comment:',_0x56fd8b[_0x1ac8ec(0x467,0x43f,0x473,_0x16b527._0x2fb125)]=_0x43e098(_0x16b527._0x4006cd,_0x16b527._0x3ddf4e,_0x16b527._0x3ead49,0x4eb),_0x56fd8b[_0x1ac8ec(0x4bb,0x48c,0x47c,_0x16b527._0x5e2727)]=_0x1ac8ec(0x3ea,0x3d8,_0x16b527._0x1c50c7,_0x16b527._0x21e5b8)+_0x43e098(_0x16b527._0x184eab,_0x16b527._0x42f5fe,0x459,_0x16b527._0x31517f);function _0x43e098(_0x2bec9d,_0x16b262,_0x511a39,_0x5d44a7){return _0x21759d(_0x2bec9d-0x86,_0x16b262,_0x511a39-0x105,_0x2bec9d-_0x58062c._0x23e75e);}_0x56fd8b[_0x1ac8ec(0x44d,_0x16b527._0x3c8040,0x456,_0x16b527._0x5c1beb)]='Authentica'+_0x43e098(0x3c2,_0x16b527._0x5487ba,0x3db,_0x16b527._0x35a01b)+'d',_0x56fd8b['GwJcN']=_0x1ac8ec(0x457,_0x16b527._0x152e1e,0x451,_0x16b527._0x29d44a)+_0x43e098(0x39e,_0x16b527._0x14b506,_0x16b527._0x26ad5a,0x32e),_0x56fd8b['zokyK']='LAbQd',_0x56fd8b[_0x43e098(0x3b7,0x3a4,_0x16b527._0x343b29,0x42c)]=_0x1ac8ec(_0x16b527._0x29e8bf,0x467,0x428,_0x16b527._0x4082c8),_0x56fd8b[_0x43e098(_0x16b527._0x14b506,0x341,_0x16b527._0x1f92b7,0x3ce)]=_0x43e098(0x3ba,0x3fa,0x3bb,0x3e4)+'post\x20comme'+'nt';const _0x54f8a9=_0x56fd8b;try{const _0x56e884=_0x15bf42[_0x43e098(_0x16b527._0x15c53f,0x42b,_0x16b527._0x3a4c35,_0x16b527._0x39c1c6)][_0x1ac8ec(0x3c7,_0x16b527._0xca5b19,_0x16b527._0x8e11fe,_0x16b527._0x982bcb)][_0x43e098(_0x16b527._0x342504,_0x16b527._0x4241e6,_0x16b527._0x26e89d,_0x16b527._0x199d5a)]()[_0x1ac8ec(_0x16b527._0x2624de,0x3d9,_0x16b527._0x2624de,_0x16b527._0x26490f)+'e'](),{comment:_0x382cb7}=_0x15bf42['body'];if(!/^[A-Z]+-\d+$/i[_0x1ac8ec(0x3de,0x3bf,_0x16b527._0x4284df,_0x16b527._0x194554)](_0x56e884)){if(_0x54f8a9[_0x43e098(0x44a,0x458,_0x16b527._0x1c50c7,_0x16b527._0x2fb125)](_0x1ac8ec(_0x16b527._0x53f4f7,0x4af,0x46e,_0x16b527._0x2e8663),_0x54f8a9[_0x43e098(_0x16b527._0x30bae0,0x441,0x48f,_0x16b527._0x11e52e)]))_0x1bc923['info'](_0x54f8a9[_0x43e098(_0x16b527._0x51c437,0x338,_0x16b527._0x257398,0x425)]);else{const _0x197884={};return _0x197884[_0x1ac8ec(0x468,_0x16b527._0x29b265,_0x16b527._0x502735,0x3f0)]=_0x54f8a9[_0x1ac8ec(0x448,0x476,0x445,_0x16b527._0x4970d9)],_0x197884[_0x43e098(0x446,0x481,0x4bf,_0x16b527._0x5d280e)]=_0x54f8a9[_0x1ac8ec(_0x16b527._0x5b6d32,_0x16b527._0x4d3fd7,0x440,0x407)],_0x579e62[_0x1ac8ec(0x4bf,_0x16b527._0x460f24,0x47b,0x472)](0x47b*0x6+-0x2126+0x2*0x3ea)[_0x1ac8ec(0x3f6,_0x16b527._0x6754f8,0x402,_0x16b527._0x324cfa)](_0x197884);}}if(!_0x382cb7||_0x54f8a9['fumlB'](typeof _0x382cb7,_0x54f8a9[_0x1ac8ec(_0x16b527._0x5d9e08,_0x16b527._0x40f51c,0x49f,0x478)])||_0x54f8a9[_0x1ac8ec(0x473,_0x16b527._0x2b2843,0x481,_0x16b527._0x4deb4e)](_0x382cb7[_0x1ac8ec(_0x16b527._0x117900,_0x16b527._0x1358dd,_0x16b527._0x1951f4,_0x16b527._0xad754a)]()['length'],0x285*-0x6+-0x619+-0x1*-0x1537)){const _0x277cfd={};return _0x277cfd['error']=_0x54f8a9[_0x43e098(_0x16b527._0x573eca,_0x16b527._0x5f3d70,_0x16b527._0xf140d8,_0x16b527._0x5c1beb)],_0x277cfd[_0x1ac8ec(0x4c8,0x472,_0x16b527._0x467855,_0x16b527._0x27994b)]=_0x54f8a9['sAUrK'],_0x579e62[_0x43e098(_0x16b527._0x2ca1f5,0x458,0x3f8,_0x16b527._0x30042b)](-0x1795*0x1+0x4*0x509+0x501)[_0x1ac8ec(0x3cf,0x428,_0x16b527._0x2b82e6,0x3d7)](_0x277cfd);}logger[_0x43e098(0x45f,0x409,0x4d0,_0x16b527._0x1184cf)](_0x1ac8ec(_0x16b527._0x44dc09,_0x16b527._0x485587,0x427,_0x16b527._0x489ef6)+_0x43e098(_0x16b527._0x447f73,_0x16b527._0x550391,0x399,0x412)+_0x43e098(0x45a,_0x16b527._0x52c3ee,_0x16b527._0x1f58a3,_0x16b527._0x19e9c2)+'\x20'+_0x56e884);const _0x771266=await jiraClient[_0x1ac8ec(0x4b4,_0x16b527._0xdc27b0,_0x16b527._0x4dea4a,_0x16b527._0x7f02f4)+'t'](_0x56e884,_0x382cb7['trim']()),_0x224be5={};_0x224be5['success']=!![],_0x224be5[_0x43e098(0x38c,_0x16b527._0xc68b07,_0x16b527._0x5a358b,0x3e1)]=_0x771266,_0x579e62['json'](_0x224be5);}catch(_0x19d026){logger[_0x43e098(0x3e1,0x406,_0x16b527._0xfbd510,0x43c)](_0x54f8a9[_0x1ac8ec(_0x16b527._0x1cfd2c,0x39c,0x40e,_0x16b527._0x982bcb)],_0x19d026);if(_0x19d026['message'][_0x43e098(_0x16b527._0x17ebd0,_0x16b527._0x193e2d,0x4e2,0x4c0)](_0x54f8a9['oGcTE'])){const _0x54e006={};return _0x54e006[_0x1ac8ec(_0x16b527._0x1ae63d,_0x16b527._0x2f7786,0x418,_0x16b527._0xdc27b0)]=_0x54f8a9[_0x1ac8ec(_0x16b527._0x455ad2,_0x16b527._0x2c68e8,0x47c,0x4e2)],_0x54e006['message']=_0x19d026['message'],_0x579e62[_0x43e098(0x444,_0x16b527._0xad754a,_0x16b527._0x4b2259,_0x16b527._0x17ebd0)](0x224a+0x21*-0x29+-0x1b6d)['json'](_0x54e006);}else{if(_0x19d026[_0x1ac8ec(0x4df,_0x16b527._0x42bfe4,_0x16b527._0x467855,0x44a)][_0x1ac8ec(_0x16b527._0x50f1da,0x4a9,_0x16b527._0x15cae0,0x4d4)](_0x43e098(_0x16b527._0x391182,0x3ea,0x446,_0x16b527._0x318eab)+_0x43e098(0x3c2,0x3c2,0x40b,0x388)+'d')){const _0x228fe3={};return _0x228fe3[_0x1ac8ec(0x448,_0x16b527._0x5520a6,_0x16b527._0x565217,_0x16b527._0x456666)]=_0x54f8a9[_0x43e098(0x41f,0x3bf,_0x16b527._0x4bfdc8,_0x16b527._0x4f4e0d)],_0x228fe3[_0x43e098(_0x16b527._0x333372,_0x16b527._0x1b600a,0x3fb,0x416)]=_0x19d026[_0x1ac8ec(_0x16b527._0x27be53,0x460,0x47d,0x44d)],_0x579e62[_0x1ac8ec(0x436,_0x16b527._0x2997d6,0x47b,_0x16b527._0x64c506)](-0x1732+-0x10df*0x1+0x2*0x14d1)[_0x1ac8ec(0x3c0,_0x16b527._0xd5e351,_0x16b527._0x2b82e6,0x3b4)](_0x228fe3);}else{if(_0x19d026[_0x1ac8ec(_0x16b527._0x42bd92,0x43a,0x47d,0x405)][_0x43e098(_0x16b527._0x15f5b5,0x4d8,0x400,0x404)](_0x54f8a9[_0x1ac8ec(0x37d,_0x16b527._0x77de3a,0x3d0,0x437)])){const _0x2dfb96={};return _0x2dfb96[_0x1ac8ec(0x3e1,_0x16b527._0x1a2687,0x418,0x453)]=_0x43e098(0x3d0,_0x16b527._0x2e2e32,0x3fd,_0x16b527._0x559a91)+'\x20denied',_0x2dfb96['message']=_0x19d026[_0x43e098(0x446,0x4b5,_0x16b527._0x4b0f06,0x4a3)],_0x579e62['status'](0x8eb+-0x1*-0x5c1+-0x1*0xd19)[_0x43e098(_0x16b527._0x582065,_0x16b527._0x1f92b7,0x3ff,0x3a5)](_0x2dfb96);}else{if(_0x54f8a9['UudEc'](_0x54f8a9[_0x1ac8ec(0x3d1,0x472,_0x16b527._0x333372,0x40c)],_0x54f8a9[_0x43e098(0x3b7,0x403,_0x16b527._0xf4940e,0x344)]))_0x5378aa['error'](_0x54f8a9[_0x1ac8ec(_0x16b527._0xae0ba8,_0x16b527._0x4acdc9,_0x16b527._0x4648ca,_0x16b527._0x576495)],_0x3c881a);else{const _0x407eab={};return _0x407eab[_0x1ac8ec(0x3b8,_0x16b527._0x4d8837,0x418,0x3ff)]=_0x54f8a9['zsRgm'],_0x407eab[_0x43e098(0x446,_0x16b527._0x111685,_0x16b527._0x17ea9a,0x44f)]=_0x19d026['message'],_0x579e62[_0x43e098(0x444,_0x16b527._0x2f57ab,_0x16b527._0x193e2d,0x476)](0x1dfa+0x20d0+-0x3cd6)[_0x1ac8ec(0x389,0x44e,0x402,_0x16b527._0x5f5c82)](_0x407eab);}}}}}});export default router;
|