@profoundlogic/coderflow-server 0.7.2 → 0.7.5
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/docs/admin/ai-providers.md +5 -5
- 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.css +15 -5
- 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.html +20 -0
- 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.html +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/styles.css +25 -0
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.html +15 -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(_0xe1efd6,_0x3d14ef){const _0x3da897={_0x307c65:0x20e,_0x2762db:0x1a9,_0x52c9c9:0x186,_0xf25592:0x1ed,_0x4aecf9:0x31,_0x4c47bb:0x1a,_0x1a4306:0x3e,_0x472c5d:0x66,_0x44c063:0x71,_0x51ae33:0x66,_0x128d45:0x3a,_0x35458f:0xe0,_0x539cc8:0x4a,_0x1361af:0x22c,_0x54ecd3:0x1f5,_0x551b45:0x1b8,_0x28fd36:0x1de,_0x392d04:0x217,_0x1473f1:0x1e1,_0x334f5a:0x15b,_0x4f4a19:0xf0,_0xd9b628:0x40,_0x57e262:0x9a,_0x44c6fe:0x270,_0x11ca77:0x1f9,_0xe09c0a:0x58,_0x345e8f:0x1c},_0x257fec=_0xe1efd6();function _0x12e479(_0x6bf9be,_0x3c7c56,_0x58f4e7,_0x4daf02){return _0x2416(_0x4daf02- -0x1a2,_0x6bf9be);}function _0x14413f(_0x576e9d,_0x3371e3,_0x8adb98,_0x49f6ad){return _0x2416(_0x8adb98- -0x2cb,_0x49f6ad);}while(!![]){try{const _0x78cca4=-parseInt(_0x14413f(-_0x3da897._0x307c65,-_0x3da897._0x2762db,-0x1d1,-_0x3da897._0x52c9c9))/(-0xd44+-0x9*0x2c4+0x2629)*(-parseInt(_0x14413f(-0x1ce,-0x24e,-0x1df,-_0x3da897._0xf25592))/(-0x967+0x2489+-0x1b20))+parseInt(_0x12e479(-0x6a,0x39,-_0x3da897._0x4aecf9,-_0x3da897._0x4c47bb))/(0xb58+0x1d96+-0x28eb)*(-parseInt(_0x12e479(-_0x3da897._0x1a4306,-0xaa,-_0x3da897._0x472c5d,-0xab))/(-0x19c9+0x707*0x4+-0x24f))+-parseInt(_0x12e479(-_0x3da897._0x44c063,-_0x3da897._0x51ae33,-0x32,-_0x3da897._0x128d45))/(-0x117d+0x1131+0x51*0x1)*(parseInt(_0x12e479(-_0x3da897._0x35458f,-_0x3da897._0x539cc8,-0x34,-0x97))/(-0x337*0x5+-0x8b*-0x3b+-0x11*0xf0))+-parseInt(_0x14413f(-_0x3da897._0x1361af,-_0x3da897._0x54ecd3,-0x21c,-0x1e8))/(0x664+0x2212*0x1+-0x286f)+parseInt(_0x14413f(-_0x3da897._0x551b45,-_0x3da897._0x28fd36,-_0x3da897._0x392d04,-_0x3da897._0x1473f1))/(-0x445*-0x3+0x1eb2+-0x2b79)*(-parseInt(_0x12e479(-0x78,-_0x3da897._0x334f5a,-0xf7,-_0x3da897._0x4f4a19))/(-0x3*0x176+0x108+0x363))+parseInt(_0x12e479(-0xf7,-0xcb,-_0x3da897._0xd9b628,-_0x3da897._0x57e262))/(-0x2361+0x8bf*-0x3+0x3da8)+parseInt(_0x14413f(-0x1e6,-_0x3da897._0x44c6fe,-_0x3da897._0x11ca77,-0x201))/(-0xe8+0x14ee+-0x6a9*0x3)*(parseInt(_0x12e479(-0xa,_0x3da897._0xe09c0a,0x56,-_0x3da897._0x345e8f))/(-0x981+-0x21a+0xba7));if(_0x78cca4===_0x3d14ef)break;else _0x257fec['push'](_0x257fec['shift']());}catch(_0x2f8fc2){_0x257fec['push'](_0x257fec['shift']());}}}(_0x4dcd,-0x30ca*-0x40+0x25*0x3a3b+-0xd9ab2));import _0x59b448 from'express';import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';import{logger}from'../lib/logger.js';const router=_0x59b448[_0x21759d(0x379,0x3a3,0x452,0x3f1)]();let jiraClient=null;async function initializeJiraClient(){const _0x4a0bc9={_0x26d52d:0x24c,_0x14ed3a:0x279,_0x3eca08:0x220,_0x4ba005:0x91,_0x267dbb:0xbd,_0x4c835b:0x57,_0x23af14:0x4,_0x3c0ca6:0x3d,_0x3a84f8:0xb,_0x2ac92c:0x6b,_0x36960c:0x6f,_0x2ab5c6:0x2fb,_0x1f225f:0x2de,_0x2ea767:0x74,_0x56563c:0x5c,_0x1bae29:0x10,_0x591ed9:0x83,_0x17dcb6:0x293,_0x4ee4f1:0x78,_0x3325bf:0x24,_0x2bb329:0x59,_0x8155b0:0x2be,_0xe9e18b:0x32a,_0x3691b5:0x32e,_0xa29e67:0x1d,_0x29d7d2:0x3c,_0x5a0b87:0x3e,_0x4d60c8:0x2ae,_0x34e6ff:0x2fa,_0x529937:0x266,_0x41f6c1:0x281,_0xef890d:0x238,_0x3be8b9:0x56,_0x2040df:0x77,_0x20680b:0xd,_0x574ea0:0x2a3,_0x580745:0x223,_0x3d22fc:0x2ac,_0x2ef384:0x7b,_0x20cd26:0x14,_0x428a03:0x276,_0xf22df7:0x2ce,_0x4cd847:0x289,_0x1c661c:0x2d2,_0x4ed81d:0x201,_0x2f5460:0x20c,_0x27acfc:0x32,_0x2c8cfc:0x6c,_0x385455:0x2d6,_0x4ef80a:0x270,_0xd02b32:0x229,_0x5d047b:0x25c,_0x5356a4:0x27,_0x4537bb:0x89,_0x2a7f2f:0x13,_0xf2ff08:0x97,_0x4d19dc:0x3a,_0x3343da:0x296,_0x1ee156:0x7d,_0x4ecf0f:0x53,_0x131a96:0x24,_0x5ceb87:0x47,_0x457e7a:0x50,_0x1bbc97:0x2eb,_0x5509c8:0x2af,_0x38a0f0:0x2,_0x46f977:0xa3,_0x2453cc:0x2a,_0x1cbe09:0x4c,_0x14830f:0x2b3,_0x51259e:0x21a,_0xf17efd:0x296,_0x1bd557:0x2b4,_0x322378:0x257,_0x3f8fc6:0x2bd,_0x22c74c:0x258,_0x5eb45b:0x2f6,_0xd78040:0x319,_0x4737cd:0x9b,_0x56210c:0x8b,_0x4a9f9f:0x5f,_0x125cbf:0x2e9,_0x44c395:0x2ff,_0x41295a:0x6c,_0x3f2157:0x7,_0x2440d2:0x287,_0x14ddf9:0x250,_0x42acc0:0x1c,_0x19f4ab:0x42,_0x1610de:0x295,_0x2ee7fc:0x2ed,_0x569284:0x25f,_0x5e9adb:0x83,_0x3bd6e6:0x4c,_0x4f345f:0x2d4,_0x2f32ad:0x2f0,_0x5b90f4:0x2af,_0x204464:0x50,_0x202303:0x2b4,_0xc23493:0x25b,_0x4a58fb:0x23b,_0x1bdcaf:0x26,_0x80e1e9:0x2a,_0xd919e0:0x2e2,_0x1e9324:0x256,_0x51686a:0x241,_0x47dde6:0x265,_0xd2f059:0x240,_0x41b51a:0x2b3,_0x38cc21:0x30f,_0x1ec96d:0x253,_0x10ea8d:0x270,_0x231024:0x5b,_0x57073a:0x56,_0x5e45e0:0x69,_0x48b140:0x1b,_0x2bb78a:0xa6,_0x36b6c9:0x1e,_0x507d49:0x5e,_0x520770:0x62,_0x482182:0x2,_0x3b1321:0x28,_0x2828ba:0x98,_0x29a25d:0x284,_0x31fc77:0x291,_0xd67e74:0x303,_0xf0946e:0x274,_0xdd4e96:0xb1,_0x329ee6:0x5,_0x431d76:0x289,_0x2dbb1e:0x26e,_0xd57a41:0x251,_0x314a63:0xfe,_0x3800af:0x2ae,_0x4be2ab:0x30e,_0x2f856c:0x23e,_0x2d0555:0x67,_0x2bca02:0x3a,_0x20d8c5:0x26c,_0x510001:0x2dd,_0x50ff00:0x22,_0x486d81:0xba},_0xa032ba={_0x1c3c59:0x148},_0x575c6f={_0x3e3112:0x361};function _0x18b35c(_0x3e7ae9,_0x597405,_0x1fc663,_0x543eec){return _0x21759d(_0x3e7ae9-0x1c8,_0x597405,_0x1fc663-0x86,_0x543eec- -_0x575c6f._0x3e3112);}const _0x5c0322={'MBkDR':_0x137ceb(_0x4a0bc9._0x26d52d,0x27f,_0x4a0bc9._0x14ed3a,_0x4a0bc9._0x3eca08)+'post\x20comme'+'nt','gDAwr':_0x18b35c(_0x4a0bc9._0x4ba005,0x27,_0x4a0bc9._0x267dbb,0x54)+_0x18b35c(_0x4a0bc9._0x4c835b,0x25,-_0x4a0bc9._0x23af14,_0x4a0bc9._0x3c0ca6)+'bled\x20from\x20'+_0x18b35c(_0x4a0bc9._0x3a84f8,-_0x4a0bc9._0x2ac92c,_0x4a0bc9._0x36960c,0x2)+_0x137ceb(_0x4a0bc9._0x2ab5c6,0x328,_0x4a0bc9._0x1f225f,0x28d)+'s','ytDhj':_0x18b35c(_0x4a0bc9._0x2ea767,_0x4a0bc9._0x56563c,0x1d,0x54)+'ration\x20ena'+_0x18b35c(-_0x4a0bc9._0x1bae29,-_0x4a0bc9._0x591ed9,0x7,-_0x4a0bc9._0x3c0ca6)+'DATA_DIR','Vbtss':function(_0x3e5dc3){return _0x3e5dc3();},'ntRIV':function(_0x421409,_0x4af03a){return _0x421409!==_0x4af03a;},'qKjrY':'bbiYS','SJxBj':_0x137ceb(_0x4a0bc9._0x17dcb6,0x21b,0x22b,0x284),'vfuYE':_0x18b35c(-_0x4a0bc9._0x4ee4f1,-_0x4a0bc9._0x3325bf,_0x4a0bc9._0x2bb329,-0x20)+_0x137ceb(0x274,0x2c3,0x2a4,0x24f)+_0x137ceb(_0x4a0bc9._0x8155b0,_0x4a0bc9._0xe9e18b,_0x4a0bc9._0x3691b5,0x284)+_0x18b35c(-_0x4a0bc9._0xa29e67,-_0x4a0bc9._0x29d7d2,-0x13,-_0x4a0bc9._0x5a0b87)+_0x137ceb(_0x4a0bc9._0x4d60c8,0x2d0,0x28a,_0x4a0bc9._0x34e6ff),'fWWHt':function(_0xb04ade,_0x42cef0){return _0xb04ade===_0x42cef0;},'YDZDz':'DmaBb'};function _0x137ceb(_0x1b3046,_0x358496,_0x5b697f,_0x25282c){return _0x21759d(_0x1b3046-_0xa032ba._0x1c3c59,_0x25282c,_0x5b697f-0xf0,_0x1b3046- -0xf5);}const _0x4338eb=await _0x5c0322[_0x137ceb(0x2a6,_0x4a0bc9._0x529937,_0x4a0bc9._0x41f6c1,_0x4a0bc9._0xef890d)](loadJiraConfig);if(_0x4338eb){if(_0x5c0322[_0x18b35c(_0x4a0bc9._0x3be8b9,-_0x4a0bc9._0x2040df,0x46,-_0x4a0bc9._0x20680b)](_0x5c0322[_0x137ceb(_0x4a0bc9._0x574ea0,0x2ed,0x2a9,0x319)],_0x137ceb(0x257,0x246,_0x4a0bc9._0x580745,0x273)))try{if(_0x137ceb(0x293,_0x4a0bc9._0x3d22fc,0x2c9,0x2a8)===_0x5c0322[_0x18b35c(0x43,0x20,-_0x4a0bc9._0x2ef384,-_0x4a0bc9._0x20cd26)]){jiraClient=new JiraClient(_0x4338eb),logger['info'](_0x5c0322[_0x137ceb(_0x4a0bc9._0x428a03,_0x4a0bc9._0xf22df7,_0x4a0bc9._0x4cd847,_0x4a0bc9._0xef890d)]);return;}else{const _0x4b8701={};return _0x4b8701[_0x137ceb(0x273,_0x4a0bc9._0x1c661c,_0x4a0bc9._0x4ed81d,_0x4a0bc9._0x2f5460)]=_0x5c0322['MBkDR'],_0x4b8701[_0x18b35c(0x40,_0x4a0bc9._0x27acfc,0x38,_0x4a0bc9._0x2c8cfc)]=_0x481970['message'],_0x4f7f37[_0x137ceb(_0x4a0bc9._0x385455,0x27c,_0x4a0bc9._0x4ef80a,0x2f7)](-0x14ba+0x8b*-0x42+0x3a84)[_0x137ceb(0x25d,_0x4a0bc9._0xd02b32,0x1f6,_0x4a0bc9._0x5d047b)](_0x4b8701);}}catch(_0x3904d1){logger[_0x18b35c(-_0x4a0bc9._0x5356a4,-0x51,0x2c,0x7)](_0x5c0322[_0x18b35c(-0x66,_0x4a0bc9._0x23af14,_0x4a0bc9._0x4537bb,_0x4a0bc9._0x2a7f2f)],_0x3904d1);}else{const _0x227c8d={};_0x227c8d[_0x18b35c(0x18,0x5,-_0x4a0bc9._0xf2ff08,-_0x4a0bc9._0x4d19dc)]=_0x1a1860[_0x137ceb(_0x4a0bc9._0x3343da,0x221,0x258,0x280)][_0x18b35c(_0x4a0bc9._0x1ee156,_0x4a0bc9._0x4ecf0f,-_0x4a0bc9._0x131a96,_0x4a0bc9._0x5ceb87)+_0x18b35c(-0x1f,-_0x4a0bc9._0x56563c,-0xc,-0x7)];const _0x41ab26={};_0x41ab26['email']=_0x4c8d00[_0x18b35c(_0x4a0bc9._0xa29e67,0x32,_0x4a0bc9._0x457e7a,0x2a)][_0x137ceb(_0x4a0bc9._0x1bbc97,_0x4a0bc9._0x5509c8,0x314,0x2b4)],_0x41ab26[_0x18b35c(-0x5b,-0x57,0x68,-_0x4a0bc9._0x38a0f0)]=_0x3be4d9[_0x18b35c(0x26,0x81,_0x4a0bc9._0x46f977,_0x4a0bc9._0x2453cc)][_0x18b35c(-0x26,0x5,-_0x4a0bc9._0x1cbe09,-0xc)+_0x137ceb(0x245,0x1e5,_0x4a0bc9._0x14830f,_0x4a0bc9._0x51259e)];const _0x318d71={'baseUrl':_0x39baa[_0x137ceb(_0x4a0bc9._0xf17efd,0x244,0x224,0x304)][_0x137ceb(_0x4a0bc9._0x1bd557,0x25d,0x24f,_0x4a0bc9._0x322378)+_0x137ceb(_0x4a0bc9._0x3f8fc6,_0x4a0bc9._0x22c74c,_0x4a0bc9._0x5eb45b,_0x4a0bc9._0xd78040)],..._0x1c73e2[_0x18b35c(_0x4a0bc9._0x4737cd,_0x4a0bc9._0x56210c,_0x4a0bc9._0x4a9f9f,0x2a)][_0x137ceb(_0x4a0bc9._0x14830f,_0x4a0bc9._0x125cbf,_0x4a0bc9._0x44c395,0x29d)+_0x18b35c(-0x6c,_0x4a0bc9._0x41295a,0x23,-_0x4a0bc9._0x3f2157)]?_0x227c8d:{}};_0x318d71[_0x137ceb(_0x4a0bc9._0x2440d2,_0x4a0bc9._0x14ddf9,0x28e,0x291)]=_0x41ab26,_0x2e24dc=new _0x49dc1e(_0x318d71),_0x56883e[_0x18b35c(-0x26,-0x21,_0x4a0bc9._0x42acc0,-_0x4a0bc9._0x19f4ab)](_0x5c0322[_0x137ceb(0x26b,_0x4a0bc9._0x1610de,0x26c,0x229)]);}}if(_0x5c0322['fWWHt'](process[_0x137ceb(_0x4a0bc9._0x3343da,_0x4a0bc9._0x2ee7fc,0x2d6,_0x4a0bc9._0x569284)][_0x18b35c(0x5a,_0x4a0bc9._0x5e9adb,0x1b,_0x4a0bc9._0x3bd6e6)+'ED'],_0x137ceb(_0x4a0bc9._0x4f345f,_0x4a0bc9._0x2f32ad,0x31f,_0x4a0bc9._0x5b90f4)))try{const _0x6e3791={'baseUrl':process[_0x18b35c(0x49,_0x4a0bc9._0x204464,0x2f,0x2a)][_0x137ceb(_0x4a0bc9._0x202303,_0x4a0bc9._0xc23493,0x2d1,_0x4a0bc9._0x4a58fb)+'URL'],...process[_0x18b35c(-_0x4a0bc9._0x3bd6e6,-_0x4a0bc9._0x1bdcaf,0x8b,_0x4a0bc9._0x80e1e9)][_0x137ceb(_0x4a0bc9._0x14830f,_0x4a0bc9._0xd919e0,_0x4a0bc9._0x1e9324,_0x4a0bc9._0x51686a)+_0x137ceb(_0x4a0bc9._0x47dde6,_0x4a0bc9._0xd2f059,0x2d2,0x200)]?{'cloudId':process['env'][_0x137ceb(_0x4a0bc9._0x41b51a,_0x4a0bc9._0x38cc21,_0x4a0bc9._0x1ec96d,_0x4a0bc9._0x10ea8d)+'_ID']}:{}};_0x6e3791[_0x18b35c(-_0x4a0bc9._0x231024,_0x4a0bc9._0x57073a,_0x4a0bc9._0x5e45e0,_0x4a0bc9._0x48b140)]={},_0x6e3791[_0x18b35c(-_0x4a0bc9._0x231024,_0x4a0bc9._0x57073a,_0x4a0bc9._0x5e45e0,_0x4a0bc9._0x48b140)][_0x18b35c(-_0x4a0bc9._0x2bb78a,-_0x4a0bc9._0x36b6c9,-_0x4a0bc9._0x507d49,-0x2f)]=process['env']['JIRA_EMAIL'],_0x6e3791[_0x18b35c(-_0x4a0bc9._0x231024,_0x4a0bc9._0x57073a,_0x4a0bc9._0x5e45e0,_0x4a0bc9._0x48b140)][_0x18b35c(0x3b,-_0x4a0bc9._0x520770,-0xa,-_0x4a0bc9._0x482182)]=process['env'][_0x18b35c(0xf,_0x4a0bc9._0x3b1321,-0x1d,-0xc)+_0x18b35c(0x4,-_0x4a0bc9._0x2828ba,-0x1a,-0x27)],jiraClient=new JiraClient(_0x6e3791),logger[_0x137ceb(0x22a,0x1bb,0x29b,_0x4a0bc9._0x29a25d)](_0x137ceb(0x2c0,_0x4a0bc9._0x31fc77,_0x4a0bc9._0xd67e74,_0x4a0bc9._0xf0946e)+_0x18b35c(_0x4a0bc9._0xdd4e96,0x6d,-_0x4a0bc9._0x329ee6,0x3d)+_0x137ceb(0x22f,0x1fa,_0x4a0bc9._0x431d76,0x1fc)+_0x137ceb(_0x4a0bc9._0x2dbb1e,0x203,_0x4a0bc9._0xd57a41,0x27a)+_0x18b35c(0xe1,_0x4a0bc9._0x314a63,0x28,0x8f)+'s');}catch(_0x3ec6e2){if(_0x5c0322[_0x137ceb(0x2f4,_0x4a0bc9._0x3800af,_0x4a0bc9._0x4be2ab,_0x4a0bc9._0x4be2ab)](_0x137ceb(0x241,_0x4a0bc9._0x2f856c,0x1dd,0x28e),_0x5c0322[_0x18b35c(0xa9,-0x3b,-0x29,0x31)]))logger[_0x137ceb(0x273,0x251,0x26a,_0x4a0bc9._0x1610de)]('Failed\x20to\x20'+_0x18b35c(_0x4a0bc9._0x2d0555,_0x4a0bc9._0x2bca02,-_0x4a0bc9._0x507d49,0x8)+_0x137ceb(0x2be,_0x4a0bc9._0x20d8c5,0x298,_0x4a0bc9._0x510001)+_0x18b35c(0xdb,0xa9,0xac,0x99)+_0x18b35c(_0x4a0bc9._0x50ff00,0x54,0x58,-0x12),_0x3ec6e2);else{_0x5cd7e3=new _0x3869fa(_0x3798ea),_0x285a54[_0x18b35c(-0x6c,-_0x4a0bc9._0x486d81,-0x5b,-_0x4a0bc9._0x19f4ab)](_0x5c0322['ytDhj']);return;}}}export async function initializeJira(){const _0x6784d={_0x37649c:0x50,_0x3ebf9e:0x95},_0x2662d5={_0x3fef17:0x45,_0x13b715:0x1a5};function _0x34a70e(_0xe816f7,_0x59b1bf,_0x4182b6,_0x2c8927){return _0x21759d(_0xe816f7-_0x2662d5._0x3fef17,_0x2c8927,_0x4182b6-_0x2662d5._0x13b715,_0x59b1bf- -0x26e);}const _0x22d2db={'bUkIw':function(_0x1f6800){return _0x1f6800();}};await _0x22d2db[_0x34a70e(0x9e,0xba,_0x6784d._0x37649c,_0x6784d._0x3ebf9e)](initializeJiraClient);}function _0x2416(_0x603a8f,_0x15db26){_0x603a8f=_0x603a8f-(-0x1*0x513+0x2f9*0x1+0x2c6);const _0x2bb1d9=_0x4dcd();let _0x416d35=_0x2bb1d9[_0x603a8f];if(_0x2416['kVThTn']===undefined){var _0x41408d=function(_0x288dc0){const _0x1e5375='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5008bd='',_0x41b5eb='';for(let _0x3bcffb=-0x1*0x931+0x2477+0x1b46*-0x1,_0x12862e,_0x3fe7af,_0x2fd1a1=-0x7c9+-0x3*-0x989+-0x14d2;_0x3fe7af=_0x288dc0['charAt'](_0x2fd1a1++);~_0x3fe7af&&(_0x12862e=_0x3bcffb%(-0x1a01+-0x2*0x865+0x2acf)?_0x12862e*(-0x182d+-0x4e3*-0x3+0x4*0x271)+_0x3fe7af:_0x3fe7af,_0x3bcffb++%(0x3*0x229+-0x1*0x603+-0x74))?_0x5008bd+=String['fromCharCode'](-0x70a+0x53*0x29+-0x542*0x1&_0x12862e>>(-(-0x32b+0x1d97+-0x15*0x142)*_0x3bcffb&0xbd3+0x25d8+0x47*-0xb3)):0x257*-0x4+-0x5f2+0x28d*0x6){_0x3fe7af=_0x1e5375['indexOf'](_0x3fe7af);}for(let _0x4839e0=-0x3*-0xa3d+0x1*0x257c+-0x4433*0x1,_0x50307f=_0x5008bd['length'];_0x4839e0<_0x50307f;_0x4839e0++){_0x41b5eb+='%'+('00'+_0x5008bd['charCodeAt'](_0x4839e0)['toString'](-0x13bd+-0x5e4*-0x1+0xde9))['slice'](-(0x11b1*-0x1+-0x17a6*-0x1+-0x5f3));}return decodeURIComponent(_0x41b5eb);};_0x2416['bRMuSf']=_0x41408d,_0x2416['RyQjDK']={},_0x2416['kVThTn']=!![];}const _0x184296=_0x2bb1d9[-0x187e+0x295*-0x4+0x22d2],_0x5f53a6=_0x603a8f+_0x184296,_0x1d49ed=_0x2416['RyQjDK'][_0x5f53a6];return!_0x1d49ed?(_0x416d35=_0x2416['bRMuSf'](_0x416d35),_0x2416['RyQjDK'][_0x5f53a6]=_0x416d35):_0x416d35=_0x1d49ed,_0x416d35;}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x2abc6c={_0xfea7cf:0x37,_0x3ba901:0x8e,_0x59f3cc:0xc2,_0x78b252:0x7d,_0x2ea2f1:0x1c,_0x3f4621:0x66,_0x3e3325:0x2b,_0x448ec8:0x2d0,_0x1ca6e1:0x3e1,_0x4f97e5:0x3a8,_0xcc2460:0x3ac,_0x52a504:0x46,_0x2864d6:0x25,_0x2cacae:0x51,_0x345d64:0x23,_0x4f2bf8:0x78,_0x55ba21:0x20,_0xb2e75:0x70,_0x109580:0x44,_0x509fb3:0x4d,_0x1fea43:0x1f,_0x202de6:0x55,_0x1d9083:0x357,_0x2803f0:0x38e,_0xafd8f5:0x3b3,_0x309f2a:0x2d9,_0x29144e:0x22,_0x2e3901:0xc,_0x1f7f04:0xc7,_0x36fc09:0xa5,_0x6a01ff:0x8e,_0x314dcb:0x354,_0x25a1c3:0x2df,_0x4270d6:0x2a,_0x29c0b1:0x16,_0x4a57b6:0x6c,_0x58c1ce:0x2e7,_0x2b5b33:0x2d,_0xa8654c:0x97,_0x25f881:0x21,_0x29080f:0x54,_0x342329:0x26,_0x4408d7:0x2f5,_0x5b1f98:0x327,_0x1a5e57:0x2e9,_0x568652:0x0,_0x36dc77:0x4c,_0x2a578e:0x11,_0x5ec41d:0x3c3,_0x30146e:0x360,_0x4e7f15:0x3c0,_0x28820f:0x3a0,_0x4d8c07:0x5a,_0x590384:0x77,_0x2a35a9:0x9f,_0x45d6a5:0x125,_0x1093b9:0x10a,_0x40b217:0x41,_0x5c89e5:0x21,_0x601a75:0x10,_0x2a3332:0xa6,_0x2ef1d8:0x67,_0xfc807f:0x70,_0x2f73d3:0x38,_0x12d417:0x68,_0x127306:0x15,_0x3f18e6:0x2fc,_0x586b57:0x366,_0x236e56:0x2fe,_0x3c7efc:0x2e6,_0x28624e:0x37d,_0x3d858d:0x394,_0x453dab:0x35a,_0x5ce400:0x2b,_0x599eac:0x7f,_0x652398:0x13,_0x3861fa:0x87,_0x4ad06b:0x4,_0x390841:0xb8,_0x41523d:0x3e,_0x46ca06:0x9d,_0x526268:0x9d,_0xd9c228:0x35d,_0x4b1a33:0x3aa,_0x41a579:0x3c9,_0x1dfaaa:0x6,_0xc15de2:0x3c0,_0x144899:0x371,_0x30ae4d:0x355,_0x26e225:0x303,_0xa78462:0x361,_0x44b3eb:0x304,_0x216149:0x4b,_0x1b8487:0x10e,_0x70aa65:0xec,_0x434919:0xe0,_0x4a1f57:0x120,_0xd75889:0x3a2,_0x25427b:0xa7,_0x27026f:0x3a8,_0x3f179b:0x355,_0x34eb70:0x3be,_0x5c1325:0x372,_0x33cbe7:0x3d8,_0x385baa:0xa3,_0x2ad47a:0x103,_0x1bc9b9:0x30a,_0x5ca202:0x355,_0x449c76:0x44,_0x591dba:0x31e,_0xc72c6:0x397,_0x4e218a:0x81,_0x5355dd:0x5f,_0x476ea3:0x85,_0xc8bdf9:0x4c,_0x22d383:0x2fd,_0x1f676b:0x2b6,_0x2f1657:0x2f2,_0x116267:0xb,_0x7b55c3:0x82,_0x3a1085:0x306,_0x59fb35:0x3ab,_0x2b8c22:0x3c3,_0x445aca:0xf0,_0x2051bc:0xc5,_0x3a345b:0x2e0,_0x3e2f83:0x309,_0x10cf21:0x2b9,_0x3ddda5:0x80,_0x4dc7d8:0x2f,_0x275341:0x408,_0x32282b:0x40b,_0xce05b1:0x3b8,_0x49d071:0x28,_0x560b3e:0x2a,_0x2dea6c:0x65,_0x2fbe43:0x78,_0x1e2dbb:0xa3,_0x1a8b04:0x110,_0x46b05b:0x2ab,_0x46597b:0x374,_0x371d94:0x3b4,_0x18837c:0xe9,_0x24cb31:0xa5,_0x500bdb:0x87,_0x17c7c9:0x61,_0x1726c8:0x49,_0x232af4:0x14,_0x105964:0x31d,_0xbe6f53:0x31a,_0x4c117c:0x5e,_0x3fc115:0x37e,_0x113f84:0x34d,_0x5b3157:0x5,_0x31a22d:0x3b,_0x384f22:0x7a,_0x3d0a0f:0x321,_0x586b89:0x37b,_0x35913d:0x8,_0x4cf0f4:0x57,_0x13a734:0x37c,_0x322338:0x4e,_0x574299:0x27,_0x518e75:0x72,_0x250346:0x63,_0x5cdeae:0xdb,_0x1607bb:0x75,_0x12fb16:0x48,_0x320897:0x64,_0x1c53f7:0x127,_0x5e2040:0xb0,_0x30c9a6:0x123,_0x5a5eed:0xa1,_0x30a63e:0x53,_0x1e197b:0x5c,_0x3b6507:0x2c},_0x43a167={_0x560b24:0x148},_0x5d5c6e={_0x3a3a02:0x64,_0x28e713:0xeb},_0x563585={'mSDNd':_0x1e3918(-0x2c,-_0x2abc6c._0xfea7cf,-_0x2abc6c._0x3ba901,-_0x2abc6c._0x59f3cc)+'initialize'+_0x1e3918(0x5a,-_0x2abc6c._0x78b252,-_0x2abc6c._0x2ea2f1,-0x17)+_0x1e3918(0x33,_0x2abc6c._0x3f4621,_0x2abc6c._0x3e3325,0x13)+_0x50f2b2(0x384,0x2f7,0x319,_0x2abc6c._0x448ec8),'SvIWC':'JIRA\x20clien'+_0x50f2b2(0x356,_0x2abc6c._0x1ca6e1,_0x2abc6c._0x4f97e5,_0x2abc6c._0xcc2460)+_0x1e3918(-_0x2abc6c._0x52a504,0x4,-0x23,0x26)+'ronment\x20va'+_0x1e3918(-_0x2abc6c._0x2864d6,_0x2abc6c._0x2cacae,_0x2abc6c._0x345d64,_0x2abc6c._0x4f2bf8),'YTtlG':_0x1e3918(-0x106,-_0x2abc6c._0x55ba21,-_0x2abc6c._0x3ba901,-_0x2abc6c._0xb2e75)+'reload\x20JIR'+'A\x20client\x20f'+_0x1e3918(_0x2abc6c._0x109580,-_0x2abc6c._0x509fb3,_0x2abc6c._0x1fea43,_0x2abc6c._0x202de6)+_0x50f2b2(_0x2abc6c._0x1d9083,0x318,_0x2abc6c._0x2803f0,_0x2abc6c._0xafd8f5),'stepb':function(_0x2ccac0){return _0x2ccac0();},'zEZxW':_0x50f2b2(0x2ef,0x300,_0x2abc6c._0x309f2a,0x33c)+'t\x20reloaded'+_0x1e3918(-0x64,-0x30,-0x74,-0x44)+_0x1e3918(_0x2abc6c._0x29144e,0x68,_0x2abc6c._0x2e3901,0x38),'UAFFB':_0x1e3918(-_0x2abc6c._0x1f7f04,-_0x2abc6c._0x36fc09,-_0x2abc6c._0x6a01ff,-0x8d)+'reload\x20JIR'+_0x50f2b2(0x2b0,_0x2abc6c._0x314dcb,_0x2abc6c._0x25a1c3,0x26f)+_0x1e3918(0x32,_0x2abc6c._0x4270d6,-_0x2abc6c._0x29c0b1,-_0x2abc6c._0x4a57b6)+_0x50f2b2(0x2c5,0x2be,0x30c,_0x2abc6c._0x58c1ce),'BDRZc':function(_0x2cf0e0,_0x38ebeb){return _0x2cf0e0===_0x38ebeb;},'VMoRE':_0x1e3918(-0x79,-0x4e,-0x6,_0x2abc6c._0x2b5b33),'NPocU':function(_0x11725b,_0x332e9c){return _0x11725b!==_0x332e9c;},'exuYC':_0x1e3918(0x1a,-0x38,_0x2abc6c._0x2ea2f1,0x27),'jrhOj':_0x1e3918(-_0x2abc6c._0xa8654c,-_0x2abc6c._0x25f881,-_0x2abc6c._0x29080f,0x21),'XGlXk':_0x1e3918(_0x2abc6c._0x342329,-0x2f,0x29,-0x28)};logger[_0x50f2b2(_0x2abc6c._0x4408d7,_0x2abc6c._0x5b1f98,_0x2abc6c._0x1a5e57,0x340)](_0x1e3918(_0x2abc6c._0x568652,-_0x2abc6c._0x36dc77,-0x36,_0x2abc6c._0x2a578e)+'JIRA\x20clien'+_0x50f2b2(0x421,0x3ae,_0x2abc6c._0x5ec41d,0x362)+_0x50f2b2(_0x2abc6c._0x30146e,_0x2abc6c._0x4e7f15,_0x2abc6c._0x28820f,0x3bd)),jiraClient=null;const _0x21b59d=await _0x563585[_0x1e3918(-0x71,-_0x2abc6c._0x4d8c07,-_0x2abc6c._0x590384,-0x18)](loadJiraConfig);function _0x50f2b2(_0x36921a,_0x3ee6b4,_0x36e664,_0x56ce21){return _0x21759d(_0x36921a-_0x5d5c6e._0x3a3a02,_0x36921a,_0x36e664-_0x5d5c6e._0x28e713,_0x36e664- -0x36);}function _0x1e3918(_0x5dfd23,_0x15ab8f,_0x166f8d,_0x5cbba6){return _0x21759d(_0x5dfd23-_0x43a167._0x560b24,_0x5dfd23,_0x166f8d-0x1b9,_0x166f8d- -0x3cf);}if(_0x21b59d)try{jiraClient=new JiraClient(_0x21b59d),logger[_0x1e3918(-_0x2abc6c._0x2a35a9,-_0x2abc6c._0x45d6a5,-0xb0,-_0x2abc6c._0x1093b9)](_0x563585[_0x1e3918(_0x2abc6c._0x40b217,0x55,-_0x2abc6c._0x5c89e5,-0x45)]);return;}catch(_0x3ce569){logger[_0x1e3918(_0x2abc6c._0x601a75,-_0x2abc6c._0x2a3332,-_0x2abc6c._0x2ef1d8,-_0x2abc6c._0xfc807f)](_0x563585[_0x1e3918(-0x2e,-_0x2abc6c._0x2f73d3,-_0x2abc6c._0x12d417,-_0x2abc6c._0x127306)],_0x3ce569);}if(_0x563585['BDRZc'](process['env']['JIRA_ENABL'+'ED'],_0x563585[_0x50f2b2(_0x2abc6c._0x3f18e6,0x309,_0x2abc6c._0x586b57,0x367)]))try{if(_0x563585['NPocU'](_0x50f2b2(0x355,_0x2abc6c._0x236e56,0x31b,0x377),_0x563585['exuYC'])){const _0x3eaa6e={'baseUrl':process[_0x50f2b2(_0x2abc6c._0x3c7efc,_0x2abc6c._0x28624e,0x355,0x322)][_0x50f2b2(_0x2abc6c._0x3d858d,0x35a,0x373,_0x2abc6c._0x453dab)+_0x1e3918(0x3b,-_0x2abc6c._0x5ce400,-0x1d,-0x84)],...process['env'][_0x1e3918(-_0x2abc6c._0x599eac,-_0x2abc6c._0x2a578e,-0x27,-0x98)+_0x1e3918(-0x87,-_0x2abc6c._0x652398,-0x75,-0x8e)]?{'cloudId':process[_0x50f2b2(0x391,0x36f,0x355,0x394)]['JIRA_CLOUD'+_0x1e3918(-0xe7,-0xa7,-0x75,-0xc)]}:{}};_0x3eaa6e[_0x1e3918(-_0x2abc6c._0x4ad06b,-_0x2abc6c._0x390841,-0x53,-_0x2abc6c._0x3861fa)]={},_0x3eaa6e[_0x1e3918(-_0x2abc6c._0x4ad06b,-_0x2abc6c._0x390841,-0x53,-_0x2abc6c._0x3861fa)][_0x1e3918(-_0x2abc6c._0x41523d,-0xf9,-_0x2abc6c._0x46ca06,-0x110)]=process[_0x1e3918(-0x63,0x1e,-0x44,-_0x2abc6c._0x526268)][_0x50f2b2(_0x2abc6c._0xd9c228,0x37f,_0x2abc6c._0x4b1a33,_0x2abc6c._0x41a579)],_0x3eaa6e[_0x1e3918(-_0x2abc6c._0x4ad06b,-_0x2abc6c._0x390841,-0x53,-_0x2abc6c._0x3861fa)][_0x1e3918(_0x2abc6c._0x1dfaaa,-0x82,-0x70,-0x89)]=process[_0x50f2b2(_0x2abc6c._0xc15de2,_0x2abc6c._0x144899,_0x2abc6c._0x30ae4d,0x340)][_0x1e3918(-0x44,-0x7b,-0x7a,-0x68)+_0x50f2b2(_0x2abc6c._0x26e225,_0x2abc6c._0xa78462,_0x2abc6c._0x44b3eb,0x2fb)],jiraClient=new JiraClient(_0x3eaa6e),logger[_0x1e3918(-_0x2abc6c._0x216149,-_0x2abc6c._0x1b8487,-0xb0,-0xa3)](_0x1e3918(-_0x2abc6c._0x70aa65,-_0x2abc6c._0x434919,-0xc0,-_0x2abc6c._0x4a1f57)+'t\x20reloaded'+'\x20from\x20envi'+_0x50f2b2(0x359,0x399,_0x2abc6c._0xd75889,0x3f7)+'riables');}else try{const _0x18052f={};_0x18052f[_0x1e3918(-_0x2abc6c._0x25427b,-0x67,-0xa8,-0xe0)]=_0x5c5a6c[_0x50f2b2(_0x2abc6c._0x27026f,_0x2abc6c._0x5ec41d,_0x2abc6c._0x3f179b,0x32d)][_0x50f2b2(0x366,_0x2abc6c._0x34eb70,_0x2abc6c._0x5c1325,_0x2abc6c._0x33cbe7)+_0x1e3918(-_0x2abc6c._0x385baa,-0x97,-0x75,-0xa1)];const _0x11f503={};_0x11f503[_0x1e3918(-_0x2abc6c._0x2ad47a,-0x79,-0x9d,-_0x2abc6c._0x385baa)]=_0x494cc1[_0x50f2b2(_0x2abc6c._0x1bc9b9,0x321,_0x2abc6c._0x5ca202,0x3a6)]['JIRA_EMAIL'],_0x11f503['apiToken']=_0xccde8d[_0x1e3918(-0x1a,0xa,-_0x2abc6c._0x449c76,-0x6e)]['JIRA_API_T'+'OKEN'];const _0x28ba89={'baseUrl':_0x244456['env'][_0x50f2b2(0x3e2,_0x2abc6c._0x591dba,0x373,_0x2abc6c._0xc72c6)+_0x1e3918(0x3b,-0x7d,-0x1d,-_0x2abc6c._0x4e218a)],..._0x286f22[_0x1e3918(-_0x2abc6c._0x5355dd,_0x2abc6c._0x2ea2f1,-0x44,-_0x2abc6c._0x476ea3)][_0x1e3918(0x27,-_0x2abc6c._0xc8bdf9,-0x27,-0x58)+'_ID']?_0x18052f:{}};_0x28ba89[_0x50f2b2(0x31b,0x37f,0x346,_0x2abc6c._0x22d383)]=_0x11f503,_0x380383=new _0x40144c(_0x28ba89),_0x54e31d[_0x50f2b2(_0x2abc6c._0x1f676b,_0x2abc6c._0x2f1657,_0x2abc6c._0x1a5e57,0x302)](_0x1e3918(_0x2abc6c._0x116267,-_0x2abc6c._0x7b55c3,-0x1a,-0x77)+_0x50f2b2(_0x2abc6c._0x3a1085,_0x2abc6c._0x59fb35,0x368,_0x2abc6c._0x2b8c22)+_0x1e3918(-_0x2abc6c._0x445aca,-0x47,-0xab,-_0x2abc6c._0x2051bc)+'environmen'+'t\x20variable'+'s');}catch(_0x58cb45){_0x552d16['error'](_0x563585[_0x50f2b2(0x2ed,_0x2abc6c._0x3a345b,0x2f8,_0x2abc6c._0x3e2f83)],_0x58cb45);}}catch(_0x5b0ed7){logger[_0x50f2b2(0x327,_0x2abc6c._0x10cf21,0x332,0x2c6)]('Failed\x20to\x20'+_0x1e3918(-0x37,-_0x2abc6c._0x3ddda5,-_0x2abc6c._0x4dc7d8,0x1f)+'A\x20client\x20f'+_0x50f2b2(_0x2abc6c._0x275341,_0x2abc6c._0x32282b,_0x2abc6c._0xce05b1,0x3e1)+_0x1e3918(_0x2abc6c._0x49d071,_0x2abc6c._0x560b3e,-_0x2abc6c._0x116267,-_0x2abc6c._0x2dea6c),_0x5b0ed7);}else{if(_0x563585['NPocU'](_0x563585[_0x1e3918(-_0x2abc6c._0x2fbe43,-0x4a,-_0x2abc6c._0x1e2dbb,-_0x2abc6c._0x1a8b04)],_0x563585[_0x50f2b2(0x35b,0x356,0x34e,0x316)]))logger[_0x50f2b2(_0x2abc6c._0x46b05b,0x2ce,_0x2abc6c._0x1a5e57,0x2b7)](_0x50f2b2(0x2d9,0x32e,0x2f7,0x358)+_0x50f2b2(0x3e8,0x3b9,_0x2abc6c._0x46597b,_0x2abc6c._0x371d94)+'configurat'+_0x1e3918(-_0x2abc6c._0x18837c,-_0x2abc6c._0x24cb31,-_0x2abc6c._0x500bdb,-_0x2abc6c._0x17c7c9));else try{const _0x417561={};_0x417561['cloudId']=_0x270276[_0x1e3918(-0x22,-_0x2abc6c._0x1726c8,-0x44,-_0x2abc6c._0x1e2dbb)][_0x1e3918(_0x2abc6c._0x232af4,-0x80,-0x27,0x28)+'_ID'];const _0x2eedc2={};_0x2eedc2[_0x50f2b2(_0x2abc6c._0x105964,_0x2abc6c._0xbe6f53,_0x2abc6c._0x3f18e6,0x2d5)]=_0x50da50[_0x50f2b2(0x3a1,0x2dc,0x355,0x371)][_0x1e3918(-0x33,_0x2abc6c._0x4c117c,_0x2abc6c._0x2a578e,-0x3f)],_0x2eedc2[_0x50f2b2(0x36a,0x317,0x329,0x2bd)]=_0x45ba4e[_0x50f2b2(_0x2abc6c._0x3fc115,0x30e,0x355,_0x2abc6c._0x113f84)][_0x1e3918(-_0x2abc6c._0x5b3157,-_0x2abc6c._0x31a22d,-_0x2abc6c._0x384f22,-0x1a)+_0x50f2b2(_0x2abc6c._0x3d0a0f,0x330,_0x2abc6c._0x44b3eb,_0x2abc6c._0x586b89)];const _0x5ef635={'baseUrl':_0x510a6a[_0x1e3918(0x1b,_0x2abc6c._0x35913d,-_0x2abc6c._0x109580,-0xb8)][_0x1e3918(-_0x2abc6c._0x4cf0f4,-0x7d,-_0x2abc6c._0x342329,-0x25)+_0x50f2b2(0x306,0x378,_0x2abc6c._0x13a734,0x3ca)],..._0x30ae1e['env'][_0x1e3918(-0x3,_0x2abc6c._0x322338,-_0x2abc6c._0x574299,-_0x2abc6c._0x518e75)+_0x1e3918(-_0x2abc6c._0x250346,-_0x2abc6c._0x5cdeae,-_0x2abc6c._0x1607bb,-_0x2abc6c._0x12fb16)]?_0x417561:{}};_0x5ef635[_0x1e3918(0x25,-_0x2abc6c._0x320897,-0x53,-0x5d)]=_0x2eedc2,_0x2aa895=new _0x117a82(_0x5ef635),_0x2d1946[_0x1e3918(-_0x2abc6c._0x1c53f7,-0xe7,-_0x2abc6c._0x5e2040,-_0x2abc6c._0x30c9a6)](_0x563585[_0x1e3918(-0x59,-0x8c,-0x9e,-_0x2abc6c._0x5a5eed)]);}catch(_0x2e9f87){_0x11a3c9[_0x1e3918(-_0x2abc6c._0x30a63e,-0x72,-_0x2abc6c._0x2ef1d8,-_0x2abc6c._0x1e197b)](_0x563585[_0x1e3918(-0x21,-0x29,0x3,-_0x2abc6c._0x3b6507)],_0x2e9f87);}}}function _0x4dcd(){const _0x444c92=['BNqGzNjVBsbeqq','yMXLzcbMCM9Tia','Aw9U','BvrSCwC','y2XVDwrjza','yLvRsxC','sw52ywXPzcbPCW','ENnsz20','De9qsfO','ANjOt2O','sKLsqsbKAxnHyG','BvnetMq','zMzurMu','igzVCM1HDcbquG','u3zjv0m','zw1HAwW','AeHVC2u','otGXmZfgDKnRruG','z2v0sxnZDwu','rg1HqMi','sNjPvfy','vunQwK4','CezwBgu','t0TftG','BM90ignVBMzPzW','zMv0y2GGy29TBq','A2v5','CMzRDuG','B0zqsee','C3vLigTLEsbMBW','rMfPBgvKihrVia','svi6','qxv0AgvUDgLJyq','yxjJAcbXDwvYEq','vMLbCxG','BM9tAvO','CNKGBxvZDcbIzq','Aw9UihjLBg9Hza','DgLVBIbMywLSzq','u3voDM0','mIbJAgfYywn0zq','yvnjqui','u0P4qMO','mtK0qvrmAw93','DIb2yxjZoG','AMjgvgG','EvzUze0','ANnVBG','t1jVtxu','BNrssvy','sKLsqv9bueLFva','Du9zBw8','ugvYBwLZC2LVBG','C3rLCgi','mJHfAKT5suW','x0Le','igzYB20Grefuqq','nZGXqu90zNDd','suHJreC','AKzyzwW','yxbPvg9Rzw4','z0rbD3i','u2vHCMnOAw5Nia','BxvZDcbIzsbPBG','zw52AxjVBM1LBG','CNP3qMO','zNvTBei','zg9tsfu','vufgrKi','zxjYB3i','Aw5PDgLHBgL6zq','nZiWmdiWmgjQCvPmsa','ExreAgO','wvLRtee','mtiYmtK2zKrluwnn','l2LZC3vLCY86AW','Bw1LBNqGDg8GsG','iIaOBwf4oIa','rffTAeG','zMv0y2GGsKLsqq','y29UzMLNDxjHDa','DMz1wuu','yK9sCeq','svjbigLZC3vLoG','ug9ZDgLUzYbJBW','DMTgzgG','CMf0Aw9Uig5VDa','DwvZDcbIB2r5','BwzSDgW','yxv0Aa','zxKVy29TBwvUDa','Dg9vChbLCKnHCW','wgT2sKq','igLZC3vLoG','uw51uee','CfzOCeO','igfKBwLUAxn0CG','weDSwgS','CgfYyw1Z','DgvZDa','vfbzrfu','wfLzDhq','y29TBwvUDhm','rMv0y2HPBMCGsG','zw52','uxbsrKW','sxnZDwuGA2v5ia','sxnZDwuGBM90ia','z0vUB24','Bujgvg8','zM91BMq','wurArhO','igrLBMLLza','t2nNBgS','DuzcDw4','EM9REuS','igf0igXLyxn0ia','CuTQCLK','uMvSB2fKAw5Nia','z2v0','vMj0C3m','vK1VuKu','qLvuque','CMf0Aw9UigvUyq','AururKK','CMvSB2fKiePjuG','tM8GCgvYBwLZCW','C0fvCKS','vefFreLsoG','yxrVCI4','Dg90ywW','ugvytMG','sKLsqtOGiG','sKLsqv9dte9vra','sKLsqv9cqvnfxW','BgvKigfMDgvYia','zw5HyMXLza','igzYB20Gzw52Aq','sKLsqv9ftKfcta','EKvAEfC','wfHntuW','CMnOihf1zxj5ia','DMLKzsbHihnLyq','vvjm','iePjuKeGy2XPzq','z3viuLi','sKLsqsbPBNrLzW','rxD0ru0','uxvLCNKGDg9Via','u2vHCMnOihf1zq','CM9TierbvefFra','CM1HDa','sw52ywXPzcbZzq','twLZC2LUzYbZzq','igvUywjSzwq','EfDWAvy','B25Kwxm','yM9KEq','rvLzvuS','weP1EMK','B0DJveu','CNm6','C2HVCNq','C3rYAw5N','yxv0AgvUDgLJyq','q1zwBKm','Dhj1zq','ntbIsgP5C3O','C3rHDhvZ','CgfUrgG','BwvZC2fNzq','z2v0q29TBwvUDa','l2nVBMzPzW','v0fYCvu','vxvKrwm','wvr0BeC','Aw4GDgHLihjLCq','ugXLyxnLihbYBW','igLZC3vL','yxrPB24','wujkC08','CM9UBwvUDcb2yq','DMLKzsbHignVBq','Cg9ZDa','x0rjuG','wu5Wufi','t0Pfq1qTmtiZ','DcbYzwXVywrLza','zw50CW','sKLsqv9ftufjta','AxjHigLZC3vLoG','EerNwwO','C2vHCMnOsxnZDq','BhLIqLi','Cg9ZDenVBw1LBG','zgvIDwC','twLZC2LUzYbJBW','mJi0nez4sujnvW','zLDxshq','mZu0oda0B21oB2fl','yu1oDM8','tNLVA3a','DwTPELO','CM9TigvUDIb2yq','thrQyKK','Dcb2yxjPywjSzq','uM91DgvY','CMLHyMXLCW','rMv0y2HPBMCGyW','uwfQEgO','AxmGC2vYDMvYlG','t1n4tKK','qsbPC3n1zxm6','B1zXwKO','DcbJB25MAwD1CG','BNqGzNjVBsbLBG','yxjJAa','CNz6Dve','Aw5JBhvKzxm','yvr0BwW','BM90igzVDw5K','qsbPC3n1zxm','sKLsqsbJBgLLBG','CMf0Aw9UigLZia','ntGYnJe3n2DbBhLUAq','vfb5t0u','y29TBwvUDa','mtu4nda5ugXHt2rT','qsbJBgLLBNqGzG','nJr6C1jKv3q','B21Tzw50CYbMBW','ugvtqNO','l3nLyxjJAa','CIbkAxjHigLZCW','C2vHCMnOiePjuG','ignVBw1LBNrZoG','DhjPBq','BgvUz3rO','Aw5MBW','r3Dky04','wwPTA3a','q0XVC3y'];_0x4dcd=function(){return _0x444c92;};return _0x4dcd();}function _0xe8c1ad(_0x357a22,_0x235c49,_0x19f666,_0x3f7b7b){const _0x168898={_0x12b20a:0x156};return _0x2416(_0x19f666- -_0x168898._0x12b20a,_0x3f7b7b);}function requireJira(_0x420394,_0x2c8ac9,_0x3de89a){const _0x1a9773={_0x317176:0x5a,_0x2ae5f1:0x3d,_0x1f7081:0xc,_0x16e619:0x1ec,_0x34f4c8:0x33,_0x5bb7c7:0x77,_0x1ed481:0x51,_0x3e8140:0xa3,_0xc631ef:0x52,_0x2d4488:0x13f,_0x1b981c:0x1aa,_0x3e7b83:0x80,_0x3b44db:0xef,_0x3f94df:0x104,_0x39fa25:0x264,_0x408491:0x21d,_0x3cde88:0x23e,_0x4907f6:0x245,_0x52a9e6:0x204,_0x2f0a4a:0x1cd,_0x1ab18e:0xd1,_0xb22822:0x5e,_0x11d2f8:0x265,_0x27ed8f:0x2b2,_0x5d175c:0x19e,_0x1a70d6:0x202,_0x2b0078:0x1d0,_0x20cf8a:0x59,_0x2dd6e9:0xcc,_0xb1814e:0x267,_0x4a6a94:0x1fd,_0x24db6e:0x203,_0x11e4d9:0x1f1,_0x4990e7:0x257,_0x5042d3:0xa4,_0x12e906:0x4c,_0x53893b:0x16,_0x8a8b6e:0x28e,_0x429572:0x1fa},_0x56631e={_0xeec7e4:0x1dc},_0x355510={_0x5d869a:0x306},_0x3f7098={'IHcDG':_0x37abc0(_0x1a9773._0x317176,_0x1a9773._0x2ae5f1,0x24,-_0x1a9773._0x1f7081)+_0x130a46(_0x1a9773._0x16e619,0x1e3,0x20b,0x1f0)+'d','zRiGC':function(_0x1cf6c3,_0x495f76){return _0x1cf6c3!==_0x495f76;},'ORoMu':_0x37abc0(_0x1a9773._0x34f4c8,0x1c,_0x1a9773._0x5bb7c7,_0x1a9773._0x1ed481),'kGBMv':'JIRA\x20integ'+_0x37abc0(0x8b,0x73,0xc7,_0x1a9773._0x3e8140)+_0x37abc0(0xf4,0xb7,0x9a,_0x1a9773._0xc631ef),'SKtBc':'JIRA\x20integ'+_0x130a46(_0x1a9773._0x2d4488,_0x1a9773._0x1b981c,0x1ff,0x1a2)+_0x130a46(0x1d6,0x1d5,0x1fb,0x1e5)+'ured\x20on\x20th'+_0x37abc0(_0x1a9773._0x3e7b83,_0x1a9773._0x3b44db,_0x1a9773._0x3f94df,0xfa)+'\x20Please\x20co'+'ntact\x20your'+_0x130a46(_0x1a9773._0x39fa25,_0x1a9773._0x408491,0x201,0x23a)+_0x37abc0(0xef,0x9e,0xb0,0xe7),'XkvJD':function(_0x45b91f){return _0x45b91f();}};function _0x37abc0(_0x34cbda,_0x48e874,_0x37c1b0,_0xf510f){return _0x21759d(_0x34cbda-0x6d,_0x34cbda,_0x37c1b0-0x1c2,_0x48e874- -_0x355510._0x5d869a);}function _0x130a46(_0x5a48c0,_0x324932,_0x4fcc81,_0x33071f){return _0x21759d(_0x5a48c0-_0x56631e._0xeec7e4,_0x4fcc81,_0x4fcc81-0xf3,_0x324932- -0x166);}if(!jiraClient){if(_0x3f7098['zRiGC'](_0x3f7098[_0x130a46(_0x1a9773._0x3cde88,0x1ed,_0x1a9773._0x4907f6,0x251)],_0x130a46(_0x1a9773._0x52a9e6,_0x1a9773._0x2f0a4a,0x231,0x196))){const _0x13b39a={};return _0x13b39a[_0x37abc0(_0x1a9773._0x1ab18e,0x62,0x95,_0x1a9773._0xb22822)]=_0x3f7098['kGBMv'],_0x13b39a['message']=_0x3f7098['SKtBc'],_0x2c8ac9[_0x130a46(0x26b,_0x1a9773._0x11d2f8,_0x1a9773._0x27ed8f,0x22c)](0x2503+-0xfb+-0x2211)[_0x130a46(_0x1a9773._0x5d175c,0x1ec,0x198,0x204)](_0x13b39a);}else{const _0x6661ef={};return _0x6661ef[_0x130a46(0x19b,_0x1a9773._0x1a70d6,_0x1a9773._0x2b0078,0x207)]=_0x3f7098[_0x37abc0(-0x17,0x57,_0x1a9773._0x20cf8a,_0x1a9773._0x2dd6e9)],_0x6661ef[_0x130a46(0x293,_0x1a9773._0xb1814e,0x2c7,0x23b)]=_0x397edb[_0x130a46(0x2c3,0x267,_0x1a9773._0x4a6a94,_0x1a9773._0x24db6e)],_0x2d829f[_0x130a46(_0x1a9773._0x11e4d9,0x265,0x21d,_0x1a9773._0x4990e7)](0x1*0x1261+0xc7c+-0x96*0x32)[_0x37abc0(_0x1a9773._0x5042d3,_0x1a9773._0x12e906,-_0x1a9773._0x53893b,0x5c)](_0x6661ef);}}_0x3f7098[_0x130a46(0x24d,0x219,_0x1a9773._0x8a8b6e,_0x1a9773._0x429572)](_0x3de89a);}router[_0xe8c1ad(-0x81,-0x6,-0x1e,0x34)](_0x21759d(0x3e6,0x3a2,0x400,0x3cf),(_0x3aa80d,_0x186980)=>{const _0x239350={_0xc088ca:0x287,_0x52e6b5:0x2f1,_0x491dfe:0x2d2,_0x471393:0x223,_0x43f9cb:0x1ef,_0x128eb7:0x133,_0x292b9a:0x156,_0x5accff:0x13b},_0x1d3e4f={_0x545258:0x14},_0x550081={_0x40bfe6:0x1c2,_0x5d8c2f:0x294};function _0x3158b8(_0x424ded,_0x314eb7,_0x5c8da1,_0x2beef0){return _0xe8c1ad(_0x424ded-0x6f,_0x314eb7-_0x550081._0x40bfe6,_0x424ded-_0x550081._0x5d8c2f,_0x314eb7);}function _0x59426a(_0x1082ab,_0x1e4cfa,_0x220149,_0x2aa7b3){return _0x21759d(_0x1082ab-_0x1d3e4f._0x545258,_0x220149,_0x220149-0x1d1,_0x1e4cfa- -0x4c2);}const _0x466343={};_0x466343[_0x3158b8(_0x239350._0xc088ca,_0x239350._0x52e6b5,0x20e,_0x239350._0x491dfe)]=!!jiraClient,_0x466343['baseUrl']=jiraClient?process[_0x3158b8(0x267,0x26a,_0x239350._0x471393,_0x239350._0x43f9cb)][_0x59426a(-0xe1,-0x119,-_0x239350._0x128eb7,-0x140)+_0x59426a(-_0x239350._0x292b9a,-0x110,-_0x239350._0x5accff,-0x151)]:null,_0x186980['json'](_0x466343);}),router[_0x21759d(0x375,0x335,0x3de,0x39a)](_0xe8c1ad(-0x33,-0x8,-0x4a,-0x20)+'ey',requireJira,async(_0x333ada,_0x102b4f)=>{const _0x507d9c={_0x3d6df5:0x355,_0x268bfb:0x329,_0x50b533:0x345,_0x969491:0x32d,_0x588b4e:0x305,_0x160348:0x2c0,_0x43ccc7:0x2d1,_0x2103bf:0x26f,_0x2191b8:0x30e,_0x48a7e5:0x3b6,_0x3f1ed9:0x37e,_0x52694f:0x308,_0x401da8:0x2b6,_0x5e3806:0x299,_0x3985ab:0x3a0,_0x44b87e:0x359,_0x5e623d:0x349,_0x5ee4e5:0x339,_0x2fc3bd:0x321,_0x235099:0x340,_0x4dc9b1:0x3b5,_0x453ea8:0x3e8,_0x1060b0:0x33d,_0x285610:0x327,_0x48c7b3:0x2fa,_0x966f9e:0x30e,_0x113a4f:0x346,_0x33aa5c:0x297,_0x31d4de:0x3b1,_0x5afd89:0x386,_0x262e44:0x3a7,_0x5a9eee:0x3ae,_0xd6ed9:0x3db,_0x1c5718:0x40e,_0x6787cd:0x2c2,_0x48b3e5:0x275,_0x408aad:0x2b3,_0x4c2abe:0x381,_0x5097fa:0x326,_0xbb329a:0x34b,_0x4cb08e:0x35e,_0x34f2af:0x35e,_0x195c1b:0x3c9,_0x2e95ed:0x3c2,_0x363903:0x3a5,_0xcee6d0:0x39e,_0x2ffadf:0x400,_0x1d4742:0x26e,_0x3b2308:0x2ba,_0x189df4:0x2b6,_0x3e0382:0x2d0,_0xbe4aff:0x2e9,_0x5f4a1f:0x2c7,_0x4692f9:0x318,_0x281b78:0x30c,_0x24c41c:0x34c,_0xdf526e:0x2e9,_0x21477f:0x26d,_0x14b4cf:0x2af,_0x242da8:0x2d6,_0x3cfaf7:0x2ca,_0x2cf01a:0x373,_0x5ce8f2:0x3c6,_0x301724:0x395,_0x301391:0x358,_0x3af7ff:0x37b,_0x2ae267:0x2fe,_0x424cd5:0x2c2,_0x67119c:0x2b6,_0x13af60:0x2f6,_0x57ff88:0x2bb,_0x6d180a:0x2f3,_0x4bc572:0x3bd,_0x441e2f:0x365,_0x2d07ad:0x3ac,_0x45d364:0x2ff,_0x2fd94e:0x2ef,_0x22adfe:0x357,_0x2bd6d9:0x34f,_0x2eaac7:0x2de,_0x3df69f:0x3a1,_0x3ea522:0x2aa,_0x50aed5:0x38d,_0x58bdfa:0x3b2,_0x53d830:0x2d2,_0xab1cad:0x2b1,_0x12e53c:0x35f,_0x143c70:0x304,_0x3e2cb6:0x33b,_0x4a5080:0x37f,_0x4ebda8:0x371,_0x14eeb2:0x310,_0x5d1ce3:0x2f5,_0x2e001b:0x2e0,_0x5a13fe:0x34f,_0x54dabd:0x347,_0x22c871:0x3ab,_0x5dd072:0x376,_0x2d5de2:0x395,_0x7845b6:0x39d,_0x564128:0x3e3,_0x52d768:0x3dc,_0x55978e:0x2e1,_0xb93b1f:0x2cf,_0x1ffdd8:0x2e3,_0x41c451:0x320,_0x205355:0x2e5,_0x526132:0x3af,_0x31bb40:0x398,_0x3f8ecf:0x339,_0x34c678:0x32f,_0x39acfe:0x376,_0x4f2dca:0x334,_0x10c81e:0x386,_0x57b301:0x32c,_0x46f6d5:0x2b8,_0x43d9a5:0x243,_0xe9baa7:0x279,_0x5e59e6:0x2d6,_0x119105:0x29b,_0xf4b3a2:0x3b3,_0x34591f:0x395,_0x25a32b:0x3f3,_0x2a540a:0x30b,_0x44391b:0x346,_0x3251a7:0x3b2,_0x1b5e80:0x39c,_0x23e88c:0x2cb,_0x405459:0x2e2,_0x119be3:0x291,_0x15ffe6:0x32c,_0x4512f1:0x346,_0x2e6d28:0x3a3,_0x4d839c:0x263,_0x14d912:0x281,_0x4cf9d6:0x376,_0x1d5b53:0x2ec,_0x529359:0x384,_0x3629ab:0x37a,_0x317bb3:0x39c,_0x57e952:0x2d3,_0x37f2d3:0x34d,_0xadcfc:0x2eb,_0x26574f:0x27b,_0x4fbffd:0x2b4,_0x46ff2e:0x316,_0x38783e:0x389,_0x11708d:0x2f3,_0x3d20cb:0x37c,_0x3fe321:0x379},_0x31d379={_0xa3032e:0x1e1,_0x400870:0x100},_0x592641={_0x181e20:0xb6,_0x420601:0x183,_0x1cb8aa:0x331};function _0x355ebb(_0x316e86,_0x43c613,_0x4c8adc,_0x29cb40){return _0xe8c1ad(_0x316e86-_0x592641._0x181e20,_0x43c613-_0x592641._0x420601,_0x316e86-_0x592641._0x1cb8aa,_0x4c8adc);}const _0x27c125={};_0x27c125[_0x355ebb(_0x507d9c._0x3d6df5,_0x507d9c._0x268bfb,_0x507d9c._0x50b533,0x317)]=_0x3239e5(0x40c,0x39e,0x32e,0x3cb)+'short',_0x27c125[_0x3239e5(0x3a3,_0x507d9c._0x969491,_0x507d9c._0x588b4e,0x397)]='Search\x20que'+_0x355ebb(_0x507d9c._0x160348,_0x507d9c._0x43ccc7,_0x507d9c._0x2103bf,_0x507d9c._0x2191b8)+_0x3239e5(_0x507d9c._0x48a7e5,_0x507d9c._0x3f1ed9,0x3a7,0x3c5)+'2\x20characte'+'rs',_0x27c125[_0x355ebb(_0x507d9c._0x52694f,0x2d4,0x31e,0x37a)]=_0x355ebb(0x2ba,_0x507d9c._0x52694f,_0x507d9c._0x401da8,_0x507d9c._0x5e3806)+_0x3239e5(_0x507d9c._0x3985ab,_0x507d9c._0x44b87e,_0x507d9c._0x5e623d,_0x507d9c._0x5ee4e5)+_0x355ebb(0x2f9,_0x507d9c._0x2fc3bd,0x2cd,0x292),_0x27c125[_0x355ebb(0x32f,_0x507d9c._0x235099,0x2ce,0x35f)]=_0x355ebb(0x378,0x3a0,_0x507d9c._0x4dc9b1,_0x507d9c._0x453ea8),_0x27c125[_0x3239e5(0x3a7,_0x507d9c._0x1060b0,_0x507d9c._0x285610,_0x507d9c._0x48c7b3)]=_0x355ebb(0x307,_0x507d9c._0x966f9e,_0x507d9c._0x113a4f,_0x507d9c._0x33aa5c)+_0x3239e5(0x344,0x378,_0x507d9c._0x31d4de,0x396),_0x27c125[_0x3239e5(0x3e9,_0x507d9c._0x5afd89,0x393,_0x507d9c._0x262e44)]=_0x3239e5(0x350,_0x507d9c._0x5a9eee,_0x507d9c._0xd6ed9,_0x507d9c._0x1c5718)+_0x355ebb(_0x507d9c._0x6787cd,0x2cd,_0x507d9c._0x48b3e5,_0x507d9c._0x408aad)+'d',_0x27c125['ViAqx']=function(_0x59e176,_0x2ceee6){return _0x59e176===_0x2ceee6;},_0x27c125[_0x3239e5(_0x507d9c._0x4c2abe,_0x507d9c._0x5097fa,0x375,_0x507d9c._0xbb329a)]=_0x3239e5(0x352,0x3a8,_0x507d9c._0x4cb08e,_0x507d9c._0x34f2af),_0x27c125[_0x3239e5(_0x507d9c._0x195c1b,0x3c9,_0x507d9c._0x2e95ed,_0x507d9c._0x363903)]='Authentica'+'tion\x20faile'+'d';function _0x3239e5(_0x576c87,_0x515b0f,_0x190b43,_0x42159e){return _0x21759d(_0x576c87-_0x31d379._0xa3032e,_0x42159e,_0x190b43-_0x31d379._0x400870,_0x515b0f- -0x19);}_0x27c125['ZfqzC']=_0x3239e5(_0x507d9c._0xcee6d0,0x388,0x388,_0x507d9c._0x2ffadf)+_0x355ebb(0x29e,_0x507d9c._0x1d4742,_0x507d9c._0x3b2308,_0x507d9c._0x189df4),_0x27c125['Nyokp']=_0x355ebb(_0x507d9c._0x3e0382,_0x507d9c._0xbe4aff,_0x507d9c._0x5f4a1f,_0x507d9c._0x4692f9)+_0x355ebb(_0x507d9c._0x281b78,_0x507d9c._0x24c41c,_0x507d9c._0xdf526e,0x2eb),_0x27c125[_0x355ebb(0x2a8,0x283,_0x507d9c._0x21477f,0x286)]=_0x355ebb(0x2ba,_0x507d9c._0x14b4cf,_0x507d9c._0x242da8,_0x507d9c._0x3cfaf7)+_0x3239e5(0x3b4,_0x507d9c._0x44b87e,_0x507d9c._0x2cf01a,_0x507d9c._0x5ce8f2)+_0x3239e5(_0x507d9c._0x301724,0x3bc,_0x507d9c._0x301391,_0x507d9c._0x3af7ff);const _0x38031d=_0x27c125;try{const _0x26192a=_0x333ada[_0x355ebb(_0x507d9c._0x2ae267,0x2c7,_0x507d9c._0x424cd5,0x2a3)][_0x355ebb(_0x507d9c._0x67119c,_0x507d9c._0x13af60,_0x507d9c._0x57ff88,_0x507d9c._0x281b78)][_0x3239e5(_0x507d9c._0x281b78,0x304,_0x507d9c._0x6d180a,0x2eb)]()[_0x3239e5(_0x507d9c._0x4bc572,_0x507d9c._0x441e2f,_0x507d9c._0x2d07ad,_0x507d9c._0x24c41c)+'e']();if(!/^[A-Z]+-\d+$/i[_0x355ebb(_0x507d9c._0x45d364,0x31a,_0x507d9c._0x2fd94e,_0x507d9c._0x22adfe)](_0x26192a)){const _0x346a40={};return _0x346a40[_0x3239e5(0x2d9,_0x507d9c._0x2bd6d9,_0x507d9c._0x2eaac7,_0x507d9c._0x3df69f)]=_0x355ebb(0x2a2,_0x507d9c._0x3ea522,0x246,0x312)+'sue\x20key\x20fo'+_0x3239e5(0x39e,0x3a1,0x37c,_0x507d9c._0x50aed5),_0x346a40['message']='Issue\x20key\x20'+'must\x20be\x20in'+_0x355ebb(0x2a9,0x2d8,0x2c3,0x255)+'OJECT-123',_0x102b4f[_0x3239e5(0x3e6,_0x507d9c._0x58bdfa,0x35d,_0x507d9c._0x34f2af)](0x2299+-0x194*-0x2+-0x2431)[_0x355ebb(0x2cb,_0x507d9c._0x53d830,0x259,_0x507d9c._0xab1cad)](_0x346a40);}logger[_0x355ebb(_0x507d9c._0x12e53c,_0x507d9c._0x143c70,_0x507d9c._0x3e2cb6,_0x507d9c._0x4a5080)](_0x3239e5(_0x507d9c._0x3f1ed9,_0x507d9c._0x4ebda8,0x2fb,_0x507d9c._0x14eeb2)+_0x355ebb(0x2ef,0x337,0x290,0x2d7)+'\x20'+_0x26192a);const _0x17c7fc=await jiraClient[_0x355ebb(0x2ae,0x2d1,_0x507d9c._0x5d1ce3,0x281)](_0x26192a);_0x102b4f['json'](_0x17c7fc);}catch(_0x501478){logger[_0x3239e5(_0x507d9c._0x2e001b,_0x507d9c._0x5a13fe,0x370,0x37f)](_0x38031d[_0x3239e5(_0x507d9c._0x54dabd,0x376,0x3e5,_0x507d9c._0x22c871)],_0x501478);if(_0x501478[_0x355ebb(0x346,0x2f5,0x37a,0x2f2)][_0x355ebb(_0x507d9c._0x5dd072,_0x507d9c._0x2d5de2,0x36b,0x30b)](_0x38031d[_0x3239e5(0x369,_0x507d9c._0x7845b6,_0x507d9c._0x564128,_0x507d9c._0x52d768)])){const _0x314367={};return _0x314367[_0x355ebb(_0x507d9c._0x55978e,0x2cc,_0x507d9c._0xb93b1f,_0x507d9c._0x1ffdd8)]=_0x38031d[_0x3239e5(_0x507d9c._0x41c451,_0x507d9c._0x1060b0,0x34e,0x361)],_0x314367['message']=_0x501478[_0x355ebb(0x346,0x37e,_0x507d9c._0x205355,_0x507d9c._0x526132)],_0x102b4f[_0x3239e5(0x368,0x3b2,_0x507d9c._0x31bb40,0x40b)](0x2551+0x137c+-0x3739*0x1)[_0x3239e5(_0x507d9c._0x3cfaf7,_0x507d9c._0x3f8ecf,0x387,_0x507d9c._0x5f4a1f)](_0x314367);}else{if(_0x501478[_0x355ebb(0x346,0x309,0x31b,_0x507d9c._0x34c678)][_0x355ebb(_0x507d9c._0x39acfe,0x3c3,0x384,0x38a)](_0x38031d[_0x3239e5(_0x507d9c._0x4f2dca,_0x507d9c._0x10c81e,0x3c0,_0x507d9c._0x2fc3bd)])){if(_0x38031d[_0x3239e5(0x339,_0x507d9c._0x57b301,0x308,0x316)](_0x38031d[_0x355ebb(_0x507d9c._0x46f6d5,_0x507d9c._0x43d9a5,_0x507d9c._0xe9baa7,_0x507d9c._0x5e59e6)],_0x38031d[_0x355ebb(_0x507d9c._0x46f6d5,_0x507d9c._0x119105,0x31b,0x2b1)])){const _0x404c1a={};return _0x404c1a[_0x3239e5(0x3ba,0x34f,0x31c,_0x507d9c._0xf4b3a2)]=_0x38031d[_0x3239e5(_0x507d9c._0x34591f,0x3c9,_0x507d9c._0x25a32b,0x407)],_0x404c1a[_0x355ebb(_0x507d9c._0x113a4f,0x390,_0x507d9c._0x2a540a,0x37b)]=_0x501478[_0x355ebb(_0x507d9c._0x44391b,_0x507d9c._0x3251a7,0x361,_0x507d9c._0x1b5e80)],_0x102b4f[_0x3239e5(0x371,0x3b2,0x3d8,0x427)](0xe00+0x2705+0x94*-0x59)[_0x355ebb(_0x507d9c._0x23e88c,_0x507d9c._0x405459,_0x507d9c._0x119be3,_0x507d9c._0x15ffe6)](_0x404c1a);}else{const _0x1d4dd0={};return _0x1d4dd0['error']=_0x38031d['YNpPR'],_0x1d4dd0[_0x355ebb(_0x507d9c._0x4512f1,0x343,_0x507d9c._0x2e6d28,0x383)]=_0x38031d[_0x355ebb(0x2bf,0x336,_0x507d9c._0x4d839c,_0x507d9c._0x14d912)],_0x4ebf7b['status'](-0x2*-0x377+-0x1*0x13b7+-0xe59*-0x1)[_0x3239e5(0x373,0x339,0x39c,0x390)](_0x1d4dd0);}}else{if(_0x501478['message'][_0x355ebb(_0x507d9c._0x4cf9d6,0x38e,_0x507d9c._0x3df69f,0x377)](_0x38031d['ZfqzC'])){const _0x2bf357={};return _0x2bf357[_0x3239e5(_0x507d9c._0x1d5b53,0x34f,_0x507d9c._0x529359,0x3c1)]=_0x38031d[_0x3239e5(_0x507d9c._0x3629ab,0x3d3,0x379,0x388)],_0x2bf357[_0x355ebb(0x346,_0x507d9c._0x317bb3,0x33b,_0x507d9c._0x57e952)]=_0x501478[_0x355ebb(0x346,0x2e4,_0x507d9c._0x37f2d3,0x361)],_0x102b4f['status'](0x35*-0x25+-0x22ca+-0x7*-0x64a)[_0x355ebb(0x2cb,0x27c,0x318,0x264)](_0x2bf357);}else{const _0x5a8e9d={};return _0x5a8e9d[_0x355ebb(0x2e1,0x326,_0x507d9c._0xadcfc,_0x507d9c._0x26574f)]=_0x38031d[_0x3239e5(_0x507d9c._0x4fbffd,_0x507d9c._0x46ff2e,0x378,_0x507d9c._0x38783e)],_0x5a8e9d['message']=_0x501478[_0x355ebb(0x346,_0x507d9c._0x11708d,0x306,_0x507d9c._0x3d20cb)],_0x102b4f['status'](0x1a0d+0x1*0x5e7+-0x300*0xa)[_0x3239e5(0x324,0x339,0x2fd,_0x507d9c._0x3fe321)](_0x5a8e9d);}}}}});function _0x21759d(_0x424143,_0x2f8106,_0x5f409f,_0x375155){const _0x14214d={_0x5b920a:0x262};return _0x2416(_0x375155-_0x14214d._0x5b920a,_0x2f8106);}router[_0x21759d(0x451,0x392,0x41a,0x3da)](_0x21759d(0x392,0x2ae,0x2a0,0x319),requireJira,async(_0x910276,_0x49731e)=>{const _0x5e1656={_0x76ea42:0x370,_0x558497:0x332,_0x28963b:0x3b4,_0xa74c9:0x3e6,_0x69c46:0x3b9,_0x11012a:0x3c2,_0x2cd464:0x422,_0x48124e:0x3f0,_0x4440fe:0x424,_0x50fcb5:0x3e5,_0x1f10a0:0x3be,_0x513ac3:0x33e,_0x4a5126:0x39b,_0x94749d:0x404,_0xc56569:0x3fa,_0x26e980:0x40d,_0x24f616:0x3bd,_0x64544a:0x317,_0x4ce3bb:0x36b,_0xb2e477:0x3d7,_0x3965f8:0x363,_0x131c51:0x3c9,_0x122573:0x32a,_0x1fe96e:0x399,_0x48167f:0x3ee,_0x3e6d55:0x3d8,_0xd79f6:0x3cb,_0xdb89d0:0x448,_0x5ebffb:0x367,_0x39bc2a:0x39b,_0x2a7d5f:0x305,_0x85aae2:0x2c0,_0x166ecd:0x322,_0x3417bc:0x359,_0x317234:0x395,_0xdda1c6:0x290,_0x40a644:0x2a4,_0x5bf0c8:0x305,_0x258537:0x468,_0x157d17:0x417,_0x31baf4:0x3a3,_0x4d9ac1:0x3e0,_0x44e8c1:0x3db,_0x560512:0x446,_0x4c62d3:0x47a,_0x470ff9:0x45b,_0x181acf:0x466,_0x1a69d6:0x339,_0x4198b4:0x2fc,_0x16f5b1:0x34b,_0x4d1fcd:0x3a5,_0x3ba5d2:0x396,_0x8e0d07:0x364,_0x3e0669:0x308,_0x28fb45:0x324,_0x5f4dc9:0x2aa,_0x2035ed:0x315,_0x8f38d1:0x3d4,_0x8a2f31:0x344,_0xc2fe41:0x31d,_0x58566a:0x3a6,_0x2251c4:0x2e7,_0x56a007:0x2ee,_0x3d51ed:0x32d,_0x56b891:0x389,_0x3781f4:0x3f3,_0xaa51f:0x32e,_0x496b6e:0x302,_0x1233f0:0x3e0,_0x354813:0x3d3,_0x247385:0x2f0,_0x4c41e7:0x3a0,_0x18d457:0x33a,_0x3c0116:0x391,_0x46fa91:0x356,_0x753f0d:0x3db,_0x583947:0x3e6,_0x8e5d4c:0x386,_0x454018:0x3ea,_0x5cecf2:0x3eb,_0x12fbe5:0x39c,_0x5cab2a:0x2db,_0x5452e2:0x369,_0x3c2dc5:0x3db,_0x358b6e:0x42d,_0x464e92:0x411,_0x5f4409:0x3b5,_0x295a93:0x36d,_0x15afed:0x447,_0x3c5d6a:0x406,_0xa6acc7:0x3a1,_0x502f66:0x365,_0x35799a:0x3bb,_0x1bee37:0x3c7,_0x40df9b:0x3fb,_0x20134a:0x3c3,_0x40d918:0x39d,_0x17890e:0x3fd,_0x38241b:0x403,_0x2d58ed:0x3a3,_0x5ab8e8:0x33c,_0x429052:0x3ad,_0x35fcc5:0x2c6,_0x1e4241:0x322,_0x978ed6:0x401,_0x1a0ce9:0x41d,_0x4700a5:0x418,_0x2a0588:0x3e1,_0x2ef2b3:0x3ac,_0x32b64:0x36f,_0x1a0c06:0x388,_0x5b2c47:0x34a,_0x5e5fa2:0x394,_0x4ef468:0x45a,_0x4d8fc9:0x3bf,_0x51524c:0x429,_0x28e62:0x360,_0x2de91e:0x387,_0x238e5f:0x3cf,_0x4ad825:0x383,_0x68554f:0x377,_0x2e9348:0x339,_0x2942ef:0x38c,_0x1a2cb3:0x349,_0x3b99ad:0x2e1,_0xbc0baa:0x358,_0x45b731:0x3fc,_0xed9f30:0x346,_0xcb21f:0x32f,_0x823189:0x3a2,_0x13b9ed:0x3ba,_0x2458a1:0x3b7,_0x7d0830:0x3ed,_0x2f16ca:0x38b,_0x138a21:0x3d7,_0x5b6c96:0x379,_0x1dafe1:0x315},_0xa4189d={_0x2359f3:0x117},_0x16ee4b={_0x3b4d61:0x3d8},_0x7275b6={};_0x7275b6[_0x410d61(0x380,_0x5e1656._0x76ea42,0x3a2,0x3cb)]=function(_0x46f35c,_0x2fc874){return _0x46f35c!==_0x2fc874;};function _0x410d61(_0x385b45,_0x5d73f3,_0x116959,_0x4f88ce){return _0xe8c1ad(_0x385b45-0x19f,_0x5d73f3-0x5,_0x5d73f3-_0x16ee4b._0x3b4d61,_0x116959);}function _0x44e785(_0x43be68,_0x5d545b,_0x213822,_0x58ce79){return _0x21759d(_0x43be68-_0xa4189d._0x2359f3,_0x5d545b,_0x213822-0x15e,_0x58ce79- -0x16);}_0x7275b6[_0x44e785(_0x5e1656._0x558497,0x378,0x395,0x35b)]=_0x410d61(_0x5e1656._0x28963b,_0x5e1656._0xa74c9,_0x5e1656._0x69c46,0x43b),_0x7275b6['doSHU']=_0x44e785(0x356,0x3ae,_0x5e1656._0x11012a,0x3a6)+'arch\x20query',_0x7275b6[_0x410d61(_0x5e1656._0x2cd464,_0x5e1656._0x48124e,0x445,0x3d2)]=_0x44e785(0x435,_0x5e1656._0x4440fe,_0x5e1656._0x50fcb5,_0x5e1656._0x1f10a0)+_0x44e785(0x360,_0x5e1656._0x513ac3,0x345,_0x5e1656._0x4a5126)+_0x44e785(_0x5e1656._0x94749d,_0x5e1656._0xc56569,0x328,0x39a)+_0x44e785(_0x5e1656._0x26e980,0x428,0x41c,_0x5e1656._0x24f616)+_0x410d61(0x34e,0x39a,0x32b,0x3ed),_0x7275b6[_0x44e785(_0x5e1656._0x64544a,_0x5e1656._0x1f10a0,0x3cb,_0x5e1656._0x4ce3bb)]=_0x410d61(0x411,_0x5e1656._0xb2e477,0x405,0x421)+_0x44e785(0x3b4,0x33b,_0x5e1656._0x3965f8,0x3af),_0x7275b6[_0x44e785(_0x5e1656._0x131c51,_0x5e1656._0x122573,0x3de,_0x5e1656._0x1fe96e)]=_0x410d61(_0x5e1656._0x48167f,_0x5e1656._0x3e6d55,_0x5e1656._0xd79f6,_0x5e1656._0xdb89d0)+_0x410d61(0x3cb,_0x5e1656._0x5ebffb,_0x5e1656._0x39bc2a,0x309)+_0x44e785(0x391,0x308,0x37b,0x381)+_0x44e785(_0x5e1656._0x2a7d5f,0x2e7,0x390,0x335)+'rs',_0x7275b6[_0x44e785(0x2f6,0x2cb,_0x5e1656._0x85aae2,_0x5e1656._0x166ecd)]=_0x410d61(_0x5e1656._0x3417bc,0x361,_0x5e1656._0x317234,0x3b3)+_0x44e785(_0x5e1656._0xdda1c6,0x2e6,_0x5e1656._0x40a644,_0x5e1656._0x5bf0c8)+_0x410d61(_0x5e1656._0x258537,_0x5e1656._0x157d17,_0x5e1656._0x31baf4,_0x5e1656._0x4d9ac1),_0x7275b6[_0x44e785(0x33e,0x370,0x3db,0x371)]=_0x410d61(0x40e,_0x5e1656._0x44e8c1,0x40c,_0x5e1656._0x560512)+_0x410d61(_0x5e1656._0x4c62d3,0x41b,_0x5e1656._0x470ff9,_0x5e1656._0x181acf),_0x7275b6[_0x44e785(0x295,_0x5e1656._0x1a69d6,0x2b2,_0x5e1656._0x4198b4)]=_0x44e785(_0x5e1656._0x16f5b1,0x3c3,0x36b,_0x5e1656._0x4d1fcd)+_0x410d61(_0x5e1656._0x3ba5d2,_0x5e1656._0x8e0d07,0x2f4,_0x5e1656._0x3e0669),_0x7275b6[_0x44e785(_0x5e1656._0x28fb45,0x374,_0x5e1656._0x5f4dc9,_0x5e1656._0x2035ed)]=_0x44e785(0x419,_0x5e1656._0x8f38d1,_0x5e1656._0x4d1fcd,0x3b1)+'tion\x20faile'+'d',_0x7275b6[_0x44e785(0x2dc,_0x5e1656._0x8a2f31,_0x5e1656._0xc2fe41,0x310)]=_0x44e785(_0x5e1656._0x58566a,_0x5e1656._0x2251c4,_0x5e1656._0x56a007,_0x5e1656._0x3d51ed)+'tion\x20faile'+'d',_0x7275b6[_0x410d61(_0x5e1656._0x56b891,0x3a2,_0x5e1656._0x3781f4,0x355)]=_0x410d61(0x300,0x361,0x368,0x38f)+'search\x20JIR'+_0x410d61(0x354,_0x5e1656._0xaa51f,_0x5e1656._0x496b6e,0x2e5);const _0x1d5e8c=_0x7275b6;try{const {query:_0x20b02f,maxResults:maxResults=-0x286+0xe51+-0xbb7*0x1}=_0x910276[_0x410d61(0x3e8,_0x5e1656._0x1233f0,_0x5e1656._0x354813,0x432)];if(!_0x20b02f||_0x1d5e8c[_0x44e785(0x325,_0x5e1656._0x247385,_0x5e1656._0x4c41e7,_0x5e1656._0x18d457)](typeof _0x20b02f,_0x1d5e8c[_0x410d61(0x3b7,_0x5e1656._0x3c0116,_0x5e1656._0x46fa91,0x36a)])){const _0xde053f={};return _0xde053f[_0x410d61(0x35f,0x388,_0x5e1656._0x753f0d,_0x5e1656._0x583947)]=_0x1d5e8c[_0x410d61(_0x5e1656._0x558497,_0x5e1656._0x8e5d4c,0x385,0x3e0)],_0xde053f['message']=_0x1d5e8c[_0x44e785(0x42b,_0x5e1656._0x454018,_0x5e1656._0xb2e477,0x3ba)],_0x49731e[_0x410d61(0x40d,_0x5e1656._0x5cecf2,0x464,0x38a)](0x2051*-0x1+0x120b*-0x1+0x33ec)[_0x44e785(0x2dd,_0x5e1656._0x12fbe5,_0x5e1656._0x5cab2a,0x33c)](_0xde053f);}if(_0x20b02f[_0x410d61(_0x5e1656._0x317234,0x33d,_0x5e1656._0x5452e2,0x39b)]()['length']<-0x2*-0x1242+-0x173*0x1+-0x230f){const _0x1a2463={};return _0x1a2463['error']=_0x1d5e8c[_0x410d61(0x41a,0x3a1,_0x5e1656._0x3c2dc5,0x38c)],_0x1a2463[_0x410d61(_0x5e1656._0x454018,0x3ed,0x3a9,_0x5e1656._0x358b6e)]=_0x1d5e8c['XXMML'],_0x49731e[_0x44e785(_0x5e1656._0x464e92,0x39c,0x423,_0x5e1656._0x5f4409)](-0x1d72+-0x1fb2+0x3eb4)[_0x44e785(_0x5e1656._0x295a93,0x322,0x2c3,0x33c)](_0x1a2463);}logger[_0x410d61(_0x5e1656._0x15afed,_0x5e1656._0x3c5d6a,0x3f5,_0x5e1656._0xa6acc7)](_0x410d61(_0x5e1656._0x502f66,0x381,0x357,_0x5e1656._0x35799a)+_0x410d61(0x3ac,_0x5e1656._0x1bee37,_0x5e1656._0x40df9b,_0x5e1656._0x20134a)+_0x20b02f+_0x44e785(0x317,0x38d,_0x5e1656._0x40d918,0x35a)+maxResults+')');const _0x1c9f16=await jiraClient[_0x410d61(_0x5e1656._0x17890e,_0x5e1656._0x38241b,_0x5e1656._0xb2e477,0x3a6)+'es'](_0x20b02f,maxResults);_0x49731e[_0x44e785(0x398,0x369,_0x5e1656._0x2d58ed,_0x5e1656._0x5ab8e8)](_0x1c9f16);}catch(_0x32ef45){logger[_0x410d61(0x3cc,0x388,_0x5e1656._0x429052,0x377)](_0x1d5e8c[_0x44e785(0x308,0x38d,_0x5e1656._0x35fcc5,_0x5e1656._0x1e4241)],_0x32ef45);if(_0x32ef45[_0x410d61(0x44a,0x3ed,0x42f,0x411)][_0x410d61(_0x5e1656._0x978ed6,_0x5e1656._0x1a0ce9,_0x5e1656._0x4700a5,_0x5e1656._0x2a0588)](_0x1d5e8c[_0x44e785(_0x5e1656._0x2ef2b3,_0x5e1656._0x454018,_0x5e1656._0x32b64,0x371)])){const _0x5d79fa={};return _0x5d79fa[_0x410d61(0x3fb,_0x5e1656._0x1a0c06,0x31a,_0x5e1656._0x5b2c47)]=_0x1d5e8c[_0x44e785(0x36a,0x2c8,0x2d3,0x2fc)],_0x5d79fa[_0x410d61(0x386,0x3ed,0x3b1,0x3bf)]=_0x32ef45[_0x410d61(_0x5e1656._0xc56569,0x3ed,0x3f8,0x3d1)],_0x49731e[_0x410d61(_0x5e1656._0x5e5fa2,_0x5e1656._0x5cecf2,_0x5e1656._0x4ef468,_0x5e1656._0x4d8fc9)](0x515*0x2+-0x1*0x21ec+-0x7*-0x39e)['json'](_0x5d79fa);}else{if(_0x32ef45[_0x44e785(_0x5e1656._0x51524c,_0x5e1656._0x28e62,0x3d7,0x3b7)][_0x44e785(_0x5e1656._0x2de91e,_0x5e1656._0x238e5f,0x3fc,0x3e7)](_0x1d5e8c[_0x410d61(_0x5e1656._0x4ad825,0x34b,0x32f,0x39b)])){const _0x20bd46={};return _0x20bd46[_0x44e785(_0x5e1656._0x68554f,_0x5e1656._0x2e9348,_0x5e1656._0x2942ef,0x352)]=_0x1d5e8c[_0x410d61(_0x5e1656._0x1a2cb3,0x346,_0x5e1656._0x3b99ad,0x2fb)],_0x20bd46['message']=_0x32ef45[_0x44e785(0x391,0x392,_0x5e1656._0xbc0baa,0x3b7)],_0x49731e[_0x44e785(_0x5e1656._0x45b731,0x365,_0x5e1656._0xed9f30,0x3b5)](-0x1e7+-0x3*0xb95+0x2637)[_0x44e785(_0x5e1656._0xcb21f,0x2fa,0x308,0x33c)](_0x20bd46);}else{const _0x578c18={};return _0x578c18['error']=_0x1d5e8c[_0x410d61(0x36d,_0x5e1656._0x823189,0x40f,0x3a4)],_0x578c18[_0x44e785(_0x5e1656._0x13b9ed,_0x5e1656._0x4d9ac1,0x3fd,_0x5e1656._0x2458a1)]=_0x32ef45[_0x410d61(_0x5e1656._0x48124e,_0x5e1656._0x7d0830,_0x5e1656._0x2f16ca,0x447)],_0x49731e[_0x410d61(_0x5e1656._0x138a21,0x3eb,_0x5e1656._0x5b6c96,0x411)](0xf1*0x4+-0x1*0x163d+-0x53*-0x3f)[_0x410d61(0x365,0x372,_0x5e1656._0x1dafe1,_0x5e1656._0x5f4409)](_0x578c18);}}}}),router['get'](_0x21759d(0x378,0x343,0x315,0x36e)+'ey/comment'+'s',requireJira,async(_0x21f120,_0x52a009)=>{const _0x52eff7={_0x756052:0x28d,_0x206160:0x2c7,_0x42060c:0x2f8,_0x1b2f96:0x2a8,_0x26e612:0x2b1,_0x5a3c7d:0x252,_0x312a7a:0x2a7,_0x2b6fe8:0x363,_0x5229f7:0x3d9,_0x191f0e:0x3e2,_0x4b39b0:0x283,_0x176294:0x2b5,_0x1c40ac:0x335,_0x3f8afa:0x331,_0x16bc62:0x3a6,_0x9545dc:0x30e,_0x24aeba:0x2c8,_0x51d641:0x27e,_0x258455:0x32d,_0x1f6f17:0x265,_0x5afd50:0x310,_0x23f950:0x344,_0x1d3a4c:0x262,_0x592a33:0x2b9,_0x4ff7dd:0x2f7,_0x26e0f8:0x303,_0x5369be:0x3ac,_0x41af8b:0x39f,_0x1e7758:0x2fc,_0x5c6333:0x286,_0x306ead:0x36b,_0x21056e:0x322,_0x551e5e:0x3b0,_0x952d4:0x360,_0x5f46bf:0x3d8,_0x4c202a:0x3a6,_0x55892e:0x381,_0xd5fd79:0x308,_0x264e91:0x327,_0x898146:0x317,_0x53b30c:0x268,_0x1b36d7:0x255,_0x50940c:0x2f1,_0x45e445:0x361,_0x31f3f7:0x3c5,_0x3389ec:0x2d5,_0x3618cf:0x2be,_0xbc479e:0x2b4,_0x2d1b5b:0x324,_0x3318bf:0x2b4,_0x7988fb:0x3c3,_0x131362:0x3cc,_0x4a7102:0x374,_0x51f891:0x305,_0x3d9ab2:0x299,_0x4c554f:0x313,_0x12c1ca:0x292,_0x511cd7:0x3bb,_0x34ae9a:0x2ff,_0x186c2f:0x3b3,_0x4b49ec:0x33f,_0x17a943:0x36c,_0x31bf54:0x2ce,_0x150015:0x2e6,_0x57fa95:0x2e3,_0x3939e2:0x2f7,_0x51388c:0x2b5,_0x11343a:0x23c,_0x58b09e:0x375,_0x1c2b44:0x394,_0x5ea2bb:0x2ac,_0x3a67d4:0x2ec,_0x2adb17:0x287,_0x2edbc6:0x33a,_0x347fe0:0x351,_0x5140f4:0x30d,_0x453a5b:0x3c1,_0x383ef8:0x2d9,_0x40835b:0x3c8,_0x579548:0x319,_0x3b3ecb:0x2f8,_0x1be39c:0x2be,_0x211d18:0x315,_0x224c91:0x412,_0x487441:0x321,_0x5d5bab:0x36a,_0x294d08:0x3b5,_0xbd52c2:0x34c,_0xc6b62e:0x3f1,_0x1db8b8:0x3c2,_0x925a83:0x3f0,_0x2169b4:0x2d3,_0x83800:0x2c0,_0x13f667:0x2e9,_0x4a6e3f:0x314,_0x4d1331:0x31f,_0x4ed1fe:0x345,_0x3ea181:0x2fb,_0x44faa9:0x32d,_0x1c96a7:0x2f5,_0x33a018:0x346,_0x5e8e5b:0x358,_0x410e94:0x368,_0x4e1f90:0x376,_0x45e3d8:0x22f,_0x295b89:0x2e5,_0x47f8be:0x2a2,_0x4a2807:0x26d,_0x17e20b:0x25a,_0x3e20aa:0x2b8,_0x22ac6b:0x29b,_0x419687:0x341,_0x4f238c:0x33c,_0x5c6846:0x31d,_0x1e0786:0x41e,_0x2fca64:0x43f,_0x31f033:0x3f9,_0xe005b9:0x3fb,_0x111486:0x34c,_0x1e7e29:0x2f6,_0x24c7a2:0x3a5,_0x4a2d93:0x37d,_0x30a2f0:0x2d4,_0x5dbdf2:0x31d,_0x59eb2a:0x397,_0x18f1ce:0x2ca,_0x5351e1:0x282,_0x2a1c23:0x2a2,_0x48cfca:0x382,_0x2b26b5:0x37b,_0x21171a:0x34d,_0x57b4e5:0x2aa,_0x397c89:0x2eb,_0x117f1:0x2bc,_0x1fd7ac:0x330,_0x167d8c:0x353,_0xa753e9:0x349,_0x2f63fe:0x2e4,_0x20ebbc:0x3c3,_0x157d06:0x40b,_0x1adb8c:0x3e4,_0x4bfdeb:0x40e,_0x83b4ad:0x3a1,_0x7169cb:0x39c,_0x3075ed:0x371,_0x2beac0:0x3b1,_0x22be54:0x35b,_0x57e4ca:0x23a,_0x265b87:0x29a,_0x45d700:0x35f,_0x2b72f8:0x2dd,_0x483ea6:0x31b,_0x1dfd4f:0x321,_0x54f97f:0x325,_0x10a837:0x323,_0x1bda20:0x3cc,_0x31ab5c:0x35a,_0x2dc741:0x33b,_0x301729:0x347,_0x5e18f6:0x3a4,_0x3bca1d:0x3bc,_0x4cb42f:0x289,_0x5ccded:0x32d,_0x970fe7:0x3f5,_0x21260b:0x2ed,_0x50ecf4:0x2df,_0x4d47ea:0x3af,_0x238915:0x3a6,_0x271523:0x2b9,_0x2481a7:0x2ea,_0x3061ec:0x30b,_0x9f2a2f:0x3c0,_0x4f4b1c:0x3d6,_0x4cf60a:0x2b1},_0x24b8d3={_0x5b3cf4:0x1a7,_0x58ba2e:0x31},_0x303950={};_0x303950[_0x3f0b01(0x2c4,_0x52eff7._0x756052,_0x52eff7._0x206160,0x29a)]=_0x14ca78(_0x52eff7._0x42060c,0x327,0x2d5,_0x52eff7._0x1b2f96)+_0x3f0b01(_0x52eff7._0x26e612,_0x52eff7._0x5a3c7d,_0x52eff7._0x312a7a,0x290)+_0x14ca78(0x389,_0x52eff7._0x2b6fe8,_0x52eff7._0x5229f7,_0x52eff7._0x191f0e),_0x303950[_0x14ca78(0x2f0,_0x52eff7._0x4b39b0,_0x52eff7._0x176294,0x2c2)]=_0x3f0b01(0x27b,0x317,_0x52eff7._0x1c40ac,0x2dd)+_0x14ca78(_0x52eff7._0x3f8afa,_0x52eff7._0x16bc62,0x2ca,_0x52eff7._0x9545dc)+_0x3f0b01(_0x52eff7._0x24aeba,0x256,_0x52eff7._0x51d641,0x280)+_0x3f0b01(0x379,0x38f,0x2d2,_0x52eff7._0x258455),_0x303950[_0x3f0b01(_0x52eff7._0x1f6f17,0x2b9,0x320,0x2dc)]=_0x14ca78(_0x52eff7._0x5afd50,_0x52eff7._0x23f950,0x32a,0x36c)+_0x3f0b01(_0x52eff7._0x1d3a4c,0x326,0x2ef,_0x52eff7._0x592a33)+_0x3f0b01(0x368,0x29d,_0x52eff7._0x4ff7dd,_0x52eff7._0x26e0f8)+_0x14ca78(0x3c9,0x388,_0x52eff7._0x5369be,_0x52eff7._0x41af8b)+_0x3f0b01(0x259,_0x52eff7._0x1e7758,0x235,0x29f),_0x303950[_0x14ca78(0x2e7,_0x52eff7._0x5c6333,0x336,0x2e4)]=_0x14ca78(0x310,0x318,_0x52eff7._0x306ead,0x35e)+'fetch\x20Jira'+_0x3f0b01(0x2da,0x2da,0x20e,0x26c),_0x303950[_0x3f0b01(_0x52eff7._0x21056e,0x34e,0x323,0x34e)]='not\x20found',_0x303950[_0x14ca78(0x344,0x309,_0x52eff7._0x551e5e,0x30c)]='Issue\x20not\x20'+_0x14ca78(_0x52eff7._0x952d4,0x3c5,_0x52eff7._0x5f46bf,_0x52eff7._0x4c202a),_0x303950['rvzuQ']=_0x3f0b01(_0x52eff7._0x55892e,_0x52eff7._0xd5fd79,_0x52eff7._0x264e91,_0x52eff7._0x898146)+'tion\x20faile'+'d',_0x303950[_0x3f0b01(_0x52eff7._0x53b30c,_0x52eff7._0x1b36d7,_0x52eff7._0x50940c,0x2bc)]=function(_0x559a2b,_0x1612f0){return _0x559a2b!==_0x1612f0;},_0x303950[_0x14ca78(0x397,0x37e,_0x52eff7._0x45e445,_0x52eff7._0x31f3f7)]=_0x3f0b01(_0x52eff7._0x26e0f8,_0x52eff7._0x3389ec,_0x52eff7._0x3618cf,_0x52eff7._0xbc479e),_0x303950['Ocglk']=_0x3f0b01(0x34f,_0x52eff7._0x2d1b5b,_0x52eff7._0x3318bf,0x2ed),_0x303950[_0x14ca78(_0x52eff7._0x7988fb,_0x52eff7._0x131362,0x42d,_0x52eff7._0x4a7102)]='Authentica'+_0x3f0b01(0x2e1,_0x52eff7._0x51f891,0x231,_0x52eff7._0x3d9ab2)+'d',_0x303950['ondYs']='No\x20permiss'+_0x14ca78(0x2f4,0x2b0,_0x52eff7._0x4c554f,_0x52eff7._0x12c1ca);function _0x14ca78(_0x18233e,_0x5abcdb,_0x16a798,_0x187c3b){return _0x21759d(_0x18233e-0xe8,_0x187c3b,_0x16a798-_0x24b8d3._0x5b3cf4,_0x18233e- -_0x24b8d3._0x58ba2e);}_0x303950['ukizZ']=_0x14ca78(0x383,0x385,0x3e7,_0x52eff7._0x511cd7),_0x303950[_0x14ca78(0x308,0x2fd,_0x52eff7._0x34ae9a,0x2c8)]='jMoXX',_0x303950[_0x14ca78(_0x52eff7._0x186c2f,0x41b,_0x52eff7._0x4b49ec,_0x52eff7._0x17a943)]=_0x14ca78(0x326,0x2e2,0x2b1,0x34c)+_0x3f0b01(_0x52eff7._0x31bf54,_0x52eff7._0x150015,0x2f8,_0x52eff7._0x57fa95),_0x303950['HLIZt']=_0x3f0b01(0x2c7,_0x52eff7._0x3939e2,_0x52eff7._0x51388c,0x291)+_0x3f0b01(_0x52eff7._0x11343a,0x223,0x2c4,0x28c)+_0x14ca78(0x3ae,_0x52eff7._0x23f950,_0x52eff7._0x58b09e,_0x52eff7._0x1c2b44);const _0x5663ae=_0x303950;function _0x3f0b01(_0x861f32,_0x2f3802,_0x488999,_0x447d1b){return _0x21759d(_0x861f32-0xc4,_0x861f32,_0x488999-0x17d,_0x447d1b- -0xb0);}try{const _0x387656=_0x21f120['params'][_0x14ca78(0x30c,0x30c,_0x52eff7._0x5ea2bb,0x2b6)][_0x14ca78(_0x52eff7._0x3a67d4,_0x52eff7._0x2adb17,_0x52eff7._0x2edbc6,_0x52eff7._0x347fe0)]()[_0x14ca78(0x34d,_0x52eff7._0x5140f4,_0x52eff7._0x453a5b,_0x52eff7._0x383ef8)+'e']();if(!/^[A-Z]+-\d+$/i[_0x14ca78(0x355,_0x52eff7._0x3a67d4,_0x52eff7._0x40835b,0x3b3)](_0x387656)){const _0x7e714f={};return _0x7e714f['error']=_0x5663ae[_0x14ca78(_0x52eff7._0x579548,_0x52eff7._0x3b3ecb,_0x52eff7._0x1be39c,_0x52eff7._0x211d18)],_0x7e714f['message']=_0x5663ae['Yjmkp'],_0x52a009[_0x14ca78(0x39a,0x382,_0x52eff7._0x224c91,0x3c0)](-0x7a3*-0x1+-0x1313+-0x20*-0x68)[_0x14ca78(_0x52eff7._0x487441,_0x52eff7._0x5d5bab,0x326,0x2f1)](_0x7e714f);}logger[_0x14ca78(_0x52eff7._0x294d08,0x377,_0x52eff7._0xbd52c2,_0x52eff7._0xc6b62e)](_0x14ca78(_0x52eff7._0x1db8b8,0x3ec,0x3cf,_0x52eff7._0x925a83)+_0x14ca78(0x2e6,_0x52eff7._0x2169b4,0x290,_0x52eff7._0x83800)+_0x14ca78(_0x52eff7._0x13f667,_0x52eff7._0x4a6e3f,_0x52eff7._0x4d1331,0x2e3)+'ue:\x20'+_0x387656);const _0x5b5e1e=await jiraClient[_0x3f0b01(0x349,_0x52eff7._0x4ed1fe,_0x52eff7._0x3ea181,0x31e)+'s'](_0x387656),_0x4f0e94={};_0x4f0e94[_0x3f0b01(0x2fa,_0x52eff7._0x44faa9,0x2b3,_0x52eff7._0x1c96a7)]=_0x5b5e1e[_0x14ca78(0x2ed,_0x52eff7._0x33a018,_0x52eff7._0x83800,0x2c4)],_0x4f0e94[_0x14ca78(_0x52eff7._0x5e8e5b,_0x52eff7._0x410e94,_0x52eff7._0x4e1f90,0x2e3)]=_0x5b5e1e,_0x52a009[_0x3f0b01(_0x52eff7._0x45e3d8,_0x52eff7._0x295b89,_0x52eff7._0x1b36d7,_0x52eff7._0x47f8be)](_0x4f0e94);}catch(_0x14b90c){logger[_0x3f0b01(0x2ce,_0x52eff7._0x4a2807,_0x52eff7._0x17e20b,_0x52eff7._0x3e20aa)](_0x5663ae[_0x14ca78(0x2e7,0x34b,_0x52eff7._0x22ac6b,_0x52eff7._0xbd52c2)],_0x14b90c);if(_0x14b90c[_0x3f0b01(0x300,_0x52eff7._0x419687,_0x52eff7._0x4f238c,_0x52eff7._0x5c6846)][_0x14ca78(_0x52eff7._0x131362,0x410,_0x52eff7._0x1e0786,_0x52eff7._0x2fca64)](_0x5663ae[_0x14ca78(0x3cd,_0x52eff7._0x31f033,_0x52eff7._0xe005b9,0x3c6)])){const _0x1b6417={};return _0x1b6417[_0x14ca78(0x337,_0x52eff7._0x111486,_0x52eff7._0x1e7e29,_0x52eff7._0x33a018)]=_0x5663ae[_0x14ca78(0x344,_0x52eff7._0x24c7a2,_0x52eff7._0x4a2d93,_0x52eff7._0x383ef8)],_0x1b6417['message']=_0x14b90c[_0x3f0b01(_0x52eff7._0x30a2f0,0x2b8,_0x52eff7._0x5dbdf2,_0x52eff7._0x5c6846)],_0x52a009[_0x14ca78(0x39a,0x385,0x3ed,_0x52eff7._0x59eb2a)](0x1*0x1a11+-0x46d+0x141*-0x10)[_0x3f0b01(_0x52eff7._0x18f1ce,_0x52eff7._0x5351e1,0x26e,_0x52eff7._0x2a1c23)](_0x1b6417);}else{if(_0x14b90c['message'][_0x3f0b01(0x32f,_0x52eff7._0x48cfca,_0x52eff7._0x2b26b5,_0x52eff7._0x21171a)](_0x5663ae[_0x14ca78(0x3cb,0x38b,0x3f8,0x374)])){if(_0x5663ae[_0x3f0b01(_0x52eff7._0x57b4e5,0x282,_0x52eff7._0x397c89,_0x52eff7._0x117f1)](_0x5663ae[_0x14ca78(_0x52eff7._0x59eb2a,0x327,_0x52eff7._0x1fd7ac,_0x52eff7._0x167d8c)],_0x5663ae[_0x3f0b01(0x2d2,0x2db,_0x52eff7._0xa753e9,_0x52eff7._0x2f63fe)])){const _0x115a40={};return _0x115a40[_0x14ca78(0x337,_0x52eff7._0x41af8b,0x325,0x39f)]=_0x5663ae[_0x14ca78(_0x52eff7._0x20ebbc,0x380,_0x52eff7._0x157d06,0x403)],_0x115a40[_0x14ca78(0x39c,_0x52eff7._0x1adb8c,_0x52eff7._0x4bfdeb,_0x52eff7._0x83b4ad)]=_0x14b90c[_0x14ca78(_0x52eff7._0x7169cb,0x39e,_0x52eff7._0x3075ed,_0x52eff7._0x2beac0)],_0x52a009[_0x3f0b01(_0x52eff7._0x22be54,0x2f2,0x328,0x31b)](0x3*-0xb2d+-0x1d*-0xce+0xbc2)['json'](_0x115a40);}else{const _0x4dc50e={};return _0x4dc50e['error']=_0x5663ae[_0x3f0b01(0x2b9,_0x52eff7._0x57e4ca,0x2c4,_0x52eff7._0x265b87)],_0x4dc50e['message']=_0x5663ae['Yjmkp'],_0x338ee8[_0x3f0b01(_0x52eff7._0x45d700,0x361,_0x52eff7._0x2b72f8,_0x52eff7._0x483ea6)](0x9cd+0x175b*0x1+-0x1f98)[_0x14ca78(_0x52eff7._0x1dfd4f,_0x52eff7._0x54f97f,0x30c,_0x52eff7._0x10a837)](_0x4dc50e);}}else{if(_0x14b90c[_0x14ca78(_0x52eff7._0x7169cb,0x3ac,0x3c1,0x399)][_0x14ca78(_0x52eff7._0x1bda20,0x363,_0x52eff7._0x453a5b,_0x52eff7._0x31ab5c)](_0x5663ae[_0x3f0b01(0x29d,0x32a,0x2af,0x30f)])){if(_0x5663ae[_0x14ca78(_0x52eff7._0x2dc741,_0x52eff7._0x301729,0x34f,_0x52eff7._0x5e18f6)](_0x5663ae[_0x14ca78(_0x52eff7._0x3bca1d,_0x52eff7._0x41af8b,0x3e2,0x378)],_0x5663ae[_0x3f0b01(0x274,0x265,0x2dd,_0x52eff7._0x4cb42f)])){const _0x11610c={};return _0x11610c[_0x3f0b01(0x31e,_0x52eff7._0x57b4e5,_0x52eff7._0x5ccded,0x2b8)]=_0x5663ae[_0x14ca78(0x3b3,0x366,_0x52eff7._0x970fe7,0x3c5)],_0x11610c['message']=_0x14b90c[_0x3f0b01(_0x52eff7._0x21260b,0x34d,0x2cf,0x31d)],_0x52a009['status'](-0x17*-0xe9+-0x476*-0x7+0x73a*-0x7)[_0x14ca78(0x321,_0x52eff7._0x50ecf4,0x2e2,0x2c8)](_0x11610c);}else _0x28fc13[_0x14ca78(0x337,0x37a,0x31d,_0x52eff7._0x4d47ea)](_0x5663ae[_0x14ca78(0x35b,0x3b8,0x38e,_0x52eff7._0x238915)],_0x11cbd3);}else{const _0x3a6698={};return _0x3a6698[_0x14ca78(0x337,0x36c,0x369,0x358)]=_0x5663ae['HLIZt'],_0x3a6698[_0x3f0b01(_0x52eff7._0x271523,0x2df,_0x52eff7._0x2481a7,0x31d)]=_0x14b90c[_0x3f0b01(0x36a,_0x52eff7._0x3061ec,0x30c,_0x52eff7._0x5dbdf2)],_0x52a009[_0x14ca78(0x39a,_0x52eff7._0x31f3f7,_0x52eff7._0x9f2a2f,_0x52eff7._0x4f4b1c)](-0x4*0x813+0x225a+-0x1a)[_0x14ca78(0x321,_0x52eff7._0x4cf60a,0x2c2,0x2eb)](_0x3a6698);}}}}}),router['post'](_0x21759d(0x376,0x35f,0x35d,0x36e)+_0x21759d(0x32b,0x35e,0x39b,0x37d),requireJira,async(_0x15bf42,_0x579e62)=>{const _0x16b527={_0x4f76dc:0x3a6,_0x2e8663:0x423,_0x4dea4a:0x495,_0x47d851:0x3ec,_0x1bb819:0x3f4,_0x312c68:0x3e2,_0x3d911c:0x3eb,_0x152e1e:0x425,_0xd238e4:0x450,_0x1fc59d:0x3eb,_0x1b7571:0x3c5,_0x4d7710:0x397,_0x873d2:0x4b7,_0x15f5b5:0x476,_0x345145:0x4ec,_0x419086:0x41d,_0x2f57de:0x44c,_0x29b265:0x472,_0x57bff2:0x40e,_0x3b1b84:0x442,_0x6754f8:0x3a3,_0x597726:0x3b9,_0x2b1be5:0x3b9,_0x461a14:0x3fc,_0x15fdf6:0x46f,_0x330a4f:0x39e,_0x1358dd:0x441,_0x448cdb:0x370,_0x550391:0x3e0,_0x5d280e:0x43a,_0x51d4e7:0x456,_0x3b730c:0x445,_0x111685:0x408,_0x15db6e:0x4c6,_0x8edf1d:0x430,_0xca5b19:0x415,_0x48c2ce:0x49f,_0x5dfedd:0x444,_0x83dbbe:0x460,_0x25dba3:0x41c,_0x345a77:0x4cd,_0x4ab7ba:0x4c8,_0x33f0cc:0x41b,_0x83590f:0x435,_0x5ba139:0x446,_0x33b55a:0x464,_0x5dd717:0x484,_0x314b90:0x427,_0x359a5c:0x4bd,_0x184eab:0x40a,_0x29e8bf:0x418,_0x2fb125:0x491,_0x4006cd:0x478,_0x3ddf4e:0x417,_0x3ead49:0x434,_0x5e2727:0x4a6,_0x1c50c7:0x43e,_0x21e5b8:0x464,_0x42f5fe:0x3bb,_0x31517f:0x45f,_0x3c8040:0x40b,_0x5c1beb:0x4c5,_0x5487ba:0x387,_0x35a01b:0x34f,_0x29d44a:0x46c,_0x14b506:0x3a3,_0x26ad5a:0x412,_0x343b29:0x395,_0x4082c8:0x469,_0x1f92b7:0x3af,_0x15c53f:0x3fe,_0x3a4c35:0x3e5,_0x39c1c6:0x3ad,_0x8e11fe:0x3ed,_0x982bcb:0x3b7,_0x342504:0x396,_0x4241e6:0x344,_0x26e89d:0x3dd,_0x199d5a:0x370,_0x2624de:0x42e,_0x26490f:0x3c7,_0x4284df:0x436,_0x194554:0x46a,_0x53f4f7:0x3f5,_0x30bae0:0x43b,_0x11e52e:0x429,_0x51c437:0x3b0,_0x257398:0x38d,_0x502735:0x418,_0x4970d9:0x43f,_0x5b6d32:0x457,_0x4d3fd7:0x40b,_0x460f24:0x4d9,_0x324cfa:0x44d,_0x5d9e08:0x4b2,_0x40f51c:0x507,_0x2b2843:0x463,_0x4deb4e:0x45a,_0x117900:0x43a,_0x1951f4:0x3cd,_0xad754a:0x3f3,_0x573eca:0x46f,_0x5f3d70:0x426,_0xf140d8:0x423,_0x467855:0x47d,_0x27994b:0x4be,_0x2ca1f5:0x444,_0x30042b:0x3d9,_0x2b82e6:0x402,_0x1184cf:0x3f5,_0x44dc09:0x428,_0x485587:0x496,_0x489ef6:0x411,_0x447f73:0x3e8,_0x52c3ee:0x44f,_0x1f58a3:0x418,_0x19e9c2:0x3f2,_0xdc27b0:0x473,_0x7f02f4:0x493,_0xc68b07:0x3bc,_0x5a358b:0x3ac,_0xfbd510:0x388,_0x1cfd2c:0x44b,_0x17ebd0:0x476,_0x193e2d:0x475,_0x1ae63d:0x481,_0x2f7786:0x414,_0x455ad2:0x406,_0x2c68e8:0x488,_0x4b2259:0x48d,_0x42bfe4:0x470,_0x50f1da:0x4f6,_0x15cae0:0x4ad,_0x391182:0x440,_0x318eab:0x423,_0x5520a6:0x47f,_0x565217:0x418,_0x456666:0x481,_0x4bfdc8:0x412,_0x4f4e0d:0x469,_0x333372:0x446,_0x1b600a:0x42f,_0x27be53:0x409,_0x2997d6:0x411,_0x64c506:0x44d,_0xd5e351:0x3c5,_0x42bd92:0x4a6,_0x77de3a:0x437,_0x1a2687:0x3c9,_0x2e2e32:0x3cd,_0x559a91:0x42d,_0x4b0f06:0x3de,_0x582065:0x3cb,_0xf4940e:0x422,_0xae0ba8:0x48e,_0x4acdc9:0x449,_0x4648ca:0x487,_0x576495:0x4fe,_0x4d8837:0x3d3,_0x17ea9a:0x448,_0x2f57ab:0x48c,_0x5f5c82:0x3fb},_0x58062c={_0x23e75e:0x79},_0xd792a1={_0x78e9cb:0x114,_0x4a55fc:0xb0},_0x56fd8b={};_0x56fd8b['JriTV']=_0x43e098(_0x16b527._0x4f76dc,0x3aa,0x37b,0x3f0)+_0x43e098(_0x16b527._0x2e8663,_0x16b527._0x4dea4a,0x472,0x43c)+_0x43e098(_0x16b527._0x47d851,_0x16b527._0x1bb819,0x44c,0x458)+_0x1ac8ec(0x3f8,_0x16b527._0x312c68,0x3f8,0x3f6),_0x56fd8b['YBJsO']='Failed\x20to\x20'+_0x1ac8ec(_0x16b527._0x3d911c,_0x16b527._0x152e1e,_0x16b527._0xd238e4,_0x16b527._0x1fc59d)+_0x1ac8ec(0x3d3,0x3d9,_0x16b527._0x1b7571,_0x16b527._0x4d7710)+_0x1ac8ec(_0x16b527._0x873d2,_0x16b527._0x15f5b5,0x49e,_0x16b527._0x345145)+'rs:',_0x56fd8b[_0x43e098(0x44a,_0x16b527._0x419086,0x47b,0x44d)]=function(_0x20c591,_0x58e87f){return _0x20c591===_0x58e87f;},_0x56fd8b[_0x1ac8ec(_0x16b527._0x2f57de,0x4da,_0x16b527._0x29b265,0x489)]='hiKut',_0x56fd8b[_0x43e098(_0x16b527._0x57bff2,_0x16b527._0x3b1b84,0x472,0x3a9)]=_0x43e098(0x3a2,0x413,_0x16b527._0x6754f8,0x368)+_0x43e098(_0x16b527._0x597726,0x38e,_0x16b527._0x2b1be5,0x364)+_0x43e098(0x433,0x417,_0x16b527._0x461a14,_0x16b527._0x15fdf6),_0x56fd8b['mBFTo']=_0x43e098(0x406,0x45f,_0x16b527._0x330a4f,_0x16b527._0x1358dd)+'must\x20be\x20in'+_0x1ac8ec(_0x16b527._0x448cdb,0x3ef,_0x16b527._0x550391,_0x16b527._0x5d280e)+_0x43e098(_0x16b527._0x51d4e7,_0x16b527._0x3b730c,_0x16b527._0x111685,_0x16b527._0x15db6e);function _0x1ac8ec(_0x5ebbff,_0x21bfe0,_0x5b7f2d,_0x2f6e6a){return _0x21759d(_0x5ebbff-0x78,_0x21bfe0,_0x5b7f2d-_0xd792a1._0x78e9cb,_0x5b7f2d-_0xd792a1._0x4a55fc);}_0x56fd8b[_0x1ac8ec(_0x16b527._0x8edf1d,0x46e,_0x16b527._0xca5b19,0x44b)]=function(_0x4cbb9d,_0x160d5e){return _0x4cbb9d!==_0x160d5e;},_0x56fd8b[_0x1ac8ec(0x4da,0x448,_0x16b527._0x48c2ce,_0x16b527._0x5dfedd)]='string',_0x56fd8b['OSxNI']=_0x43e098(_0x16b527._0x83dbbe,_0x16b527._0x25dba3,_0x16b527._0x345a77,_0x16b527._0x4ab7ba)+'mment',_0x56fd8b[_0x43e098(_0x16b527._0x33f0cc,0x41b,_0x16b527._0x83590f,_0x16b527._0x5ba139)]=_0x1ac8ec(_0x16b527._0x33b55a,0x411,_0x16b527._0x5dd717,_0x16b527._0x314b90)+_0x43e098(0x452,0x441,0x3f9,_0x16b527._0x359a5c)+'ment\x20in\x20th'+'e\x20request\x20'+_0x43e098(0x439,_0x16b527._0x184eab,0x449,0x47c),_0x56fd8b['jFXel']=_0x1ac8ec(0x385,_0x16b527._0x29e8bf,0x3f1,0x3c2)+'post\x20Jira\x20'+'comment:',_0x56fd8b[_0x1ac8ec(0x467,0x43f,0x473,_0x16b527._0x2fb125)]=_0x43e098(_0x16b527._0x4006cd,_0x16b527._0x3ddf4e,_0x16b527._0x3ead49,0x4eb),_0x56fd8b[_0x1ac8ec(0x4bb,0x48c,0x47c,_0x16b527._0x5e2727)]=_0x1ac8ec(0x3ea,0x3d8,_0x16b527._0x1c50c7,_0x16b527._0x21e5b8)+_0x43e098(_0x16b527._0x184eab,_0x16b527._0x42f5fe,0x459,_0x16b527._0x31517f);function _0x43e098(_0x2bec9d,_0x16b262,_0x511a39,_0x5d44a7){return _0x21759d(_0x2bec9d-0x86,_0x16b262,_0x511a39-0x105,_0x2bec9d-_0x58062c._0x23e75e);}_0x56fd8b[_0x1ac8ec(0x44d,_0x16b527._0x3c8040,0x456,_0x16b527._0x5c1beb)]='Authentica'+_0x43e098(0x3c2,_0x16b527._0x5487ba,0x3db,_0x16b527._0x35a01b)+'d',_0x56fd8b['GwJcN']=_0x1ac8ec(0x457,_0x16b527._0x152e1e,0x451,_0x16b527._0x29d44a)+_0x43e098(0x39e,_0x16b527._0x14b506,_0x16b527._0x26ad5a,0x32e),_0x56fd8b['zokyK']='LAbQd',_0x56fd8b[_0x43e098(0x3b7,0x3a4,_0x16b527._0x343b29,0x42c)]=_0x1ac8ec(_0x16b527._0x29e8bf,0x467,0x428,_0x16b527._0x4082c8),_0x56fd8b[_0x43e098(_0x16b527._0x14b506,0x341,_0x16b527._0x1f92b7,0x3ce)]=_0x43e098(0x3ba,0x3fa,0x3bb,0x3e4)+'post\x20comme'+'nt';const _0x54f8a9=_0x56fd8b;try{const _0x56e884=_0x15bf42[_0x43e098(_0x16b527._0x15c53f,0x42b,_0x16b527._0x3a4c35,_0x16b527._0x39c1c6)][_0x1ac8ec(0x3c7,_0x16b527._0xca5b19,_0x16b527._0x8e11fe,_0x16b527._0x982bcb)][_0x43e098(_0x16b527._0x342504,_0x16b527._0x4241e6,_0x16b527._0x26e89d,_0x16b527._0x199d5a)]()[_0x1ac8ec(_0x16b527._0x2624de,0x3d9,_0x16b527._0x2624de,_0x16b527._0x26490f)+'e'](),{comment:_0x382cb7}=_0x15bf42['body'];if(!/^[A-Z]+-\d+$/i[_0x1ac8ec(0x3de,0x3bf,_0x16b527._0x4284df,_0x16b527._0x194554)](_0x56e884)){if(_0x54f8a9[_0x43e098(0x44a,0x458,_0x16b527._0x1c50c7,_0x16b527._0x2fb125)](_0x1ac8ec(_0x16b527._0x53f4f7,0x4af,0x46e,_0x16b527._0x2e8663),_0x54f8a9[_0x43e098(_0x16b527._0x30bae0,0x441,0x48f,_0x16b527._0x11e52e)]))_0x1bc923['info'](_0x54f8a9[_0x43e098(_0x16b527._0x51c437,0x338,_0x16b527._0x257398,0x425)]);else{const _0x197884={};return _0x197884[_0x1ac8ec(0x468,_0x16b527._0x29b265,_0x16b527._0x502735,0x3f0)]=_0x54f8a9[_0x1ac8ec(0x448,0x476,0x445,_0x16b527._0x4970d9)],_0x197884[_0x43e098(0x446,0x481,0x4bf,_0x16b527._0x5d280e)]=_0x54f8a9[_0x1ac8ec(_0x16b527._0x5b6d32,_0x16b527._0x4d3fd7,0x440,0x407)],_0x579e62[_0x1ac8ec(0x4bf,_0x16b527._0x460f24,0x47b,0x472)](0x47b*0x6+-0x2126+0x2*0x3ea)[_0x1ac8ec(0x3f6,_0x16b527._0x6754f8,0x402,_0x16b527._0x324cfa)](_0x197884);}}if(!_0x382cb7||_0x54f8a9['fumlB'](typeof _0x382cb7,_0x54f8a9[_0x1ac8ec(_0x16b527._0x5d9e08,_0x16b527._0x40f51c,0x49f,0x478)])||_0x54f8a9[_0x1ac8ec(0x473,_0x16b527._0x2b2843,0x481,_0x16b527._0x4deb4e)](_0x382cb7[_0x1ac8ec(_0x16b527._0x117900,_0x16b527._0x1358dd,_0x16b527._0x1951f4,_0x16b527._0xad754a)]()['length'],0x285*-0x6+-0x619+-0x1*-0x1537)){const _0x277cfd={};return _0x277cfd['error']=_0x54f8a9[_0x43e098(_0x16b527._0x573eca,_0x16b527._0x5f3d70,_0x16b527._0xf140d8,_0x16b527._0x5c1beb)],_0x277cfd[_0x1ac8ec(0x4c8,0x472,_0x16b527._0x467855,_0x16b527._0x27994b)]=_0x54f8a9['sAUrK'],_0x579e62[_0x43e098(_0x16b527._0x2ca1f5,0x458,0x3f8,_0x16b527._0x30042b)](-0x1795*0x1+0x4*0x509+0x501)[_0x1ac8ec(0x3cf,0x428,_0x16b527._0x2b82e6,0x3d7)](_0x277cfd);}logger[_0x43e098(0x45f,0x409,0x4d0,_0x16b527._0x1184cf)](_0x1ac8ec(_0x16b527._0x44dc09,_0x16b527._0x485587,0x427,_0x16b527._0x489ef6)+_0x43e098(_0x16b527._0x447f73,_0x16b527._0x550391,0x399,0x412)+_0x43e098(0x45a,_0x16b527._0x52c3ee,_0x16b527._0x1f58a3,_0x16b527._0x19e9c2)+'\x20'+_0x56e884);const _0x771266=await jiraClient[_0x1ac8ec(0x4b4,_0x16b527._0xdc27b0,_0x16b527._0x4dea4a,_0x16b527._0x7f02f4)+'t'](_0x56e884,_0x382cb7['trim']()),_0x224be5={};_0x224be5['success']=!![],_0x224be5[_0x43e098(0x38c,_0x16b527._0xc68b07,_0x16b527._0x5a358b,0x3e1)]=_0x771266,_0x579e62['json'](_0x224be5);}catch(_0x19d026){logger[_0x43e098(0x3e1,0x406,_0x16b527._0xfbd510,0x43c)](_0x54f8a9[_0x1ac8ec(_0x16b527._0x1cfd2c,0x39c,0x40e,_0x16b527._0x982bcb)],_0x19d026);if(_0x19d026['message'][_0x43e098(_0x16b527._0x17ebd0,_0x16b527._0x193e2d,0x4e2,0x4c0)](_0x54f8a9['oGcTE'])){const _0x54e006={};return _0x54e006[_0x1ac8ec(_0x16b527._0x1ae63d,_0x16b527._0x2f7786,0x418,_0x16b527._0xdc27b0)]=_0x54f8a9[_0x1ac8ec(_0x16b527._0x455ad2,_0x16b527._0x2c68e8,0x47c,0x4e2)],_0x54e006['message']=_0x19d026['message'],_0x579e62[_0x43e098(0x444,_0x16b527._0xad754a,_0x16b527._0x4b2259,_0x16b527._0x17ebd0)](0x224a+0x21*-0x29+-0x1b6d)['json'](_0x54e006);}else{if(_0x19d026[_0x1ac8ec(0x4df,_0x16b527._0x42bfe4,_0x16b527._0x467855,0x44a)][_0x1ac8ec(_0x16b527._0x50f1da,0x4a9,_0x16b527._0x15cae0,0x4d4)](_0x43e098(_0x16b527._0x391182,0x3ea,0x446,_0x16b527._0x318eab)+_0x43e098(0x3c2,0x3c2,0x40b,0x388)+'d')){const _0x228fe3={};return _0x228fe3[_0x1ac8ec(0x448,_0x16b527._0x5520a6,_0x16b527._0x565217,_0x16b527._0x456666)]=_0x54f8a9[_0x43e098(0x41f,0x3bf,_0x16b527._0x4bfdc8,_0x16b527._0x4f4e0d)],_0x228fe3[_0x43e098(_0x16b527._0x333372,_0x16b527._0x1b600a,0x3fb,0x416)]=_0x19d026[_0x1ac8ec(_0x16b527._0x27be53,0x460,0x47d,0x44d)],_0x579e62[_0x1ac8ec(0x436,_0x16b527._0x2997d6,0x47b,_0x16b527._0x64c506)](-0x1732+-0x10df*0x1+0x2*0x14d1)[_0x1ac8ec(0x3c0,_0x16b527._0xd5e351,_0x16b527._0x2b82e6,0x3b4)](_0x228fe3);}else{if(_0x19d026[_0x1ac8ec(_0x16b527._0x42bd92,0x43a,0x47d,0x405)][_0x43e098(_0x16b527._0x15f5b5,0x4d8,0x400,0x404)](_0x54f8a9[_0x1ac8ec(0x37d,_0x16b527._0x77de3a,0x3d0,0x437)])){const _0x2dfb96={};return _0x2dfb96[_0x1ac8ec(0x3e1,_0x16b527._0x1a2687,0x418,0x453)]=_0x43e098(0x3d0,_0x16b527._0x2e2e32,0x3fd,_0x16b527._0x559a91)+'\x20denied',_0x2dfb96['message']=_0x19d026[_0x43e098(0x446,0x4b5,_0x16b527._0x4b0f06,0x4a3)],_0x579e62['status'](0x8eb+-0x1*-0x5c1+-0x1*0xd19)[_0x43e098(_0x16b527._0x582065,_0x16b527._0x1f92b7,0x3ff,0x3a5)](_0x2dfb96);}else{if(_0x54f8a9['UudEc'](_0x54f8a9[_0x1ac8ec(0x3d1,0x472,_0x16b527._0x333372,0x40c)],_0x54f8a9[_0x43e098(0x3b7,0x403,_0x16b527._0xf4940e,0x344)]))_0x5378aa['error'](_0x54f8a9[_0x1ac8ec(_0x16b527._0xae0ba8,_0x16b527._0x4acdc9,_0x16b527._0x4648ca,_0x16b527._0x576495)],_0x3c881a);else{const _0x407eab={};return _0x407eab[_0x1ac8ec(0x3b8,_0x16b527._0x4d8837,0x418,0x3ff)]=_0x54f8a9['zsRgm'],_0x407eab[_0x43e098(0x446,_0x16b527._0x111685,_0x16b527._0x17ea9a,0x44f)]=_0x19d026['message'],_0x579e62[_0x43e098(0x444,_0x16b527._0x2f57ab,_0x16b527._0x193e2d,0x476)](0x1dfa+0x20d0+-0x3cd6)[_0x1ac8ec(0x389,0x44e,0x402,_0x16b527._0x5f5c82)](_0x407eab);}}}}}});export default router;
|
|
1
|
+
function _0x407b(){const _0x6782fa=['ifbSzwfZzsbJBW','yMfZzvvYBa','DgLVBIbMywLSzq','Dcb2yxjPywjSzq','EfvVAMu','A2HywxK','zfnszvG','wM1drhG','ndyXntiZnKnhzhHzAq','qsbJBgLLBNqGzG','CM9UBwvUDcb2yq','u3rlCKm','DIb2yxjZoG','otC0nZK5teniswfH','BwvUDcbPBIb0Aa','x0rjuG','r0LywwS','y29TBwvUDa','Dhj1zq','wez0Bxy','l2nVBMzPzW','v3rxCeG','CMvSB2fKiePjuG','yxrPB24','sxnZDwuGBM90ia','zxKVy29TBwvUDa','zunguNC','ywndDNK','qMrXsg8','nJy1mtm4BeXjy2PO','Aw5MBW','DhjPBq','zM91BMq','ChLIBuG','igzVCM1HDcbquG','z0ToAee','igvUywjSzwq','Awj5Cxa','Dg9vChbLCKnHCW','sKLsqv9bueLFva','uhHNy0W','zMv0y2GGsKLsqq','qsbPC3n1zxm','reDqzK0','vefFreLsoG','z2Tjrgy','zLH3C0O','yxH4sKy','CNKGBxvZDcbIzq','su11y3e','CLbjCNC','sKLsqsbPBNrLzW','vgHZzK4','BNrHy3qGEw91CG','z2v0','y29UzMLNDxjHDa','yNrcrhm','rMv0y2HPBMCGyW','qM9Pv1q','BeHTvNm','sKLsqsbJBgLLBG','BKjSwg0','rMv0y2HPBMCGsG','BNnhCLK','A3fdD2G','twLZC2LUzYbJBW','DMLKzsbHignVBq','CMv2u1G','l2LZC3vLCY86AW','sKLsqtOGiG','x0Le','z05jrfu','C3rHDhvZ','zfPmC2q','uvLZz04','AxjHigLZC3vLoG','CM9TigvUDIb2yq','sKLsqv9dte9vra','r3jUCKy','y2noEuq','BxvZDcbIzsbPBG','rMnzzwO','v1njy0G','BNqGzNjVBsbeqq','Aw4GDgHLihjLCq','z2v0q29TBwvUDa','t0DJDvy','q0Leu2u','ugXLyxnLihbYBW','CIbkAxjHigLZCW','igLZC3vLoG','A211sxa','yxv0AgvUDgLJyq','l3nLyxjJAa','rgD2Ahi','vvjm','DcbJB25MAwD1CG','ANnVBG','t3HvuK4','yxjJAa','CM9TierbvefFra','zxjYB3i','ugvYBwLZC2LVBG','ntqWmJbkA3rbvey','zMv0y2GGy29TBq','sxnZDwuGA2v5ia','zgvIDwC','ignVBw1LBNrZoG','C2vHCMnOiePjuG','uM91DgvY','txbfvNq','CMLHyMXLCW','yM9KEq','CerVrhi','BgvKigfMDgvYia','BwLuDKW','CM1HDa','Aw9U','sgzlC3y','Ag5Yzg0','u2vHCMnOihf1zq','ExjKrKG','uxvLCNKGDg9Via','u2vHCMnOAw5Nia','vwXpzhy','y29TBwvUDdO','y251AeS','B21Tzw50CYbMBW','mJC0mtC2wLvxvxfi','sKLsqv9ftKfcta','sKLsqv9cqvnfxW','igzYB20Grefuqq','sKLsqsbKAxnHyG','z294s2C','twLZC2LUzYbZzq','u01sqKq','z2vjENe','nti2ntmWsMLZBMzq','ExrgDvm','nta2nJu4ne5WzNjZtW','DgvZDa','Bg9dzvG','qsbPC3n1zxm6','zw5HyMXLza','Aw5PDgLHBgL6zq','uwLOtuG','mtHbuwvsBuq','BM90igzVDw5K','t0TftG','svi6','sw52ywXPzcbZzq','z0Pnu3O','mtjYsgjAseO','igfKBwLUAxn0CG','zw50CW','yxjJAcbXDwvYEq','DwvZDcbIB2r5','CMf0Aw9UigvUyq','rwDpyLC','Bw1LBNqGDg8GsG','refuqv9esvi','igrLBMLLza','uMvSB2fKAw5Nia','Cg9ZDcbkAxjHia','DMLKzsbHihnLyq','zvPLu2m','C2HVCNq','ze9gyMO','ug9ZDgLUzYbJBW','BhbrALu','AgjtCxy','DxjLzcbVBIb0Aa','y2zSr28','zw1HAwW','Bw5dq2q','yxv0Aa','y01oq3e','iIaOBwf4oIa','A2v5','iePjuKeGy2XPzq','z2v0sxnZDwu','t0Pfq1qTmtiZ','qxv0AgvUDgLJyq','zw52AxjVBM1LBG','sgr3rhO','sw52ywXPzcbPCW','B3fLt20','AxmGC2vYDMvYlG','BvjdANi','Cg9ZDa','tM8GCgvYBwLZCW','reXPtfa','z2jbugq','zw52','te9dvhG','Aw5JBhvKzxm','sLjmsxm','DhDSsuO','igzYB20Gzw52Aq','y29TBwvUDhm','BgvUz3rO','r2HysMK','svjbigLZC3vLoG','C2vHCMnOsxnZDq','zfPvzMG','yMXLzcbMCM9Tia','zMv0y2GGsMLYyq','CgfYyw1Z','CMnOihf1zxj5ia','C3vLigTLEsbMBW','swzjy1G','uKnVBMC','ENngy0q','rMfPBgvKihrVia','yxbPvg9Rzw4','CMf0Aw9Uig5VDa','mtfJuxnUsuq','BwvZC2fNzq','rLfguxu','Dg90ywW','sKLsqv9ftufjta','DcbYzwXVywrLza','EvLUwNa','CLPuBfC','yNnlEMm','C3rYAw5N','C3vJy2vZCW','mIbJAgfYywn0zq','mNrYy2jWzW','igf0igXLyxn0ia','Cg9ZDenVBw1LBG','BNntrvK','igLZC3vL','tujYq1y','Bw9dsMu','Axbmugm','suHIqKG','ALDhzMS','DK1er3m'];_0x407b=function(){return _0x6782fa;};return _0x407b();}function _0x5881(_0x1ec0e4,_0x4267eb){_0x1ec0e4=_0x1ec0e4-(0xb8f*-0x1+0x2fe+0xa0f);const _0x8a3396=_0x407b();let _0x56fc9f=_0x8a3396[_0x1ec0e4];if(_0x5881['EcVKnR']===undefined){var _0x17befa=function(_0x5886e0){const _0x528c42='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xa15683='',_0xf4bb1d='';for(let _0x31867b=-0xfbd+-0x28d*0x5+0x1c7e,_0xb25696,_0x2decd5,_0x461741=-0x219*0x9+-0x1*0x96b+-0xe26*-0x2;_0x2decd5=_0x5886e0['charAt'](_0x461741++);~_0x2decd5&&(_0xb25696=_0x31867b%(-0xd51+0x1fae*0x1+-0x1259)?_0xb25696*(-0xcb4+0x1*0x1015+-0x321)+_0x2decd5:_0x2decd5,_0x31867b++%(0xb9b+-0x4dd*-0x5+0x2fe*-0xc))?_0xa15683+=String['fromCharCode'](-0x1434+-0x655*0x1+0x1b88&_0xb25696>>(-(0x43*-0x26+0x2*0x6d4+-0x3b4)*_0x31867b&-0x798+-0x687+-0x47*-0x33)):-0x187a+0x190d+-0x93){_0x2decd5=_0x528c42['indexOf'](_0x2decd5);}for(let _0x1fe7c7=-0x10cc+-0xeb3+0x1f7f,_0x53631d=_0xa15683['length'];_0x1fe7c7<_0x53631d;_0x1fe7c7++){_0xf4bb1d+='%'+('00'+_0xa15683['charCodeAt'](_0x1fe7c7)['toString'](-0x1b*-0xcf+-0x81+-0x1544))['slice'](-(-0x5a8*0x2+0x233*0x1+0x91f));}return decodeURIComponent(_0xf4bb1d);};_0x5881['RUsZOk']=_0x17befa,_0x5881['wlzqnD']={},_0x5881['EcVKnR']=!![];}const _0x24c778=_0x8a3396[0x1*0x1646+-0x571+-0x10d5],_0x1c2ee4=_0x1ec0e4+_0x24c778,_0x5eb595=_0x5881['wlzqnD'][_0x1c2ee4];return!_0x5eb595?(_0x56fc9f=_0x5881['RUsZOk'](_0x56fc9f),_0x5881['wlzqnD'][_0x1c2ee4]=_0x56fc9f):_0x56fc9f=_0x5eb595,_0x56fc9f;}(function(_0x4a356f,_0x476c79){const _0x1f2008={_0x2f9d39:0x507,_0x116d82:0x563,_0x34b731:0x568,_0x6a8018:0x4f6,_0x32596a:0x548,_0x45bdb1:0x4eb,_0x4a577e:0x515,_0x21881f:0x51c,_0x424a5b:0x4da,_0x43f180:0x4d4,_0x110ce3:0x4d0,_0x172d20:0x4cc,_0x4f022f:0x4b8,_0xaca67c:0x514,_0xabb942:0x511,_0x7db673:0x538,_0x270781:0x517,_0x48000a:0x553,_0x27090d:0x4dd,_0x3d3731:0x533,_0x13fea7:0x4c5,_0x3c2804:0x523,_0x34ba97:0x514};function _0x50ebf0(_0x3347a4,_0x5a098e,_0x3041bc,_0x3c2ddc){return _0x5881(_0x5a098e-0x2e5,_0x3c2ddc);}function _0x300b4b(_0x59924c,_0x5b00ae,_0x2ae276,_0x183264){return _0x5881(_0x5b00ae-0x328,_0x183264);}const _0x3e4493=_0x4a356f();while(!![]){try{const _0x5a42a8=-parseInt(_0x300b4b(_0x1f2008._0x2f9d39,_0x1f2008._0x116d82,0x532,_0x1f2008._0x34b731))/(-0x854+-0x185*0x2+0xb5f)*(-parseInt(_0x50ebf0(_0x1f2008._0x6a8018,_0x1f2008._0x32596a,_0x1f2008._0x45bdb1,_0x1f2008._0x4a577e))/(0x2e*0xd6+-0x30f*-0x4+-0x1f3*0x1a))+-parseInt(_0x300b4b(0x499,0x4ff,0x487,_0x1f2008._0x21881f))/(0x1*0x12e3+0x52b+-0x180b)+parseInt(_0x50ebf0(_0x1f2008._0x424a5b,_0x1f2008._0x43f180,_0x1f2008._0x110ce3,_0x1f2008._0x172d20))/(-0x2f5+-0x139c+-0x29*-0x8d)*(parseInt(_0x50ebf0(_0x1f2008._0x4f022f,0x4a3,0x44d,0x447))/(0x1838+0x24c*0x3+-0x1f17))+-parseInt(_0x300b4b(_0x1f2008._0xaca67c,_0x1f2008._0xabb942,0x57a,0x53f))/(0x20f3+-0x67*-0x9+0x2*-0x1246)*(parseInt(_0x50ebf0(0x542,_0x1f2008._0x7db673,_0x1f2008._0x270781,_0x1f2008._0x48000a))/(0x4e+0x67*-0x16+-0x5*-0x1b7))+parseInt(_0x50ebf0(0x4a1,0x4c7,0x46e,0x51b))/(-0x1b9d+0xd*0x117+-0x23f*-0x6)+-parseInt(_0x50ebf0(_0x1f2008._0x27090d,_0x1f2008._0x3d3731,0x506,0x570))/(-0x189*-0x12+0xf98+-0x2b31)+parseInt(_0x50ebf0(0x4e8,_0x1f2008._0x13fea7,0x50f,0x49a))/(-0x5e*-0x39+0x2658+0x4*-0xecf)*(parseInt(_0x50ebf0(_0x1f2008._0x3c2804,_0x1f2008._0x34ba97,0x549,0x545))/(0x4*0x5d0+0x146d+-0x2ba2));if(_0x5a42a8===_0x476c79)break;else _0x3e4493['push'](_0x3e4493['shift']());}catch(_0x7564b9){_0x3e4493['push'](_0x3e4493['shift']());}}}(_0x407b,-0x97b94+-0xb06d3*0x1+0x12*0x17227));import _0x597140 from'express';import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';import{logger}from'../lib/logger.js';const router=_0x597140[_0x33be5b(0x5fe,0x5ac,0x58e,0x5c7)]();let jiraClient=null;async function initializeJiraClient(){const _0x2e65a8={_0x2e1737:0x107,_0xb71eed:0x13d,_0x3291ef:0x172,_0x4c9dcb:0x527,_0x2f459b:0x54a,_0x346e90:0x4c5,_0x2ad575:0x46a,_0x4e6638:0x4be,_0x31cb26:0x48e,_0x63335d:0x4b6,_0x176aa1:0xe9,_0x4b498a:0x121,_0x5b1b04:0x15d,_0x47cf23:0x9b,_0x56234e:0x541,_0x5e5d9b:0x4e0,_0x232526:0x12d,_0x3a35b3:0x1a0,_0x6a3ceb:0xf2,_0x4fea6a:0x127,_0x10e0e5:0x111,_0x2bfd1b:0xe5,_0x6b14d3:0x127,_0x8c59a8:0x193,_0x12231c:0x533,_0x3af5da:0x51e,_0xc642d1:0x1b0,_0x3e9343:0x1e1,_0x5b1ec0:0x50c,_0x4d2cf3:0x4a6,_0x1258c6:0x4ee,_0x56effc:0x1c0,_0x87ecbf:0x151,_0x244ef3:0x4f7,_0x257a5a:0x482,_0x3766e5:0x13c,_0x222bd3:0x12b,_0x59f862:0x14f,_0x1a1cd9:0x581,_0x139f97:0x4ed,_0x53530c:0x500,_0x58a6fe:0x523,_0x4befff:0x517,_0x4f4769:0x542,_0x11a644:0x1a8,_0xff18e6:0x1ab,_0x3cb76d:0x11d,_0x1e1052:0x137,_0x8893f5:0x4d6,_0x3783aa:0x48d,_0x2d426c:0x4bb,_0xdbad10:0x11e,_0x57d5c8:0x15b,_0x2becb2:0x18a,_0x3c5be3:0x163,_0x414bec:0x199,_0x2b2f2a:0x1c3,_0x22d55f:0x4db,_0x342ecb:0x495,_0x49d57c:0x508,_0x15b768:0x4cb,_0x562270:0x493,_0x5d5ab8:0x457,_0x533632:0x16e,_0x466cd9:0x16f,_0x6410a1:0x480,_0x164706:0x554,_0x588eaf:0x543,_0x1925c6:0x4eb,_0x12c618:0x127,_0x3d9243:0x185,_0x1d0eff:0xdf,_0x2ab240:0x132,_0x4d499f:0x46e,_0x1e2469:0x408,_0x259918:0x132,_0xdc2c19:0x166,_0x352a32:0xe2,_0x3950b4:0x171,_0x2b4882:0x205,_0x51b2b1:0x144,_0x3094d5:0x173,_0x3bdc3c:0x105,_0x453ce2:0x4d5,_0x468279:0x474,_0x2f85b0:0x174,_0x23b841:0x4fe,_0x411ec2:0x509,_0x4ee675:0x46a,_0x422d56:0x552,_0x420d95:0x535,_0x164c4b:0x43e,_0x56b6f4:0x506,_0x1083d5:0x517,_0x534eee:0x4b4,_0x42e394:0x17f,_0x4ee433:0x160,_0x4f199f:0x157,_0x348551:0x1cb,_0x37f127:0x141,_0x3d8a66:0x514,_0x5205d0:0x4a3,_0x4972b3:0x501,_0x49dec8:0x4be,_0x378e9d:0x18e,_0x9aaa66:0x1a6,_0x277206:0x203,_0x1f51f2:0x95,_0x280a43:0x111,_0x5209a4:0x11a,_0x5eedd6:0x179,_0x13d6ca:0x15f,_0x9e9df3:0x16b,_0x49b26a:0x470,_0x515c59:0x16d,_0x27cd85:0x198,_0x76e9b:0x142,_0x59736f:0xaa,_0x1292cb:0x11c,_0x474f97:0xea,_0x13bc8d:0x420,_0x1ba730:0x48d,_0x2b151c:0x446,_0x3c474d:0x53d,_0x31542d:0x4a2,_0x580c7d:0x11a,_0x200f0f:0xa4,_0x175f5d:0x432,_0x4d4068:0x4c4,_0x490aa2:0x4ba,_0x424e27:0x125,_0x9f164f:0x189,_0x26de18:0x182,_0x1a09de:0x187,_0x5d9fba:0x120,_0x160082:0x552,_0x5f0284:0x4da,_0x836ff:0x489,_0x3fadd0:0x4df},_0x5f58c3={_0x36fdcc:0xf0},_0x10509e={_0x1a6bf:0x135},_0x4295ff={};_0x4295ff[_0x442bbe(-_0x2e65a8._0x2e1737,-0x130,-_0x2e65a8._0xb71eed,-_0x2e65a8._0x3291ef)]=_0x48addc(_0x2e65a8._0x4c9dcb,0x555,0x4fd,_0x2e65a8._0x2f459b)+_0x48addc(_0x2e65a8._0x346e90,_0x2e65a8._0x2ad575,0x494,0x46c)+_0x48addc(_0x2e65a8._0x4e6638,_0x2e65a8._0x31cb26,_0x2e65a8._0x63335d,0x4e5),_0x4295ff[_0x442bbe(-_0x2e65a8._0x176aa1,-0xe9,-_0x2e65a8._0x4b498a,-0xee)]=_0x442bbe(-_0x2e65a8._0x5b1b04,-0x13e,-0x116,-0x125)+'arch\x20query',_0x4295ff[_0x442bbe(-0xf1,-0x111,-_0x2e65a8._0x47cf23,-0xc7)]=_0x48addc(0x42e,0x427,0x484,0x43d)+'tion\x20faile'+'d',_0x4295ff['aTHJM']=_0x48addc(0x474,0x46c,0x4de,_0x2e65a8._0x56234e)+'tion\x20faile'+'d',_0x4295ff[_0x48addc(_0x2e65a8._0x5e5d9b,0x4db,0x502,0x573)]=function(_0xadb5c3,_0x3c7ffa){return _0xadb5c3===_0x3c7ffa;},_0x4295ff[_0x442bbe(-0x16e,-_0x2e65a8._0x232526,-0xff,-_0x2e65a8._0x3a35b3)]=_0x442bbe(-_0x2e65a8._0x6a3ceb,-0xe9,-0xe3,-_0x2e65a8._0x4fea6a),_0x4295ff[_0x442bbe(-0x12e,-_0x2e65a8._0x10e0e5,-0x10c,-_0x2e65a8._0x2bfd1b)]=function(_0xb56f0a,_0x4ce605){return _0xb56f0a!==_0x4ce605;},_0x4295ff[_0x442bbe(-_0x2e65a8._0x6b14d3,-_0x2e65a8._0x8c59a8,-0xfd,-0x119)]=_0x48addc(0x5a7,0x4ef,_0x2e65a8._0x12231c,_0x2e65a8._0x3af5da),_0x4295ff['GEENk']=_0x442bbe(-_0x2e65a8._0xc642d1,-_0x2e65a8._0x3e9343,-0x166,-0x209);function _0x442bbe(_0x1e157d,_0x40d722,_0x4ca295,_0x186e4e){return _0x33be5b(_0x1e157d-0x54,_0x40d722,_0x1e157d- -0x714,_0x186e4e-_0x10509e._0x1a6bf);}_0x4295ff[_0x48addc(0x464,_0x2e65a8._0x5b1ec0,_0x2e65a8._0x4d2cf3,_0x2e65a8._0x1258c6)]=_0x442bbe(-_0x2e65a8._0x56effc,-_0x2e65a8._0x87ecbf,-0x166,-0x201)+_0x48addc(0x47c,_0x2e65a8._0x244ef3,_0x2e65a8._0x346e90,0x506)+_0x48addc(0x50f,_0x2e65a8._0x257a5a,0x4f5,0x50f)+_0x442bbe(-_0x2e65a8._0x3766e5,-_0x2e65a8._0x222bd3,-_0x2e65a8._0x59f862,-0x14f)+_0x48addc(0x4b6,_0x2e65a8._0x1a1cd9,0x51a,_0x2e65a8._0x139f97)+'s',_0x4295ff['WSIcH']='Failed\x20to\x20'+'initialize'+'\x20JIRA\x20clie'+'nt\x20from\x20en'+_0x48addc(0x4e8,_0x2e65a8._0x53530c,_0x2e65a8._0x58a6fe,_0x2e65a8._0x4befff);const _0x155207=_0x4295ff,_0x417d11=await loadJiraConfig();function _0x48addc(_0x241b6c,_0x3de872,_0x563473,_0x3ac870){return _0x33be5b(_0x241b6c-0x173,_0x241b6c,_0x563473- -0xf9,_0x3ac870-_0x5f58c3._0x36fdcc);}if(_0x417d11)try{jiraClient=new JiraClient(_0x417d11),logger[_0x48addc(0x50b,_0x2e65a8._0x4f4769,0x535,0x4fe)](_0x442bbe(-0x1c0,-0x193,-0x187,-_0x2e65a8._0x11a644)+_0x442bbe(-0x156,-0x137,-_0x2e65a8._0xff18e6,-_0x2e65a8._0x3cb76d)+_0x442bbe(-0x126,-0x131,-0x188,-_0x2e65a8._0x1e1052)+_0x48addc(_0x2e65a8._0x8893f5,0x52a,0x4c8,0x466));return;}catch(_0x44159a){logger[_0x48addc(0x4ab,0x4ad,_0x2e65a8._0x3783aa,_0x2e65a8._0x2d426c)](_0x442bbe(-_0x2e65a8._0xdbad10,-0x11f,-_0x2e65a8._0x57d5c8,-_0x2e65a8._0x2becb2)+_0x442bbe(-_0x2e65a8._0x3c5be3,-_0x2e65a8._0x414bec,-0x139,-_0x2e65a8._0x2b2f2a)+_0x48addc(0x522,0x547,_0x2e65a8._0x22d55f,_0x2e65a8._0x342ecb)+_0x442bbe(-_0x2e65a8._0x3a35b3,-0x1d8,-0x1f6,-0x1af)+'TA_DIR:',_0x44159a);}if(_0x155207[_0x48addc(_0x2e65a8._0x49d57c,_0x2e65a8._0x15b768,0x502,0x4a7)](process['env'][_0x48addc(_0x2e65a8._0x562270,0x4c6,0x4a9,_0x2e65a8._0x5d5ab8)+'ED'],_0x155207[_0x442bbe(-_0x2e65a8._0x533632,-0x15f,-_0x2e65a8._0x466cd9,-0x187)])){if(_0x155207[_0x48addc(0x497,0x4a9,_0x2e65a8._0x139f97,_0x2e65a8._0x6410a1)](_0x48addc(_0x2e65a8._0x164706,_0x2e65a8._0x588eaf,0x4e4,_0x2e65a8._0x1925c6),_0x155207[_0x442bbe(-_0x2e65a8._0x12c618,-0x134,-_0x2e65a8._0x3d9243,-_0x2e65a8._0x1d0eff)]))try{if(_0x442bbe(-0x131,-0xc2,-0x127,-0x13e)!==_0x155207['GEENk']){const _0x2231f3={'baseUrl':process['env']['JIRA_BASE_'+'URL'],...process[_0x442bbe(-_0x2e65a8._0x2ab240,-0x192,-0xc9,-0x128)]['JIRA_CLOUD'+_0x48addc(0x446,0x46b,_0x2e65a8._0x4d499f,_0x2e65a8._0x1e2469)]?{'cloudId':process[_0x442bbe(-_0x2e65a8._0x259918,-0x178,-_0x2e65a8._0xdc2c19,-_0x2e65a8._0x352a32)]['JIRA_CLOUD'+_0x442bbe(-0x1ad,-_0x2e65a8._0x3950b4,-0x1d3,-_0x2e65a8._0x2b4882)]}:{}};_0x2231f3[_0x442bbe(-_0x2e65a8._0x51b2b1,-_0x2e65a8._0x2f85b0,-_0x2e65a8._0x3094d5,-_0x2e65a8._0x3bdc3c)]={},_0x2231f3[_0x442bbe(-_0x2e65a8._0x51b2b1,-_0x2e65a8._0x2f85b0,-_0x2e65a8._0x3094d5,-_0x2e65a8._0x3bdc3c)][_0x48addc(0x533,0x4e4,_0x2e65a8._0x453ce2,_0x2e65a8._0x468279)]=process['env']['JIRA_EMAIL'],_0x2231f3[_0x442bbe(-_0x2e65a8._0x51b2b1,-_0x2e65a8._0x2f85b0,-_0x2e65a8._0x3094d5,-_0x2e65a8._0x3bdc3c)][_0x48addc(0x4c4,0x4ed,_0x2e65a8._0x23b841,0x49c)]=process[_0x48addc(0x4d6,0x4e7,0x4e9,_0x2e65a8._0x411ec2)]['JIRA_API_T'+_0x48addc(_0x2e65a8._0x4ee675,0x4e9,0x4bc,0x4d8)],jiraClient=new JiraClient(_0x2231f3),logger[_0x48addc(_0x2e65a8._0x422d56,0x4e5,_0x2e65a8._0x420d95,0x534)](_0x155207[_0x48addc(0x432,_0x2e65a8._0x164c4b,0x4a6,0x484)]);}else{const _0x2e760a={};_0x2e760a[_0x48addc(_0x2e65a8._0x56b6f4,0x4b3,0x4b7,_0x2e65a8._0x1083d5)]=!!_0x13bc7e,_0x2e760a[_0x48addc(_0x2e65a8._0x534eee,0x569,0x518,0x511)]=_0x58cd55?_0x151d0b[_0x48addc(0x540,0x478,0x4e9,0x4c8)][_0x442bbe(-_0x2e65a8._0x3950b4,-_0x2e65a8._0x42e394,-_0x2e65a8._0x4ee433,-0x1d1)+_0x442bbe(-0x194,-0x1d7,-_0x2e65a8._0x4f199f,-_0x2e65a8._0x348551)]:null,_0x12f23b['json'](_0x2e760a);}}catch(_0x129f9f){logger[_0x48addc(0x4f2,0x4c2,0x48d,_0x2e65a8._0x453ce2)](_0x155207[_0x48addc(0x472,0x4ba,0x47a,0x4bc)],_0x129f9f);}else{_0x5baa43[_0x442bbe(-0x18e,-_0x2e65a8._0x37f127,-0x18a,-0x1ed)](_0x155207[_0x48addc(0x4d9,0x51c,_0x2e65a8._0x3d8a66,0x4ed)],_0x3e4a37);if(_0x40ee9e[_0x48addc(_0x2e65a8._0x5205d0,0x4c1,_0x2e65a8._0x4972b3,0x53f)]['includes'](_0x48addc(0x4a6,0x471,_0x2e65a8._0x49dec8,0x4e4)+'arch')){const _0x4d0289={};return _0x4d0289[_0x442bbe(-_0x2e65a8._0x378e9d,-_0x2e65a8._0x9aaa66,-0x1ff,-_0x2e65a8._0x277206)]=_0x155207[_0x442bbe(-0xe9,-_0x2e65a8._0x1f51f2,-_0x2e65a8._0x280a43,-_0x2e65a8._0x176aa1)],_0x4d0289['message']=_0x4a6dcb[_0x442bbe(-_0x2e65a8._0x5209a4,-_0x2e65a8._0x5eedd6,-_0x2e65a8._0x13d6ca,-_0x2e65a8._0x9e9df3)],_0x308682[_0x48addc(0x4e8,0x419,_0x2e65a8._0x49b26a,0x43b)](0x102a+0x2252+-0x30ec)[_0x442bbe(-0x192,-_0x2e65a8._0x515c59,-_0x2e65a8._0x27cd85,-_0x2e65a8._0x76e9b)](_0x4d0289);}else{if(_0x5ba95a[_0x442bbe(-0x11a,-0x170,-_0x2e65a8._0x59736f,-0xc0)][_0x442bbe(-0x130,-_0x2e65a8._0x1292cb,-0x1a6,-_0x2e65a8._0x474f97)](_0x155207['XFtmv'])){const _0x29b911={};return _0x29b911[_0x48addc(_0x2e65a8._0x13bc8d,0x469,_0x2e65a8._0x1ba730,_0x2e65a8._0x2b151c)]=_0x155207['aTHJM'],_0x29b911[_0x48addc(_0x2e65a8._0x3c474d,_0x2e65a8._0x31542d,_0x2e65a8._0x4972b3,0x570)]=_0x51e0fa[_0x442bbe(-_0x2e65a8._0x580c7d,-_0x2e65a8._0x200f0f,-0xb3,-0xff)],_0x15ecb0[_0x48addc(_0x2e65a8._0x175f5d,_0x2e65a8._0x4d4068,0x470,_0x2e65a8._0x490aa2)](-0x1954+-0x1cf3+-0x8*-0x6fb)['json'](_0x29b911);}else{const _0x1212e9={};return _0x1212e9[_0x442bbe(-_0x2e65a8._0x378e9d,-_0x2e65a8._0x424e27,-_0x2e65a8._0xff18e6,-_0x2e65a8._0x9e9df3)]=_0x442bbe(-0x11e,-_0x2e65a8._0x9f164f,-_0x2e65a8._0x2f85b0,-_0x2e65a8._0x26de18)+_0x442bbe(-_0x2e65a8._0x1a09de,-_0x2e65a8._0x5d9fba,-0x117,-0x16f)+_0x442bbe(-0x1c9,-0x231,-0x237,-0x1b2),_0x1212e9[_0x48addc(0x496,0x520,_0x2e65a8._0x4972b3,0x4e8)]=_0x45dc8e[_0x48addc(0x551,0x493,0x501,_0x2e65a8._0x160082)],_0x3e1b99[_0x48addc(_0x2e65a8._0x5f0284,_0x2e65a8._0x490aa2,0x470,0x44d)](0xef5+0x1d77+0x1c5*-0x18)[_0x48addc(0x43a,0x461,_0x2e65a8._0x836ff,_0x2e65a8._0x3fadd0)](_0x1212e9);}}}}}export async function initializeJira(){await initializeJiraClient();}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x453036={_0x1ef3d4:0x39,_0x4ff478:0x2c,_0x536345:0x616,_0x2def29:0x5a9,_0x4b09f9:0x67b,_0xd27bd8:0x61a,_0x4398fa:0x5e4,_0x3a41dc:0x99,_0x23b3f6:0xf2,_0x45d50f:0x1e,_0x298e05:0x6b,_0x5b3427:0x15,_0x268f49:0x4d,_0xda1498:0x10e,_0x5f13d1:0xff,_0x49e2dc:0x126,_0x4f2cb3:0xdb,_0x201d9b:0x5e4,_0x512fdf:0x5ab,_0x78d1a1:0x586,_0x670189:0x9,_0xfc082b:0x86,_0x258756:0x80,_0x9f48b2:0x41,_0x29cd6:0x66,_0x5396f7:0xbf,_0x3fdc3e:0x5ff,_0x2fb141:0x612,_0x3adfd4:0x619,_0x30b679:0x5f5,_0x46d9d2:0x56b,_0x5940ca:0x595,_0x1e7436:0x59c,_0x13ee02:0x114,_0x45e6dd:0x109,_0xa9db18:0x15f,_0x3f48f5:0x16c,_0x141153:0x78,_0x40f6ae:0xa7,_0x4fcb71:0x7e,_0x3a023a:0xf4,_0x53c80f:0xa7,_0xf64b8c:0xd0,_0x4e1570:0x579,_0x1b3959:0x13c,_0xb6f548:0xe5,_0x521a7e:0x127,_0x1ad18a:0x9b,_0x41d5c7:0x5b1,_0x105fbb:0x53b,_0x530ce7:0x621,_0x1283e2:0x58e,_0x346615:0x553,_0x298e00:0x57c,_0x4f4f27:0x523,_0x52b710:0x5d7,_0x4c5856:0x56c,_0x341b45:0x539,_0x15cf49:0x589,_0x29e2bf:0x5e0,_0x3767fc:0x570,_0x430752:0xf3,_0x5f26f3:0xd1,_0xa47010:0xda,_0x100734:0xcb,_0x54ce17:0x2e,_0x27d951:0x6f,_0x219aff:0x5c8,_0x50074d:0x5e5,_0x3c3fab:0x5aa,_0x28e871:0xba,_0x2b9af4:0x120,_0x4dd5ad:0x608,_0x4bfe87:0x594,_0x440073:0x52a,_0x3bcd15:0x581,_0x48417d:0x55b,_0x5d3d20:0x5e8,_0x548efc:0x612,_0x1cb6ca:0x5ba,_0x3fbba9:0x112,_0x3bed1d:0x109,_0x13f033:0x139,_0x4f3d86:0x574,_0x5078a4:0x5db,_0x2918b0:0x513,_0x38e78a:0x576,_0x36a2bc:0x585,_0xf6167a:0x5aa,_0x5d5832:0x163,_0x48750a:0xf5,_0x4b5858:0x7f,_0x4b80d9:0x5ae,_0x3e8cec:0x5b6,_0x45a18d:0x569,_0xe817e3:0x5c1,_0x91e931:0x5f,_0x692ef3:0x40,_0x352d54:0x5cf,_0x1ad65b:0x65,_0x8bc0e7:0x3b,_0x198271:0x70,_0xa9e56e:0xe1,_0x3a6a94:0x7a,_0x572efe:0x4c,_0x1ede3d:0x60a,_0x57aff4:0x602,_0x3c4d79:0x73,_0x2f5272:0x3,_0x29d731:0x556,_0x185eb6:0x53c,_0x4b9bf9:0xca,_0x400405:0x109,_0x15b0a7:0x54,_0x570414:0x57e,_0x1a7e6e:0x568,_0x2983f8:0x554,_0x43277f:0x516,_0x3ab226:0x9a,_0x3ef0c8:0x112,_0x452b38:0x96,_0x5e4944:0x64,_0x3b0d4e:0x16,_0xb8b6b0:0x31,_0x3f19e7:0x5ff,_0x5a84b4:0xef,_0x596864:0x614,_0x374dc8:0x5f6,_0x125ea7:0x638,_0x127ddd:0x5f4,_0x7a5388:0x5eb,_0x882820:0x660},_0x5c0d29={_0x3893a1:0x1a},_0x3dcd0d={_0x374dae:0xb5,_0x11f4be:0x65c};function _0x5babda(_0x530756,_0x3480c6,_0x572856,_0x405ce4){return _0x33be5b(_0x530756-_0x3dcd0d._0x374dae,_0x572856,_0x3480c6- -_0x3dcd0d._0x11f4be,_0x405ce4-0x75);}const _0x2b7d3c={'DJWZE':_0x5babda(_0x453036._0x1ef3d4,-0x34,-_0x453036._0x4ff478,-0x24)+_0x3227d5(_0x453036._0x536345,_0x453036._0x2def29,_0x453036._0x4b09f9,_0x453036._0xd27bd8),'pDoDr':_0x3227d5(0x56d,_0x453036._0x4398fa,_0x453036._0x2def29,0x534)+'\x20denied','OGcuV':_0x5babda(-0x30,-_0x453036._0x3a41dc,-0x24,-0x71)+'JIRA\x20clien'+_0x5babda(-0xf3,-0xdb,-0x106,-_0x453036._0x23b3f6)+_0x5babda(-_0x453036._0x45d50f,-0x35,-0xaa,-_0x453036._0x298e05),'IkblY':function(_0x3169e3){return _0x3169e3();},'hbSqv':function(_0x268944,_0x272de4){return _0x268944!==_0x272de4;},'MpEVt':_0x5babda(-_0x453036._0x5b3427,-_0x453036._0x268f49,-0x1,-0x64),'qHstg':_0x5babda(-_0x453036._0xda1498,-_0x453036._0x5f13d1,-_0x453036._0x49e2dc,-_0x453036._0x4f2cb3)+_0x3227d5(_0x453036._0x201d9b,0x576,_0x453036._0x512fdf,0x5be)+_0x3227d5(0x58a,0x5ca,0x5fb,_0x453036._0x78d1a1)+_0x5babda(_0x453036._0x670189,-0x3d,-_0x453036._0xfc082b,-_0x453036._0x258756),'KBQMw':_0x5babda(-_0x453036._0x9f48b2,-_0x453036._0x29cd6,-_0x453036._0x5396f7,-0x38)+'reload\x20JIR'+_0x3227d5(_0x453036._0x3fdc3e,_0x453036._0x2fb141,_0x453036._0x3adfd4,_0x453036._0x30b679)+_0x3227d5(_0x453036._0x46d9d2,0x506,_0x453036._0x5940ca,0x56b)+_0x3227d5(_0x453036._0x1e7436,0x5b1,0x5f6,0x611),'loCeX':function(_0x49b807,_0x5ad9a4){return _0x49b807===_0x5ad9a4;},'zsFcD':_0x5babda(-_0x453036._0x13ee02,-_0x453036._0x45e6dd,-_0x453036._0xa9db18,-0x12c),'JSfKZ':_0x5babda(-_0x453036._0x3f48f5,-0xff,-0x155,-0xe4)+_0x5babda(-_0x453036._0x141153,-0x5e,-0x6b,-_0x453036._0x40f6ae)+'\x20from\x20envi'+'ronment\x20va'+_0x5babda(-0x10c,-0xcc,-_0x453036._0x4fcb71,-_0x453036._0x3a023a),'jWGfk':_0x5babda(-_0x453036._0x53c80f,-0xb7,-_0x453036._0xf64b8c,-0xd3)+_0x3227d5(_0x453036._0x4e1570,0x555,0x5d6,0x540)+_0x5babda(-0x111,-0x104,-0xbe,-_0x453036._0x1b3959)+'ion\x20reload'};function _0x3227d5(_0x30ada7,_0x595b45,_0x44927b,_0x9ae364){return _0x33be5b(_0x30ada7-0xe8,_0x9ae364,_0x30ada7- -_0x5c0d29._0x3893a1,_0x9ae364-0x129);}logger['info'](_0x2b7d3c[_0x5babda(-0xa8,-_0x453036._0xb6f548,-_0x453036._0x521a7e,-_0x453036._0x1ad18a)]),jiraClient=null;const _0x1496a1=await _0x2b7d3c['IkblY'](loadJiraConfig);if(_0x1496a1){if(_0x2b7d3c[_0x3227d5(_0x453036._0x41d5c7,_0x453036._0x105fbb,_0x453036._0x530ce7,_0x453036._0x1283e2)](_0x2b7d3c[_0x3227d5(0x575,_0x453036._0x346615,0x5e0,_0x453036._0x298e00)],_0x2b7d3c[_0x3227d5(0x575,0x5b7,_0x453036._0x4f4f27,_0x453036._0x52b710)])){const _0x437632={};return _0x437632[_0x3227d5(_0x453036._0x4c5856,0x51e,_0x453036._0x341b45,_0x453036._0x15cf49)]=_0x2b7d3c['DJWZE'],_0x437632[_0x3227d5(0x5e0,0x57e,_0x453036._0x29e2bf,_0x453036._0x3767fc)]=_0x5e8d32['message'],_0x133bd8[_0x5babda(-_0x453036._0x430752,-0xf3,-0xc1,-_0x453036._0x5f26f3)](-0x2161+-0x1e72+0x1*0x4167)[_0x5babda(-0xfc,-_0x453036._0xa47010,-_0x453036._0x100734,-0x84)](_0x437632);}else try{jiraClient=new JiraClient(_0x1496a1),logger[_0x5babda(-0x91,-_0x453036._0x54ce17,-0x75,-_0x453036._0x27d951)](_0x2b7d3c['qHstg']);return;}catch(_0x1d15cb){logger[_0x3227d5(_0x453036._0x4c5856,0x587,_0x453036._0x4c5856,0x52d)](_0x2b7d3c['KBQMw'],_0x1d15cb);}}if(process[_0x3227d5(_0x453036._0x219aff,_0x453036._0x50074d,_0x453036._0x3c3fab,0x630)][_0x5babda(-0x4d,-_0x453036._0x28e871,-_0x453036._0x2b9af4,-0x6d)+'ED']===_0x3227d5(_0x453036._0x4dd5ad,0x629,0x5a7,0x5b6))try{if(_0x2b7d3c[_0x3227d5(_0x453036._0x4bfe87,_0x453036._0x440073,_0x453036._0x3bcd15,_0x453036._0x48417d)](_0x2b7d3c[_0x3227d5(0x5db,_0x453036._0x5d3d20,_0x453036._0x548efc,_0x453036._0x1cb6ca)],_0x5babda(-_0x453036._0x3fbba9,-_0x453036._0x3bed1d,-0xbd,-_0x453036._0x13f033))){const _0x140b63={'baseUrl':process[_0x3227d5(_0x453036._0x219aff,0x55d,_0x453036._0x4f3d86,_0x453036._0x5078a4)][_0x3227d5(0x589,0x5be,_0x453036._0x2918b0,_0x453036._0x38e78a)+_0x3227d5(0x566,0x557,0x58b,0x591)],...process['env'][_0x3227d5(0x554,_0x453036._0x36a2bc,_0x453036._0xf6167a,0x582)+_0x5babda(-_0x453036._0x5d5832,-_0x453036._0x48750a,-_0x453036._0x4b5858,-0xbc)]?{'cloudId':process['env']['JIRA_CLOUD'+'_ID']}:{}};_0x140b63[_0x3227d5(_0x453036._0x3e8cec,_0x453036._0x4b80d9,_0x453036._0x352d54,_0x453036._0x45a18d)]={},_0x140b63[_0x3227d5(_0x453036._0x3e8cec,_0x453036._0x4b80d9,_0x453036._0x352d54,_0x453036._0x45a18d)]['email']=process[_0x3227d5(_0x453036._0x219aff,_0x453036._0xe817e3,0x5a6,0x5d8)][_0x5babda(-0x6,-_0x453036._0x91e931,-_0x453036._0x692ef3,-0x53)],_0x140b63[_0x3227d5(_0x453036._0x3e8cec,_0x453036._0x4b80d9,_0x453036._0x352d54,_0x453036._0x45a18d)][_0x5babda(-0x3f,-_0x453036._0x1ad65b,-_0x453036._0x8bc0e7,-_0x453036._0x198271)]=process[_0x5babda(-_0x453036._0xa9e56e,-_0x453036._0x3a6a94,-_0x453036._0x572efe,-0xbb)][_0x3227d5(0x52e,0x4de,0x508,0x4e2)+_0x3227d5(0x59b,_0x453036._0x1ede3d,_0x453036._0x57aff4,0x605)],jiraClient=new JiraClient(_0x140b63),logger[_0x5babda(-_0x453036._0x3c4d79,-_0x453036._0x54ce17,-0x33,-_0x453036._0x2f5272)](_0x2b7d3c['JSfKZ']);}else{const _0x3e7c54={};return _0x3e7c54[_0x3227d5(0x56c,_0x453036._0x29d731,0x58d,_0x453036._0x185eb6)]=_0x2b7d3c[_0x5babda(-0xaf,-_0x453036._0x4b9bf9,-0xb8,-_0x453036._0x400405)],_0x3e7c54[_0x5babda(0x6,-0x62,-0x28,-_0x453036._0x15b0a7)]=_0xf0dbdc[_0x3227d5(_0x453036._0x29e2bf,0x651,0x585,_0x453036._0x570414)],_0x380222['status'](-0x250*-0x10+-0x68*0x44+0x7cd*-0x1)[_0x3227d5(_0x453036._0x1a7e6e,_0x453036._0x2983f8,_0x453036._0x43277f,0x570)](_0x3e7c54);}}catch(_0x5b06a1){logger[_0x5babda(-_0x453036._0x3ab226,-0xd6,-_0x453036._0x3ef0c8,-0x11a)](_0x5babda(-_0x453036._0x452b38,-0x66,-0xcd,-0x7d)+_0x5babda(-_0x453036._0x5e4944,-0x36,_0x453036._0x3b0d4e,_0x453036._0xb8b6b0)+_0x3227d5(_0x453036._0x3f19e7,0x66c,0x606,0x5f9)+_0x5babda(-0xd9,-_0x453036._0x5a84b4,-0x88,-0x82)+'rs:',_0x5b06a1);}else logger[_0x3227d5(_0x453036._0x596864,_0x453036._0x374dc8,0x5eb,_0x453036._0x125ea7)](_0x2b7d3c[_0x3227d5(_0x453036._0x127ddd,_0x453036._0x50074d,_0x453036._0x7a5388,_0x453036._0x882820)]);}function requireJira(_0x4a940c,_0xaf6f08,_0x13a880){const _0xfffc1d={_0x131693:0x30f,_0x5163eb:0x2cb,_0x23b4be:0x2bc,_0x5224e7:0x36f,_0x37d05c:0x353,_0x539451:0x328,_0xfe1081:0x27e,_0x233af7:0x287,_0x5162ab:0x2cd,_0x1d1987:0x35e,_0x3ee337:0x162,_0x179f90:0x140,_0x4b5757:0x35d,_0xcd9224:0x387,_0x16ac74:0x3bf,_0x298594:0x32a,_0x5b08fb:0x2a7,_0x41381f:0x13f,_0xbcece0:0x11b,_0x1a1023:0x11e,_0x2d9923:0x315,_0x156ad3:0x2fd,_0x584662:0x2aa,_0x16ff31:0x360,_0x2504b4:0x386,_0xa7b845:0x38b,_0x325bbf:0x3b0,_0x590ac8:0x340,_0x45a0d7:0x371,_0x36aa1b:0x393,_0x2946f6:0x129,_0x2daadc:0xaf,_0xcb8490:0xcd,_0x175c5e:0x74},_0x1ca985={_0x323a72:0x154,_0x2095ec:0x49c},_0x578ecf={};_0x578ecf['xUoje']=_0x13f5e4(0x2e6,_0xfffc1d._0x131693,_0xfffc1d._0x5163eb,_0xfffc1d._0x23b4be)+_0x13f5e4(0x32e,0x3ba,_0xfffc1d._0x5224e7,_0xfffc1d._0x37d05c)+_0x13f5e4(_0xfffc1d._0x5224e7,0x337,0x3ab,0x3be);function _0x17745c(_0x3eb789,_0x1c36b3,_0x277772,_0x398a81){return _0x33be5b(_0x3eb789-_0x1ca985._0x323a72,_0x277772,_0x398a81- -_0x1ca985._0x2095ec,_0x398a81-0x1f2);}_0x578ecf[_0x13f5e4(_0xfffc1d._0x539451,_0xfffc1d._0xfe1081,0x2df,_0xfffc1d._0x233af7)]='JIRA\x20integ'+'ration\x20is\x20'+'not\x20config'+_0x13f5e4(_0xfffc1d._0x5162ab,0x3aa,0x343,_0xfffc1d._0x1d1987)+_0x17745c(_0xfffc1d._0x3ee337,0x19a,0x11f,_0xfffc1d._0x179f90)+_0x13f5e4(_0xfffc1d._0x4b5757,0x327,_0xfffc1d._0xcd9224,_0xfffc1d._0x16ac74)+_0x13f5e4(0x321,_0xfffc1d._0x298594,0x2cd,_0xfffc1d._0x5b08fb)+_0x17745c(_0xfffc1d._0x41381f,_0xfffc1d._0xbcece0,0x17a,_0xfffc1d._0x1a1023)+'ator.';function _0x13f5e4(_0x13095f,_0x2dfa90,_0x49e7f4,_0x523d4a){return _0x33be5b(_0x13095f-0x146,_0x13095f,_0x49e7f4- -0x289,_0x523d4a-0x180);}const _0x55dd50=_0x578ecf;if(!jiraClient){const _0x5d6814={};return _0x5d6814[_0x13f5e4(_0xfffc1d._0x2d9923,0x2bd,_0xfffc1d._0x156ad3,_0xfffc1d._0x584662)]=_0x55dd50[_0x13f5e4(_0xfffc1d._0x16ff31,_0xfffc1d._0x2504b4,_0xfffc1d._0xa7b845,_0xfffc1d._0x325bbf)],_0x5d6814[_0x13f5e4(0x359,_0xfffc1d._0x590ac8,_0xfffc1d._0x45a0d7,_0xfffc1d._0x36aa1b)]=_0x55dd50['gNIDU'],_0xaf6f08[_0x17745c(_0xfffc1d._0x2946f6,0x101,_0xfffc1d._0x2daadc,0xcd)](-0x22c+-0x22d1+0x4*0x9bd)[_0x17745c(0xee,_0xfffc1d._0xcb8490,_0xfffc1d._0x175c5e,0xe6)](_0x5d6814);}_0x13a880();}router[_0x33be5b(0x544,0x5b6,0x557,0x509)](_0x33be5b(0x690,0x60f,0x624,0x640),(_0xdb12d1,_0x442c65)=>{const _0x11a81d={_0x534e28:0xbb,_0x1c9601:0xc2,_0xbd23be:0x5ba,_0x541aaa:0x5b6,_0x1d4f80:0x90,_0xf3d8b0:0x11f,_0x5ee2d2:0xa0,_0x2c4162:0x5a},_0x3f703e={_0x3b21fd:0x103};function _0x22d304(_0x2f1a11,_0x5595f7,_0x120e1d,_0x428d7b){return _0x9f0e2c(_0x2f1a11-0x1a6,_0x5595f7- -0x356,_0x120e1d-0x114,_0x120e1d);}const _0x3769f0={};_0x3769f0[_0x22d304(-_0x11a81d._0x534e28,-_0x11a81d._0x1c9601,-0x94,-0x9a)]=!!jiraClient;function _0x3bbaaa(_0x16a3db,_0x695ce3,_0x27e59d,_0x34a121){return _0x9f0e2c(_0x16a3db-_0x3f703e._0x3b21fd,_0x34a121-0x315,_0x27e59d-0x46,_0x27e59d);}_0x3769f0[_0x3bbaaa(_0x11a81d._0xbd23be,0x641,_0x11a81d._0x541aaa,0x60a)]=jiraClient?process[_0x22d304(-0x89,-_0x11a81d._0x1d4f80,-0x19,-0xa1)][_0x22d304(-_0x11a81d._0xf3d8b0,-0xcf,-_0x11a81d._0x5ee2d2,-_0x11a81d._0x2c4162)+'URL']:null,_0x442c65['json'](_0x3769f0);});function _0x9f0e2c(_0x5694e1,_0x15ceaa,_0x30d407,_0x4d0211){const _0x347c79={_0x5bb331:0xae};return _0x5881(_0x15ceaa-_0x347c79._0x5bb331,_0x4d0211);}router[_0x9f0e2c(0x234,0x23b,0x26e,0x216)](_0x33be5b(0x57a,0x5ca,0x565,0x54a)+'ey',requireJira,async(_0x27a420,_0x48a5cb)=>{const _0x492ed4={_0x166d6d:0x3bf,_0x11ef75:0x411,_0x4d068b:0x441,_0x3fad41:0x47b,_0x2069ad:0x494,_0x4b2c6b:0x2e2,_0x183d2d:0x4f4,_0x4712d4:0x3f4,_0x4a5473:0x417,_0x10a4d3:0x3aa,_0x5af52b:0x395,_0x2c2ca7:0x362,_0xb1d855:0x39c,_0x529b37:0x40b,_0x5a0294:0x463,_0x1aa1e9:0x38a,_0x527ea3:0x3f7,_0x25b584:0x3a1,_0x189130:0x446,_0x1b3240:0x3e5,_0x5c03ed:0x490,_0x214bc3:0x437,_0x181c86:0x437,_0x177c4b:0x42f,_0x52a82f:0x3c6,_0x45649b:0x44b,_0x1e822f:0x449,_0x5d2e74:0x3b8,_0x14afc2:0x407,_0x169cf2:0x399,_0x2f684b:0x380,_0x1a8956:0x44c,_0x2c8d11:0x474,_0x341518:0x4cf,_0x5329f1:0x471,_0x58c23b:0x53c,_0x4f9ba8:0x514,_0x18730d:0x4b1,_0x3c2f8a:0x548,_0x18865b:0x494,_0x15aa56:0x50d,_0xc0c4ab:0x3e0,_0x5bed02:0x43c,_0x973a13:0x45e,_0x5ea977:0x4b7,_0x58ffac:0x500,_0x5f2616:0x490,_0x2b288c:0x4d4,_0x11d2d1:0x4ef,_0x3226b2:0x450,_0x362cc7:0x3e4,_0x31610c:0x3fa,_0x265ad6:0x395,_0x291146:0x3b0,_0x40b2e6:0x47f,_0x1538ff:0x450,_0x12e090:0x2e9,_0x1bbeda:0x34e,_0x82ed71:0x372,_0x3780b9:0x3c1,_0x195272:0x3fb,_0x34b66b:0x3e2,_0x52efbd:0x442,_0x59f1e5:0x3ed,_0x3b67f3:0x46b,_0x424c77:0x563,_0xbfe03d:0x4ec,_0xf8bd81:0x509,_0x361d68:0x4fd,_0xa25611:0x446,_0x55b442:0x413,_0x12b3b6:0x43b,_0x1033c3:0x481,_0x4e47c4:0x44b,_0x1e58cc:0x454,_0x4726f7:0x3e9,_0x4a9356:0x45b,_0x1ae90b:0x4be,_0x541d6f:0x523,_0x4287b9:0x43d,_0x194b07:0x426,_0x706cf5:0x3f4,_0x5a6c13:0x3a6,_0x38775a:0x387,_0x5c0dc4:0x404,_0x460fc1:0x390,_0x50e98d:0x35f,_0x4088c4:0x364,_0x1ff1a1:0x384,_0x17ea25:0x384,_0x954308:0x3f0,_0x445ea7:0x3ac,_0x6a7f40:0x3de,_0x1b6bac:0x350,_0x271e99:0x35e,_0x4d8241:0x3e3,_0x51b07f:0x3bc,_0x2dfa96:0x35b,_0x45a02c:0x3d5,_0x28f26d:0x455,_0x1f31de:0x493,_0x1f54d2:0x525,_0x12009e:0x457,_0x41530a:0x46c,_0x414e5d:0x465,_0x214738:0x39e,_0x42f3f4:0x40d,_0x21f63c:0x3f3,_0x2fa87d:0x370,_0x288ab5:0x388,_0x2b238c:0x454,_0x2b699d:0x3ff,_0x39a827:0x46e,_0x113af4:0x348,_0xbd256a:0x387,_0x48fb06:0x3d2,_0xb6f114:0x456,_0x526786:0x443,_0x48b6d6:0x36d,_0x23aebd:0x3c8,_0x37155e:0x480,_0xbab092:0x491,_0x7a0ded:0x43f,_0x46885d:0x432,_0x2cdb08:0x444,_0xa0dbeb:0x4a1,_0x37f059:0x4ad,_0x1835a3:0x44b,_0x275d6b:0x532,_0x2db86b:0x468,_0x13ac89:0x45b,_0x5bdbe9:0x496,_0x357689:0x3cc,_0x4f7edf:0x438,_0x55dfa7:0x464,_0x5b0e5d:0x316,_0x3a0e72:0x35a,_0x4619c7:0x329,_0x5dfb3e:0x376,_0x35030f:0x38b,_0x29b4ee:0x48b,_0x38958a:0x475,_0x5d05c3:0x472,_0x33fb88:0x3b5,_0x4bbf37:0x40a,_0x3f7ff9:0x387,_0x1df32a:0x31e,_0x351295:0x4c5,_0x51949c:0x4f8,_0x4581f0:0x45d,_0x5b5b35:0x363,_0x1275e6:0x35a,_0x337dcb:0x3ce},_0x335013={_0xf8b57c:0x37,_0x1a2f62:0x121,_0x48b7fc:0x6d},_0x468b32={_0x3d832f:0x1d3,_0x1e8d85:0x185};function _0x3dffe9(_0x2d02bd,_0x375aa1,_0x5dfc1d,_0x47206f){return _0x9f0e2c(_0x2d02bd-_0x468b32._0x3d832f,_0x375aa1-0x1d9,_0x5dfc1d-_0x468b32._0x1e8d85,_0x5dfc1d);}const _0x5516f0={};_0x5516f0['nsSEY']=_0x3dffe9(_0x492ed4._0x166d6d,_0x492ed4._0x11ef75,0x45e,_0x492ed4._0x4d068b)+_0x3dffe9(0x471,_0x492ed4._0x3fad41,_0x492ed4._0x2069ad,0x439)+_0x4f28f1(0x3aa,0x39a,0x3c1,0x3f3)+'DATA_DIR',_0x5516f0[_0x4f28f1(0x322,0x3b0,_0x492ed4._0x4b2c6b,0x354)]=_0x3dffe9(_0x492ed4._0x183d2d,_0x492ed4._0x2069ad,0x455,0x46f)+_0x4f28f1(_0x492ed4._0x4712d4,0x3f0,0x412,_0x492ed4._0x4a5473)+'d',_0x5516f0[_0x4f28f1(_0x492ed4._0x10a4d3,_0x492ed4._0x5af52b,_0x492ed4._0x2c2ca7,_0x492ed4._0xb1d855)]='Invalid\x20is'+_0x4f28f1(_0x492ed4._0x529b37,_0x492ed4._0x5a0294,_0x492ed4._0x1aa1e9,_0x492ed4._0x527ea3)+'rmat',_0x5516f0[_0x4f28f1(_0x492ed4._0x25b584,0x451,0x3de,0x3f9)]='Issue\x20key\x20'+_0x3dffe9(_0x492ed4._0x189130,0x42e,_0x492ed4._0x1b3240,_0x492ed4._0x5c03ed)+_0x4f28f1(0x452,0x48f,0x43f,_0x492ed4._0x214bc3)+'OJECT-123',_0x5516f0[_0x3dffe9(0x44e,0x48a,_0x492ed4._0x181c86,_0x492ed4._0x177c4b)]=_0x4f28f1(_0x492ed4._0x52a82f,_0x492ed4._0x45649b,_0x492ed4._0x1e822f,0x3fb)+_0x3dffe9(_0x492ed4._0x5d2e74,_0x492ed4._0x14afc2,_0x492ed4._0x169cf2,0x3dc)+_0x4f28f1(0x377,0x342,0x360,_0x492ed4._0x2f684b),_0x5516f0[_0x3dffe9(_0x492ed4._0x1a8956,0x457,_0x492ed4._0x2c8d11,0x49e)]=_0x3dffe9(_0x492ed4._0x341518,_0x492ed4._0x5329f1,0x46c,0x483),_0x5516f0['rVfKY']=function(_0x3dccab,_0x3fee6f){return _0x3dccab!==_0x3fee6f;},_0x5516f0[_0x3dffe9(_0x492ed4._0x58c23b,0x4c8,0x4c9,_0x492ed4._0x4f9ba8)]='IMemN',_0x5516f0['YAnxG']=_0x3dffe9(_0x492ed4._0x341518,0x4e5,_0x492ed4._0x18730d,0x51f)+_0x3dffe9(_0x492ed4._0x3c2f8a,0x4ed,_0x492ed4._0x18865b,_0x492ed4._0x15aa56),_0x5516f0[_0x3dffe9(_0x492ed4._0xc0c4ab,_0x492ed4._0x5bed02,0x402,_0x492ed4._0x973a13)]='authentica'+_0x3dffe9(0x487,0x4cf,_0x492ed4._0x5ea977,_0x492ed4._0x58ffac)+'d',_0x5516f0[_0x3dffe9(_0x492ed4._0x5f2616,_0x492ed4._0x2b288c,0x4c8,_0x492ed4._0x11d2d1)]=_0x4f28f1(0x3a6,0x413,_0x492ed4._0x3226b2,_0x492ed4._0x362cc7)+_0x4f28f1(0x3a8,_0x492ed4._0x5d2e74,_0x492ed4._0x31610c,0x39b),_0x5516f0[_0x4f28f1(0x3df,_0x492ed4._0x265ad6,0x3a5,_0x492ed4._0x291146)]='Permission'+_0x3dffe9(0x42b,_0x492ed4._0x40b2e6,0x4bd,_0x492ed4._0x1538ff),_0x5516f0['ThsfN']=_0x4f28f1(0x3a7,_0x492ed4._0x12e090,0x349,_0x492ed4._0x1bbeda),_0x5516f0[_0x4f28f1(0x3a8,_0x492ed4._0x82ed71,0x3ab,0x39d)]=_0x4f28f1(_0x492ed4._0x3780b9,0x394,0x3fd,_0x492ed4._0x195272)+'fetch\x20JIRA'+_0x4f28f1(_0x492ed4._0x34b66b,_0x492ed4._0x52efbd,_0x492ed4._0x59f1e5,0x40e);function _0x4f28f1(_0x4f03bc,_0x527601,_0x5ae98e,_0x4c45ec){return _0x9f0e2c(_0x4f03bc-_0x335013._0xf8b57c,_0x4c45ec-_0x335013._0x1a2f62,_0x5ae98e-_0x335013._0x48b7fc,_0x4f03bc);}const _0x1743db=_0x5516f0;try{const _0x4369e5=_0x27a420['params'][_0x3dffe9(0x4ab,_0x492ed4._0x5f2616,0x4a2,_0x492ed4._0x3b67f3)][_0x3dffe9(_0x492ed4._0x424c77,_0x492ed4._0xbfe03d,_0x492ed4._0xf8bd81,_0x492ed4._0x361d68)]()[_0x4f28f1(_0x492ed4._0xa25611,_0x492ed4._0x55b442,_0x492ed4._0x1e822f,_0x492ed4._0x12b3b6)+'e']();if(!/^[A-Z]+-\d+$/i[_0x3dffe9(_0x492ed4._0x1033c3,0x46a,_0x492ed4._0x4e47c4,0x456)](_0x4369e5)){const _0x487b50={};return _0x487b50[_0x3dffe9(0x3e9,0x443,0x41f,0x3e4)]=_0x1743db[_0x3dffe9(0x457,_0x492ed4._0x1e58cc,_0x492ed4._0x4726f7,_0x492ed4._0x4a9356)],_0x487b50[_0x3dffe9(_0x492ed4._0x1ae90b,_0x492ed4._0x5ea977,_0x492ed4._0x541d6f,0x4fd)]=_0x1743db[_0x3dffe9(0x4b0,_0x492ed4._0x18730d,_0x492ed4._0x4287b9,0x4fd)],_0x48a5cb[_0x3dffe9(0x452,_0x492ed4._0x194b07,_0x492ed4._0x52a82f,_0x492ed4._0x706cf5)](0xd*0x28c+0x32f+-0x22bb*0x1)[_0x4f28f1(0x336,_0x492ed4._0x5a6c13,0x361,_0x492ed4._0x38775a)](_0x487b50);}logger[_0x4f28f1(0x36d,0x36a,_0x492ed4._0x5c0dc4,_0x492ed4._0x460fc1)](_0x4f28f1(0x342,0x307,_0x492ed4._0x50e98d,_0x492ed4._0x4088c4)+_0x4f28f1(_0x492ed4._0x1ff1a1,_0x492ed4._0x17ea25,0x39c,_0x492ed4._0x954308)+'\x20'+_0x4369e5);const _0x2611fd=await jiraClient[_0x4f28f1(_0x492ed4._0x445ea7,_0x492ed4._0x2f684b,_0x492ed4._0x6a7f40,0x3da)](_0x4369e5);_0x48a5cb[_0x4f28f1(_0x492ed4._0x1b6bac,_0x492ed4._0x271e99,0x3fb,0x387)](_0x2611fd);}catch(_0x31eea5){logger[_0x4f28f1(_0x492ed4._0x4d8241,0x35f,_0x492ed4._0x51b07f,0x38b)](_0x1743db[_0x4f28f1(_0x492ed4._0x2dfa96,0x401,_0x492ed4._0x45a02c,0x3d2)],_0x31eea5);if(_0x31eea5[_0x3dffe9(_0x492ed4._0x28f26d,0x4b7,_0x492ed4._0x1f31de,_0x492ed4._0x1f54d2)][_0x4f28f1(0x450,_0x492ed4._0x291146,0x377,0x3e9)](_0x1743db[_0x3dffe9(0x416,_0x492ed4._0x12009e,_0x492ed4._0x41530a,_0x492ed4._0x414e5d)])){if(_0x1743db['rVfKY'](_0x1743db['moCJe'],'IMemN')){_0x20bc82=new _0x3dda87(_0x4d5de1),_0x4d042f['info'](_0x1743db[_0x4f28f1(0x405,0x3d1,_0x492ed4._0x214738,_0x492ed4._0x42f3f4)]);return;}else{const _0x500d75={};return _0x500d75[_0x4f28f1(_0x492ed4._0x21f63c,_0x492ed4._0x2fa87d,0x3fc,0x38b)]=_0x1743db['YAnxG'],_0x500d75[_0x4f28f1(_0x492ed4._0x288ab5,_0x492ed4._0x2b238c,0x457,_0x492ed4._0x2b699d)]=_0x31eea5['message'],_0x48a5cb[_0x3dffe9(0x442,0x426,_0x492ed4._0x39a827,0x484)](0x1566+0x4*-0x3e0+-0x452)[_0x4f28f1(0x3ab,0x39e,_0x492ed4._0x113af4,_0x492ed4._0xbd256a)](_0x500d75);}}else{if(_0x31eea5[_0x4f28f1(0x412,_0x492ed4._0x48fb06,_0x492ed4._0xb6f114,0x3ff)]['includes'](_0x1743db[_0x4f28f1(0x396,_0x492ed4._0x17ea25,0x32e,_0x492ed4._0x1ff1a1)])){const _0x4ddfab={};return _0x4ddfab[_0x3dffe9(0x409,_0x492ed4._0x526786,_0x492ed4._0x1a8956,0x453)]=_0x4f28f1(0x42a,_0x492ed4._0x48b6d6,0x3df,0x3dc)+'tion\x20faile'+'d',_0x4ddfab['message']=_0x31eea5['message'],_0x48a5cb[_0x3dffe9(_0x492ed4._0x23aebd,_0x492ed4._0x194b07,_0x492ed4._0x37155e,0x471)](0x1*0x691+0x14cb+0x3*-0x899)[_0x3dffe9(_0x492ed4._0xbab092,_0x492ed4._0x7a0ded,0x47e,_0x492ed4._0x46885d)](_0x4ddfab);}else{if(_0x31eea5[_0x4f28f1(_0x492ed4._0x23aebd,0x392,_0x492ed4._0xc0c4ab,0x3ff)][_0x3dffe9(_0x492ed4._0x2cdb08,_0x492ed4._0xa0dbeb,_0x492ed4._0x37f059,_0x492ed4._0x1835a3)](_0x1743db[_0x3dffe9(_0x492ed4._0x275d6b,0x4d4,0x495,0x4b2)])){const _0x4b225a={};return _0x4b225a[_0x4f28f1(0x3f8,0x3ff,0x3ab,0x38b)]=_0x1743db[_0x3dffe9(0x43c,_0x492ed4._0x2db86b,_0x492ed4._0x13ac89,_0x492ed4._0x5bdbe9)],_0x4b225a[_0x4f28f1(0x3f0,0x462,_0x492ed4._0x357689,_0x492ed4._0x2b699d)]=_0x31eea5['message'],_0x48a5cb[_0x3dffe9(_0x492ed4._0x4f7edf,0x426,_0x492ed4._0x55dfa7,0x49e)](-0x1*-0x1bd+-0x13d1+0x13a7)['json'](_0x4b225a);}else{if(_0x1743db[_0x4f28f1(0x35e,_0x492ed4._0x5b0e5d,0x39d,_0x492ed4._0x3a0e72)]==='PxgcL'){const _0x45a0bf={};return _0x45a0bf[_0x4f28f1(_0x492ed4._0x4619c7,0x31e,_0x492ed4._0x5dfb3e,_0x492ed4._0x35030f)]=_0x1743db[_0x3dffe9(_0x492ed4._0x29b4ee,0x455,_0x492ed4._0x1033c3,_0x492ed4._0x38958a)],_0x45a0bf[_0x3dffe9(0x4ff,0x4b7,_0x492ed4._0x5d05c3,0x4e3)]=_0x31eea5[_0x3dffe9(0x515,0x4b7,0x45f,0x4f0)],_0x48a5cb[_0x3dffe9(_0x492ed4._0x33fb88,0x426,_0x492ed4._0x4bbf37,_0x492ed4._0x4a5473)](-0x12bc+-0x2122+0x35d2)[_0x4f28f1(_0x492ed4._0x291146,0x3fb,_0x492ed4._0x362cc7,_0x492ed4._0x3f7ff9)](_0x45a0bf);}else{const _0x317aac={};return _0x317aac[_0x4f28f1(0x3eb,0x37c,_0x492ed4._0x1df32a,_0x492ed4._0x35030f)]=_0x1743db['fXwsJ'],_0x317aac[_0x3dffe9(_0x492ed4._0x351295,0x4b7,0x43f,_0x492ed4._0x51949c)]=_0xd75c07[_0x4f28f1(0x455,0x447,_0x492ed4._0x4581f0,_0x492ed4._0x2b699d)],_0x13dd4a[_0x4f28f1(_0x492ed4._0x5b5b35,_0x492ed4._0x1275e6,_0x492ed4._0x337dcb,0x36e)](-0x14b3+-0xfa3*-0x1+0x1*0x6a1)['json'](_0x317aac);}}}}}}),router[_0x9f0e2c(0x25c,0x2c2,0x306,0x27b)](_0x33be5b(0x5bc,0x5a6,0x57e,0x5e0),requireJira,async(_0x364b75,_0xb45228)=>{const _0x36df95={_0x511bc6:0x1aa,_0xd5da1b:0x207,_0x5c943d:0x196,_0x1ff015:0x1b4,_0x5c2667:0x119,_0x2b572e:0x118,_0x590ff0:0xb8,_0x2dd487:0x28,_0x30339e:0x49,_0x2654c9:0x79,_0x3c2c17:0x22,_0x2c9bc1:0x124,_0x435d86:0x123,_0x49aa40:0xfa,_0x22c7d2:0x8d,_0x556721:0x3d,_0x383999:0x32,_0x20ef02:0x45,_0x457c39:0x112,_0x4cee83:0xe1,_0x2e8ba5:0x116,_0x40990c:0x14a,_0x5f5993:0x12,_0xfd8769:0x1d4,_0x18cd63:0x1d3,_0x59a29e:0x18d,_0x591429:0x75,_0x128569:0x44,_0x4bd57b:0x27,_0x42103e:0x5e,_0xa5d3ec:0x4c,_0x2aa2a8:0x203,_0xa6e23d:0x191,_0x289123:0xdf,_0x1c474:0x9c,_0xc78835:0x62,_0x1b3e75:0x3c,_0x33a572:0x14,_0x28510d:0x1b6,_0x4cb18a:0x1af,_0x11c629:0x103,_0xad44e7:0x13f,_0x1340ce:0xa8,_0x4d18fe:0x162,_0x4a6827:0x16d,_0x3e85e3:0x101,_0x3ed665:0x100,_0x40cc1c:0x4b,_0x3a9377:0x4f,_0x1beefd:0xe6,_0x1066ae:0x188,_0x330f28:0x14f,_0x441f46:0xde,_0x51508e:0x68,_0x11edd3:0x107,_0x26d3f3:0x44,_0x1a5638:0x45,_0x1c31cf:0xe9,_0x177b6b:0xa,_0x44a55e:0xd,_0x34631d:0x26,_0x3e89e2:0x155,_0x49d860:0x1d0,_0xad5d51:0x167,_0x2ef0e6:0x22b,_0x4f71aa:0x125,_0x2e428a:0x2e,_0x41d516:0x7b,_0x27a4fb:0x26,_0x5808be:0x27,_0x548a53:0x1a,_0x5060bf:0x50,_0x1fab7c:0x24,_0x1fa7c4:0x28,_0x3c55cc:0x8,_0x533d99:0x9e,_0x3d357e:0xc7,_0x258cca:0xa5,_0x65ff83:0xd6,_0x27eed5:0xd7,_0x15123e:0xa1,_0x17343f:0x1c9,_0x2c9704:0x175,_0x1b9ce0:0x12a,_0x208bc4:0x123,_0x328a1f:0xdc,_0x30fc73:0x91,_0x136dba:0xe6,_0x3a8244:0x1,_0x49db71:0x37,_0x3dfa9c:0x147,_0x12e378:0x134,_0x310a15:0x180,_0x57222f:0x19e,_0x1215b8:0x13c,_0x3f610d:0x42,_0x15acda:0x60,_0x439f79:0x61,_0x37720c:0x158,_0x1e7e85:0x1a8,_0x377bb0:0x199,_0x4226c8:0xdc,_0x22c644:0x9f,_0x1dd9dc:0x60,_0x309fb9:0x9c,_0x10f1e9:0x16,_0x158280:0xa8,_0x4d6159:0x70,_0x480fcf:0x78,_0x3d9661:0x3,_0x353ba7:0x151,_0x38ab3b:0x18b,_0xf3bbb9:0x115,_0x4a79cc:0xd7,_0x5c4b27:0x107,_0x3a588e:0x44,_0x302547:0x64,_0xf53a3d:0xcd,_0x1e08dc:0x1a1,_0xd62c82:0x1db,_0x414c72:0x163,_0x23592c:0x25,_0x4695a5:0xeb,_0x511e4f:0x86,_0x5da7fc:0x51,_0x239d07:0x1f,_0x33a847:0x0,_0x2edea9:0xf,_0x4809bd:0x27,_0x14f2d8:0x6a,_0x53821d:0x4e,_0x529332:0x66,_0x2b9b88:0x68,_0x1b46b5:0xa,_0x57cb93:0x1ab,_0x4cb73f:0x174,_0x21914c:0x18e,_0xb07ea4:0x157,_0x4e5f6d:0xd4,_0x50cfd4:0x10c,_0x155009:0x33,_0x4bc8d0:0xf9,_0x29833d:0x30,_0x493115:0xe,_0x43d8ca:0x1b4,_0x2ac43c:0x11e,_0x460662:0x1a4,_0x4664dd:0x184,_0x20cac8:0x97,_0x320458:0x4b,_0x4ba7da:0x2,_0x1e24d1:0x4d,_0x891be3:0x43,_0x109c04:0xc,_0x32f373:0x17,_0x4c9691:0x98,_0x1989e3:0x113,_0x1d02b8:0xba,_0x2b86ac:0x10c,_0x15faf1:0x40,_0x2e3251:0xcd,_0x1ad4a4:0x142,_0x2f32ea:0x1cb,_0x10314d:0x14f,_0x1127c9:0x20e,_0x314ca5:0x1dd},_0x19fe5d={_0x3bc58e:0x1c8,_0x3c3f3a:0xd4},_0x2af247={_0x239cda:0x148},_0x1694f1={};_0x1694f1[_0x402840(-_0x36df95._0x511bc6,-_0x36df95._0xd5da1b,-_0x36df95._0x5c943d,-_0x36df95._0x1ff015)]=function(_0x246a6d,_0x2f4e26){return _0x246a6d!==_0x2f4e26;};function _0x402840(_0x32d734,_0x5faf00,_0x2b307e,_0x311702){return _0x9f0e2c(_0x32d734-0x60,_0x311702- -0x3ea,_0x2b307e-_0x2af247._0x239cda,_0x5faf00);}_0x1694f1[_0x402840(-_0x36df95._0x5c2667,-_0x36df95._0x2b572e,-0x15e,-0x11c)]=_0x402840(-0x12b,-0x108,-_0x36df95._0x590ff0,-0x104),_0x1694f1[_0x2eac93(_0x36df95._0x2dd487,-0x2a,_0x36df95._0x30339e,0x34)]=function(_0x4f8aaf,_0x1d232e){return _0x4f8aaf!==_0x1d232e;},_0x1694f1[_0x2eac93(-_0x36df95._0x2654c9,-0x3b,-_0x36df95._0x3c2c17,-0x11)]=_0x402840(-_0x36df95._0x2c9bc1,-_0x36df95._0x435d86,-0xa9,-_0x36df95._0x49aa40),_0x1694f1['HdwDz']=_0x2eac93(0xa,_0x36df95._0x22c7d2,-_0x36df95._0x556721,0x2f),_0x1694f1['lpQjU']=_0x2eac93(-0x15,-0x62,-_0x36df95._0x383999,-_0x36df95._0x20ef02)+_0x402840(-_0x36df95._0x457c39,-_0x36df95._0x4cee83,-_0x36df95._0x2e8ba5,-_0x36df95._0x40990c),_0x1694f1[_0x2eac93(-_0x36df95._0x5f5993,0x2c,-0x2d,-0x7)]=_0x402840(-_0x36df95._0xfd8769,-0x1f8,-_0x36df95._0x18cd63,-_0x36df95._0x59a29e)+_0x2eac93(-_0x36df95._0x591429,-_0x36df95._0x128569,-0x6c,-_0x36df95._0x4bd57b)+_0x2eac93(-_0x36df95._0x42103e,_0x36df95._0xa5d3ec,-0x62,0x5)+_0x402840(-0x1cd,-_0x36df95._0x2aa2a8,-0x1cf,-_0x36df95._0xa6e23d)+_0x402840(-0x192,-_0x36df95._0x289123,-0x183,-0x149),_0x1694f1[_0x2eac93(-0x85,-0xa3,-0x80,-_0x36df95._0x1c474)]=function(_0x45342e,_0x54a198){return _0x45342e<_0x54a198;},_0x1694f1[_0x2eac93(-_0x36df95._0xc78835,_0x36df95._0x1b3e75,0x2,_0x36df95._0x33a572)]=_0x402840(-0x103,-_0x36df95._0x28510d,-0x11a,-0x16b)+_0x402840(-0x118,-_0x36df95._0x4cb18a,-_0x36df95._0x11c629,-_0x36df95._0xad44e7),_0x1694f1[_0x2eac93(-_0x36df95._0x1340ce,-0x2,-0x1e,-0x43)]=_0x402840(-0x1e2,-_0x36df95._0x4d18fe,-_0x36df95._0x2c9bc1,-_0x36df95._0x4a6827)+_0x402840(-0x1ac,-0x18b,-0x1c6,-0x1b5)+_0x402840(-0xa4,-_0x36df95._0x3e85e3,-0x135,-_0x36df95._0x3ed665)+_0x2eac93(-0x17,_0x36df95._0x40cc1c,-_0x36df95._0x3a9377,0x18)+'rs',_0x1694f1['jGmFW']=_0x402840(-0x100,-_0x36df95._0x1beefd,-_0x36df95._0x1066ae,-_0x36df95._0x330f28)+_0x2eac93(-0x57,-_0x36df95._0x441f46,-0x4e,-_0x36df95._0x51508e),_0x1694f1[_0x2eac93(-_0x36df95._0x11edd3,-_0x36df95._0x26d3f3,-_0x36df95._0x1a5638,-0x9e)]=_0x402840(-0x104,-0x1a4,-_0x36df95._0x1c31cf,-0x14f)+_0x402840(-0x189,-0x182,-0x19c,-0x14a);function _0x2eac93(_0x452d73,_0x161aba,_0x6df671,_0x122269){return _0x9f0e2c(_0x452d73-_0x19fe5d._0x3bc58e,_0x122269- -0x2d0,_0x6df671-_0x19fe5d._0x3c3f3a,_0x452d73);}_0x1694f1[_0x2eac93(-_0x36df95._0x177b6b,-0x7,-_0x36df95._0x44a55e,-_0x36df95._0x34631d)]=_0x402840(-_0x36df95._0x3e89e2,-_0x36df95._0x49d860,-0x170,-0x189)+'tion\x20faile'+'d',_0x1694f1[_0x402840(-0x18a,-_0x36df95._0xad5d51,-_0x36df95._0x2ef0e6,-0x1ba)]=_0x402840(-_0x36df95._0x4f71aa,-0xe7,-0x13b,-0x12f)+_0x2eac93(_0x36df95._0x2e428a,_0x36df95._0x41d516,0x13,_0x36df95._0x27a4fb)+'d',_0x1694f1[_0x2eac93(-_0x36df95._0x5808be,_0x36df95._0x548a53,-_0x36df95._0x5060bf,-_0x36df95._0x1fab7c)]=_0x2eac93(0x45,-_0x36df95._0x1fa7c4,-_0x36df95._0x3c55cc,0xa)+_0x2eac93(-_0x36df95._0x533d99,-_0x36df95._0x3d357e,-_0x36df95._0x258cca,-0x5f)+_0x2eac93(-_0x36df95._0x65ff83,-0xf1,-_0x36df95._0x27eed5,-_0x36df95._0x15123e);const _0x425e4b=_0x1694f1;try{const {query:_0x168a1a,maxResults:maxResults=-0x2225+0x24cb*0x1+-0x292}=_0x364b75[_0x402840(-0x123,-0x1b5,-_0x36df95._0x17343f,-_0x36df95._0x2c9704)];if(!_0x168a1a||_0x425e4b[_0x402840(-0x227,-0x15c,-0x21b,-0x1b4)](typeof _0x168a1a,_0x425e4b[_0x402840(-_0x36df95._0x1b9ce0,-_0x36df95._0x208bc4,-_0x36df95._0x328a1f,-0x11c)])){if(_0x425e4b[_0x402840(-_0x36df95._0x30fc73,-0xf6,-_0x36df95._0x27eed5,-_0x36df95._0x136dba)](_0x425e4b['oqeOm'],_0x425e4b[_0x2eac93(_0x36df95._0x3a8244,-_0x36df95._0x49db71,-0x13,-0x13)])){const _0x1addcc={};return _0x1addcc[_0x402840(-_0x36df95._0x3dfa9c,-0x1e3,-_0x36df95._0x12e378,-_0x36df95._0x310a15)]=_0x425e4b[_0x402840(-0x146,-_0x36df95._0x57222f,-0x12d,-_0x36df95._0x1215b8)],_0x1addcc['message']=_0x425e4b[_0x2eac93(0x44,-_0x36df95._0x3c55cc,-0x5e,-0x7)],_0xb45228['status'](0x2*-0x3ff+-0x1*-0x187d+-0xeef)[_0x2eac93(-0x7b,-_0x36df95._0x3f610d,-0xab,-0x6a)](_0x1addcc);}else _0x3ec869[_0x2eac93(-_0x36df95._0x15acda,-_0x36df95._0x439f79,-0xa,-0x66)]('Failed\x20to\x20'+_0x402840(-0x162,-_0x36df95._0x37720c,-_0x36df95._0x1e7e85,-0x155)+'\x20JIRA\x20clie'+_0x402840(-0x1ee,-0x1c4,-_0x36df95._0x377bb0,-0x192)+_0x2eac93(-0xb6,-_0x36df95._0x4226c8,-0x73,-_0x36df95._0x22c644),_0x4b6f71);}if(_0x425e4b[_0x2eac93(-0xe4,-_0x36df95._0x1dd9dc,-0x68,-_0x36df95._0x309fb9)](_0x168a1a[_0x2eac93(0x1f,_0x36df95._0x10f1e9,_0x36df95._0x158280,0x43)]()[_0x2eac93(-_0x36df95._0x27a4fb,-_0x36df95._0x4d6159,-_0x36df95._0x480fcf,-_0x36df95._0x3d9661)],0x2*0xbc6+-0xb60+-0xc2a)){const _0x2af719={};return _0x2af719[_0x402840(-_0x36df95._0x353ba7,-_0x36df95._0x38ab3b,-_0x36df95._0xf3bbb9,-0x180)]=_0x425e4b[_0x402840(-_0x36df95._0x4a79cc,-_0x36df95._0x328a1f,-_0x36df95._0x5c4b27,-0x106)],_0x2af719['message']=_0x425e4b[_0x2eac93(-_0x36df95._0x3a588e,-0x1d,-_0x36df95._0x302547,-0x43)],_0xb45228[_0x2eac93(-_0x36df95._0xf53a3d,-_0x36df95._0x3f610d,-_0x36df95._0x20ef02,-0x83)](0x343*0x4+-0x1256+-0x36d*-0x2)[_0x402840(-_0x36df95._0x1e08dc,-_0x36df95._0xd62c82,-_0x36df95._0x414c72,-0x184)](_0x2af719);}logger[_0x402840(-0x11c,-0x151,-0x11a,-0x17b)](_0x2eac93(-0x69,-0x4b,0x1a,-_0x36df95._0x5060bf)+_0x2eac93(-_0x36df95._0x23592c,-_0x36df95._0x4695a5,-0x5e,-_0x36df95._0x511e4f)+_0x168a1a+_0x2eac93(0x11,-0x84,_0x36df95._0x5da7fc,-_0x36df95._0x548a53)+maxResults+')');const _0xa2ff0b=await jiraClient[_0x2eac93(-0x3,-0x5c,-_0x36df95._0x239d07,_0x36df95._0x33a847)+'es'](_0x168a1a,maxResults);_0xb45228[_0x2eac93(-_0x36df95._0x2edea9,-_0x36df95._0x4809bd,-0x8e,-_0x36df95._0x14f2d8)](_0xa2ff0b);}catch(_0x57cdac){logger[_0x2eac93(-0x1d,-_0x36df95._0x53821d,-0x5d,-_0x36df95._0x529332)](_0x2eac93(0x4a,_0x36df95._0x2b9b88,-0x47,_0x36df95._0x1b46b5)+_0x402840(-0x1c4,-_0x36df95._0x57cb93,-0x1a0,-0x179)+_0x402840(-0x12e,-_0x36df95._0x4cb73f,-_0x36df95._0x21914c,-_0x36df95._0xb07ea4),_0x57cdac);if(_0x57cdac[_0x402840(-_0x36df95._0x4e5f6d,-0x13c,-0x100,-_0x36df95._0x50cfd4)]['includes'](_0x425e4b['jGmFW'])){const _0x18346c={};return _0x18346c[_0x402840(-_0x36df95._0x4a6827,-0x1be,-0x1c5,-0x180)]=_0x425e4b[_0x2eac93(-_0x36df95._0x155009,-0xe4,-_0x36df95._0x4bc8d0,-_0x36df95._0x533d99)],_0x18346c[_0x2eac93(_0x36df95._0x29833d,0x16,-0x14,_0x36df95._0x493115)]=_0x57cdac['message'],_0xb45228[_0x402840(-0x18a,-0x180,-_0x36df95._0x43d8ca,-0x19d)](-0xd36+0x225b+-0x22d*0x9)[_0x402840(-_0x36df95._0x2ac43c,-_0x36df95._0x460662,-0x1ca,-_0x36df95._0x4664dd)](_0x18346c);}else{if(_0x57cdac[_0x402840(-_0x36df95._0x4d18fe,-_0x36df95._0x20cac8,-0xb8,-_0x36df95._0x50cfd4)][_0x2eac93(-_0x36df95._0x3c2c17,-_0x36df95._0x320458,-_0x36df95._0x4ba7da,-0x8)](_0x425e4b[_0x2eac93(-_0x36df95._0x1e24d1,_0x36df95._0x891be3,_0x36df95._0x109c04,-0x26)])){const _0x3f2e8f={};return _0x3f2e8f[_0x2eac93(-0x85,-_0x36df95._0x32f373,-_0x36df95._0x302547,-0x66)]=_0x425e4b[_0x2eac93(-0x8e,-0xfb,-_0x36df95._0x4c9691,-0xa0)],_0x3f2e8f[_0x402840(-0x114,-_0x36df95._0x1989e3,-_0x36df95._0x1d02b8,-_0x36df95._0x2b86ac)]=_0x57cdac[_0x402840(-0x99,-0x164,-0xe6,-_0x36df95._0x50cfd4)],_0xb45228['status'](-0x1ea3+0xbf*0xb+0x17ff*0x1)[_0x2eac93(-0x3b,-_0x36df95._0x15faf1,-_0x36df95._0x2e3251,-0x6a)](_0x3f2e8f);}else{const _0x3395ab={};return _0x3395ab[_0x402840(-0x1de,-_0x36df95._0x1ad4a4,-_0x36df95._0x2f32ea,-0x180)]=_0x425e4b[_0x402840(-_0x36df95._0x208bc4,-0xfb,-_0x36df95._0x10314d,-0x13e)],_0x3395ab[_0x2eac93(0x1e,-0x63,0x4b,_0x36df95._0x493115)]=_0x57cdac[_0x402840(-0x102,-0xb5,-0xf2,-0x10c)],_0xb45228[_0x402840(-_0x36df95._0x1127c9,-_0x36df95._0x314ca5,-0x206,-0x19d)](-0x1*0x726+-0x1*-0x581+0x399)['json'](_0x3395ab);}}}}),router[_0x33be5b(0x53d,0x51b,0x557,0x5a6)]('/issues/:k'+_0x33be5b(0x621,0x5d4,0x629,0x637)+'s',requireJira,async(_0x2b7c9e,_0x33e432)=>{const _0x426db5={_0x1ca7d0:0x567,_0x430185:0x52c,_0x1de7c9:0x566,_0xee5426:0x584,_0x2559fe:0x5f2,_0x1d14b6:0x622,_0x26cd45:0x50f,_0x5fb016:0x5cc,_0x1e91e9:0x75,_0x46dea7:0xdf,_0x1dee4b:0x5cb,_0x104d7e:0x642,_0x356686:0x58c,_0x1c98db:0x605,_0x1db69b:0x5dc,_0x389e49:0x64c,_0x1baafe:0x19e,_0x54641e:0x135,_0x402809:0x638,_0x37d086:0x5d2,_0x62d041:0x543,_0x39859c:0x585,_0x2a305:0x54d,_0x5a9994:0x55a,_0x3b690e:0x582,_0x13b5fe:0x14e,_0x1085fb:0x18c,_0x1888ca:0x525,_0x1eeaf4:0x73,_0xaa53a1:0xcd,_0xcce3e:0xe8,_0x4bacc8:0x180,_0x76f0fa:0x179,_0x3f71db:0x14b,_0x3a2892:0x10a,_0x57b56b:0x147,_0x4d0ad6:0x63d,_0x50a58f:0x624,_0x5b987e:0x5e2,_0x19a325:0x5af,_0x37493b:0x62c,_0xf5a4c0:0x81,_0x4f27e1:0x138,_0x5681ee:0x109,_0x55ca63:0x18c,_0xbc9c1f:0x165,_0x7f6835:0x115,_0x2659cf:0xec,_0x469278:0x138,_0xe33c43:0x198,_0x330f31:0x54a,_0x192899:0x578,_0x1ba57e:0x5cf,_0x41a24a:0x11f,_0x3560e0:0x182,_0x176722:0x14a,_0x54d9a3:0x583,_0x176a2f:0x58b,_0x21fa05:0x590,_0xadcb47:0x5be,_0x445fde:0x81,_0xfc7f9c:0xce,_0x2fd7f2:0x74,_0x106b09:0x56e,_0x3941ff:0x576,_0x513e7b:0x599,_0x1512b0:0x63a,_0x3461af:0x5a1,_0x3fcb33:0x1ea,_0x57fe2e:0x17f,_0xce349d:0x167,_0x2da31e:0x507,_0x4402a9:0x5d6,_0x4cb0c0:0x57e,_0x429434:0x5c8,_0x31de5d:0x58d,_0x502ba4:0x204,_0x9c96ac:0x545,_0x5f1eee:0x5a9,_0x50b8ee:0x583,_0x2b49ff:0x561,_0x2fa167:0x121,_0x26e280:0x1b7,_0x3d1c1b:0xf3,_0x509870:0xc8,_0x6cf918:0xb3,_0x57058b:0x1b8,_0xd719c1:0x1ab,_0x4cd785:0x607,_0x466164:0x5f6,_0x303fa4:0x60c,_0x3dc64d:0x56d,_0x2a49c7:0x501,_0xeff434:0x154,_0x5749f3:0x210,_0x1bd216:0x17a,_0x599bf4:0x57e,_0x134c21:0x50d,_0x463c0d:0x5e9,_0x626223:0x93,_0x3f790b:0x556,_0x26c1c6:0x59e,_0x10e228:0x4e1,_0x27d7c7:0x10d,_0x3d4598:0x57f,_0x349c2a:0x572,_0x1f7f5a:0x50b,_0x54de05:0x5f8,_0x2627e1:0x5a7,_0xba627d:0x63d,_0x16ca57:0x651,_0xd044b9:0x5e5,_0xd2b3a4:0x655,_0x2c4eb9:0x19d,_0x22da2d:0x155,_0x95b033:0x158,_0x4c552e:0x11a,_0x3cdf33:0x9f,_0x13be2e:0x11f,_0xaf4474:0x576,_0x362836:0x516,_0x476554:0x4fe,_0x191cfc:0xcd,_0xfdf658:0x8a,_0x227973:0x10e,_0x4c8e21:0x162,_0x428d7d:0x590,_0x3e9b82:0x56a,_0x43213e:0xe2,_0x131ff7:0x1e9,_0x19999b:0x652,_0x55f665:0x545,_0x44a810:0x59c,_0x23f71f:0xb2,_0x4e5d4e:0x10a,_0xa32c4f:0xfc,_0x2254ec:0xa1,_0x22bc96:0x542,_0x299872:0x57e,_0x40604b:0x535,_0x52af93:0x167,_0x5bc635:0x10b,_0x54c088:0xd8,_0x13a112:0xe5,_0xd0ab2a:0xfb,_0x539c05:0xb4,_0x9ca435:0x131,_0x50384d:0x197,_0x13d4c5:0x13e,_0x3bd6d1:0x17c,_0x2219ba:0x15b,_0x1edb08:0x558,_0x321be0:0x57c,_0x1dbbd1:0xce,_0x5b14ce:0xcf,_0x2a6a17:0x5d3,_0x4d9be4:0x114,_0x2a849f:0x195,_0xad9880:0x618,_0x37bc03:0x5dc,_0x32eb4e:0x134,_0x535d35:0x565,_0xbeb888:0x546,_0x748f44:0x573,_0x3b6d0c:0x5d1,_0x1e70c2:0x5a4,_0x1f427a:0x117,_0x390a60:0xf3,_0x591dcc:0x7c,_0x59434c:0xf6,_0x459782:0x5a3,_0x4757d4:0x5ba,_0x39794e:0x570,_0x49502f:0x554,_0x56d2d8:0x5b0,_0x3c2562:0x58d,_0x104918:0x582,_0x7b7f21:0xde,_0x478cdd:0x11d,_0x56b06c:0x171,_0x1019a7:0x1b0,_0xecf487:0x112,_0x1f7097:0x1d4,_0x14f8e0:0x1a6,_0x43fa08:0x12b,_0x49d6cb:0x155,_0x3bedfc:0xb2},_0x22df0b={_0x4e58f3:0x19c,_0x15bde3:0x318,_0x1d97c6:0x78},_0x49d875={_0x3cc3e8:0x6d,_0x55dc47:0x177,_0x359988:0x2b},_0x47bf3f={};_0x47bf3f[_0x5d2b2d(0x539,_0x426db5._0x1ca7d0,_0x426db5._0x430185,_0x426db5._0x1de7c9)]=_0x5d2b2d(_0x426db5._0xee5426,_0x426db5._0x2559fe,0x62f,0x59d)+_0x5d2b2d(0x5b9,_0x426db5._0x1d14b6,0x5b8,0x659)+'A\x20client\x20f'+_0x5d2b2d(0x57c,0x581,_0x426db5._0x26cd45,_0x426db5._0x5fb016)+'IR:',_0x47bf3f['kqCwh']='nbqEH',_0x47bf3f[_0xc495c2(_0x426db5._0x1e91e9,_0x426db5._0x46dea7,0x11b,0x110)]=_0x5d2b2d(0x5a9,_0x426db5._0x1dee4b,_0x426db5._0x104d7e,_0x426db5._0x356686),_0x47bf3f[_0x5d2b2d(_0x426db5._0x1c98db,_0x426db5._0x1db69b,0x61f,_0x426db5._0x389e49)]=_0x5d2b2d(0x5ac,0x555,0x4de,0x4f8),_0x47bf3f[_0xc495c2(0x161,_0x426db5._0x1baafe,0x19e,_0x426db5._0x54641e)]='Invalid\x20is'+_0x5d2b2d(0x5d7,0x5ee,_0x426db5._0x402809,_0x426db5._0x37d086)+_0x5d2b2d(0x595,0x591,_0x426db5._0x62d041,_0x426db5._0x39859c),_0x47bf3f[_0x5d2b2d(_0x426db5._0x2a305,_0x426db5._0x5a9994,0x5ca,_0x426db5._0x3b690e)]=_0xc495c2(0x116,0x163,_0x426db5._0x13b5fe,_0x426db5._0x1085fb)+_0x5d2b2d(0x60d,0x5eb,0x5fc,0x5ee)+_0x5d2b2d(0x551,0x588,_0x426db5._0x1888ca,0x5fa),_0x47bf3f[_0xc495c2(_0x426db5._0x1eeaf4,_0x426db5._0xaa53a1,_0x426db5._0xcce3e,0x124)]=_0xc495c2(0xb4,0x121,_0x426db5._0x4bacc8,_0x426db5._0x76f0fa),_0x47bf3f['dSReX']=function(_0x20a779,_0x1d026b){return _0x20a779===_0x1d026b;},_0x47bf3f[_0xc495c2(_0x426db5._0x3f71db,0x12c,0x16c,0x157)]=_0x5d2b2d(0x5ab,0x5dd,0x62a,0x62e),_0x47bf3f[_0xc495c2(0x135,_0x426db5._0x3a2892,_0x426db5._0x57b56b,0x15a)]=_0x5d2b2d(_0x426db5._0x4d0ad6,_0x426db5._0x50a58f,_0x426db5._0x5b987e,_0x426db5._0x19a325)+_0x5d2b2d(0x60f,_0x426db5._0x37493b,0x5b6,0x657);function _0xc495c2(_0x4cfe7a,_0x3e947a,_0x5c1e79,_0x3e47ba){return _0x9f0e2c(_0x4cfe7a-_0x49d875._0x3cc3e8,_0x3e947a- -_0x49d875._0x55dc47,_0x5c1e79-_0x49d875._0x359988,_0x4cfe7a);}_0x47bf3f[_0xc495c2(_0x426db5._0xf5a4c0,0xe5,_0x426db5._0x4f27e1,_0x426db5._0x5681ee)]='authentica'+_0xc495c2(0x150,0x17f,_0x426db5._0x55ca63,0x1bd)+'d',_0x47bf3f['eCFRw']=function(_0x4ae60c,_0x5822d2){return _0x4ae60c!==_0x5822d2;},_0x47bf3f[_0xc495c2(_0x426db5._0xbc9c1f,_0x426db5._0x7f6835,_0x426db5._0x2659cf,0xfa)]=_0xc495c2(_0x426db5._0x469278,0x1a2,0x180,_0x426db5._0xe33c43),_0x47bf3f['lHmVs']=_0x5d2b2d(_0x426db5._0x330f31,0x57f,_0x426db5._0x192899,_0x426db5._0x1ba57e);function _0x5d2b2d(_0x4eae19,_0x385356,_0x3f5e21,_0x5c61eb){return _0x9f0e2c(_0x4eae19-_0x22df0b._0x4e58f3,_0x385356-_0x22df0b._0x15bde3,_0x3f5e21-_0x22df0b._0x1d97c6,_0x5c61eb);}_0x47bf3f[_0xc495c2(0x18d,_0x426db5._0x41a24a,_0x426db5._0x3560e0,_0x426db5._0x176722)]=_0x5d2b2d(0x57c,_0x426db5._0x54d9a3,_0x426db5._0x176a2f,_0x426db5._0x21fa05)+_0x5d2b2d(0x618,_0x426db5._0xadcb47,0x579,0x5ef);const _0x24bf0a=_0x47bf3f;try{if(_0x24bf0a[_0xc495c2(_0x426db5._0x445fde,_0x426db5._0xfc7f9c,_0x426db5._0x2fd7f2,0xe9)]===_0x24bf0a[_0x5d2b2d(0x52a,_0x426db5._0x106b09,_0x426db5._0x3941ff,0x527)]){const _0x182d2c={};return _0x182d2c[_0x5d2b2d(_0x426db5._0x513e7b,_0x426db5._0x3b690e,0x5f9,0x593)]=_0x5d2b2d(_0x426db5._0x1512b0,0x5d3,0x563,_0x426db5._0x3461af)+_0xc495c2(_0x426db5._0x3fcb33,_0x426db5._0x57fe2e,0x1ae,0x136)+'d',_0x182d2c[_0xc495c2(0x156,_0x426db5._0xce349d,0x134,0x18a)]=_0x13ddd0['message'],_0xda0c01[_0x5d2b2d(_0x426db5._0x2da31e,0x565,0x517,0x52c)](-0xe72+-0x1e06+0x2e09)[_0x5d2b2d(_0x426db5._0x4402a9,_0x426db5._0x4cb0c0,0x5b7,_0x426db5._0x429434)](_0x182d2c);}else{const _0x14c164=_0x2b7c9e[_0x5d2b2d(0x574,0x5ec,0x5dc,_0x426db5._0x31de5d)]['key'][_0xc495c2(_0x426db5._0x502ba4,0x19c,0x205,0x154)]()['toUpperCas'+'e']();if(!/^[A-Z]+-\d+$/i[_0x5d2b2d(_0x426db5._0x9c96ac,_0x426db5._0x5f1eee,_0x426db5._0x50b8ee,_0x426db5._0x2b49ff)](_0x14c164)){if(_0x24bf0a[_0xc495c2(0x1c1,0x14d,_0x426db5._0x2fa167,_0x426db5._0x26e280)]!==_0x24bf0a[_0xc495c2(0xf3,0x14d,0xe5,0x1be)])return _0x8a3396;else{const _0x4db571={};return _0x4db571[_0xc495c2(0xb2,_0x426db5._0x3d1c1b,_0x426db5._0x509870,_0x426db5._0x6cf918)]=_0x24bf0a[_0xc495c2(0x1ae,0x19e,_0x426db5._0x57058b,_0x426db5._0xd719c1)],_0x4db571[_0x5d2b2d(_0x426db5._0x4cd785,_0x426db5._0x466164,0x5fd,_0x426db5._0x303fa4)]='Issue\x20key\x20'+_0x5d2b2d(0x5a7,_0x426db5._0x3dc64d,0x5b2,_0x426db5._0x2a49c7)+_0xc495c2(_0x426db5._0xeff434,0x19f,0x18e,_0x426db5._0x5749f3)+_0xc495c2(0x1ac,0x143,_0x426db5._0x1bd216,0x163),_0x33e432['status'](0x1807*-0x1+0x4b*-0x71+0x3ab2)[_0x5d2b2d(0x5d5,_0x426db5._0x599bf4,_0x426db5._0x134c21,_0x426db5._0x463c0d)](_0x4db571);}}logger[_0xc495c2(0x142,0xf8,0x163,_0x426db5._0x626223)](_0x5d2b2d(0x4ff,_0x426db5._0x3f790b,_0x426db5._0x26c1c6,_0x426db5._0x10e228)+_0xc495c2(0x15b,_0x426db5._0x27d7c7,0xd1,0x124)+_0x5d2b2d(0x50b,0x576,0x5cf,0x5a7)+'ue:\x20'+_0x14c164);const _0x1acd5c=await jiraClient[_0x5d2b2d(_0x426db5._0x3d4598,_0x426db5._0x349c2a,0x5e1,_0x426db5._0x1f7f5a)+'s'](_0x14c164),_0x50e272={};_0x50e272[_0x5d2b2d(0x5fb,_0x426db5._0x54de05,_0x426db5._0x2627e1,_0x426db5._0xba627d)]=_0x1acd5c[_0x5d2b2d(_0x426db5._0x16ca57,_0x426db5._0xd044b9,0x613,_0x426db5._0xd2b3a4)],_0x50e272[_0xc495c2(_0x426db5._0x2c4eb9,_0x426db5._0x22da2d,_0x426db5._0x95b033,_0x426db5._0x4c552e)]=_0x1acd5c,_0x33e432[_0xc495c2(_0x426db5._0x3cdf33,0xef,_0x426db5._0x13be2e,0xbc)](_0x50e272);}}catch(_0xdba30e){logger['error'](_0x24bf0a[_0x5d2b2d(_0x426db5._0xaf4474,0x55a,_0x426db5._0x362836,_0x426db5._0x476554)],_0xdba30e);if(_0xdba30e[_0xc495c2(0x1a5,0x167,0x128,0x106)]['includes'](_0x24bf0a[_0xc495c2(0xa4,_0x426db5._0x191cfc,_0x426db5._0xfdf658,0xf6)])){if(_0x24bf0a[_0xc495c2(_0x426db5._0x227973,0x183,_0x426db5._0x4c8e21,0x1f5)](_0x5d2b2d(0x59c,_0x426db5._0x428d7d,0x52b,_0x426db5._0x3e9b82),_0x24bf0a['EgObW'])){const _0x414c74={};return _0x414c74[_0xc495c2(0x11b,0xf3,0x145,_0x426db5._0x43213e)]='Authentica'+_0xc495c2(_0x426db5._0x131ff7,_0x426db5._0x57fe2e,0x1e1,0x17a)+'d',_0x414c74[_0x5d2b2d(0x5e1,0x5f6,_0x426db5._0x19999b,0x609)]=_0x1de08c[_0x5d2b2d(0x5bf,0x5f6,0x630,0x63c)],_0x3c8572['status'](-0x799+0x497+0x493)[_0x5d2b2d(_0x426db5._0x55f665,_0x426db5._0x599bf4,_0x426db5._0x44a810,0x57b)](_0x414c74);}else{const _0x530451={};return _0x530451[_0xc495c2(0x162,_0x426db5._0x3d1c1b,_0x426db5._0x23f71f,0x16a)]=_0x24bf0a[_0xc495c2(0xd7,_0x426db5._0x4e5d4e,_0x426db5._0xa32c4f,_0x426db5._0x2254ec)],_0x530451['message']=_0xdba30e['message'],_0x33e432['status'](-0x34*-0x59+0x44*-0x3d+0x4c*-0x1)[_0x5d2b2d(_0x426db5._0x22bc96,_0x426db5._0x299872,_0x426db5._0x40604b,0x5db)](_0x530451);}}else{if(_0xdba30e[_0xc495c2(0x102,_0x426db5._0x52af93,0x13f,_0x426db5._0x5bc635)]['includes'](_0x24bf0a[_0xc495c2(_0x426db5._0x54c088,_0x426db5._0x13a112,_0x426db5._0xd0ab2a,_0x426db5._0x539c05)])){if(_0x24bf0a[_0xc495c2(_0x426db5._0x9ca435,_0x426db5._0x50384d,_0x426db5._0x13d4c5,_0x426db5._0x3bd6d1)](_0x24bf0a[_0xc495c2(_0x426db5._0x2219ba,_0x426db5._0x7f6835,0x13b,0xa9)],_0x24bf0a[_0x5d2b2d(0x4ec,_0x426db5._0x1edb08,_0x426db5._0x321be0,0x527)])){const _0x4c906e={};return _0x4c906e[_0xc495c2(_0x426db5._0x1dbbd1,0xf3,0x15c,_0x426db5._0x5b14ce)]=_0x5d2b2d(0x574,0x5d3,0x60a,_0x426db5._0x2a6a17)+_0xc495c2(0x182,0x17f,_0x426db5._0x4d9be4,_0x426db5._0x2a849f)+'d',_0x4c906e[_0x5d2b2d(0x5f0,0x5f6,_0x426db5._0xad9880,_0x426db5._0x37bc03)]=_0xdba30e[_0xc495c2(_0x426db5._0x32eb4e,0x167,0x19d,0x1ab)],_0x33e432[_0x5d2b2d(0x4fb,_0x426db5._0x535d35,_0x426db5._0xbeb888,_0x426db5._0x748f44)](0x21b9+-0x109*0x14+-0xb74)['json'](_0x4c906e);}else _0x3c8497['error'](_0x24bf0a[_0xc495c2(0x14e,_0x426db5._0x54c088,0x9c,0x99)],_0x50d0e2);}else{if(_0xdba30e[_0x5d2b2d(_0x426db5._0x3b6d0c,0x5f6,0x5c3,_0x426db5._0x1e70c2)]['includes'](_0xc495c2(0x118,0x14c,0x1a4,_0x426db5._0x1f427a)+'ion')){const _0x15a352={};return _0x15a352[_0xc495c2(0xe1,_0x426db5._0x390a60,_0x426db5._0x591dcc,_0x426db5._0x59434c)]=_0x24bf0a['QihMH'],_0x15a352[_0x5d2b2d(_0x426db5._0x459782,0x5f6,0x5a1,0x5c7)]=_0xdba30e[_0x5d2b2d(0x57f,0x5f6,_0x426db5._0x4757d4,0x655)],_0x33e432[_0x5d2b2d(_0x426db5._0x39794e,0x565,0x537,_0x426db5._0x49502f)](0x449*0x2+-0x41*0x47+-0x584*-0x2)[_0x5d2b2d(_0x426db5._0x56d2d8,0x57e,0x597,0x57f)](_0x15a352);}else{const _0x53398b={};return _0x53398b[_0x5d2b2d(_0x426db5._0x3c2562,_0x426db5._0x104918,0x525,0x54e)]='Failed\x20to\x20'+_0xc495c2(0x10b,0xf6,_0x426db5._0x7b7f21,0x8c)+_0xc495c2(_0x426db5._0x478cdd,0x128,0xd0,0x11b),_0x53398b[_0xc495c2(_0x426db5._0x56b06c,0x167,_0x426db5._0x1019a7,_0x426db5._0xecf487)]=_0xdba30e[_0xc495c2(_0x426db5._0x1f7097,_0x426db5._0x52af93,_0x426db5._0x14f8e0,_0x426db5._0x57fe2e)],_0x33e432[_0xc495c2(0x7f,0xd6,_0x426db5._0x43fa08,0xed)](-0x2*-0xfd9+-0xb7b+-0x37*0x55)[_0xc495c2(_0x426db5._0x49d6cb,0xef,0x8d,_0x426db5._0x3bedfc)](_0x53398b);}}}}}),router['post'](_0x33be5b(0x594,0x53c,0x565,0x5b0)+_0x33be5b(0x695,0x5de,0x629,0x5c4),requireJira,async(_0x1b31f1,_0x3ade70)=>{const _0x3fdf9f={_0x13e418:0x2af,_0x3541ce:0x21f,_0x42b1c0:0x1d6,_0x4fb6bd:0x1fa,_0x38ceb9:0x2b1,_0xc87eae:0x2a8,_0x543803:0x27e,_0x1296ef:0x265,_0x26781c:0x2e6,_0x47c560:0x27d,_0x46f22c:0x20f,_0x34cdf2:0x220,_0x4d7bbc:0x27a,_0x1388d4:0x2ba,_0x17f88c:0x2cc,_0xe9961:0x288,_0x1d5850:0x23a,_0x2786ab:0x264,_0x2ef9b5:0x23c,_0x165654:0x185,_0x4d796e:0x272,_0x34d0e5:0x251,_0x2cd8f8:0x23e,_0xa51917:0x22b,_0x1fbb3e:0x2d7,_0x2326de:0x216,_0x4797a1:0x28d,_0x3fa3e8:0x263,_0x56a589:0x2b0,_0x274246:0x29b,_0x13f283:0x266,_0x1ae48a:0x213,_0x550477:0x320,_0x3d9916:0x2c9,_0x3f3e01:0x234,_0x466d3b:0x21e,_0xa07149:0x1d9,_0x302f85:0x22c,_0x5a2794:0x285,_0x315528:0x272,_0x2fabc3:0x23f,_0x5e3c4d:0x286,_0x1b4a4e:0x21a,_0x14c805:0x23d,_0x930c78:0x28c,_0x1add7d:0x2d1,_0x57e6b6:0x2a7,_0x3fc0b8:0x2a6,_0x2bc7ab:0x22a,_0x4f056c:0x2e7,_0x5bb614:0x27c,_0x32bc11:0x32d,_0x4652cf:0x25b,_0xb71149:0x29d,_0x41440f:0x308,_0x1c9cbf:0x1fb,_0x195d06:0x2a9,_0x1dd81d:0x1f3,_0x4fbe2b:0x1fe,_0x25351a:0x288,_0x3dcc38:0x24d,_0x1e9490:0x1fb,_0x21838f:0x212,_0x163d8d:0x243,_0x5a7810:0x2a5,_0x567fd6:0x1cb,_0x358d03:0x246,_0x404781:0x233,_0x190bb7:0x21b,_0x12acba:0x26a,_0x1518fa:0x304,_0x21e2b8:0x2c1,_0x54501f:0x265,_0x5c14c9:0x212,_0x55837e:0x218,_0x1adca7:0x1af,_0x5634c6:0x1c3,_0x30410e:0x2ea,_0x289e84:0x1f7,_0x381b2b:0x1f2,_0xae4320:0x1f9,_0x1a9299:0x25a,_0x1f9829:0x25e,_0x40169f:0x2c3,_0x41279e:0x2ff,_0x15ac61:0x2e8,_0xb9ab58:0x28e,_0xd81fcb:0x1f8,_0x325968:0x21e,_0x2590b0:0x239,_0x4e828c:0x2b6,_0x4175de:0x2a1,_0x3d6fd6:0x26d,_0x439986:0x264,_0x46988b:0x230,_0x28f4ae:0x1d8,_0x378df3:0x1f9,_0x40c00c:0x22b,_0x365be1:0x215,_0x1ea3c5:0x237,_0xc17360:0x2c7,_0x42ec96:0x2b9,_0x345dac:0x2c6,_0x161a65:0x240,_0x48e13e:0x293,_0x531a96:0x257,_0x3edb7c:0x2aa,_0x38f8f3:0x310,_0x1dcade:0x256,_0x2071d1:0x1d0,_0x32d0af:0x2c5,_0x36163c:0x2f4,_0x2eac44:0x314,_0xb3024f:0x2ad,_0x4dd986:0x28b,_0x53038d:0x1ed,_0x388760:0x28e,_0x383f07:0x2eb,_0x3b2260:0x232,_0x2c24e3:0x275,_0x54fed8:0x1d7,_0x108d0e:0x205,_0x191c0a:0x279,_0x2b20d8:0x287,_0x47bf91:0x29a,_0x24c1cb:0x287,_0x4cd1e3:0x1d5,_0x2d4c60:0x2e6,_0x2d611b:0x2d3,_0x3c1bec:0x283,_0x28efe4:0x2f9,_0x3bb2a9:0x2c1,_0x43c15a:0x1f6,_0x32b512:0x27d,_0x31623e:0x1bf,_0x371c09:0x22c,_0x27aff0:0x274,_0x5f2ab:0x253,_0x4ba0b8:0x26b,_0x49abef:0x21a,_0x3a2c89:0x222,_0xadfee9:0x2aa,_0x23abca:0x254,_0x502030:0x220,_0xcd8d35:0x22c,_0x2d68f5:0x1f5,_0x377e6d:0x211,_0x40eb03:0x1c2,_0x402286:0x22c,_0x3a4dfb:0x20d,_0x55c2dc:0x284,_0x25bcd4:0x219,_0x592879:0x285,_0x50ef07:0x24b,_0x5d840e:0x29c,_0x23c383:0x28f,_0x307220:0x245,_0x4ed302:0x261,_0x21775f:0x2d9,_0x457f47:0x26f,_0x317d14:0x23a,_0x2f7b90:0x236,_0x40b13b:0x29f,_0x12df58:0x2e3,_0x20b1ee:0x2ac,_0xd17753:0x2f1,_0x153bdb:0x285,_0x254662:0x211,_0x4ebd87:0x2ea,_0xb49f71:0x288,_0x5d8e1b:0x2c4,_0xb0573f:0x30c,_0x72f2c:0x272,_0x2e682f:0x1ee,_0x545816:0x1e5,_0x595189:0x25c,_0x1fb6aa:0x25f,_0x3f0500:0x199,_0x35ca68:0x1e0,_0x59dc33:0x1fe,_0x4b3a18:0x211,_0x36ef04:0x180,_0x2d773b:0x1e6,_0xe39227:0x2ed},_0x4b29a5={_0x17e654:0xa5,_0x5c1aad:0x59,_0x1a814b:0x133},_0x1e034c={_0x3a1de6:0x34},_0x3a5fad={};_0x3a5fad[_0x37713(_0x3fdf9f._0x13e418,0x28e,0x2ca,0x2d2)]=function(_0x3af493,_0x1409a4){return _0x3af493!==_0x1409a4;},_0x3a5fad[_0x37713(_0x3fdf9f._0x3541ce,_0x3fdf9f._0x42b1c0,_0x3fdf9f._0x4fb6bd,0x24f)]=_0x37713(_0x3fdf9f._0x38ceb9,_0x3fdf9f._0xc87eae,0x2d9,0x2e2),_0x3a5fad[_0x37713(0x268,_0x3fdf9f._0x543803,0x27a,0x233)]=_0x2d5e93(0x263,0x28a,_0x3fdf9f._0x1296ef,0x2bc)+_0x2d5e93(_0x3fdf9f._0x26781c,0x24f,_0x3fdf9f._0x47c560,0x2f3)+_0x2d5e93(_0x3fdf9f._0x46f22c,0x24a,_0x3fdf9f._0x34cdf2,_0x3fdf9f._0x4d7bbc);function _0x37713(_0x2b3490,_0x404738,_0x3f9284,_0x30f323){return _0x9f0e2c(_0x2b3490-0x85,_0x2b3490- -_0x1e034c._0x3a1de6,_0x3f9284-0x82,_0x30f323);}_0x3a5fad[_0x37713(_0x3fdf9f._0x1388d4,_0x3fdf9f._0x17f88c,_0x3fdf9f._0xe9961,0x243)]=_0x37713(_0x3fdf9f._0x1d5850,_0x3fdf9f._0x2786ab,_0x3fdf9f._0x2ef9b5,0x27d)+_0x2d5e93(_0x3fdf9f._0x165654,_0x3fdf9f._0x4d796e,0x1fc,0x1ad)+'\x20format\x20PR'+_0x2d5e93(0x23d,0x2ce,0x261,_0x3fdf9f._0x34d0e5),_0x3a5fad[_0x2d5e93(_0x3fdf9f._0x2cd8f8,_0x3fdf9f._0xa51917,0x2a0,_0x3fdf9f._0x1fbb3e)]=_0x2d5e93(_0x3fdf9f._0x2326de,0x267,_0x3fdf9f._0x4797a1,_0x3fdf9f._0x3fa3e8),_0x3a5fad[_0x2d5e93(0x24e,0x264,_0x3fdf9f._0x56a589,_0x3fdf9f._0x274246)]=_0x37713(0x229,0x291,0x1d7,_0x3fdf9f._0x13f283)+_0x2d5e93(0x241,_0x3fdf9f._0x1ae48a,0x1ee,0x1df)+_0x2d5e93(_0x3fdf9f._0x550477,_0x3fdf9f._0x3d9916,0x2a9,0x314)+'e\x20request\x20'+_0x37713(0x241,_0x3fdf9f._0x3f3e01,_0x3fdf9f._0x466d3b,_0x3fdf9f._0xa07149),_0x3a5fad[_0x37713(_0x3fdf9f._0x302f85,0x200,0x1c0,_0x3fdf9f._0x5a2794)]=_0x2d5e93(_0x3fdf9f._0x315528,0x219,_0x3fdf9f._0x2fabc3,_0x3fdf9f._0x5e3c4d),_0x3a5fad[_0x37713(_0x3fdf9f._0x1b4a4e,_0x3fdf9f._0x14c805,0x1ea,0x261)]=_0x2d5e93(0x24a,_0x3fdf9f._0x930c78,0x2b3,_0x3fdf9f._0x1add7d)+_0x37713(0x2e0,0x28c,_0x3fdf9f._0x57e6b6,_0x3fdf9f._0x3fc0b8),_0x3a5fad[_0x2d5e93(_0x3fdf9f._0x2bc7ab,_0x3fdf9f._0x4f056c,_0x3fdf9f._0x543803,_0x3fdf9f._0x5bb614)]='authentica'+_0x37713(0x2c2,0x293,0x32a,0x2ce)+'d',_0x3a5fad[_0x2d5e93(0x332,_0x3fdf9f._0x32bc11,0x2be,0x29c)]='Authentica'+_0x2d5e93(0x266,_0x3fdf9f._0x4652cf,_0x3fdf9f._0xb71149,_0x3fdf9f._0x41440f)+'d',_0x3a5fad[_0x2d5e93(0x217,0x1c8,_0x3fdf9f._0x1c9cbf,0x18c)]=_0x37713(0x28f,0x269,_0x3fdf9f._0x195d06,0x22a)+'ion',_0x3a5fad[_0x2d5e93(_0x3fdf9f._0x1dd81d,_0x3fdf9f._0x4fbe2b,0x25c,_0x3fdf9f._0x25351a)]=_0x2d5e93(_0x3fdf9f._0x3dcc38,_0x3fdf9f._0x1e9490,_0x3fdf9f._0x21838f,_0x3fdf9f._0x163d8d)+_0x2d5e93(0x278,0x218,0x24d,_0x3fdf9f._0x5a7810),_0x3a5fad[_0x37713(0x20b,_0x3fdf9f._0x567fd6,0x235,_0x3fdf9f._0x358d03)]=_0x37713(0x2a6,0x29b,_0x3fdf9f._0x404781,0x289)+'post\x20comme'+'nt';function _0x2d5e93(_0x1a4c20,_0x8944cd,_0xe8cbfb,_0x275d3e){return _0x9f0e2c(_0x1a4c20-_0x4b29a5._0x17e654,_0xe8cbfb- -_0x4b29a5._0x5c1aad,_0xe8cbfb-_0x4b29a5._0x1a814b,_0x275d3e);}const _0x147a02=_0x3a5fad;try{const _0x4c5403=_0x1b31f1[_0x2d5e93(0x2e9,0x2b0,0x27b,_0x3fdf9f._0x190bb7)]['key'][_0x2d5e93(0x31a,0x2d2,_0x3fdf9f._0x1388d4,_0x3fdf9f._0x12acba)]()[_0x2d5e93(_0x3fdf9f._0x1518fa,0x299,_0x3fdf9f._0x21e2b8,0x2a8)+'e'](),{comment:_0x485b2e}=_0x1b31f1[_0x2d5e93(_0x3fdf9f._0x5e3c4d,_0x3fdf9f._0x54501f,0x21c,_0x3fdf9f._0x5c14c9)];if(!/^[A-Z]+-\d+$/i[_0x2d5e93(_0x3fdf9f._0x4d796e,_0x3fdf9f._0x55837e,0x238,0x224)](_0x4c5403)){if(_0x147a02['yYnZp'](_0x147a02[_0x2d5e93(0x18a,_0x3fdf9f._0x1adca7,0x1fa,_0x3fdf9f._0x5634c6)],_0x147a02[_0x37713(0x21f,0x267,0x206,0x23a)])){const _0x436c44={};_0x436c44['cloudId']=_0x301059[_0x37713(0x292,_0x3fdf9f._0x30410e,0x304,0x2de)][_0x37713(_0x3fdf9f._0x466d3b,0x21f,_0x3fdf9f._0x289e84,0x264)+_0x2d5e93(0x254,0x1bd,_0x3fdf9f._0x381b2b,_0x3fdf9f._0xae4320)];const _0x2dd79c={};_0x2dd79c['email']=_0x476f09[_0x37713(0x292,_0x3fdf9f._0x1a9299,_0x3fdf9f._0x1f9829,_0x3fdf9f._0x40169f)]['JIRA_EMAIL'],_0x2dd79c[_0x37713(0x2a7,_0x3fdf9f._0x41279e,_0x3fdf9f._0x15ac61,_0x3fdf9f._0x40169f)]=_0x351a33[_0x37713(0x292,_0x3fdf9f._0xb9ab58,0x2d9,0x22f)][_0x37713(_0x3fdf9f._0xd81fcb,0x1bc,0x24e,_0x3fdf9f._0x325968)+_0x37713(0x265,_0x3fdf9f._0x2590b0,0x2a9,_0x3fdf9f._0x4e828c)];const _0x2cf736={'baseUrl':_0x2f4fbf[_0x2d5e93(_0x3fdf9f._0x4175de,0x208,_0x3fdf9f._0x3d6fd6,0x291)][_0x37713(0x253,0x2a9,0x290,_0x3fdf9f._0x439986)+_0x37713(_0x3fdf9f._0x46988b,0x22e,_0x3fdf9f._0x28f4ae,_0x3fdf9f._0xa51917)],..._0x10b753['env'][_0x2d5e93(0x220,0x1d9,_0x3fdf9f._0x378df3,0x1d3)+_0x37713(0x217,0x23c,_0x3fdf9f._0x40c00c,0x251)]?_0x436c44:{}};_0x2cf736[_0x37713(0x280,_0x3fdf9f._0x365be1,_0x3fdf9f._0x1ea3c5,0x267)]=_0x2dd79c,_0x1a97dc=new _0x22fc64(_0x2cf736),_0x2b2fe6[_0x2d5e93(_0x3fdf9f._0xc17360,0x277,_0x3fdf9f._0x42ec96,0x2c3)]('JIRA\x20clien'+'t\x20reloaded'+_0x2d5e93(0x214,0x234,_0x3fdf9f._0x4d796e,_0x3fdf9f._0x345dac)+_0x37713(0x2ca,0x2f9,0x303,0x2c6)+_0x37713(_0x3fdf9f._0x161a65,0x28c,_0x3fdf9f._0x48e13e,_0x3fdf9f._0x531a96));}else{const _0x3aeb91={};return _0x3aeb91['error']=_0x147a02['gJMSz'],_0x3aeb91[_0x37713(_0x3fdf9f._0x3edb7c,0x2fa,0x2c9,_0x3fdf9f._0x38f8f3)]=_0x147a02['MBrCV'],_0x3ade70[_0x37713(0x219,_0x3fdf9f._0xb9ab58,_0x3fdf9f._0x1dcade,_0x3fdf9f._0x2071d1)](0x7a7*0x4+-0x1*0x1c91+-0x7b)['json'](_0x3aeb91);}}if(!_0x485b2e||typeof _0x485b2e!==_0x147a02[_0x37713(_0x3fdf9f._0x32d0af,_0x3fdf9f._0x36163c,_0x3fdf9f._0x34d0e5,_0x3fdf9f._0x2eac44)]||_0x485b2e[_0x37713(0x2df,0x319,_0x3fdf9f._0xb3024f,_0x3fdf9f._0x4dd986)]()['length']===-0xcae+0x114d+-0x49f){const _0x51b996={};return _0x51b996['error']=_0x2d5e93(0x25b,0x1c1,_0x3fdf9f._0x53038d,0x194)+'mment',_0x51b996[_0x37713(_0x3fdf9f._0x3edb7c,0x29b,_0x3fdf9f._0x388760,0x271)]=_0x147a02[_0x2d5e93(0x264,_0x3fdf9f._0x383f07,0x2b0,0x2c5)],_0x3ade70[_0x37713(0x219,0x274,_0x3fdf9f._0x1ae48a,0x227)](-0x557*0x4+0xd79+0x29*0x3b)[_0x37713(_0x3fdf9f._0x3b2260,0x215,_0x3fdf9f._0x2c24e3,_0x3fdf9f._0x54fed8)](_0x51b996);}logger[_0x2d5e93(_0x3fdf9f._0x108d0e,0x235,_0x3fdf9f._0x2326de,0x223)](_0x37713(_0x3fdf9f._0x191c0a,_0x3fdf9f._0x2b20d8,_0x3fdf9f._0x47bf91,_0x3fdf9f._0x24c1cb)+_0x37713(0x270,0x27e,_0x3fdf9f._0x3541ce,0x29e)+_0x2d5e93(0x190,_0x3fdf9f._0x4cd1e3,0x1f7,0x231)+'\x20'+_0x4c5403);const _0x5655b0=await jiraClient[_0x2d5e93(0x26c,0x2b4,0x292,_0x3fdf9f._0x2d4c60)+'t'](_0x4c5403,_0x485b2e[_0x37713(0x2df,0x2cd,_0x3fdf9f._0x41440f,_0x3fdf9f._0x2d611b)]()),_0x2a425e={};_0x2a425e[_0x37713(0x2b3,0x29b,_0x3fdf9f._0x3c1bec,_0x3fdf9f._0x28efe4)]=!![],_0x2a425e[_0x37713(0x2d1,0x2c0,0x346,_0x3fdf9f._0x3bb2a9)]=_0x5655b0,_0x3ade70[_0x37713(0x232,0x253,_0x3fdf9f._0x43c15a,_0x3fdf9f._0x32b512)](_0x2a425e);}catch(_0x15d182){logger[_0x37713(0x236,_0x3fdf9f._0x31623e,0x253,_0x3fdf9f._0x371c09)](_0x37713(0x2a6,0x28c,0x296,_0x3fdf9f._0x2ef9b5)+_0x37713(_0x3fdf9f._0x27aff0,_0x3fdf9f._0x5f2ab,0x283,_0x3fdf9f._0x4ba0b8)+_0x2d5e93(_0x3fdf9f._0x49abef,0x28b,0x229,_0x3fdf9f._0x3a2c89),_0x15d182);if(_0x15d182[_0x37713(_0x3fdf9f._0xadfee9,0x298,0x253,_0x3fdf9f._0x23abca)][_0x2d5e93(_0x3fdf9f._0x358d03,0x28f,0x26f,_0x3fdf9f._0x502030)](_0x147a02[_0x37713(_0x3fdf9f._0xcd8d35,0x253,_0x3fdf9f._0x34d0e5,_0x3fdf9f._0x2d68f5)])){const _0x57b790={};return _0x57b790[_0x2d5e93(_0x3fdf9f._0x1c9cbf,0x211,_0x3fdf9f._0x377e6d,0x24a)]=_0x147a02[_0x2d5e93(0x24c,_0x3fdf9f._0x40eb03,0x1f5,0x1e9)],_0x57b790[_0x2d5e93(_0x3fdf9f._0x402286,_0x3fdf9f._0x3a4dfb,0x285,_0x3fdf9f._0x55c2dc)]=_0x15d182['message'],_0x3ade70[_0x37713(_0x3fdf9f._0x25bcd4,_0x3fdf9f._0x592879,_0x3fdf9f._0x50ef07,0x1b3)](-0x1*0x17ae+-0x1ff8+0xa*0x5b9)[_0x37713(0x232,0x26b,_0x3fdf9f._0x5d840e,_0x3fdf9f._0x23c383)](_0x57b790);}else{if(_0x15d182[_0x2d5e93(_0x3fdf9f._0x307220,_0x3fdf9f._0x4ed302,0x285,0x238)][_0x2d5e93(_0x3fdf9f._0x21775f,0x2a0,_0x3fdf9f._0x457f47,_0x3fdf9f._0x317d14)](_0x147a02['IfIcX'])){const _0x7d0474={};return _0x7d0474[_0x37713(_0x3fdf9f._0x2f7b90,_0x3fdf9f._0x40b13b,0x1da,0x23d)]=_0x147a02[_0x37713(_0x3fdf9f._0x12df58,0x359,0x2b6,0x358)],_0x7d0474[_0x2d5e93(0x214,_0x3fdf9f._0x20b1ee,_0x3fdf9f._0x5a2794,0x2c3)]=_0x15d182[_0x2d5e93(_0x3fdf9f._0xd17753,0x235,_0x3fdf9f._0x153bdb,0x277)],_0x3ade70[_0x2d5e93(_0x3fdf9f._0x254662,0x227,0x1f4,_0x3fdf9f._0x5634c6)](-0x51*-0x4d+0x2464+0x3b30*-0x1)[_0x2d5e93(0x19c,0x1b4,_0x3fdf9f._0x3a4dfb,0x226)](_0x7d0474);}else{if(_0x15d182[_0x37713(0x2aa,_0x3fdf9f._0x4ebd87,0x281,0x2d2)][_0x37713(0x294,_0x3fdf9f._0xb49f71,_0x3fdf9f._0x5d8e1b,_0x3fdf9f._0xb0573f)](_0x147a02[_0x2d5e93(_0x3fdf9f._0x72f2c,_0x3fdf9f._0x2e682f,0x1fb,_0x3fdf9f._0x161a65)])){const _0x34dd76={};return _0x34dd76[_0x37713(_0x3fdf9f._0x2f7b90,0x1d0,0x20b,_0x3fdf9f._0x545816)]=_0x147a02[_0x2d5e93(0x210,0x20a,_0x3fdf9f._0x595189,_0x3fdf9f._0x1fb6aa)],_0x34dd76[_0x37713(_0x3fdf9f._0x3edb7c,0x25b,0x2d5,0x315)]=_0x15d182[_0x37713(_0x3fdf9f._0xadfee9,0x31a,0x300,0x2fe)],_0x3ade70[_0x2d5e93(_0x3fdf9f._0x3f0500,_0x3fdf9f._0x35ca68,0x1f4,_0x3fdf9f._0x59dc33)](-0x2515+-0x119e+0x3846)['json'](_0x34dd76);}else{const _0x1b2c91={};return _0x1b2c91[_0x2d5e93(_0x3fdf9f._0xe9961,0x1be,_0x3fdf9f._0x4b3a18,_0x3fdf9f._0x46988b)]=_0x147a02[_0x2d5e93(0x248,_0x3fdf9f._0x36ef04,_0x3fdf9f._0x2d773b,0x1c7)],_0x1b2c91[_0x37713(_0x3fdf9f._0xadfee9,0x24e,0x283,_0x3fdf9f._0xe39227)]=_0x15d182['message'],_0x3ade70['status'](0x1*0x21e+-0x2105+-0x1*-0x20db)['json'](_0x1b2c91);}}}}});function _0x33be5b(_0x3d86b6,_0x2173f6,_0x486b09,_0x1e6d42){const _0x185fc7={_0xe050f:0x3ca};return _0x5881(_0x486b09-_0x185fc7._0xe050f,_0x2173f6);}export default router;
|