@profoundlogic/coderflow-server 0.7.1 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/entrypoint.sh +7 -0
- package/dist/base-image/standard-instructions/memory-instructions.md +7 -0
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -0
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/shipped-skills/memory-management/SKILL.md +103 -0
- 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.css +61 -0
- package/dist/web-ui/public/environments.html +114 -0
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/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 +2 -2
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(_0x301238,_0x589ef2){const _0x1f27c5={_0x56a579:0x80,_0x5909b3:0x49,_0x2c7634:0x4f,_0x3bf02b:0x1da,_0x2df0f9:0x1ca,_0x1c1528:0x12,_0x33ccd0:0x77,_0x2a0917:0x45,_0x1da3d1:0x1a0,_0x44c0aa:0x5c,_0x1f7429:0x14,_0x15c697:0xa,_0x3ab1da:0x177,_0x56fe4c:0x1c1,_0x55fb2b:0x1ce,_0x1056bc:0x1ee,_0x39090f:0x18c,_0x3af550:0xaa,_0x452683:0x65};function _0x31299f(_0x259520,_0x33e9e1,_0xc753fa,_0x2b3e18){return _0x4d4f(_0x33e9e1-0xa4,_0x259520);}function _0x15cafd(_0x158e36,_0x191e41,_0x460385,_0x28e8ae){return _0x4d4f(_0x158e36- -0x143,_0x460385);}const _0x4a2e07=_0x301238();while(!![]){try{const _0x4ebc40=-parseInt(_0x15cafd(0x1e,_0x1f27c5._0x56a579,-_0x1f27c5._0x5909b3,_0x1f27c5._0x2c7634))/(-0x141*0x18+0x53a+0x18df)+parseInt(_0x15cafd(0x52,0x2b,0x4a,-0x23))/(-0x10*0x149+0x1*0x57b+0xf17)*(-parseInt(_0x31299f(_0x1f27c5._0x3bf02b,0x1b9,0x164,_0x1f27c5._0x2df0f9))/(0x17b5+0x2f*-0x1b+-0x12bd))+parseInt(_0x15cafd(-_0x1f27c5._0x1c1528,0x5f,-_0x1f27c5._0x33ccd0,_0x1f27c5._0x2a0917))/(-0x109f+-0x1089+0x212c)*(-parseInt(_0x31299f(0x213,0x1d0,_0x1f27c5._0x1da3d1,0x174))/(-0x56*0xd+-0xae6+0xf49))+parseInt(_0x31299f(0x1d0,0x1a2,0x20c,0x200))/(-0xa4d+-0xa*0x329+0x29ed)+-parseInt(_0x15cafd(-_0x1f27c5._0x44c0aa,-_0x1f27c5._0x1f7429,-0xae,-_0x1f27c5._0x15c697))/(0xea+-0xd*-0x22d+-0x1d2c)+parseInt(_0x31299f(_0x1f27c5._0x3ab1da,_0x1f27c5._0x56fe4c,_0x1f27c5._0x55fb2b,0x195))/(0xa*-0x9d+0x1*-0x28e+0x6*0x174)*(-parseInt(_0x31299f(0x232,0x1df,_0x1f27c5._0x1056bc,_0x1f27c5._0x39090f))/(-0x2237+0x553+0x1ced))+parseInt(_0x15cafd(-0x38,-_0x1f27c5._0x3af550,0x1,-_0x1f27c5._0x452683))/(0x24f6+0xf10+-0x33fc);if(_0x4ebc40===_0x589ef2)break;else _0x4a2e07['push'](_0x4a2e07['shift']());}catch(_0x3bb5ef){_0x4a2e07['push'](_0x4a2e07['shift']());}}}(_0x4b28,-0x19fd4*-0x6+-0x36a57*-0x5+-0xf71d2));import _0x2fd915 from'express';import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';function _0x4b28(){const _0x2f8858=['uvjmAxG','EMfgBha','BxHcAMy','y29TBwvUDdO','zgvIDwC','igLZC3vLoG','B3vgChG','BwvUDcbPBIb0Aa','tNHQvvu','ntC2u0Dyu0jV','BM90igzVDw5K','l2LZC3vLCY86AW','DhjPBq','q0niyuq','BxvZDcbIzsbPBG','t0rPr0W','CNKGBxvZDcbIzq','nde2ofbZC1HfzG','Aw5MBW','y29TBwvUDhm','uM9LAeS','qxv0AgvUDgLJyq','CMf0Aw9Uig5VDa','BgvUz3rO','qsbJBgLLBNqGzG','sLjJBLK','sxfqB0K','BeXTzeC','q1PoruG','zw1HAwW','z29dthu','CMvSB2fKiePjuG','ndK4mgDUDuPmva','DgLVBIbMywLSzq','BNLorMi','tvLyqKe','BeXbB1q','nJyWCMzKzMTt','BxrRsLa','t1PpBuG','zsbYzxf1zxn0ia','r0fhrMS','DMLKzsbHihnLyq','s0HNBNK','ugDjD0u','Cg9ZDenVBw1LBG','Cxbqrgu','mJm3mdzSswruAeS','u3jswuu','s2rSrxe','ufn3yuu','sKrnrwW','zw5HyMXLza','DujoALa','C2HVCNq','CMf0Aw9UigLZia','CMLHyMXLCW','tfPKsMe','wwvtrNi','CM1HDa','l3nLyxjJAa','zw50CW','twLZC2LUzYbJBW','Bg1bD20','yM9NyLe','y29TBwvUDa','CNm6','yxv0AgvUDgLJyq','DezJtve','igfKBwLUAxn0CG','zMv0y2GGsKLsqq','s2zHvxa','z2v0q29TBwvUDa','zM91BMq','BNrHy3qGEw91CG','Eej0BeK','CIbkAxjHigLZCW','D21rEuS','z2v0','C2vHCMnOiePjuG','uxvLCNKGDg9Via','BM90ignVBMzPzW','zxjYB3i','AM53Euy','vKHOA00','nJu4odi4tvvXtK1t','ifbSzwfZzsbJBW','yM9KEq','C3vLigTLEsbMBW','refuqv9esvi','t0TNufK','igzVCM1HDcbquG','sKLsqsbPBNrLzW','zKXQAMq','sKLsqv9dte9vra','vNrWCuq','ug9ZDgLUzYbJBW','sxnZDwuGBM90ia','sxnZDwuGA2v5ia','DMLKzsbHignVBq','yMXLzcbMCM9Tia','zw52','tM8GCgvYBwLZCW','ANnVBG','C29psg0','DhHLzfe','vLDdqMG','BwvZC2fNzq','CNrbrey','DIb2yxjZoG','Aw5PDgLHBgL6zq','C3rHDhvZ','Dg90ywW','qsbPC3n1zxm6','C2n1yMK','zMv0y2GGsMLYyq','igf0igXLyxn0ia','yxv0Aa','sLv4ze0','ugXLyxnLihbYBW','yxbPvg9Rzw4','Dhj1zq','Dg9vChbLCKnHCW','zeXUsLi','igLZC3vL','Bhnnt2q','CM9TigvUDIb2yq','qsbPC3n1zxm','CMf0Aw9UigvUyq','igzYB20Gzw52Aq','u3b4CNK','v2fftKW','DwzRwgy','vMjACKS','sKLsqtOGiG','rMfPBgvKihrVia','svi6','mti4ndzirgzYtwS','Awfdtue','DMXhuwi','C3rYAw5N','uvP1yvy','sKLsqv9ftufjta','BNqGzNjVBsbeqq','x0rjuG','BNqGzNjVBsbLBG','s2XMs0K','zKjgr28','u2vHCMnOAw5Nia','sKLsqv9bueLFva','CM9UBwvUDcb2yq','wwHyzMe','uuTSs1K','iIaOBwf4oIa','sw52ywXPzcbZzq','rLnQyNq','CM9TierbvefFra','qMrUuLm','x0Le','vvjm','DgvZDa','ELfyAeq','yLPMDfO','t0Pfq1qTmtiZ','AxmGC2vYDMvYlG','Cg9ZDcbkAxjHia','Aw4GDgHLihjLCq','v3DMv1K','DxjLzcbVBIb0Aa','ignVBw1LBNrZoG','igzYB20Grefuqq','t0TftG','A09vB1m','uKfhwgO','q1LmtMO','l2nVBMzPzW','sKLsqv9ftKfcta','yxLWwK8','z2v0sxnZDwu','C2vHCMnOsxnZDq','Aw5JBhvKzxm','yxjJAa','sKLsqsbKAxnHyG','CMnOihf1zxj5ia','DKvgzMi','AxjHigLZC3vLoG','ugzPqu0','igvUywjSzwq','C2vttNm','y1LsteO','CgfYyw1Z','DgLtr1m','yvjUvMy','ugvYBwLZC2LVBG','yxjJAcbXDwvYEq','CuLXr08','sKLsqsbJBgLLBG','sKLsqv9cqvnfxW','yxrPB24','wKfxr2K','mtKYmtC4mgXRv05zzW','r0Hpu0y','Dwu6ia','uNn6que','DcbYzwXVywrLza','Cg9ZDa','igrLBMLLza','rwreAwG','Bw1LBNq','vxHMCwW','s05WCKS','qufrDxi','Aw9UihjLBg9Hza','qMzczLG','s0zVtuK','sw52ywXPzcbPCW','y2XVDwrjza','yMfZzvvYBa','wxPwvvm','u2vHCMnOihf1zq','AhrqDxq','s3DXC0e','iePjuKeGy2XPzq','nJG4mdyYnMHXBgrRqG','A2v5','twLZC2LUzYbZzq','Cw1mt3m','rvvZEu8','t2rXsey','y29UzMLNDxjHDa','rwHtt0e','z3j0DKq','zxKVy29TBwvUDa','DcbJB25MAwD1CG','txnXzei','twHxyw0','mZmWmJe1nJbOzePeBhK'];_0x4b28=function(){return _0x2f8858;};return _0x4b28();}import{logger}from'../lib/logger.js';const router=_0x2fd915['Router']();function _0x4f8fd6(_0x27cd88,_0x4e4c94,_0x28bcf4,_0x3a9e93){const _0x425574={_0xa24250:0x173};return _0x4d4f(_0x3a9e93-_0x425574._0xa24250,_0x27cd88);}let jiraClient=null;async function initializeJiraClient(){const _0x114f26={_0xa60c98:0x551,_0x3df6f7:0x15b,_0x547dd7:0x1c1,_0x449ec5:0x11b,_0x180125:0xf7,_0x359d8d:0x10f,_0x2c639e:0x168,_0x343348:0x116,_0x2a2c3e:0x524,_0x5aecd4:0x548,_0x231261:0x581,_0x3e9feb:0x145,_0x16fba3:0x146,_0x241ea5:0x4e0,_0x29a4a0:0x57e,_0x5c4843:0x509,_0x518307:0x568,_0x7ad9d5:0x522,_0xad4b00:0x10f,_0x4489f8:0xe2,_0x1c6c0f:0x9e,_0x1c1cec:0x546,_0x3ba3fc:0x5b8,_0x34f5f9:0xd8,_0x885c33:0x132,_0x21bd7d:0x57e,_0x2af439:0x4f4,_0x2446de:0x5ce,_0x2e726c:0x136,_0x1714ab:0x19e,_0x3c2107:0xda,_0x50af9e:0x544,_0x142f42:0x52d,_0x4e51e9:0x54e,_0x17bf28:0x170,_0x1d7d34:0xf2,_0x3caf54:0xf1,_0x4d38d9:0x119,_0x215738:0x173,_0x4ac189:0x16b,_0x2bb338:0x4ca,_0x27bd3e:0x59c,_0x21bd0b:0x522,_0x16c1a4:0x545,_0x4ce4f2:0x506,_0x1810b5:0x56b,_0x35abf4:0xaf,_0x46ae5c:0xdf,_0x4947f6:0x93,_0x5491ab:0x48,_0x120b55:0x106,_0x1543e1:0xfc,_0x37b33d:0x100,_0x49365e:0xcc,_0x5acd0e:0x107,_0x4c37c5:0x179,_0x3aef59:0x4e7,_0x594410:0x5a9,_0x5b213f:0x542,_0x43dfb9:0x58d,_0x16b9f4:0x58f,_0x24e67a:0x587,_0x12e937:0x14e,_0x465c05:0x138,_0xc98a1f:0x197,_0xd8a82:0x137,_0x34724f:0x5da,_0xb7c501:0x57d,_0x17e1a3:0x5a3,_0x134ef4:0x52b,_0x63324b:0xd4,_0xd3b82:0x11a,_0x1711f5:0x55f,_0x17f5e1:0xc0,_0x58f1d4:0x159,_0x30d66e:0x152,_0x518425:0x1b6,_0x244a71:0x5ab,_0x17cdc6:0x565,_0x492367:0x4ce,_0x1223e6:0x54d,_0x345865:0x52e,_0x4c00c2:0x16d,_0x270678:0x14c,_0x325e8d:0x145,_0x38c7bc:0x104,_0x35cf0c:0x12a,_0x4d6ce4:0x1ac,_0xfdbc2c:0x110},_0x585e1b={_0x3882f9:0x277},_0x57e8aa={'MhWam':_0x1fed12(_0x114f26._0xa60c98,0x4fa,0x4dd,0x4d8)+_0x354156(-_0x114f26._0x3df6f7,-_0x114f26._0x547dd7,-_0x114f26._0x449ec5,-0x109)+_0x354156(-_0x114f26._0x180125,-_0x114f26._0x3df6f7,-0x166,-0x12f)+'2\x20characte'+'rs','wmQyK':function(_0x343270){return _0x343270();},'VbZrK':_0x354156(-_0x114f26._0x359d8d,-0x122,-_0x114f26._0x2c639e,-_0x114f26._0x343348)+'ration\x20ena'+_0x1fed12(0x5a8,0x55c,0x553,0x57d)+_0x1fed12(0x584,_0x114f26._0x2a2c3e,_0x114f26._0x5aecd4,_0x114f26._0x231261),'ODiGL':_0x354156(-0xe4,-0xde,-_0x114f26._0x3e9feb,-_0x114f26._0x16fba3)+'initialize'+_0x1fed12(0x4ef,0x4ec,_0x114f26._0x241ea5,0x550)+_0x1fed12(0x573,0x554,_0x114f26._0x29a4a0,0x55e)+'TA_DIR:','qmLOs':function(_0x20a6c9,_0x414e1a){return _0x20a6c9===_0x414e1a;},'JDMEl':_0x1fed12(_0x114f26._0x5c4843,0x508,_0x114f26._0x518307,_0x114f26._0x7ad9d5),'OZOmH':function(_0x4def3c,_0x2f0c48){return _0x4def3c===_0x2f0c48;},'seSNs':'vpOKA','JUxdM':_0x354156(-_0x114f26._0xad4b00,-_0x114f26._0x4489f8,-0xa9,-_0x114f26._0x1c6c0f)+'ration\x20ena'+_0x1fed12(_0x114f26._0x1c1cec,0x547,0x553,_0x114f26._0x3ba3fc)+'environmen'+'t\x20variable'+'s','goCLu':_0x354156(-0xe4,-_0x114f26._0x34f5f9,-_0x114f26._0x885c33,-0x14f)+_0x1fed12(_0x114f26._0x21bd7d,_0x114f26._0x2af439,0x55d,_0x114f26._0x2446de)+_0x354156(-0x17a,-_0x114f26._0x2e726c,-_0x114f26._0x1714ab,-0x180)+_0x354156(-_0x114f26._0x3c2107,-0x85,-0x10e,-0x69)+_0x1fed12(_0x114f26._0x50af9e,_0x114f26._0x142f42,0x55c,_0x114f26._0x4e51e9)};function _0x1fed12(_0x4c3130,_0x5eee14,_0x3bd555,_0x247c8d){return _0x4d4f(_0x3bd555-0x3e3,_0x247c8d);}function _0x354156(_0x23f129,_0x5bfcb7,_0x51e712,_0x3f4838){return _0x4d4f(_0x23f129- -_0x585e1b._0x3882f9,_0x3f4838);}const _0x39fa24=await _0x57e8aa[_0x354156(-0x11e,-_0x114f26._0x17bf28,-_0x114f26._0x2e726c,-0xea)](loadJiraConfig);if(_0x39fa24)try{jiraClient=new JiraClient(_0x39fa24),logger[_0x1fed12(0x533,0x496,0x501,0x4ec)](_0x57e8aa[_0x354156(-0xe6,-0x158,-_0x114f26._0x1d7d34,-_0x114f26._0x3caf54)]);return;}catch(_0x526ec4){logger[_0x354156(-_0x114f26._0x4d38d9,-_0x114f26._0x215738,-0xa4,-0x101)](_0x57e8aa[_0x354156(-0x15c,-0x1c2,-_0x114f26._0x4ac189,-0x102)],_0x526ec4);}if(_0x57e8aa[_0x1fed12(0x54b,_0x114f26._0x2bb338,0x4e4,0x4a1)](process['env'][_0x1fed12(0x5fa,0x5b2,0x59f,_0x114f26._0x27bd3e)+'ED'],_0x57e8aa[_0x1fed12(0x561,0x523,_0x114f26._0x21bd0b,0x519)]))try{if(_0x57e8aa[_0x1fed12(_0x114f26._0x16c1a4,0x543,0x516,_0x114f26._0x4ce4f2)](_0x57e8aa[_0x1fed12(0x60c,0x582,0x5ab,_0x114f26._0x1810b5)],_0x57e8aa[_0x354156(-_0x114f26._0x35abf4,-_0x114f26._0x46ae5c,-_0x114f26._0x4947f6,-_0x114f26._0x5491ab)])){const _0x886f05={'baseUrl':process[_0x354156(-_0x114f26._0x120b55,-0x91,-_0x114f26._0x1543e1,-_0x114f26._0x37b33d)]['JIRA_BASE_'+_0x354156(-_0x114f26._0x49365e,-0xa2,-0x117,-_0x114f26._0x5acd0e)],...process[_0x354156(-0x106,-0x155,-0xb4,-0x11b)][_0x354156(-0x10d,-0xf8,-_0x114f26._0x4c37c5,-0x14f)+'_ID']?{'cloudId':process['env'][_0x1fed12(0x5a8,0x518,0x54d,_0x114f26._0x3aef59)+_0x1fed12(_0x114f26._0x594410,_0x114f26._0x5b213f,_0x114f26._0x43dfb9,_0x114f26._0x16b9f4)]}:{}};_0x886f05[_0x1fed12(_0x114f26._0x24e67a,_0x114f26._0x4e51e9,0x564,_0x114f26._0x134ef4)]={},_0x886f05[_0x1fed12(_0x114f26._0x24e67a,_0x114f26._0x4e51e9,0x564,_0x114f26._0x134ef4)][_0x354156(-_0x114f26._0x12e937,-_0x114f26._0x465c05,-_0x114f26._0xc98a1f,-_0x114f26._0xd8a82)]=process[_0x1fed12(0x4e3,_0x114f26._0x594410,0x554,0x555)][_0x1fed12(_0x114f26._0x34724f,0x5ba,_0x114f26._0xb7c501,_0x114f26._0x17e1a3)],_0x886f05[_0x1fed12(_0x114f26._0x24e67a,_0x114f26._0x4e51e9,0x564,_0x114f26._0x134ef4)][_0x354156(-0xf3,-_0x114f26._0x63324b,-0xdc,-_0x114f26._0xd3b82)]=process['env'][_0x1fed12(0x5b6,_0x114f26._0x1711f5,0x584,0x5ad)+_0x354156(-_0x114f26._0x17f5e1,-0xe7,-_0x114f26._0x49365e,-0xfa)],jiraClient=new JiraClient(_0x886f05),logger[_0x354156(-_0x114f26._0x58f1d4,-_0x114f26._0x30d66e,-0x156,-_0x114f26._0x518425)](_0x57e8aa[_0x1fed12(_0x114f26._0x244a71,0x555,_0x114f26._0x17cdc6,0x515)]);}else{const _0x3747e3={};return _0x3747e3[_0x1fed12(0x4fa,_0x114f26._0x492367,0x541,_0x114f26._0x1223e6)]=_0x1fed12(0x4df,0x576,0x53f,0x4f9)+_0x1fed12(0x579,_0x114f26._0x345865,0x525,0x546),_0x3747e3['message']=_0x57e8aa[_0x354156(-_0x114f26._0x4c00c2,-_0x114f26._0x270678,-0x141,-_0x114f26._0x325e8d)],_0x2a1d1e['status'](-0x1be9+-0xc6c+0x29e5)[_0x354156(-_0x114f26._0x38c7bc,-0xc4,-_0x114f26._0x35cf0c,-0xfd)](_0x3747e3);}}catch(_0x508ad0){logger['error'](_0x57e8aa[_0x354156(-0x14d,-_0x114f26._0x4d6ce4,-_0x114f26._0xfdbc2c,-0x13d)],_0x508ad0);}}export async function initializeJira(){const _0x55dd48={'FAHew':function(_0x4cbc57){return _0x4cbc57();}};await _0x55dd48['FAHew'](initializeJiraClient);}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x2dfcdb={_0x113573:0x266,_0xad4c74:0x273,_0x5b95bb:0x297,_0x48912e:0x394,_0x14027a:0x397,_0x30c88a:0x2ff,_0x136f08:0x313,_0x2a145f:0x30,_0x9a29cd:0x99,_0x3bf95:0x102,_0x1108f6:0x2ea,_0x295435:0x32f,_0x10f19a:0xce,_0x515612:0x4b,_0x2df96d:0x2c3,_0x15e879:0x311,_0x52fea1:0xdb,_0x333abe:0xfc,_0x18862b:0xdc,_0x30fee5:0x63,_0x213782:0xb,_0x13d77b:0x34,_0x6bc07a:0x53,_0x5c7e0c:0xe6,_0x3d7c06:0xb6,_0x1e5491:0x2e2,_0x4a41b7:0x2f1,_0x42cabd:0x337,_0x581496:0x317,_0x1789aa:0x382,_0x1cbcd4:0x2ee,_0x584494:0x373,_0x413f45:0xd8,_0x43e4c6:0x6f,_0x415464:0x86,_0xd17c88:0x4d,_0x260dc2:0x31e,_0x5cf53c:0x32c,_0x405880:0x97,_0x275d47:0xf0,_0x431e49:0x316,_0x1fca2f:0x70,_0x2d02ff:0xe,_0x2370a0:0x36f,_0x190878:0x355,_0x4d2b4e:0x2a,_0x5d53f7:0xcf,_0x3e8b91:0x3e,_0x2a5b94:0x2a4,_0x291b42:0x394,_0x2e0d30:0x2e3,_0x8ad8a9:0x34d,_0x50cd71:0x241,_0x3d41f6:0x2a7,_0x3c08ab:0x8,_0x4f1799:0x66,_0x1c1481:0x5f,_0x4c7efa:0xd,_0x3be74f:0x9e,_0x5c3a2f:0x63,_0x48fd6a:0x253,_0x4ec723:0x2c1,_0x541f01:0x284,_0x3c7e67:0x29d,_0x3125da:0x364,_0x5d0289:0x38e,_0x99f4a4:0x352,_0x4f2f04:0x2da,_0x1978ab:0x32a,_0x241525:0x306,_0x444637:0x323,_0x283c39:0x95,_0x322267:0x43,_0x4eeaed:0x90,_0x3de5d6:0x4,_0x46086e:0x38d,_0x1ee9b7:0x3bb,_0x407b92:0x353,_0x4b7877:0xa7,_0x2428ee:0x2e9,_0x2c8314:0x33d,_0xbda0ea:0x59,_0x247962:0x15,_0x491fc2:0x55,_0x53b085:0x52,_0x23a07e:0x39e,_0x7e0b89:0x362,_0x3b113d:0xea,_0x4f2c1d:0x29c,_0x4834d5:0x6,_0x24c2d4:0x7b,_0x3f9aa0:0x37,_0x3370bd:0x2ea,_0x2bd075:0x317,_0x307b15:0x11,_0x23f1ec:0x87,_0x40d53d:0x67,_0x2a310a:0x2ec,_0x12de51:0x331,_0x441976:0x31,_0x4ed533:0x72,_0x3a4436:0x35,_0x360186:0x51,_0x490122:0x337,_0x9aafbe:0x26c,_0x5f187a:0x2d7,_0x388e28:0x47,_0x30eaf3:0xd6},_0x59a7a6={'lmAwm':'Reloading\x20'+_0x43eb65(0x25c,0x2b5,0x2ad,0x29c)+_0x43eb65(_0x2dfcdb._0x113573,_0x2dfcdb._0xad4c74,_0x2dfcdb._0x5b95bb,0x2c1)+_0x2ebaa6(-0x14d,-0x13c,-0xdf,-0x122),'ufkXf':function(_0x196a29){return _0x196a29();},'mxBjf':_0x43eb65(0x319,0x364,0x399,0x32d),'EdDih':function(_0xb5c26b,_0x551e56){return _0xb5c26b===_0x551e56;},'ZYfRk':_0x43eb65(_0x2dfcdb._0x48912e,_0x2dfcdb._0x14027a,_0x2dfcdb._0x30c88a,0x33e),'KdlEq':_0x43eb65(0x36c,_0x2dfcdb._0x136f08,0x385,0x34c)+_0x2ebaa6(-0x97,-_0x2dfcdb._0x2a145f,-_0x2dfcdb._0x9a29cd,-_0x2dfcdb._0x3bf95)+'A\x20client\x20f'+_0x43eb65(_0x2dfcdb._0x1108f6,0x36d,0x38a,0x343)+_0x43eb65(0x2bd,_0x2dfcdb._0x295435,0x302,0x307),'xXUMT':_0x2ebaa6(-0xd2,-_0x2dfcdb._0x10f19a,-0xb0,-0xd5),'grtvD':_0x2ebaa6(-0x19,-_0x2dfcdb._0x515612,-0x2,-0x63)+'led\x20after\x20'+_0x43eb65(_0x2dfcdb._0x2df96d,_0x2dfcdb._0x15e879,0x293,0x2bd)+_0x2ebaa6(-_0x2dfcdb._0x52fea1,-_0x2dfcdb._0x333abe,-0xd1,-0xf9)};logger[_0x2ebaa6(-0xa8,-_0x2dfcdb._0x18862b,-0xa6,-0xb9)](_0x59a7a6[_0x43eb65(0x2c1,0x2f7,0x2cc,0x304)]),jiraClient=null;function _0x43eb65(_0x34c749,_0x45625c,_0x547827,_0x4f156f){return _0x4d4f(_0x4f156f-0x1b9,_0x34c749);}const _0x581533=await _0x59a7a6[_0x2ebaa6(-_0x2dfcdb._0x30fee5,_0x2dfcdb._0x213782,-_0x2dfcdb._0x13d77b,-_0x2dfcdb._0x6bc07a)](loadJiraConfig);if(_0x581533){if(_0x59a7a6['mxBjf']!==_0x59a7a6[_0x2ebaa6(-_0x2dfcdb._0x5c7e0c,-0x45,-_0x2dfcdb._0x3d7c06,-0xb8)]){const _0x166972={};return _0x166972[_0x43eb65(_0x2dfcdb._0x1e5491,_0x2dfcdb._0x4a41b7,_0x2dfcdb._0x42cabd,_0x2dfcdb._0x581496)]=_0x43eb65(_0x2dfcdb._0x1789aa,_0x2dfcdb._0x1cbcd4,_0x2dfcdb._0x584494,0x326)+_0x2ebaa6(-0x8e,-_0x2dfcdb._0x413f45,-_0x2dfcdb._0x43e4c6,-_0x2dfcdb._0x10f19a),_0x166972[_0x2ebaa6(-0xd,-_0x2dfcdb._0x415464,-_0x2dfcdb._0xd17c88,0x2)]=_0x170c21['message'],_0x1d58a8[_0x43eb65(_0x2dfcdb._0x260dc2,0x2db,0x318,0x334)](-0x202b+0x51*0x9+-0x62e*-0x5)[_0x43eb65(0x321,0x2c3,0x324,_0x2dfcdb._0x5cf53c)](_0x166972);}else try{jiraClient=new JiraClient(_0x581533),logger['info'](_0x2ebaa6(-_0x2dfcdb._0x405880,-0xcb,-0xe1,-_0x2dfcdb._0x275d47)+_0x43eb65(0x2aa,_0x2dfcdb._0x431e49,0x2dc,0x2a4)+_0x2ebaa6(-_0x2dfcdb._0x1fca2f,0x22,-_0x2dfcdb._0x2d02ff,-0xf)+_0x43eb65(0x32b,_0x2dfcdb._0x2370a0,0x3b0,_0x2dfcdb._0x190878));return;}catch(_0x26d644){logger[_0x2ebaa6(-_0x2dfcdb._0x4d2b4e,-_0x2dfcdb._0x5d53f7,-0x66,-0x82)](_0x2ebaa6(0x33,-0x99,-0x31,-_0x2dfcdb._0x3e8b91)+'reload\x20JIR'+_0x43eb65(_0x2dfcdb._0x2a5b94,0x2bf,0x26f,0x2dd)+_0x43eb65(0x38f,_0x2dfcdb._0x291b42,0x30c,0x361)+_0x43eb65(0x381,_0x2dfcdb._0x2e0d30,0x3a5,_0x2dfcdb._0x8ad8a9),_0x26d644);}}function _0x2ebaa6(_0x37612b,_0x546b43,_0x37986d,_0x57d44a){return _0x4d4f(_0x37986d- -0x1c4,_0x546b43);}if(_0x59a7a6[_0x43eb65(0x2b8,0x296,_0x2dfcdb._0x50cd71,_0x2dfcdb._0x3d41f6)](process[_0x2ebaa6(-0x4d,-_0x2dfcdb._0x3c08ab,-0x53,-_0x2dfcdb._0x4f1799)][_0x2ebaa6(_0x2dfcdb._0x1c1481,_0x2dfcdb._0x4c7efa,-_0x2dfcdb._0x3c08ab,-0x5b)+'ED'],_0x59a7a6['ZYfRk']))try{const _0x294c3b={'baseUrl':process[_0x2ebaa6(-_0x2dfcdb._0x3be74f,-0x67,-_0x2dfcdb._0x6bc07a,-_0x2dfcdb._0x5c3a2f)][_0x43eb65(_0x2dfcdb._0x48fd6a,_0x2dfcdb._0x4ec723,_0x2dfcdb._0x541f01,_0x2dfcdb._0x3c7e67)+_0x43eb65(0x340,0x387,0x3b1,_0x2dfcdb._0x3125da)],...process[_0x2ebaa6(-0x2d,-0x50,-0x53,-0x37)]['JIRA_CLOUD'+'_ID']?{'cloudId':process[_0x43eb65(_0x2dfcdb._0x5d0289,_0x2dfcdb._0x99f4a4,_0x2dfcdb._0x4f2f04,_0x2dfcdb._0x1978ab)][_0x43eb65(_0x2dfcdb._0x241525,0x33c,0x303,_0x2dfcdb._0x444637)+'_ID']}:{}};_0x294c3b[_0x2ebaa6(-_0x2dfcdb._0x4b7877,-_0x2dfcdb._0x283c39,-_0x2dfcdb._0x322267,-_0x2dfcdb._0x4eeaed)]={},_0x294c3b[_0x2ebaa6(-_0x2dfcdb._0x4b7877,-_0x2dfcdb._0x283c39,-_0x2dfcdb._0x322267,-_0x2dfcdb._0x4eeaed)]['email']=process[_0x2ebaa6(-0xc,0x5,-0x53,_0x2dfcdb._0x3de5d6)][_0x43eb65(_0x2dfcdb._0x46086e,0x35e,_0x2dfcdb._0x1ee9b7,_0x2dfcdb._0x407b92)],_0x294c3b[_0x2ebaa6(-_0x2dfcdb._0x4b7877,-_0x2dfcdb._0x283c39,-_0x2dfcdb._0x322267,-_0x2dfcdb._0x4eeaed)][_0x43eb65(0x3a2,_0x2dfcdb._0x2428ee,0x315,_0x2dfcdb._0x2c8314)]=process[_0x2ebaa6(-_0x2dfcdb._0xbda0ea,-0x16,-_0x2dfcdb._0x6bc07a,_0x2dfcdb._0x247962)][_0x2ebaa6(0x46,-_0x2dfcdb._0x491fc2,-0x23,_0x2dfcdb._0x53b085)+_0x43eb65(_0x2dfcdb._0x23a07e,0x3c1,_0x2dfcdb._0x7e0b89,0x370)],jiraClient=new JiraClient(_0x294c3b),logger[_0x2ebaa6(-0xdd,-_0x2dfcdb._0x3b113d,-0xa6,-0x67)](_0x43eb65(0x29b,0x2de,0x276,_0x2dfcdb._0x4f2c1d)+_0x2ebaa6(-0x12a,-0xce,-0xd9,-0xb5)+_0x2ebaa6(_0x2dfcdb._0x4834d5,-_0x2dfcdb._0x24c2d4,-_0x2dfcdb._0x3f9aa0,-0x3d)+_0x43eb65(0x2ed,0x2eb,_0x2dfcdb._0x3370bd,0x35b)+'riables');}catch(_0x3e171c){logger[_0x43eb65(0x359,0x2ca,_0x2dfcdb._0x2df96d,_0x2dfcdb._0x2bd075)](_0x59a7a6[_0x2ebaa6(-_0x2dfcdb._0x307b15,-0xd4,-_0x2dfcdb._0x23f1ec,-0x49)],_0x3e171c);}else{if(_0x59a7a6['EdDih'](_0x2ebaa6(-_0x2dfcdb._0x3c08ab,-_0x2dfcdb._0x40d53d,-0x59,0x6),_0x59a7a6['xXUMT'])){const _0xb7bf04={};return _0xb7bf04[_0x43eb65(0x367,_0x2dfcdb._0x2a310a,_0x2dfcdb._0x12de51,0x317)]=_0x2ebaa6(-0xa2,0x28,-_0x2dfcdb._0x441976,0xc)+'search\x20JIR'+'A\x20issues',_0xb7bf04['message']=_0x53a388[_0x2ebaa6(0x1a,-0xc0,-0x4d,-_0x2dfcdb._0x4ed533)],_0x449744['status'](-0x2b*0xdc+0x6c*0x5b+0xb*0xc)[_0x2ebaa6(-_0x2dfcdb._0x3a4436,-0x1e,-_0x2dfcdb._0x360186,-0xa9)](_0xb7bf04);}else logger[_0x43eb65(0x27c,_0x2dfcdb._0x490122,_0x2dfcdb._0x9aafbe,_0x2dfcdb._0x5f187a)](_0x59a7a6[_0x2ebaa6(-0xc9,-_0x2dfcdb._0x388e28,-0xbe,-_0x2dfcdb._0x30eaf3)]);}}function _0x4d4f(_0x4dd023,_0x11d0a3){_0x4dd023=_0x4dd023-(0x10f*-0x1d+0x9db+-0x1*-0x15b9);const _0xe7e77d=_0x4b28();let _0x503c20=_0xe7e77d[_0x4dd023];if(_0x4d4f['nAQvRQ']===undefined){var _0x4976b0=function(_0x423486){const _0x5aaa96='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x483d08='',_0x5c7bd3='';for(let _0x543966=-0x948+0x1b1*-0x1+0xaf9,_0x373c20,_0x5ddcf5,_0x5b5742=0x1873+-0x1426*-0x1+-0x2c99;_0x5ddcf5=_0x423486['charAt'](_0x5b5742++);~_0x5ddcf5&&(_0x373c20=_0x543966%(-0x7b+-0x1*-0x22af+-0x2230)?_0x373c20*(0x2*-0xceb+0x6*0x463+-0xf*0x4)+_0x5ddcf5:_0x5ddcf5,_0x543966++%(-0x828+0x13f7+-0xbcb*0x1))?_0x483d08+=String['fromCharCode'](-0x182*-0x17+0x18ef+0x6*-0x9c5&_0x373c20>>(-(0x1a1*0x16+0x257*0x5+0x17*-0x211)*_0x543966&0x3*-0x51e+0x21dc+0x4*-0x49f)):0x117d*0x2+-0x152b+-0xdcf){_0x5ddcf5=_0x5aaa96['indexOf'](_0x5ddcf5);}for(let _0x4c9aa9=0x1600+-0x332*-0x4+0xc*-0x2e6,_0x6b9f47=_0x483d08['length'];_0x4c9aa9<_0x6b9f47;_0x4c9aa9++){_0x5c7bd3+='%'+('00'+_0x483d08['charCodeAt'](_0x4c9aa9)['toString'](-0x1c3*-0x3+-0x7*0x281+0x20d*0x6))['slice'](-(0x30a*-0x2+-0x691+0xca7));}return decodeURIComponent(_0x5c7bd3);};_0x4d4f['YPerOt']=_0x4976b0,_0x4d4f['HuKaib']={},_0x4d4f['nAQvRQ']=!![];}const _0xd07a31=_0xe7e77d[0x7*0x105+-0x8e9*-0x2+-0x18f5*0x1],_0x4b48d3=_0x4dd023+_0xd07a31,_0x2a27aa=_0x4d4f['HuKaib'][_0x4b48d3];return!_0x2a27aa?(_0x503c20=_0x4d4f['YPerOt'](_0x503c20),_0x4d4f['HuKaib'][_0x4b48d3]=_0x503c20):_0x503c20=_0x2a27aa,_0x503c20;}function requireJira(_0x93d4f0,_0x39cbcb,_0x23454e){const _0x2c7f25={_0x2b2cab:0x109,_0x49448e:0xc0,_0x5d94f6:0x1ac,_0x1cd200:0x195,_0x26a07f:0x155,_0x370bb3:0x1fe,_0x85b4a:0x152,_0x28b3bd:0x1b7,_0x3f0ac8:0x169,_0x43d268:0x22e,_0x2437a6:0x160,_0x2f6a1d:0xf2,_0x5aea9e:0x232,_0x480499:0x14d,_0x214b0a:0x159,_0x618563:0x1d0,_0x2c9560:0x10f,_0x513435:0x1aa,_0x3b00f7:0x12e,_0x773a12:0x17a,_0x5c1fa2:0x15d,_0x48ece4:0x167},_0x3d055f={'qIqGO':'JIRA\x20integ'+'ration\x20not'+_0x149ff4(-0xf4,-0x152,-_0x2c7f25._0x2b2cab,-_0x2c7f25._0x49448e),'bogbQ':_0x323704(-_0x2c7f25._0x5d94f6,-0x198,-_0x2c7f25._0x1cd200,-_0x2c7f25._0x26a07f)+_0x149ff4(-0x13d,-_0x2c7f25._0x370bb3,-0x18d,-_0x2c7f25._0x85b4a)+_0x323704(-_0x2c7f25._0x28b3bd,-_0x2c7f25._0x3f0ac8,-_0x2c7f25._0x43d268,-0x16d)+_0x323704(-_0x2c7f25._0x2437a6,-0x122,-0x178,-_0x2c7f25._0x2f6a1d)+'is\x20server.'+_0x149ff4(-0x1ad,-0x129,-0x16e,-_0x2c7f25._0x26a07f)+'ntact\x20your'+'\x20administr'+'ator.','zQXhD':function(_0x160409){return _0x160409();}};function _0x323704(_0x19045c,_0x4fbb3d,_0x5b4291,_0x26bf2d){return _0x4d4f(_0x19045c- -0x314,_0x26bf2d);}function _0x149ff4(_0x2850d6,_0x33bb85,_0x57fa9c,_0x4f7f6c){return _0x4d4f(_0x57fa9c- -0x2d0,_0x4f7f6c);}if(!jiraClient){const _0x2b31af={};return _0x2b31af['error']=_0x3d055f[_0x323704(-_0x2c7f25._0x5aea9e,-0x240,-0x288,-0x27b)],_0x2b31af[_0x149ff4(-0xf3,-_0x2c7f25._0x480499,-_0x2c7f25._0x214b0a,-_0x2c7f25._0x618563)]=_0x3d055f[_0x149ff4(-0x189,-_0x2c7f25._0x2c9560,-0x184,-_0x2c7f25._0x513435)],_0x39cbcb[_0x149ff4(-0x13c,-_0x2c7f25._0x3b00f7,-0x155,-0x17a)](0x9b8+0xe*0x1cf+-0x2113)[_0x149ff4(-0x19a,-_0x2c7f25._0x773a12,-_0x2c7f25._0x5c1fa2,-0x14f)](_0x2b31af);}_0x3d055f[_0x323704(-_0x2c7f25._0x48ece4,-0x1ae,-0x1bc,-0x168)](_0x23454e);}function _0x46ca47(_0x96977f,_0x596923,_0x357bf0,_0x59cda5){return _0x4d4f(_0x59cda5-0x3ac,_0x96977f);}router['get'](_0x4f8fd6(0x348,0x2e4,0x2d5,0x32e),(_0x528602,_0x12f80e)=>{const _0x348fa9={_0x55302e:0x214,_0x4caccf:0x21e,_0x149412:0x238,_0x4d522a:0x1b9,_0x46c99a:0x1e3,_0x58fb49:0x138,_0x1e4888:0x1a9},_0x11bf73={_0x3628df:0x33},_0x15892a={_0x4b9ce5:0x0,_0x1d26e:0x1c2},_0x10ee3c={};_0x10ee3c[_0x40359b(-0x212,-0x1b2,-0x246,-_0x348fa9._0x55302e)]=!!jiraClient;function _0x40359b(_0x5af124,_0x4c63ed,_0x452aec,_0x887ea4){return _0x4f8fd6(_0x452aec,_0x4c63ed-_0x15892a._0x4b9ce5,_0x452aec-_0x15892a._0x1d26e,_0x887ea4- -0x4c7);}_0x10ee3c['baseUrl']=jiraClient?process[_0x40359b(-_0x348fa9._0x4caccf,-_0x348fa9._0x149412,-_0x348fa9._0x4d522a,-_0x348fa9._0x46c99a)]['JIRA_BASE_'+_0x40359b(-0x13e,-0x192,-_0x348fa9._0x58fb49,-_0x348fa9._0x1e4888)]:null;function _0x55896c(_0x520d83,_0x35a04d,_0x35b8f7,_0x4f01b2){return _0x4f8fd6(_0x520d83,_0x35a04d-0xf8,_0x35b8f7-_0x11bf73._0x3628df,_0x35a04d- -0x321);}_0x12f80e['json'](_0x10ee3c);}),router[_0x4f8fd6(0x30b,0x2fc,0x2f9,0x2cd)](_0x46ca47(0x4a7,0x519,0x454,0x4c3)+'ey',requireJira,async(_0x68c3d7,_0x51a51a)=>{const _0x2c4c6b={_0x14249b:0xf,_0x443e74:0x28,_0x36fcf8:0xc,_0x146f2e:0x29d,_0x1a8c0d:0x3c6,_0x3c2062:0x356,_0x291f5c:0x4b,_0x3345a2:0x26,_0x24c0e8:0x304,_0x891d23:0x308,_0x143a0a:0x20,_0x24f3bc:0x4b,_0x4c7c15:0x43,_0x4893b9:0x2c,_0x409510:0x55,_0x3c0f3d:0x19,_0x25569e:0x59,_0x9976fe:0x74,_0x21a5e5:0x14,_0x1b8d62:0x265,_0x22de8e:0x2e2,_0x9f8479:0x2c,_0x152884:0xa,_0x1c9240:0x332,_0x213d41:0x2ff,_0x4751ec:0x283,_0x4f3ab5:0x2b9,_0x29a0c7:0x2ba,_0x13fdbf:0x2c1,_0x2f9afe:0x68,_0x128193:0x72,_0x3e8521:0x275,_0x519622:0x29a,_0x5d63c8:0x339,_0x4a3333:0x7f,_0x5247be:0x9,_0x4b03b0:0x27,_0x3f5c63:0xb,_0x1d517e:0x31e,_0x62427f:0x267,_0x5c3694:0x2b6,_0x313968:0x2ef,_0x2baee2:0x2ce,_0x8b2f8a:0x30e,_0x368b38:0x9f,_0x5d28f3:0xb1,_0xaaaa79:0x60,_0x26500b:0xfe,_0x124f9a:0x2d4,_0x54423a:0x2f5,_0x4c047e:0x351,_0xbe02ad:0x33b,_0x105d46:0x3,_0x1cd513:0x9e,_0x2e0c16:0x3c,_0x6b46ae:0xd6,_0x3b1ab5:0x95,_0xb36942:0x30,_0x592ad7:0x77,_0x37c854:0x70,_0x95227b:0x2a6,_0x563587:0x33a,_0x1b1a4c:0x312,_0x19791d:0x2ad,_0x41f720:0x73,_0x3e5e63:0xd2,_0x1817ac:0x61,_0x1ae46a:0x17,_0x1883ab:0x2a2,_0x3d317b:0x2ef,_0x4d2c16:0x307,_0x5bb648:0x2a4,_0x5cea0e:0x346,_0x323ea2:0x56,_0x7ca925:0x7d,_0x4bc436:0x3b1,_0x2b2ed3:0x34b,_0x14bd97:0x3ca,_0x121c2f:0x36a,_0x20ca4a:0x91,_0xe02659:0xdd,_0x2a1f44:0x2c,_0x1ec481:0x1,_0xe6edd2:0x16,_0x180bba:0x2b6,_0xc897e:0x2fe,_0x391587:0x318,_0x4ed4ae:0x240,_0x5bedd8:0x324,_0x5f29b7:0x2f3,_0x3ace35:0x368,_0x4ac21f:0x31b,_0x391814:0x2cd,_0x4dc315:0x2d,_0x5aafeb:0xf,_0x2677fd:0x83,_0x6e0152:0x58,_0x301537:0x5a,_0x3028ee:0x361,_0x45599b:0x54,_0x5d2da7:0x43,_0x2f2b60:0x3a6,_0x16fc18:0x316,_0x458cd7:0x5e,_0x33f0c2:0x4,_0x51ac9f:0x9d,_0x4052fb:0xc4,_0x2db1f6:0x2a1,_0x5235c7:0x5b,_0x4827d4:0x50,_0x1d8383:0x310,_0x63f3c:0x317,_0x11aefd:0x15,_0x2ff9d3:0x2f6,_0x1a43a1:0x374,_0x2121c0:0xac,_0x566be4:0xd1,_0x2200ec:0x100,_0x1f734a:0x71,_0x51445d:0x377,_0x562f11:0x2d7,_0x42ad0b:0x2c3,_0x2f0d19:0x2b5,_0x24b0d5:0x388,_0x3051c9:0x325,_0x46ef03:0x352,_0x3a4c9c:0x252,_0x3510eb:0x33a,_0x12aa10:0x30a,_0xf77dd1:0x2fe,_0x36c9c8:0x2cc,_0x2c1026:0x9e,_0x1ac06a:0x114,_0xd0a4bf:0x7f,_0xdd443:0xee,_0x58a2ba:0x326,_0x14876b:0x31b,_0x4c607b:0x35e,_0x2060c0:0x2c9,_0x17c3ac:0x2ad,_0x142b32:0x32d,_0xc5d04e:0x87,_0x2d80a3:0x3a,_0x30ec36:0x297,_0x3cfe5f:0x26,_0x589293:0x6b,_0x2d096b:0x39,_0x5d49c3:0x67,_0xb43407:0x79,_0x4e9638:0x1f,_0x334a29:0x26,_0x4a7d6f:0xb,_0x51955f:0x2fd,_0x3f2fca:0x33a,_0x2df723:0x36e,_0x284f94:0x11,_0x147111:0x67,_0x3ce97b:0x341,_0x1d120f:0x27,_0x50cf31:0xd,_0x545832:0x2fe,_0x706c78:0x2a6,_0x31f356:0x1b,_0x5d34bd:0x6d,_0x4f05f4:0x86,_0x228ea5:0x81,_0x3a7c98:0x56,_0x5d2be9:0x8a,_0x1c411e:0xb9,_0x431ef8:0x351,_0x33f48d:0x352,_0x50bde7:0x3bb,_0x5e17d3:0x36d,_0x3b43d6:0xa,_0x211599:0x342,_0x13319a:0x385,_0x219315:0x352,_0x2b2f41:0x342,_0x5eb1ae:0x315,_0x355e51:0xae,_0x1bb7bf:0x95,_0xc0516f:0x9c,_0x15ddd8:0x8c,_0x3ce49a:0x45,_0xb147c8:0x49,_0x16cb31:0x5f,_0x49fb24:0x313,_0x534b00:0x2cb},_0x353901={_0xf2c7bf:0x81},_0x4d687f={};_0x4d687f[_0x48040e(_0x2c4c6b._0x14249b,_0x2c4c6b._0x443e74,-_0x2c4c6b._0x36fcf8,-0x5d)]='JIRA\x20clien'+_0x2acff6(_0x2c4c6b._0x146f2e,0x23a,0x28b,0x2fb)+_0x2acff6(0x302,_0x2c4c6b._0x1a8c0d,_0x2c4c6b._0x3c2062,0x39a)+'_DIR',_0x4d687f[_0x48040e(-_0x2c4c6b._0x291f5c,0x1,-_0x2c4c6b._0x3345a2,-0x63)]=_0x2acff6(_0x2c4c6b._0x24c0e8,0x2be,_0x2c4c6b._0x891d23,0x347)+'ration\x20ena'+_0x48040e(-_0x2c4c6b._0x143a0a,-0x93,_0x2c4c6b._0x24f3bc,_0x2c4c6b._0x4c7c15)+'environmen'+'t\x20variable'+'s',_0x4d687f[_0x48040e(-0x1b,_0x2c4c6b._0x4893b9,-0x5,_0x2c4c6b._0x409510)]=function(_0x3da24f,_0x165877){return _0x3da24f===_0x165877;},_0x4d687f[_0x48040e(_0x2c4c6b._0x3c0f3d,-_0x2c4c6b._0x25569e,_0x2c4c6b._0x9976fe,_0x2c4c6b._0x21a5e5)]='vtILy',_0x4d687f['YzVUS']=_0x2acff6(0x28a,_0x2c4c6b._0x1b8d62,0x296,_0x2c4c6b._0x22de8e)+_0x48040e(-_0x2c4c6b._0x9f8479,-0x15,0x10,-_0x2c4c6b._0x152884)+'rmat',_0x4d687f[_0x2acff6(_0x2c4c6b._0x1c9240,0x32c,_0x2c4c6b._0x213d41,0x339)]=_0x2acff6(0x2b2,0x2de,0x30e,0x299)+_0x2acff6(0x2ea,_0x2c4c6b._0x4751ec,0x2ba,_0x2c4c6b._0x4f3ab5)+_0x2acff6(_0x2c4c6b._0x29a0c7,_0x2c4c6b._0x13fdbf,0x307,0x33f)+_0x48040e(0x1f,_0x2c4c6b._0x2f9afe,0x58,_0x2c4c6b._0x128193);function _0x2acff6(_0xee9bc1,_0x360090,_0x292ae,_0x5c8a26){return _0x46ca47(_0x5c8a26,_0x360090-0x31,_0x292ae-0x5f,_0x292ae- -0x20c);}_0x4d687f[_0x2acff6(_0x2c4c6b._0x3e8521,_0x2c4c6b._0x519622,0x2e6,_0x2c4c6b._0x5d63c8)]='Failed\x20to\x20'+'fetch\x20JIRA'+_0x48040e(-_0x2c4c6b._0x4a3333,-_0x2c4c6b._0x5247be,-_0x2c4c6b._0x4b03b0,-_0x2c4c6b._0x3f5c63),_0x4d687f[_0x2acff6(0x2b2,0x332,0x309,0x2dc)]=_0x2acff6(_0x2c4c6b._0x1d517e,_0x2c4c6b._0x62427f,_0x2c4c6b._0x5c3694,0x2f7),_0x4d687f['mtkJP']=function(_0x5c924c,_0x28b2d1){return _0x5c924c===_0x28b2d1;},_0x4d687f[_0x2acff6(_0x2c4c6b._0x313968,0x2cf,_0x2c4c6b._0x2baee2,_0x2c4c6b._0x8b2f8a)]=_0x48040e(-_0x2c4c6b._0x368b38,-_0x2c4c6b._0x5d28f3,-_0x2c4c6b._0xaaaa79,-_0x2c4c6b._0x26500b),_0x4d687f['GAGFk']=_0x2acff6(_0x2c4c6b._0x124f9a,0x33f,0x30d,0x2ad)+_0x2acff6(_0x2c4c6b._0x54423a,_0x2c4c6b._0x4c047e,0x2f5,_0x2c4c6b._0xbe02ad),_0x4d687f[_0x48040e(-0x68,_0x2c4c6b._0x105d46,-0x3c,-0x31)]='authentica'+'tion\x20faile'+'d',_0x4d687f[_0x48040e(-_0x2c4c6b._0x1cd513,-0xee,-0xc0,-_0x2c4c6b._0x2e0c16)]=_0x48040e(-0x6f,-_0x2c4c6b._0x6b46ae,-0xb8,-0x26)+_0x48040e(-0x63,-0x3e,-_0x2c4c6b._0x3b1ab5,-0x49)+'d';function _0x48040e(_0x4bc741,_0x19f671,_0x5e8fa9,_0x3cde99){return _0x46ca47(_0x5e8fa9,_0x19f671-_0x353901._0xf2c7bf,_0x5e8fa9-0x5d,_0x4bc741- -0x53c);}_0x4d687f[_0x48040e(-0x30,-_0x2c4c6b._0xb36942,-_0x2c4c6b._0x592ad7,-_0x2c4c6b._0x37c854)]=_0x2acff6(_0x2c4c6b._0x95227b,_0x2c4c6b._0x563587,_0x2c4c6b._0x1b1a4c,_0x2c4c6b._0x19791d)+'ion',_0x4d687f[_0x48040e(-0x7,0x57,-_0x2c4c6b._0x41f720,-0x10)]=_0x48040e(-0xa6,-_0x2c4c6b._0x3e5e63,-_0x2c4c6b._0x1817ac,-0x3c),_0x4d687f['MsqdB']=_0x48040e(_0x2c4c6b._0x1ae46a,-0x41,-0x34,-_0x2c4c6b._0x291f5c),_0x4d687f[_0x2acff6(_0x2c4c6b._0x1883ab,0x30a,0x2d8,_0x2c4c6b._0x124f9a)]=_0x2acff6(_0x2c4c6b._0x3d317b,_0x2c4c6b._0x4d2c16,0x333,0x344)+'fetch\x20JIRA'+_0x2acff6(0x34a,0x378,0x328,0x2de);const _0x3e72a9=_0x4d687f;try{if(_0x3e72a9[_0x2acff6(_0x2c4c6b._0x5bb648,0x2e7,0x315,_0x2c4c6b._0x5cea0e)](_0x3e72a9[_0x48040e(0x19,_0x2c4c6b._0x323ea2,_0x2c4c6b._0x7ca925,-0x18)],_0x3e72a9[_0x2acff6(_0x2c4c6b._0x4bc436,_0x2c4c6b._0x2b2ed3,0x349,0x33b)])){const _0x163c2e=_0x68c3d7[_0x2acff6(0x3b4,_0x2c4c6b._0x14bd97,_0x2c4c6b._0x121c2f,0x3b1)][_0x48040e(-_0x2c4c6b._0x20ca4a,-0x6b,-_0x2c4c6b._0xe02659,-0x100)]['trim']()[_0x48040e(-0xa,0x1c,-0x27,-_0x2c4c6b._0x2a1f44)+'e']();if(!/^[A-Z]+-\d+$/i[_0x48040e(0x1c,-_0x2c4c6b._0x1ec481,0x4b,-_0x2c4c6b._0xe6edd2)](_0x163c2e)){const _0x503f9a={};return _0x503f9a[_0x2acff6(_0x2c4c6b._0x180bba,0x2f9,_0x2c4c6b._0xc897e,_0x2c4c6b._0x391587)]=_0x3e72a9[_0x2acff6(_0x2c4c6b._0x4ed4ae,0x241,0x299,0x2aa)],_0x503f9a[_0x2acff6(_0x2c4c6b._0x5bedd8,_0x2c4c6b._0x5f29b7,0x317,0x2ed)]=_0x3e72a9['jnwyF'],_0x51a51a[_0x2acff6(_0x2c4c6b._0x3ace35,0x34a,_0x2c4c6b._0x4ac21f,_0x2c4c6b._0x391814)](0x149d+0xd1e+-0xb7*0x2d)['json'](_0x503f9a);}logger['debug']('Fetching\x20J'+'IRA\x20issue:'+'\x20'+_0x163c2e);const _0x239ddb=await jiraClient[_0x48040e(0x2e,-_0x2c4c6b._0x4dc315,0x9f,0x25)](_0x163c2e);_0x51a51a['json'](_0x239ddb);}else{_0x5b5742=new _0x4c9aa9(_0x6b9f47),_0x5061eb['info'](_0x3e72a9[_0x48040e(_0x2c4c6b._0x5aafeb,_0x2c4c6b._0x2677fd,-_0x2c4c6b._0x6e0152,-_0x2c4c6b._0x301537)]);return;}}catch(_0x5910df){logger[_0x2acff6(0x332,_0x2c4c6b._0x3028ee,_0x2c4c6b._0xc897e,0x35b)](_0x3e72a9[_0x48040e(-0x4a,-_0x2c4c6b._0x45599b,-_0x2c4c6b._0x5d2da7,-_0x2c4c6b._0x3345a2)],_0x5910df);if(_0x5910df[_0x2acff6(0x2e2,0x303,0x317,0x2bb)][_0x2acff6(_0x2c4c6b._0x2f2b60,0x2f5,0x360,_0x2c4c6b._0x16fc18)](_0x3e72a9['fLjjd'])){if(_0x3e72a9[_0x48040e(-_0x2c4c6b._0x458cd7,-0x3f,-_0x2c4c6b._0xe6edd2,-_0x2c4c6b._0x33f0c2)](_0x48040e(-0x9f,-0xf2,-_0x2c4c6b._0x51ac9f,-_0x2c4c6b._0x4052fb),_0x3e72a9[_0x48040e(-0x62,-0xa1,-0x8d,-0x45)])){const _0x29fddc={};return _0x29fddc[_0x2acff6(0x2e0,0x32a,_0x2c4c6b._0xc897e,_0x2c4c6b._0x2db1f6)]=_0x3e72a9[_0x48040e(-_0x2c4c6b._0x5235c7,-_0x2c4c6b._0x4827d4,-0x7,-0x75)],_0x29fddc[_0x2acff6(0x36e,_0x2c4c6b._0x1d8383,_0x2c4c6b._0x63f3c,0x2a7)]=_0x5910df['message'],_0x51a51a[_0x48040e(-_0x2c4c6b._0x11aefd,-0x77,0x5b,-0x34)](-0x7c+-0x1d*-0x1b+-0xff)[_0x2acff6(_0x2c4c6b._0x2ff9d3,0x36b,0x313,_0x2c4c6b._0x1a43a1)](_0x29fddc);}else{const _0x47284c={};_0x47284c[_0x48040e(-_0x2c4c6b._0x4827d4,0x27,-0x3,0x16)]=!!_0x13c949,_0x47284c[_0x2acff6(0x2a6,0x2a8,0x298,0x245)]=_0x17666d?_0x2b1c87['env'][_0x48040e(-_0x2c4c6b._0x2121c0,-_0x2c4c6b._0x566be4,-_0x2c4c6b._0x2200ec,-_0x2c4c6b._0x1f734a)+_0x2acff6(_0x2c4c6b._0x51445d,0x34f,_0x2c4c6b._0x2b2ed3,_0x2c4c6b._0x562f11)]:null,_0x526415[_0x2acff6(_0x2c4c6b._0x42ad0b,_0x2c4c6b._0x2f0d19,0x313,_0x2c4c6b._0x24b0d5)](_0x47284c);}}else{if(_0x5910df[_0x2acff6(0x37c,_0x2c4c6b._0x3051c9,0x317,_0x2c4c6b._0x46ef03)]['includes'](_0x3e72a9[_0x2acff6(_0x2c4c6b._0x5bb648,0x26a,0x2c8,_0x2c4c6b._0x3a4c9c)])){const _0x451e7f={};return _0x451e7f[_0x2acff6(_0x2c4c6b._0x3510eb,_0x2c4c6b._0x12aa10,_0x2c4c6b._0xf77dd1,_0x2c4c6b._0x36c9c8)]=_0x3e72a9[_0x48040e(-_0x2c4c6b._0x2c1026,-_0x2c4c6b._0x1ac06a,-_0x2c4c6b._0xd0a4bf,-_0x2c4c6b._0xdd443)],_0x451e7f['message']=_0x5910df[_0x48040e(-0x19,0x4b,-0x84,-0x56)],_0x51a51a[_0x2acff6(0x31f,_0x2c4c6b._0x58a2ba,_0x2c4c6b._0x14876b,_0x2c4c6b._0x4c607b)](0x1*0x1c4b+-0x4*0x2da+-0xf52)[_0x2acff6(0x329,_0x2c4c6b._0x2060c0,0x313,0x326)](_0x451e7f);}else{if(_0x5910df['message']['includes'](_0x3e72a9[_0x48040e(-0x30,0xc,_0x2c4c6b._0x14249b,-0x7c)])){if(_0x3e72a9[_0x2acff6(0x336,_0x2c4c6b._0x17c3ac,0x315,_0x2c4c6b._0x142b32)](_0x3e72a9[_0x48040e(-0x7,_0x2c4c6b._0x4dc315,-0x18,-0x66)],_0x3e72a9[_0x48040e(-_0x2c4c6b._0xc5d04e,-0xc8,-0xe6,-_0x2c4c6b._0x2d80a3)])){const _0x54ad50={};_0x54ad50[_0x2acff6(0x29a,0x252,_0x2c4c6b._0x30ec36,0x228)]=_0x369e37['env'][_0x48040e(-_0x2c4c6b._0x3cfe5f,-0x9d,_0x2c4c6b._0x1ae46a,-0x75)+_0x48040e(0x1a,-0x24,_0x2c4c6b._0x589293,-_0x2c4c6b._0x2d096b)];const _0xdc14c={};_0xdc14c[_0x48040e(-_0x2c4c6b._0x5d49c3,-_0x2c4c6b._0xb43407,-0xd4,-0x68)]=_0x594482[_0x48040e(-_0x2c4c6b._0x4e9638,_0x2c4c6b._0x334a29,-0x50,-_0x2c4c6b._0x4a7d6f)][_0x2acff6(0x320,_0x2c4c6b._0x51955f,_0x2c4c6b._0x3f2fca,0x37e)],_0xdc14c[_0x2acff6(_0x2c4c6b._0x2df723,0x33c,0x324,0x2e0)]=_0x28457c[_0x48040e(-0x1f,_0x2c4c6b._0x284f94,-0x94,-_0x2c4c6b._0x147111)][_0x2acff6(0x32e,0x343,_0x2c4c6b._0x3ce97b,0x34b)+_0x48040e(_0x2c4c6b._0x1d120f,_0x2c4c6b._0x3c0f3d,0x7d,_0x2c4c6b._0x50cf31)];const _0xefd8ca={'baseUrl':_0x558400[_0x2acff6(_0x2c4c6b._0x545832,_0x2c4c6b._0x706c78,0x311,0x345)][_0x2acff6(0x262,0x2ee,0x284,0x291)+_0x48040e(_0x2c4c6b._0x31f356,_0x2c4c6b._0x5d34bd,_0x2c4c6b._0x4f05f4,_0x2c4c6b._0x228ea5)],..._0x1f7d3e['env'][_0x48040e(-_0x2c4c6b._0x334a29,-_0x2c4c6b._0x3a7c98,-0x55,-_0x2c4c6b._0x5d2be9)+'_ID']?_0x54ad50:{}};_0xefd8ca[_0x48040e(-0xf,-0x84,-0x7f,0x49)]=_0xdc14c,_0x5e65ec=new _0x7b6ba5(_0xefd8ca),_0x27acbd[_0x48040e(-0x72,-0xe3,-_0x2c4c6b._0x1c411e,-0x98)](_0x3e72a9[_0x2acff6(_0x2c4c6b._0x3ce97b,_0x2c4c6b._0x431ef8,0x2e5,0x2a9)]);}else{const _0x1cb9ad={};return _0x1cb9ad['error']=_0x2acff6(_0x2c4c6b._0x33f48d,_0x2c4c6b._0x50bde7,_0x2c4c6b._0x5e17d3,0x302)+'\x20denied',_0x1cb9ad[_0x48040e(-_0x2c4c6b._0x3c0f3d,-_0x2c4c6b._0x3b43d6,0x35,-0x4)]=_0x5910df[_0x2acff6(_0x2c4c6b._0x4ac21f,0x2fd,0x317,0x316)],_0x51a51a[_0x2acff6(_0x2c4c6b._0x5cea0e,_0x2c4c6b._0x211599,0x31b,_0x2c4c6b._0x2df723)](0x6da*-0x1+0x1b27+-0x12ba)[_0x2acff6(_0x2c4c6b._0x13319a,0x36e,0x313,_0x2c4c6b._0x219315)](_0x1cb9ad);}}else{const _0x1b47bc={};return _0x1b47bc[_0x2acff6(_0x2c4c6b._0x2b2f41,0x29c,0x2fe,_0x2c4c6b._0x5eb1ae)]=_0x3e72a9[_0x48040e(-_0x2c4c6b._0x6e0152,-_0x2c4c6b._0x355e51,-_0x2c4c6b._0x1bb7bf,-_0x2c4c6b._0xc0516f)],_0x1b47bc[_0x48040e(-0x19,-_0x2c4c6b._0x15ddd8,-_0x2c4c6b._0x3ce49a,-_0x2c4c6b._0xb147c8)]=_0x5910df['message'],_0x51a51a[_0x48040e(-0x15,-0x8,-_0x2c4c6b._0x4f05f4,_0x2c4c6b._0x16cb31)](-0x3*0x18c+-0x254+0x4*0x23b)[_0x2acff6(0x32e,0x33a,_0x2c4c6b._0x49fb24,_0x2c4c6b._0x534b00)](_0x1b47bc);}}}}}),router[_0x46ca47(0x48c,0x485,0x42e,0x498)](_0x46ca47(0x4fe,0x4ad,0x4af,0x4f4),requireJira,async(_0x152520,_0x1538ba)=>{const _0x50edea={_0x367bb9:0x3b1,_0x2db763:0x451,_0x1bbfc3:0x306,_0x426da8:0x2f8,_0x3b7f2c:0x29f,_0x2cbca3:0x462,_0xd5767:0x3c5,_0x3d2946:0x402,_0x891644:0x333,_0x15502c:0x310,_0x57cad2:0x2ed,_0x1f6a16:0x4da,_0x4269fe:0x3f5,_0x58cbd8:0x2ec,_0x13abfa:0x2af,_0x4ae34c:0x27c,_0x5e6e5c:0x471,_0x654ddf:0x47e,_0x2ffcbc:0x1e1,_0x104d63:0x32d,_0x1f7e5e:0x2eb,_0x3009a5:0x4e9,_0x18bdd0:0x4fe,_0x5299ca:0x2f1,_0x47fbf2:0x2a2,_0x377c72:0x24d,_0x429a3d:0x26b,_0x313e5a:0x250,_0x40b4b8:0x298,_0x272b74:0x284,_0x4d32b6:0x43a,_0xd11db0:0x3e4,_0x4871db:0x3ce,_0x48967b:0x49e,_0x251c33:0x43d,_0x3e6225:0x504,_0x50bc9c:0x205,_0x1d7827:0x284,_0x242839:0x291,_0x2a7274:0x23d,_0x529ad6:0x24c,_0x423010:0x27f,_0x233ad6:0x222,_0x35cc66:0x456,_0x2b232a:0x256,_0x5424a0:0x2a6,_0x3e1e33:0x492,_0xc1d272:0x4b3,_0xb5a925:0x49b,_0x20cff1:0x294,_0x213d5f:0x28f,_0x3ed3c3:0x331,_0x2e72e5:0x2bb,_0x5e9d78:0x2ae,_0x2cbf99:0x2de,_0x3043cc:0x4b1,_0x113ce1:0x509,_0x683f1d:0x453,_0x2a3fac:0x2e0,_0x30254b:0x4a9,_0x5b222:0x4ee,_0x1c2efe:0x2c3,_0x59ef4c:0x2de,_0x1d35e0:0x29a,_0x506f32:0x294,_0x4bf0ce:0x4a8,_0x33c7b2:0x24e,_0x3c9c98:0x25f,_0x3743bf:0x2ba,_0x5af51a:0x2dd,_0x1b981d:0x25d,_0x166885:0x4d0,_0x594262:0x48c,_0x1e1fd9:0x4d5,_0x10cc65:0x47e,_0x3510ed:0x1fd,_0xb6d4cc:0x241,_0x58f7b5:0x203,_0x28e161:0x248,_0x3f541f:0x272,_0x412a14:0x47e,_0x27ebe0:0x4ae,_0x2dfccf:0x4d9,_0x5e1844:0x499,_0x34df03:0x43c,_0x5d243c:0x474,_0x11c7df:0x510,_0x4d7cef:0x496,_0x7adea2:0x41e,_0x544b56:0x3ff,_0x34b961:0x3f9,_0x14b8f9:0x43d,_0x537f78:0x46c,_0x4e6a34:0x260,_0x34efd1:0x437,_0x3455f0:0x49e,_0x4280af:0x53b,_0x16f15f:0x4c1,_0x5dbdc7:0x4d0,_0x36e4ec:0x53e,_0x1c4cc0:0x4ba,_0x4bb646:0x2c4,_0x558e95:0x246,_0x95b88c:0x226,_0x181448:0x436,_0x11d18d:0x3d8,_0x3b3a36:0x418,_0x3f6a00:0x495,_0x530d2f:0x50a,_0xd23a2f:0x421,_0x35c36a:0x2d6,_0xe2be2d:0x2e7,_0x508553:0x42e,_0x593f37:0x3d5,_0x498da8:0x44a,_0x160da3:0x4b0,_0x1c785a:0x4fc,_0x55fb01:0x27a,_0x268ac2:0x224,_0x610136:0x4cc,_0x48e47f:0x45f,_0x3f7cac:0x4bd,_0x5a07e7:0x4fa,_0x3f83a3:0x232,_0x20db46:0x45a,_0x4d0da1:0x228,_0xe0ced9:0x2d6,_0x9805e:0x26c,_0x7492a6:0x246,_0x51185a:0x241,_0x2635f3:0x47c,_0x3aa540:0x45d,_0x584432:0x41d,_0x3711e9:0x1d5,_0xd77f1e:0x245,_0x1023d0:0x245,_0x21d60e:0x26c,_0xeb8b1f:0x256,_0x1bb4bb:0x293,_0x3b0de2:0x1b2,_0x338ea7:0x223,_0x256fd7:0x209,_0x258e0c:0x29b,_0x5ca717:0x259,_0x575a8f:0x47c,_0x44fe3b:0x488,_0x267f8d:0x4b8,_0xcfb2af:0x3ab,_0x26f0c7:0x3d7,_0x102c6b:0x212,_0x15db30:0x4c1,_0xb3ca99:0x514,_0x414da0:0x499,_0x3b6205:0x501,_0x5377b8:0x491,_0x3916bf:0x483,_0x1f7e33:0x2ef,_0x4ad245:0x2c6,_0x27c51f:0x2a8,_0x410db4:0x1f5,_0x5b62a3:0x21e,_0x8cffb:0x241,_0x4b4dc8:0x26e,_0x2df6bd:0x270},_0x170352={_0x138aee:0x140},_0x26d170={_0xe3b313:0x16f,_0x4ff408:0x78f},_0xa7ea8d={};_0xa7ea8d['qoawK']=_0x1e1e0a(0x401,_0x50edea._0x367bb9,0x3a6,_0x50edea._0x2db763)+_0xd54724(-0x2a4,-_0x50edea._0x1bbfc3,-0x339,-_0x50edea._0x426da8)+_0xd54724(-0x252,-0x2cb,-_0x50edea._0x3b7f2c,-0x256)+'ronment\x20va'+_0x1e1e0a(_0x50edea._0x2cbca3,0x3f8,0x430,0x464),_0xa7ea8d[_0x1e1e0a(0x413,0x44e,_0x50edea._0xd5767,_0x50edea._0x3d2946)]=_0xd54724(-_0x50edea._0x891644,-_0x50edea._0x15502c,-0x346,-_0x50edea._0x57cad2)+_0x1e1e0a(0x482,0x4f4,_0x50edea._0x1f6a16,0x4c5)+_0x1e1e0a(0x465,0x3f9,_0x50edea._0x4269fe,0x4d4),_0xa7ea8d['YhXfa']='Issue\x20key\x20'+'must\x20be\x20in'+_0xd54724(-0x291,-_0x50edea._0x58cbd8,-_0x50edea._0x13abfa,-_0x50edea._0x4ae34c)+_0x1e1e0a(0x4cd,_0x50edea._0x5e6e5c,0x4be,_0x50edea._0x654ddf),_0xa7ea8d[_0x1e1e0a(0x4cc,0x4af,0x461,0x52d)]=function(_0x5dde9b,_0x3f5e63){return _0x5dde9b===_0x3f5e63;},_0xa7ea8d[_0xd54724(-_0x50edea._0x2ffcbc,-0x1c7,-0x26e,-0x21d)]=_0xd54724(-_0x50edea._0x104d63,-0x29a,-_0x50edea._0x1f7e5e,-0x2e7),_0xa7ea8d[_0x1e1e0a(0x4e7,_0x50edea._0x3009a5,_0x50edea._0x18bdd0,0x476)]='wVLhB',_0xa7ea8d[_0xd54724(-_0x50edea._0x5299ca,-0x329,-0x2fb,-0x2fd)]=function(_0x11871e,_0xb568a9){return _0x11871e<_0xb568a9;},_0xa7ea8d[_0xd54724(-0x23d,-0x27e,-_0x50edea._0x47fbf2,-0x2a7)]=_0xd54724(-_0x50edea._0x377c72,-_0x50edea._0x429a3d,-_0x50edea._0x313e5a,-0x287)+'short',_0xa7ea8d[_0xd54724(-_0x50edea._0x40b4b8,-_0x50edea._0x272b74,-0x26e,-0x2e0)]=_0x1e1e0a(0x418,0x450,0x41e,0x407)+_0x1e1e0a(_0x50edea._0x4d32b6,0x4a2,_0x50edea._0xd11db0,_0x50edea._0x4871db)+_0x1e1e0a(_0x50edea._0x48967b,_0x50edea._0x251c33,_0x50edea._0x3e6225,0x482)+'2\x20characte'+'rs',_0xa7ea8d[_0xd54724(-_0x50edea._0x50bc9c,-0x295,-_0x50edea._0x1d7827,-0x26d)]=_0xd54724(-0x2ae,-_0x50edea._0x242839,-0x1d6,-_0x50edea._0x2a7274)+_0xd54724(-_0x50edea._0x529ad6,-0x1d0,-_0x50edea._0x423010,-_0x50edea._0x233ad6),_0xa7ea8d[_0x1e1e0a(0x4bc,0x4e0,_0x50edea._0x35cc66,0x4fb)]=_0xd54724(-0x254,-_0x50edea._0x2b232a,-_0x50edea._0x5424a0,-0x23d)+'arch\x20query';function _0xd54724(_0x16f8e8,_0x305818,_0x26eec7,_0x488155){return _0x46ca47(_0x26eec7,_0x305818-_0x26d170._0xe3b313,_0x26eec7-0xfc,_0x488155- -_0x26d170._0x4ff408);}_0xa7ea8d[_0x1e1e0a(0x4b7,0x4d5,0x489,_0x50edea._0x3e1e33)]=_0x1e1e0a(0x46d,0x4b5,0x49e,_0x50edea._0xc1d272)+_0x1e1e0a(0x44b,0x43f,_0x50edea._0xb5a925,0x434)+'d';function _0x1e1e0a(_0x58f46c,_0x4b4b1a,_0x2e110c,_0x31e1ea){return _0x46ca47(_0x4b4b1a,_0x4b4b1a-0x131,_0x2e110c-_0x170352._0x138aee,_0x58f46c- -0x8e);}_0xa7ea8d['HOgAm']=_0xd54724(-_0x50edea._0x242839,-_0x50edea._0x20cff1,-_0x50edea._0x213d5f,-0x21f),_0xa7ea8d[_0xd54724(-0x28d,-0x2b7,-_0x50edea._0x3ed3c3,-0x2bd)]=_0x1e1e0a(0x43f,0x48d,0x41e,0x499)+_0x1e1e0a(0x44b,0x4a4,0x3d4,0x40b)+'d',_0xa7ea8d[_0xd54724(-_0x50edea._0x2e72e5,-_0x50edea._0x5e9d78,-0x2ee,-_0x50edea._0x2cbf99)]=_0x1e1e0a(_0x50edea._0x3043cc,_0x50edea._0x113ce1,0x4a3,_0x50edea._0x683f1d)+_0xd54724(-0x229,-0x2d2,-_0x50edea._0x2a3fac,-0x288)+_0x1e1e0a(_0x50edea._0x30254b,0x45f,0x47b,_0x50edea._0x5b222);const _0x3c7e8d=_0xa7ea8d;try{if(_0x3c7e8d['bZftZ'](_0x3c7e8d['PfiAM'],_0x3c7e8d['cYRLJ'])){const _0xdc8f7e={};_0xdc8f7e[_0xd54724(-0x313,-_0x50edea._0x1c2efe,-_0x50edea._0x59ef4c,-0x2ec)]=_0x5945e8[_0xd54724(-_0x50edea._0x1d35e0,-_0x50edea._0x506f32,-0x2b2,-0x272)][_0x1e1e0a(0x488,0x478,_0x50edea._0x4bf0ce,0x447)+'_ID'];const _0xc1300f={};_0xc1300f[_0xd54724(-_0x50edea._0x33c7b2,-_0x50edea._0x3c9c98,-0x28f,-_0x50edea._0x3743bf)]=_0x2f2605[_0xd54724(-_0x50edea._0x5af51a,-_0x50edea._0x1b981d,-0x207,-0x272)]['JIRA_EMAIL'],_0xc1300f[_0x1e1e0a(0x4a2,0x4f5,_0x50edea._0x166885,_0x50edea._0x594262)]=_0x3acca7['env']['JIRA_API_T'+_0x1e1e0a(_0x50edea._0x1e1fd9,0x49f,0x485,_0x50edea._0x10cc65)];const _0x205aed={'baseUrl':_0x2eba48[_0xd54724(-0x29e,-0x2d0,-_0x50edea._0x3510ed,-0x272)]['JIRA_BASE_'+_0x1e1e0a(0x4c9,0x523,0x51d,0x4d0)],..._0x559c6c[_0xd54724(-_0x50edea._0xb6d4cc,-_0x50edea._0x58f7b5,-_0x50edea._0x28e161,-_0x50edea._0x3f541f)][_0x1e1e0a(0x488,_0x50edea._0x412a14,_0x50edea._0x27ebe0,_0x50edea._0x2dfccf)+_0x1e1e0a(0x4c8,0x4d8,0x4b9,_0x50edea._0x5e1844)]?_0xdc8f7e:{}};_0x205aed[_0xd54724(-0x28b,-0x2cd,-0x280,-0x262)]=_0xc1300f,_0xde3d9c=new _0x1c331f(_0x205aed),_0x4768af[_0x1e1e0a(_0x50edea._0x34df03,0x435,0x476,0x3f1)](_0x3c7e8d['qoawK']);}else{const {query:_0xfc760f,maxResults:maxResults=0xfe9*-0x2+0xe0e+0x11d8}=_0x152520[_0x1e1e0a(0x481,0x4be,0x45e,_0x50edea._0x5d243c)];if(!_0xfc760f||typeof _0xfc760f!==_0x1e1e0a(0x4b6,_0x50edea._0x11c7df,_0x50edea._0x4d7cef,0x441)){const _0x5a8641={};return _0x5a8641['error']=_0x1e1e0a(_0x50edea._0x7adea2,0x486,0x3b2,0x477)+_0x1e1e0a(_0x50edea._0x544b56,_0x50edea._0x34b961,_0x50edea._0x14b8f9,_0x50edea._0x537f78),_0x5a8641[_0xd54724(-0x209,-0x1fc,-_0x50edea._0x33c7b2,-0x26c)]=_0xd54724(-0x222,-0x1f0,-0x204,-_0x50edea._0x4e6a34)+_0x1e1e0a(0x454,_0x50edea._0x34efd1,0x42e,_0x50edea._0x3455f0)+_0x1e1e0a(0x4e1,_0x50edea._0x4280af,0x54e,_0x50edea._0x16f15f)+_0x1e1e0a(0x4d0,_0x50edea._0x5dbdc7,_0x50edea._0x36e4ec,_0x50edea._0x1c4cc0)+'uest\x20body',_0x1538ba[_0xd54724(-_0x50edea._0x4bb646,-_0x50edea._0x558e95,-_0x50edea._0x95b88c,-0x268)](0x595*0x3+-0x17cc+-0x5*-0x1b9)[_0x1e1e0a(0x491,0x4cf,0x4ea,0x507)](_0x5a8641);}if(_0x3c7e8d[_0xd54724(-0x2b8,-0x2c1,-0x33d,-0x2fd)](_0xfc760f[_0x1e1e0a(_0x50edea._0x181448,_0x50edea._0x11d18d,0x43c,_0x50edea._0x3b3a36)]()['length'],0x8cb*0x4+-0x2*-0x49e+-0x2c66)){const _0x369e3b={};return _0x369e3b['error']=_0x3c7e8d['SrRYE'],_0x369e3b[_0x1e1e0a(_0x50edea._0x3f6a00,_0x50edea._0x530d2f,0x4f3,0x49f)]=_0x3c7e8d[_0x1e1e0a(_0x50edea._0xd23a2f,0x3da,0x3d0,0x418)],_0x1538ba['status'](0x190c+-0xc89*0x1+-0x1*0xaf3)[_0xd54724(-0x27f,-_0x50edea._0x35c36a,-_0x50edea._0xe2be2d,-0x270)](_0x369e3b);}logger[_0x1e1e0a(_0x50edea._0x508553,_0x50edea._0x5e6e5c,_0x50edea._0x593f37,_0x50edea._0x498da8)](_0x1e1e0a(0x4be,0x528,_0x50edea._0x5b222,0x4ed)+_0x1e1e0a(_0x50edea._0x160da3,_0x50edea._0x1c785a,0x507,0x4da)+_0xfc760f+_0x1e1e0a(0x4c3,0x462,0x482,0x4d7)+maxResults+')');const _0x4ac528=await jiraClient[_0xd54724(-0x239,-_0x50edea._0x55fb01,-0x1eb,-_0x50edea._0x268ac2)+'es'](_0xfc760f,maxResults);_0x1538ba[_0x1e1e0a(0x491,_0x50edea._0x610136,_0x50edea._0x48e47f,_0x50edea._0x3f7cac)](_0x4ac528);}}catch(_0x319ec8){logger['error'](_0x1e1e0a(0x4b1,0x46d,_0x50edea._0x5a07e7,0x505)+_0xd54724(-0x2ee,-0x22c,-_0x50edea._0x3f83a3,-0x288)+_0x1e1e0a(_0x50edea._0xb5a925,0x43c,0x42a,_0x50edea._0x20db46),_0x319ec8);if(_0x319ec8[_0xd54724(-_0x50edea._0x4d0da1,-_0x50edea._0xe0ced9,-0x223,-_0x50edea._0x9805e)][_0xd54724(-0x283,-_0x50edea._0x7492a6,-_0x50edea._0x51185a,-0x223)](_0x3c7e8d['VWCBh'])){const _0x2a7316={};return _0x2a7316[_0x1e1e0a(_0x50edea._0x2635f3,_0x50edea._0x3aa540,_0x50edea._0x584432,0x427)]=_0x3c7e8d[_0xd54724(-0x231,-_0x50edea._0x3711e9,-_0x50edea._0xd77f1e,-_0x50edea._0x1023d0)],_0x2a7316[_0xd54724(-0x28e,-0x213,-0x2b6,-_0x50edea._0x21d60e)]=_0x319ec8[_0xd54724(-0x2ab,-_0x50edea._0xeb8b1f,-0x265,-0x26c)],_0x1538ba[_0xd54724(-_0x50edea._0x1bb4bb,-0x21b,-0x233,-0x268)](0x2108+0xa75*-0x2+-0xa8e)['json'](_0x2a7316);}else{if(_0x319ec8['message'][_0xd54724(-0x263,-0x1fe,-_0x50edea._0x3b0de2,-_0x50edea._0x338ea7)](_0x3c7e8d['QZuaV'])){if(_0x3c7e8d[_0xd54724(-_0x50edea._0x256fd7,-0x22c,-_0x50edea._0x258e0c,-0x235)](_0x3c7e8d['HOgAm'],'vEFfb')){const _0x343efd={};return _0x343efd['error']=_0x3c7e8d['IqPoI'],_0x343efd['message']=_0x319ec8[_0xd54724(-0x2aa,-0x2c0,-_0x50edea._0x5ca717,-0x26c)],_0x1538ba[_0x1e1e0a(_0x50edea._0x5e1844,0x4f1,0x4f8,0x435)](-0x72e*-0x1+0x1d49+-0x22e6)['json'](_0x343efd);}else{const _0x890057={};return _0x890057[_0x1e1e0a(_0x50edea._0x575a8f,_0x50edea._0x44fe3b,_0x50edea._0x267f8d,0x4ed)]=_0x3c7e8d[_0x1e1e0a(0x413,0x3d9,_0x50edea._0xcfb2af,_0x50edea._0x26f0c7)],_0x890057[_0xd54724(-0x2e0,-_0x50edea._0x102c6b,-0x27e,-0x26c)]=_0x3c7e8d[_0x1e1e0a(_0x50edea._0x15db30,0x4bb,_0x50edea._0xb3ca99,0x530)],_0x5a0e2b[_0x1e1e0a(_0x50edea._0x414da0,0x500,0x44a,_0x50edea._0x3b6205)](0x20cf+0x3a*-0x8+-0x1d6f)[_0x1e1e0a(_0x50edea._0x5377b8,0x4d5,_0x50edea._0x3916bf,0x447)](_0x890057);}}else{const _0x10431={};return _0x10431[_0xd54724(-0x215,-0x212,-0x274,-0x285)]=_0x3c7e8d[_0xd54724(-_0x50edea._0x1f7e33,-_0x50edea._0x4ad245,-_0x50edea._0x27c51f,-_0x50edea._0x2cbf99)],_0x10431['message']=_0x319ec8['message'],_0x1538ba[_0xd54724(-_0x50edea._0x410db4,-_0x50edea._0x5b62a3,-0x2c2,-0x268)](-0x2629*-0x1+-0xef4+-0x1541)[_0xd54724(-0x20b,-_0x50edea._0x8cffb,-_0x50edea._0x4b4dc8,-_0x50edea._0x2df6bd)](_0x10431);}}}}),router['get']('/issues/:k'+'ey/comment'+'s',requireJira,async(_0x5db093,_0x488281)=>{const _0x529764={_0x795077:0xf5,_0x4c9b77:0x8f,_0x1310e4:0xac,_0x487ee7:0x13d,_0x42ec5a:0x145,_0x377a0c:0xef,_0x19907a:0x146,_0x32204c:0xc7,_0x4eee8d:0x1d1,_0x23b513:0x22e,_0x38b479:0x1ee,_0x552c46:0xe8,_0x4a8a13:0xc5,_0x3186eb:0x100,_0x4319de:0x109,_0x3f34c1:0xf7,_0x5a371d:0x1e,_0x96a339:0xeb,_0x14770a:0xda,_0x10569a:0x139,_0x306170:0x240,_0xafd309:0x259,_0x568e94:0x208,_0x1f695b:0x24e,_0x22bf6c:0x21d,_0x5e101d:0x112,_0x570f0a:0x1de,_0x423b9b:0x229,_0x279eb7:0x22f,_0x3f3e4c:0x28f,_0x4ae826:0x25c,_0x5448fe:0x297,_0x29088e:0x263,_0x1e26d8:0x284,_0x5ef8fe:0x221,_0x2300bc:0x248,_0x297166:0x212,_0x2f0b0e:0x19f,_0x52958b:0x228,_0x54ccd8:0x119,_0x17a76b:0x7a,_0x2b2f3b:0x3f,_0x13433b:0x2a2,_0x39605a:0x1eb,_0x30edff:0x1e8,_0x40919f:0x196,_0x55ee5b:0x226,_0x3183f2:0x1df,_0x56014c:0x25f,_0x626755:0xbe,_0x5e6652:0x235,_0x354d0a:0x20d,_0x564d65:0x1a3,_0x5d1eec:0x1c9,_0x37b175:0xd1,_0x699ecf:0x100,_0xbbffee:0xba,_0x5e347a:0xf2,_0x20ea9c:0x2a4,_0x573bad:0x25f,_0x48f2eb:0x1fb,_0x574399:0x2eb,_0x2cd660:0x290,_0x224c25:0x24b,_0x4de1c3:0x104,_0x484ae7:0x96,_0x1c7c6c:0x11a,_0x26f0af:0x159,_0xe61e66:0x10c,_0x27d142:0x27e,_0x4dc878:0x19a,_0x451ea9:0x237,_0x21e60a:0x1e2,_0x13a9f4:0x1ce,_0x2fd720:0xf,_0x45679d:0x94,_0x3cdb4b:0x230,_0x26dacc:0x218,_0x232023:0xb0,_0x563328:0x86,_0x20bec1:0xd4,_0x1130be:0x6c,_0x25955d:0x17b,_0x4fa320:0x12e,_0x48c31d:0x1ac,_0x7b827e:0x132,_0x2a7e97:0xf3,_0xfddbb4:0x10d,_0x5661cb:0x2c1,_0x5036aa:0x24d,_0x1232e1:0x2b1,_0x247b77:0x293,_0x10a0da:0x219,_0x3f622a:0xeb,_0x17fcb4:0x97,_0x4bcb64:0x9d,_0x2bdb57:0x147,_0x1da4bb:0x205,_0x5dc3a7:0x209,_0x4987fe:0x22a,_0x30b0c4:0x11d,_0xa390c6:0x23a,_0x311acd:0xed,_0x1c30fc:0xc6,_0x5cc5d1:0xa3,_0x1456d8:0x100,_0x548648:0x12b,_0x2ab48d:0x9f,_0xe45135:0x30b,_0x4d7113:0x29c,_0x3c528c:0x1c4,_0x2ca628:0x1e0,_0x5de2a8:0x12e,_0x3956f4:0x123,_0x20053a:0x104,_0x1e6dc8:0xb2,_0x4d637f:0x12b,_0x2c510d:0x115,_0x1937d7:0x113,_0x4523fe:0x26f,_0x4679bf:0x23f,_0x34d362:0x1f4,_0x1b9be1:0x249,_0xfada4f:0x140,_0x274506:0xe9,_0x1fe113:0x181,_0x5f1bdf:0x1a8,_0x52a713:0x11c,_0xe3730b:0xd8,_0x1b654d:0x265,_0x2198be:0x236,_0x1f5e95:0xaf,_0x395b08:0x13d,_0x590608:0xeb,_0x47b761:0x232,_0x43252b:0x1be,_0x98b7a7:0x1d3,_0x521475:0x104,_0x746e88:0xa0,_0x4fda17:0xd7,_0x3e752e:0x215,_0x2f6fc2:0x209,_0x2a92a8:0x211,_0x222d47:0x211},_0x261a27={_0x5389a7:0xac,_0x2830b9:0x730},_0x2e9902={_0x51e148:0x16e,_0x3e444b:0x41f};function _0x3ff4f0(_0x1e5784,_0x53d3fe,_0x256633,_0x18fef7){return _0x46ca47(_0x256633,_0x53d3fe-0x71,_0x256633-_0x2e9902._0x51e148,_0x1e5784- -_0x2e9902._0x3e444b);}function _0x34f592(_0x4f5e11,_0xbf366c,_0x53c1a8,_0xd6a023){return _0x46ca47(_0x4f5e11,_0xbf366c-0x136,_0x53c1a8-_0x261a27._0x5389a7,_0xbf366c- -_0x261a27._0x2830b9);}const _0x53bfca={'rtADF':'JIRA\x20integ'+_0x3ff4f0(0xd0,_0x529764._0x795077,_0x529764._0x4c9b77,_0x529764._0x1310e4)+_0x34f592(-0x286,-0x227,-0x289,-0x205)+'ured\x20on\x20th'+_0x3ff4f0(_0x529764._0x487ee7,_0x529764._0x42ec5a,0x198,0x162)+_0x3ff4f0(_0x529764._0x377a0c,_0x529764._0x19907a,_0x529764._0x32204c,0xe8)+_0x34f592(-_0x529764._0x4eee8d,-_0x529764._0x23b513,-0x279,-_0x529764._0x38b479)+_0x3ff4f0(0xde,_0x529764._0x552c46,_0x529764._0x4a8a13,_0x529764._0x3186eb)+'ator.','GHOSF':function(_0x350bae){return _0x350bae();},'aypZO':function(_0x4ea261,_0x290348){return _0x4ea261===_0x290348;},'CYLNj':_0x3ff4f0(0xdd,_0x529764._0x4319de,0x12b,0x11c),'BfBfX':_0x3ff4f0(0x83,_0x529764._0x3f34c1,0x5e,_0x529764._0x5a371d)+'sue\x20key\x20fo'+_0x3ff4f0(0xd4,_0x529764._0x96a339,_0x529764._0x14770a,_0x529764._0x10569a),'aRnVf':_0x34f592(-0x25f,-0x216,-_0x529764._0x306170,-0x1af)+_0x34f592(-_0x529764._0xafd309,-0x26a,-_0x529764._0x568e94,-0x2b9)+_0x34f592(-_0x529764._0x1f695b,-_0x529764._0x22bf6c,-0x22e,-0x269)+'OJECT-123','OKgPY':_0x3ff4f0(0xa3,0x67,0x86,_0x529764._0x5e101d),'nEjbT':function(_0x4a3655,_0x57e1b8){return _0x4a3655===_0x57e1b8;},'KfaUp':'KHgny','vbnxJ':_0x34f592(-_0x529764._0x570f0a,-0x217,-0x1ec,-0x209)+_0x34f592(-_0x529764._0x423b9b,-_0x529764._0x279eb7,-_0x529764._0x3f3e4c,-_0x529764._0x4ae826),'BbTAm':'authentica'+_0x34f592(-0x24e,-0x257,-_0x529764._0x5448fe,-0x221)+'d','iaCMA':_0x34f592(-0x2da,-_0x529764._0x29088e,-0x27b,-0x23a)+_0x34f592(-0x2cc,-0x257,-_0x529764._0x1e26d8,-_0x529764._0x5ef8fe)+'d','JRcnY':_0x34f592(-_0x529764._0x2300bc,-_0x529764._0x297166,-_0x529764._0x2f0b0e,-_0x529764._0x52958b)+'ion','WwfWY':_0x3ff4f0(0x15a,0x105,_0x529764._0x54ccd8,0x155)+_0x3ff4f0(_0x529764._0x17a76b,0xea,_0x529764._0x552c46,_0x529764._0x2b2f3b),'BHeJQ':'Failed\x20to\x20'+'fetch\x20comm'+_0x34f592(-0x250,-0x23b,-_0x529764._0x13433b,-0x2aa)};try{if(_0x53bfca[_0x34f592(-_0x529764._0x39605a,-0x1c7,-0x161,-0x175)]('Igcfq',_0x53bfca[_0x34f592(-_0x529764._0x30edff,-0x1ca,-0x154,-_0x529764._0x40919f)])){const _0x1ab316={};return _0x1ab316[_0x34f592(-0x227,-_0x529764._0x55ee5b,-_0x529764._0x3183f2,-0x1f1)]=_0x34f592(-_0x529764._0x56014c,-_0x529764._0x29088e,-0x296,-0x2c6)+_0x3ff4f0(0xba,_0x529764._0x626755,0x51,0x98)+'d',_0x1ab316[_0x34f592(-_0x529764._0x5e6652,-_0x529764._0x354d0a,-_0x529764._0x564d65,-_0x529764._0x5d1eec)]=_0x2977a9[_0x3ff4f0(0x104,0x98,_0x529764._0x37b175,0x176)],_0x461c80['status'](0xd*0x5c+0x46e+0x1*-0x789)[_0x3ff4f0(_0x529764._0x699ecf,_0x529764._0xbbffee,_0x529764._0x5e347a,0x100)](_0x1ab316);}else{const _0x7b8d31=_0x5db093['params'][_0x34f592(-_0x529764._0x20ea9c,-0x285,-_0x529764._0x573bad,-0x210)]['trim']()[_0x34f592(-0x244,-0x1fe,-0x197,-0x263)+'e']();if(!/^[A-Z]+-\d+$/i['test'](_0x7b8d31)){const _0x2129eb={};return _0x2129eb[_0x34f592(-0x1c2,-_0x529764._0x55ee5b,-_0x529764._0x48f2eb,-0x272)]=_0x53bfca[_0x34f592(-_0x529764._0x574399,-_0x529764._0x2cd660,-_0x529764._0x224c25,-0x23b)],_0x2129eb[_0x3ff4f0(_0x529764._0x4de1c3,_0x529764._0x484ae7,0x10c,_0x529764._0x1c7c6c)]=_0x53bfca[_0x3ff4f0(_0x529764._0x26f0af,_0x529764._0x26f0af,_0x529764._0xe61e66,0x1ca)],_0x488281[_0x34f592(-0x211,-0x209,-_0x529764._0x27d142,-_0x529764._0x4dc878)](-0x22c1+0x16ba+0xd97)[_0x34f592(-_0x529764._0x451ea9,-0x211,-0x255,-_0x529764._0x3183f2)](_0x2129eb);}logger['debug']('Fetching\x20c'+'omments\x20fo'+_0x34f592(-_0x529764._0x21e60a,-0x22c,-0x297,-_0x529764._0x13a9f4)+_0x3ff4f0(0x76,0x69,_0x529764._0x2fd720,_0x529764._0x45679d)+_0x7b8d31);const _0x1f8abf=await jiraClient[_0x34f592(-0x294,-_0x529764._0x3cdb4b,-_0x529764._0x3183f2,-0x214)+'s'](_0x7b8d31),_0x82fcb0={};_0x82fcb0[_0x34f592(-0x21a,-0x208,-0x196,-_0x529764._0x26dacc)]=_0x1f8abf[_0x3ff4f0(_0x529764._0x232023,_0x529764._0x4319de,_0x529764._0x563328,_0x529764._0x54ccd8)],_0x82fcb0[_0x3ff4f0(_0x529764._0x1310e4,0x9d,_0x529764._0x20bec1,_0x529764._0x1130be)]=_0x1f8abf,_0x488281['json'](_0x82fcb0);}}catch(_0x1672a9){logger['error']('Failed\x20to\x20'+_0x3ff4f0(0x10c,_0x529764._0x25955d,_0x529764._0x4fa320,0x142)+_0x3ff4f0(0x142,0x16e,_0x529764._0x48c31d,_0x529764._0x7b827e),_0x1672a9);if(_0x1672a9[_0x3ff4f0(0x104,0x124,0x122,0x97)][_0x3ff4f0(0x14d,0x1ac,0x167,0x17a)](_0x53bfca[_0x3ff4f0(_0x529764._0x2a7e97,0x144,_0x529764._0xfddbb4,0x150)])){if(_0x53bfca['nEjbT'](_0x34f592(-_0x529764._0x5661cb,-_0x529764._0x5036aa,-_0x529764._0x1232e1,-_0x529764._0x247b77),_0x53bfca[_0x34f592(-0x253,-0x231,-_0x529764._0x10a0da,-_0x529764._0x2cd660)])){const _0x5df41b={};return _0x5df41b[_0x3ff4f0(_0x529764._0x3f622a,_0x529764._0x4319de,_0x529764._0x17fcb4,0xc7)]=_0x53bfca['vbnxJ'],_0x5df41b[_0x3ff4f0(0x104,_0x529764._0x4bcb64,0xb9,_0x529764._0x2bdb57)]=_0x1672a9['message'],_0x488281[_0x34f592(-_0x529764._0x1da4bb,-_0x529764._0x5dc3a7,-_0x529764._0x4987fe,-0x212)](0x1ec0+0xc39*0x1+-0x2965)['json'](_0x5df41b);}else{if(!_0x55ec86){const _0x12fc89={};return _0x12fc89[_0x3ff4f0(_0x529764._0x3f622a,0xb5,_0x529764._0x30b0c4,0x7e)]='JIRA\x20integ'+_0x34f592(-_0x529764._0xa390c6,-0x262,-0x1ee,-0x245)+_0x34f592(-0x1cd,-0x1bd,-0x1f5,-0x1d5),_0x12fc89[_0x34f592(-0x262,-_0x529764._0x354d0a,-0x235,-0x26a)]=_0x53bfca[_0x3ff4f0(0x105,_0x529764._0x311acd,_0x529764._0x1c30fc,_0x529764._0x5cc5d1)],_0x2b3351[_0x3ff4f0(0x108,0xb7,0xd4,0xe6)](-0x4d8+-0x11*-0x70+-0xa1)[_0x3ff4f0(_0x529764._0x1456d8,0xb8,_0x529764._0x548648,_0x529764._0x2ab48d)](_0x12fc89);}_0x53bfca[_0x34f592(-_0x529764._0xe45135,-_0x529764._0x4d7113,-0x2ed,-_0x529764._0x1232e1)](_0x15ddba);}}else{if(_0x1672a9[_0x34f592(-0x24e,-_0x529764._0x354d0a,-0x1aa,-0x232)][_0x34f592(-0x1a1,-_0x529764._0x3c528c,-0x1da,-_0x529764._0x2ca628)](_0x53bfca['BbTAm'])){const _0x1681eb={};return _0x1681eb[_0x3ff4f0(_0x529764._0x3f622a,_0x529764._0x5de2a8,0xc2,0x132)]=_0x53bfca[_0x3ff4f0(_0x529764._0x3956f4,0x16f,0xba,0x146)],_0x1681eb[_0x3ff4f0(_0x529764._0x20053a,0x160,0xa7,_0x529764._0x1e6dc8)]=_0x1672a9['message'],_0x488281['status'](-0x13e1+0x12e9*0x2+-0x20c*0x8)['json'](_0x1681eb);}else{if(_0x1672a9[_0x3ff4f0(0x104,_0x529764._0x4d637f,0x135,_0x529764._0x2c510d)][_0x3ff4f0(0x14d,_0x529764._0x1937d7,0x146,0x12f)](_0x53bfca[_0x34f592(-_0x529764._0x4523fe,-_0x529764._0x56014c,-0x234,-_0x529764._0x4679bf)])){const _0x391934={};return _0x391934[_0x34f592(-0x1dc,-0x226,-_0x529764._0x34d362,-_0x529764._0x1b9be1)]=_0x53bfca[_0x3ff4f0(_0x529764._0xfada4f,_0x529764._0x274506,_0x529764._0x1fe113,_0x529764._0x5f1bdf)],_0x391934['message']=_0x1672a9[_0x3ff4f0(_0x529764._0x20053a,0xfe,_0x529764._0x52a713,_0x529764._0xe3730b)],_0x488281[_0x34f592(-_0x529764._0x4987fe,-0x209,-_0x529764._0x1b654d,-_0x529764._0x2198be)](-0x1*0x26b3+-0x1174+0x1*0x39ba)[_0x3ff4f0(_0x529764._0x3186eb,_0x529764._0x1f5e95,0x168,_0x529764._0x395b08)](_0x391934);}else{const _0x46a6ce={};return _0x46a6ce[_0x3ff4f0(_0x529764._0x590608,0x93,0x104,0xbc)]=_0x53bfca['BHeJQ'],_0x46a6ce[_0x34f592(-_0x529764._0x47b761,-_0x529764._0x354d0a,-_0x529764._0x43252b,-_0x529764._0x98b7a7)]=_0x1672a9[_0x3ff4f0(_0x529764._0x521475,_0x529764._0x20bec1,_0x529764._0x746e88,_0x529764._0x4fda17)],_0x488281[_0x34f592(-_0x529764._0x3e752e,-_0x529764._0x2f6fc2,-_0x529764._0x3c528c,-_0x529764._0x2a92a8)](0x5dd*0x3+-0x24f7+0x1554)[_0x34f592(-_0x529764._0x27d142,-_0x529764._0x2a92a8,-_0x529764._0x222d47,-_0x529764._0x4987fe)](_0x46a6ce);}}}}}),router[_0x46ca47(0x501,0x473,0x4ba,0x498)](_0x4f8fd6(0x2f7,0x292,0x230,0x28a)+_0x46ca47(0x517,0x4b7,0x4e1,0x4b3),requireJira,async(_0x1c7d99,_0x45d2b3)=>{const _0xdbc738={_0x1c69fe:0x163,_0x4fef9c:0x176,_0x4d977f:0xbe,_0x57afe2:0xde,_0x357cef:0x69,_0x2a4f89:0x9d,_0xb1cece:0x83,_0x4dff82:0x197,_0x1c7b58:0x1d4,_0x2d9ca2:0xa4,_0x1cec2d:0xfc,_0x4a805d:0x161,_0x1dea8d:0xf1,_0x3870e5:0x2b,_0x5ccca6:0xb2,_0x3792bd:0x161,_0x28b6bf:0xd7,_0x3c6304:0x108,_0x857106:0x165,_0x38ab05:0x1e,_0x45b262:0x65,_0x2352b5:0xb9,_0x13e8ec:0x43,_0x1be62f:0x82,_0x2e96ab:0xdb,_0x95ca04:0xfa,_0x463eb1:0xa6,_0x86e374:0x164,_0x5c0244:0x166,_0x5458d0:0x184,_0x202f40:0x1bd,_0x3c8a36:0x21c,_0x2552d1:0xbb,_0x483eb6:0xe3,_0x110ffb:0xd8,_0x28fe33:0x110,_0x20771e:0x51,_0xb9ab4a:0x90,_0x40539b:0x86,_0x59606d:0xf9,_0x1478e8:0xb5,_0x2fe248:0x104,_0x381a05:0x6d,_0x156db6:0x104,_0x5a1f01:0xd9,_0x925154:0x125,_0x4c236b:0x95,_0x3ab56a:0x1a,_0x1e026b:0x8,_0x560725:0x18a,_0x53c11a:0x13b,_0x346c34:0x189,_0x27132d:0x126,_0x34dbdf:0x12d,_0x4b5df3:0xf8,_0x5246d4:0xcf,_0x4f40fc:0x7f,_0x22dfba:0x9e,_0x5534cc:0xae,_0x17f402:0x67,_0x10258a:0x18c,_0xad50ee:0x1b3,_0x41611a:0x1e6,_0x4a6a5e:0x1cb,_0x1bcfa0:0x7a,_0x57ed27:0x87,_0x48c10c:0x198,_0x23c303:0x12f,_0xac0f4e:0x1c4,_0x2eb3a1:0x1a1,_0x561011:0x201,_0x2e647a:0x1b6,_0x3f28ef:0x169,_0x4277c8:0x7,_0x3295b8:0x103,_0x26bfef:0x101,_0x1d7122:0xca,_0x28e017:0x8f,_0x1276b6:0xc8,_0x3aba74:0xc2,_0x268abd:0x8c,_0x573416:0x1e7,_0x969725:0x229,_0x5ccefa:0x50,_0x398d62:0xf5,_0x2ebf95:0x2d,_0x1bc6fb:0x108,_0x367bbb:0xde,_0x4f5f02:0xe3,_0x5a3bc8:0x133,_0x30e09f:0x1a2,_0x4c4769:0x1be,_0x1b4578:0x1d2,_0x371e6d:0xaa,_0x3b4f01:0x63,_0x2ba247:0xbd,_0x329cd5:0xd,_0x3fce5c:0x100,_0x451a85:0x11a,_0x22e5b2:0xd7,_0x4767cc:0x117,_0x2dcead:0x175,_0x4fb428:0x17f,_0x3f7afb:0x111,_0x2aa6b5:0xb,_0x44bce4:0x1d,_0x1f9689:0xc0,_0x1d6429:0x132,_0x3ede84:0x1a0,_0x573aeb:0x199,_0xaa1c0c:0x1de,_0x2b8edc:0x7e,_0x5e0b78:0x130,_0x5d6a86:0x110,_0x1af270:0xdc,_0x54e535:0x24,_0x1c2723:0x138,_0x112a5f:0xe7,_0x5816df:0x195,_0xff6d5:0x134,_0x1b9e3d:0x17a,_0x1fac44:0x75,_0x31e961:0xbc,_0xa567b2:0x1a,_0x3b3df8:0x132,_0x39cab5:0x162,_0x20183e:0x181,_0x54bb07:0x50,_0x425a2d:0x46,_0x498429:0x119,_0x5d2f27:0x12c,_0x5df690:0xd7,_0x1c4285:0x1b6,_0x486c2e:0x191,_0x56fd28:0x17f,_0x42af55:0xbc,_0x44e322:0x1cb,_0x5fb6de:0x18d,_0x47bf80:0x1c0,_0x1f54a0:0x82,_0x289ccb:0x137,_0x5f5b16:0x149,_0x479a16:0x149,_0x3b656d:0xe,_0x19d23c:0x5b,_0x434035:0x151,_0x3491f4:0x178,_0x547d66:0x84,_0x1f8b77:0x98,_0x6a2855:0xbe,_0x259d38:0xf3,_0x3a0df4:0x120,_0x506d05:0xa,_0x2d8b30:0xd4,_0x58e73a:0x1b7,_0x52f4d2:0x191,_0x276490:0x11b,_0x32e095:0x246,_0x42df80:0x166,_0x1ac1de:0xda,_0x2c6b3b:0xcd,_0x248f5e:0x108,_0x315e1f:0xe4,_0x486c0c:0x172,_0x4173b1:0x11f,_0x7cd149:0x122,_0x4bd348:0x59,_0x324bbb:0xa9,_0xbb5ebd:0x1ae,_0x4b3535:0x14c,_0x1d9277:0x64,_0x359436:0xc6,_0x50bd67:0x118,_0x533e5d:0x193,_0x5a27e3:0x91,_0x3efbb0:0x7b,_0x2b469c:0xd7,_0x303273:0xb0,_0x1cfe2c:0xba,_0xb614c2:0x201,_0x3984ee:0x1af,_0x45411c:0x11c,_0x334a97:0xfe,_0x3c3d6e:0x183,_0x3b4c65:0x191,_0x383c9b:0x129,_0x3732ba:0x195,_0x48a879:0x1ab,_0x5575f7:0x18c,_0x1c4192:0x121,_0x1b3ceb:0xcd,_0x454c4d:0x134,_0x332cb0:0x101,_0x4ed972:0x145,_0x35f5e8:0x1c6,_0x5ac7d5:0xc2,_0x3bef01:0x9c,_0x5dd1f9:0x113,_0x55ed76:0xe5,_0x24a832:0x140,_0x444a31:0x10c,_0x40a33b:0x191,_0x4660b5:0x13c,_0x54ded2:0x1e5,_0x1755bd:0x243,_0x303a67:0x12d,_0x17786f:0x195,_0x40ffb6:0x20a,_0x4a3494:0x18d},_0x2c407c={_0x3585cc:0x159},_0x78e43b={_0x20b0a2:0x4c,_0x48737e:0xe},_0x12deeb={};_0x12deeb[_0x1c5098(0xf9,0x141,_0xdbc738._0x1c69fe,_0xdbc738._0x4fef9c)]=_0x5001e2(0x12a,_0xdbc738._0x4d977f,_0xdbc738._0x57afe2,0x11c)+_0x5001e2(0xd3,_0xdbc738._0x357cef,_0xdbc738._0x2a4f89,_0xdbc738._0xb1cece)+_0x1c5098(_0xdbc738._0x4dff82,0x1a2,_0xdbc738._0x1c7b58,0x1b4),_0x12deeb[_0x5001e2(_0xdbc738._0x2d9ca2,0xb0,0xda,_0xdbc738._0x1cec2d)]=_0x5001e2(_0xdbc738._0x4a805d,0x15d,_0xdbc738._0x1dea8d,0x93)+_0x5001e2(-_0xdbc738._0x3870e5,0x56,0x2c,-0xb),_0x12deeb['awPGq']=_0x1c5098(0x15e,0x110,0x16b,0x162)+_0x5001e2(0x11c,0x10b,0xaf,_0xdbc738._0x5ccca6)+_0x1c5098(0x155,_0xdbc738._0x3792bd,0x10a,0xfc),_0x12deeb[_0x5001e2(_0xdbc738._0x28b6bf,_0xdbc738._0x3c6304,0x116,_0xdbc738._0x857106)]=_0x5001e2(0x4f,_0xdbc738._0x2d9ca2,0xb9,0xf1)+_0x5001e2(_0xdbc738._0x38ab05,0x8e,_0xdbc738._0x45b262,_0xdbc738._0x2352b5)+_0x5001e2(0x3d,_0xdbc738._0x13e8ec,_0xdbc738._0x5ccca6,_0xdbc738._0x1be62f)+_0x5001e2(_0xdbc738._0x2e96ab,0x11b,_0xdbc738._0x95ca04,_0xdbc738._0x463eb1);function _0x5001e2(_0x5383f1,_0x2fcbc2,_0x558e2c,_0x4b800b){return _0x46ca47(_0x2fcbc2,_0x2fcbc2-_0x78e43b._0x20b0a2,_0x558e2c-_0x78e43b._0x48737e,_0x558e2c- -0x461);}_0x12deeb[_0x1c5098(0x141,0x133,_0xdbc738._0x86e374,_0xdbc738._0x5c0244)]=function(_0x17bbab,_0x76c61a){return _0x17bbab===_0x76c61a;},_0x12deeb[_0x1c5098(_0xdbc738._0x5458d0,0x1b1,_0xdbc738._0x202f40,_0xdbc738._0x3c8a36)]=function(_0x301b48,_0x5788d7){return _0x301b48!==_0x5788d7;};function _0x1c5098(_0x5f53c2,_0x38423e,_0x2bdb12,_0x130259){return _0x4f8fd6(_0x130259,_0x38423e-0x90,_0x2bdb12-0x61,_0x38423e- -_0x2c407c._0x3585cc);}_0x12deeb['RoehK']=_0x5001e2(0x11c,_0xdbc738._0x2552d1,_0xdbc738._0x483eb6,0x79),_0x12deeb[_0x5001e2(0x59,-0x11,0x46,0x80)]=function(_0x59c984,_0x4c4beb){return _0x59c984!==_0x4c4beb;},_0x12deeb[_0x1c5098(_0xdbc738._0x110ffb,0x12c,_0xdbc738._0x28fe33,_0xdbc738._0x1dea8d)]=_0x5001e2(_0xdbc738._0x20771e,_0xdbc738._0xb9ab4a,0xa2,_0xdbc738._0x40539b),_0x12deeb[_0x5001e2(_0xdbc738._0x59606d,_0xdbc738._0x1478e8,_0xdbc738._0x2fe248,0x121)]='ClNSY',_0x12deeb[_0x5001e2(_0xdbc738._0x381a05,_0xdbc738._0x156db6,_0xdbc738._0x5a1f01,_0xdbc738._0x925154)]=_0x5001e2(_0xdbc738._0x1be62f,0x41,_0xdbc738._0x4c236b,0x81)+_0x5001e2(0x5e,_0xdbc738._0x3ab56a,0x3a,-_0xdbc738._0x1e026b),_0x12deeb[_0x1c5098(0x179,0x127,_0xdbc738._0x560725,_0xdbc738._0x53c11a)]='Please\x20pro'+_0x1c5098(0x1c7,_0xdbc738._0x346c34,0x13d,_0xdbc738._0x27132d)+_0x1c5098(0xce,_0xdbc738._0x34dbdf,0x19c,_0xdbc738._0x4b5df3)+_0x5001e2(0x64,_0xdbc738._0x5246d4,_0xdbc738._0x4f40fc,0xe8)+_0x5001e2(0xf2,_0xdbc738._0x22dfba,_0xdbc738._0x5534cc,_0xdbc738._0x17f402),_0x12deeb[_0x1c5098(_0xdbc738._0x10258a,0x14a,_0xdbc738._0xad50ee,0xef)]='Failed\x20to\x20'+_0x1c5098(_0xdbc738._0x41611a,_0xdbc738._0x4a6a5e,0x22d,0x17a)+_0x5001e2(0x28,0x26,0x5a,0x63),_0x12deeb['QRLix']=_0x5001e2(0x3,0x9c,_0xdbc738._0x1bcfa0,_0xdbc738._0x57ed27),_0x12deeb[_0x1c5098(0x15c,_0xdbc738._0x48c10c,_0xdbc738._0x23c303,0x1a9)]=_0x1c5098(_0xdbc738._0xac0f4e,_0xdbc738._0x2eb3a1,_0xdbc738._0x561011,_0xdbc738._0x2e647a),_0x12deeb['Uxfql']='Issue\x20not\x20'+'found',_0x12deeb['EUsyO']=_0x1c5098(_0xdbc738._0x2e647a,_0xdbc738._0x3f28ef,0x14f,0x14b)+_0x5001e2(0xb1,_0xdbc738._0x4277c8,0x78,0x28)+'d',_0x12deeb[_0x5001e2(0x93,0x9d,_0xdbc738._0x3295b8,_0xdbc738._0x26bfef)]='Authentica'+_0x5001e2(_0xdbc738._0x1d7122,0x6d,0x78,_0xdbc738._0x28e017)+'d',_0x12deeb[_0x5001e2(_0xdbc738._0x1276b6,_0xdbc738._0x3aba74,_0xdbc738._0x268abd,_0xdbc738._0xb1cece)]=_0x1c5098(0x23a,_0xdbc738._0x573416,0x252,_0xdbc738._0x969725)+'\x20denied',_0x12deeb['mAxKC']=_0x5001e2(_0xdbc738._0x5ccefa,_0xdbc738._0x398d62,0x89,_0xdbc738._0x2ebf95),_0x12deeb['AgUDm']=_0x5001e2(0x120,_0xdbc738._0x1bc6fb,_0xdbc738._0x367bbb,0x14d)+'post\x20comme'+'nt';const _0x20416e=_0x12deeb;try{if(_0x20416e[_0x1c5098(_0xdbc738._0x4f5f02,_0xdbc738._0x5a3bc8,0x148,0x148)](_0x1c5098(_0xdbc738._0x30e09f,_0xdbc738._0x4c4769,0x16e,_0xdbc738._0x1b4578),_0x5001e2(_0xdbc738._0x371e6d,_0xdbc738._0x3b4f01,0x85,_0xdbc738._0x2ba247))){_0x3a7f38=new _0xe22b3f(_0x25bb78),_0x480e88[_0x5001e2(-_0xdbc738._0x329cd5,_0xdbc738._0x38ab05,_0xdbc738._0x357cef,0x6a)]('JIRA\x20integ'+_0x5001e2(_0xdbc738._0x3fce5c,_0xdbc738._0x451a85,_0xdbc738._0x22e5b2,0xc4)+_0x5001e2(0x72,_0xdbc738._0x4767cc,_0xdbc738._0x2552d1,0xbe)+_0x1c5098(_0xdbc738._0x2dcead,_0xdbc738._0x4fb428,0x10f,0x1a6));return;}else{const _0x48f361=_0x1c7d99[_0x5001e2(_0xdbc738._0x27132d,0x16f,0x115,_0xdbc738._0x3f7afb)][_0x5001e2(-_0xdbc738._0x2aa6b5,-_0xdbc738._0x44bce4,0x4a,_0xdbc738._0x1f9689)][_0x1c5098(0x161,_0xdbc738._0x1d6429,0x160,_0xdbc738._0x59606d)]()[_0x1c5098(0x214,_0xdbc738._0x3ede84,_0xdbc738._0x573aeb,_0xdbc738._0xaa1c0c)+'e'](),{comment:_0x314cba}=_0x1c7d99['body'];if(!/^[A-Z]+-\d+$/i['test'](_0x48f361)){const _0x2b47f6={};return _0x2b47f6[_0x5001e2(0xc1,_0xdbc738._0x2b8edc,0xa9,0x120)]=_0x1c5098(_0xdbc738._0x5e0b78,_0xdbc738._0x5d6a86,_0xdbc738._0x1af270,0xaf)+'sue\x20key\x20fo'+_0x5001e2(0xae,0x9c,0x92,_0xdbc738._0x54e535),_0x2b47f6['message']=_0x20416e[_0x5001e2(0x136,_0xdbc738._0x1c2723,0x116,_0xdbc738._0x112a5f)],_0x45d2b3[_0x1c5098(0x1f7,_0xdbc738._0x5816df,_0xdbc738._0xff6d5,_0xdbc738._0x1b9e3d)](0x1297*0x1+-0x1*0x13f+0xca*-0x14)[_0x5001e2(0x5e,_0xdbc738._0x1fac44,0xbe,0xbd)](_0x2b47f6);}if(!_0x314cba||_0x20416e['vlGQb'](typeof _0x314cba,_0x20416e[_0x5001e2(_0xdbc738._0x31e961,_0xdbc738._0xa567b2,0x6b,0x77)])||_0x314cba[_0x1c5098(0xe9,_0xdbc738._0x3b3df8,_0xdbc738._0x39cab5,_0xdbc738._0x20183e)]()[_0x5001e2(0xdb,_0xdbc738._0x54bb07,0x6e,0xbc)]===0x1*-0x1549+0x488+0x10c1){if(_0x20416e[_0x5001e2(-0x10,_0xdbc738._0x3ab56a,_0xdbc738._0x425a2d,0x55)](_0x20416e[_0x1c5098(_0xdbc738._0x498429,_0xdbc738._0x5d2f27,_0xdbc738._0x5df690,0x157)],_0x20416e[_0x5001e2(_0xdbc738._0x371e6d,0x157,_0xdbc738._0x2fe248,_0xdbc738._0x1b9e3d)])){const _0x1825fe={};return _0x1825fe[_0x1c5098(0x175,0x178,_0xdbc738._0x1c4285,_0xdbc738._0xff6d5)]=_0x20416e[_0x5001e2(0x131,0xf9,0xd9,0xcb)],_0x1825fe[_0x1c5098(0x206,_0xdbc738._0x486c2e,0x170,_0xdbc738._0x56fd28)]=_0x20416e['zaFlp'],_0x45d2b3[_0x5001e2(_0xdbc738._0x42af55,_0xdbc738._0x40539b,0xc6,_0xdbc738._0x5d6a86)](0x4*-0x309+0x167d+-0x8c9)[_0x1c5098(_0xdbc738._0x44e322,_0xdbc738._0x5fb6de,0x142,_0xdbc738._0x47bf80)](_0x1825fe);}else{const _0x130c26={};return _0x130c26[_0x5001e2(_0xdbc738._0x1f54a0,0xba,0xa9,0xe7)]=_0x20416e['lLmdG'],_0x130c26[_0x1c5098(0x12e,0x191,_0xdbc738._0x289ccb,_0xdbc738._0x5f5b16)]=_0x36425e['message'],_0x21f024['status'](-0x22a6+0xa38*-0x1+0xd*0x39a)[_0x1c5098(0x19a,_0xdbc738._0x5fb6de,0x1a1,_0xdbc738._0x479a16)](_0x130c26);}}logger[_0x5001e2(-_0xdbc738._0x3b656d,_0xdbc738._0x3b4f01,_0xdbc738._0x19d23c,-0x10)](_0x1c5098(0x1df,0x186,0x16b,0x13e)+'mment\x20to\x20J'+_0x5001e2(0xab,_0xdbc738._0x434035,_0xdbc738._0x28fe33,_0xdbc738._0x3491f4)+'\x20'+_0x48f361);const _0x3ec722=await jiraClient[_0x5001e2(0xaa,0x19,_0xdbc738._0x547d66,0xc5)+'t'](_0x48f361,_0x314cba[_0x1c5098(0xbf,0x132,0x121,0x176)]()),_0x1090a0={};_0x1090a0['success']=!![],_0x1090a0[_0x5001e2(0xe0,0xb4,_0xdbc738._0x1f8b77,_0xdbc738._0x22dfba)]=_0x3ec722,_0x45d2b3[_0x5001e2(_0xdbc738._0x1d7122,0x71,_0xdbc738._0x6a2855,_0xdbc738._0x259d38)](_0x1090a0);}}catch(_0x420c3b){logger[_0x1c5098(0x145,0x178,_0xdbc738._0x3a0df4,0x14f)](_0x20416e[_0x5001e2(_0xdbc738._0x506d05,_0xdbc738._0x2d8b30,0x7b,0x1e)],_0x420c3b);if(_0x420c3b[_0x1c5098(_0xdbc738._0x58e73a,_0xdbc738._0x52f4d2,_0xdbc738._0x276490,0x1bb)][_0x1c5098(_0xdbc738._0x32e095,0x1da,0x1f4,_0xdbc738._0x42df80)](_0x1c5098(0x11d,0x130,_0xdbc738._0x1ac1de,0x1a6))){if(_0x20416e[_0x1c5098(_0xdbc738._0x2c6b3b,0x133,_0xdbc738._0x248f5e,_0xdbc738._0x315e1f)](_0x20416e[_0x1c5098(_0xdbc738._0x486c0c,0x126,_0xdbc738._0x4173b1,0x172)],_0x20416e[_0x5001e2(0x11f,0x109,0xc9,_0xdbc738._0x7cd149)])){const _0x514ca0={};return _0x514ca0[_0x5001e2(0x10f,_0xdbc738._0x4bd348,_0xdbc738._0x324bbb,0xf0)]=_0x20416e['WaENL'],_0x514ca0[_0x1c5098(_0xdbc738._0xbb5ebd,0x191,0x1b8,_0xdbc738._0x4b3535)]=_0x572ae2[_0x1c5098(0x18c,_0xdbc738._0x486c2e,0x16c,0x138)],_0x11f5c4[_0x5001e2(0xc7,_0xdbc738._0x1d9277,_0xdbc738._0x359436,_0xdbc738._0x50bd67)](0x163*-0x15+0xc4a+0x1265)['json'](_0x514ca0);}else{const _0xcf242b={};return _0xcf242b[_0x1c5098(0x1d3,0x178,_0xdbc738._0x533e5d,0x18b)]=_0x20416e[_0x5001e2(_0xdbc738._0x2ebf95,0x1b,0x3b,_0xdbc738._0x5a27e3)],_0xcf242b[_0x5001e2(_0xdbc738._0x3efbb0,_0xdbc738._0x2b469c,0xc2,_0xdbc738._0x303273)]=_0x420c3b[_0x5001e2(_0xdbc738._0x1cfe2c,0x117,0xc2,0xe1)],_0x45d2b3[_0x1c5098(0x153,_0xdbc738._0x5816df,0x128,_0xdbc738._0xb614c2)](-0x25b+-0xf3*-0xb+-0x682)['json'](_0xcf242b);}}else{if(_0x420c3b[_0x1c5098(0x169,0x191,0x12f,_0xdbc738._0x3984ee)][_0x5001e2(0x9a,0x160,0x10b,0xf5)](_0x20416e[_0x1c5098(0x106,_0xdbc738._0x45411c,_0xdbc738._0x334a97,0xe0)])){const _0x396497={};return _0x396497[_0x1c5098(_0xdbc738._0x156db6,0x178,0x12e,0x110)]=_0x20416e['kOUoS'],_0x396497[_0x1c5098(_0xdbc738._0x3c3d6e,_0xdbc738._0x3b4c65,0x1b4,0x1b7)]=_0x420c3b[_0x5001e2(_0xdbc738._0x1f8b77,0xea,_0xdbc738._0x3aba74,0x61)],_0x45d2b3[_0x1c5098(_0xdbc738._0x383c9b,_0xdbc738._0x3732ba,0x1e7,0x1f3)](-0x1*0x1931+-0x1*0x2053+-0x19*-0x25d)['json'](_0x396497);}else{if(_0x420c3b['message']['includes'](_0x1c5098(_0xdbc738._0x48a879,_0xdbc738._0x5575f7,0x187,0x131)+'ion')){const _0x489d40={};return _0x489d40[_0x1c5098(_0xdbc738._0x1c4192,0x178,0x168,_0xdbc738._0x30e09f)]=_0x20416e[_0x5001e2(_0xdbc738._0x1b3ceb,_0xdbc738._0x45b262,0x8c,0x1d)],_0x489d40['message']=_0x420c3b[_0x5001e2(0x6e,_0xdbc738._0x454c4d,0xc2,0x94)],_0x45d2b3['status'](-0x1802*0x1+-0x10b2*0x1+-0x2a47*-0x1)[_0x5001e2(_0xdbc738._0x332cb0,0x108,0xbe,0x83)](_0x489d40);}else{if(_0x20416e['mAxKC']===_0x1c5098(_0xdbc738._0x4ed972,0x158,_0xdbc738._0x35f5e8,0xe8)){const _0xc676e2={};return _0xc676e2[_0x1c5098(0x181,0x178,0x14d,0x1b3)]=_0x20416e['AgUDm'],_0xc676e2[_0x5001e2(0x89,0xfb,_0xdbc738._0x5ac7d5,_0xdbc738._0x3bef01)]=_0x420c3b['message'],_0x45d2b3[_0x5001e2(_0xdbc738._0x5dd1f9,_0xdbc738._0x55ed76,0xc6,0x66)](-0x3*0xcb9+-0x1050+0x386f*0x1)[_0x1c5098(0x12e,0x18d,0x1b1,0x1ef)](_0xc676e2);}else{const _0x383f88={};return _0x383f88[_0x1c5098(_0xdbc738._0x4fef9c,0x178,_0xdbc738._0x24a832,_0xdbc738._0x444a31)]=_0x20416e['awPGq'],_0x383f88[_0x1c5098(_0xdbc738._0x23c303,_0xdbc738._0x40a33b,_0xdbc738._0x4660b5,0x137)]=_0x20416e[_0x1c5098(0x17f,_0xdbc738._0x54ded2,_0xdbc738._0x1755bd,0x1fe)],_0x315b61[_0x1c5098(_0xdbc738._0x303a67,_0xdbc738._0x17786f,0x1b1,_0xdbc738._0x40ffb6)](0x1869+0x1da4*0x1+-0x3*0x117f)[_0x1c5098(0x1a5,_0xdbc738._0x4a3494,0x134,0x1f9)](_0x383f88);}}}}}});export default router;
|