@profoundlogic/coderflow-server 0.4.5 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/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-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/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/scripts/migrate-to-scoped-rbac.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
package/dist/routes/jira.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x2f7705,_0x15d5a2){const _0x17c897={_0x1ab18e:0xee,_0x16bf08:0x591,_0x2c3628:0x4dd,_0xbeb69a:0x528,_0x11f5ef:0x149,_0x2e6b6f:0x183,_0x2da82e:0x174,_0x27cb0a:0x161,_0xf84e0c:0x1ba,_0x14e72a:0x13a,_0x147e6b:0x14f,_0x3cb238:0x16c,_0x4ab224:0x6d,_0x212544:0x144,_0x572b79:0x12b,_0x450228:0x176,_0x3303a2:0x55c,_0x59fb79:0x59c,_0x5777c2:0x561,_0x29a549:0x5bd},_0x3ac501={_0x76cf28:0x396};function _0x198bc8(_0x2125ed,_0x4fb7df,_0x5ec2a4,_0x21374b){return _0x472d(_0x2125ed- -0x78,_0x5ec2a4);}function _0x131c98(_0x36c814,_0x233398,_0x48b88b,_0x18fc49){return _0x472d(_0x36c814-_0x3ac501._0x76cf28,_0x48b88b);}const _0x56f4f9=_0x2f7705();while(!![]){try{const _0x4e4e83=-parseInt(_0x198bc8(_0x17c897._0x1ab18e,0x16b,0x8b,0x159))/(-0x1*0x14ce+0x72*0x1a+0x93b)*(-parseInt(_0x131c98(_0x17c897._0x16bf08,0x5f0,0x5d2,0x610))/(0x2dd*-0xb+-0x1eff+0xc80*0x5))+parseInt(_0x131c98(0x4ac,0x4e4,_0x17c897._0x2c3628,_0x17c897._0xbeb69a))/(0xe8+-0x53*0x19+0x1*0x736)*(-parseInt(_0x131c98(0x538,0x4e4,0x56d,0x550))/(0x413*0x1+0x690+-0x1*0xa9f))+parseInt(_0x198bc8(_0x17c897._0x11f5ef,0xf0,_0x17c897._0x2e6b6f,0x187))/(-0x1*0x146f+-0xde3+-0x2257*-0x1)+-parseInt(_0x198bc8(_0x17c897._0x2da82e,_0x17c897._0x27cb0a,_0x17c897._0xf84e0c,_0x17c897._0x14e72a))/(-0x1f8b*0x1+0x18*0x15b+0x1*-0xf7)+-parseInt(_0x198bc8(_0x17c897._0x147e6b,_0x17c897._0x3cb238,0x1ba,0xff))/(-0x29*0x25+0x3*-0x5f+-0x9*-0xc9)*(parseInt(_0x198bc8(0x9d,0x119,_0x17c897._0x4ab224,0x2d))/(-0xedb+0x21ad+-0x1*0x12ca))+parseInt(_0x198bc8(_0x17c897._0x212544,_0x17c897._0x572b79,_0x17c897._0x450228,_0x17c897._0x27cb0a))/(0x15*-0x12f+-0x1*-0x26f1+-0xe0d)+parseInt(_0x131c98(_0x17c897._0x3303a2,_0x17c897._0x59fb79,_0x17c897._0x5777c2,_0x17c897._0x29a549))/(0x3*-0xc53+0x22c2+0x241);if(_0x4e4e83===_0x15d5a2)break;else _0x56f4f9['push'](_0x56f4f9['shift']());}catch(_0x511608){_0x56f4f9['push'](_0x56f4f9['shift']());}}}(_0x5b9c,-0x8294c+0x94be3+0x5789a));import _0x33d449 from'express';import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';import{logger}from'../lib/logger.js';const router=_0x33d449['Router']();let jiraClient=null;function _0x5b9c(){const _0x5aeb1d=['refuqv9esvi','uNDPwM0','BM90igzVDw5K','DwPJq1m','AxjHigLZC3vLoG','BxvZDcbIzsbPBG','quD4q2S','AgTUqvi','mIbJAgfYywn0zq','mZm0odLdr3vbtK0','Afr4EKq','yM9ltKC','CejhuLu','sKLsqsbPBNrLzW','nZy2nZuWC0j1s1b4','uNzTAxK','zMv0y2GGsMLYyq','ugvYBwLZC2LVBG','Dg9vChbLCKnHCW','mti5mJuWotbqEMHLC3G','mJqXmZmYDwDfEwX1','Cg9ZDcbkAxjHia','sKLsqv9bueLFva','vwzWrKi','yKHdvK0','rLb0vfa','rMv0y2HPBMCGsG','sw52ywXPzcbPCW','CvHvwe0','Aw5PDgLHBgL6zq','iIaOBwf4oIa','svzYzvy','sKLsqv9dte9vra','Cg9ZDcbJB21Tzq','twLZC2LUzYbZzq','y1LiruW','Aw5JBhvKzxm','sfvivhe','BNqGzNjVBsbeqq','vMHKD0e','tNzSquK','yuXIEMW','D1z2qxi','uxvLCNKGDg9Via','CIbkAxjHigLZCW','t0fcEfy','svjbigLZC3vLoG','Aw4GDgHLihjLCq','DxjLzcbVBIb0Aa','DcbYzwXVywrLza','v3Pvwe8','sxvTtvO','ventCfa','CMvSB2fKiePjuG','zfPYsLK','sKLsqv9ftufjta','iePjuKeGy2XPzq','ndq5mZi4mgDgDfLwuq','vefFreLsoG','u2vHCMnOihf1zq','reTNvwi','CgP3ueq','C3rHDhvZ','rfPLt0m','BwvZC2fNzq','DwvZDcbIB2r5','yxjJAa','DgLVBIbMywLSzq','CNnPEMq','yMfZzvvYBa','igzYB20Gzw52Aq','u2vHCMnOAw5Nia','ntG0nejwugDHwa','tM8GCgvYBwLZCW','qxv0AgvUDgLJyq','qsbPC3n1zxm','sKLsqtOGiG','CM9TierbvefFra','CLzmu2e','svnPCwW','uNH4se0','rMv0y2HPBMCGyW','igvUywjSzwq','C2vHCMnOsxnZDq','EgflBxK','zMv0y2GGsKLsqq','sxnZDwuGA2v5ia','wNvnEwK','BwvUDcbPBIb0Aa','rNHjBKW','zKTLELK','y29UzMLNDxjHDa','Cg9ZDa','rNflteO','C3vJy2vZCW','y21gA3m','uMvSB2fKAw5Nia','uvvqzeO','uuXxyNG','ifbSzwfZzsbJBW','BM90ignVBMzPzW','Bw1LBNqGDg8GsG','CNKGBxvZDcbIzq','mtC2vKzZuwXl','ntfSsMr6wwu','rMfPBgvKihrVia','Exf6AMi','sxjMuKe','svi6','y09IEuS','vvjm','yK11uLq','igf0igXLyxn0ia','CeTJvgy','sKnQAhy','tLftq2C','zsbYzxf1zxn0ia','t21OzMG','igrLBMLLza','y21qtxu','CM9TigvUDIb2yq','sKLsqsbJBgLLBG','ignVBw1LBNrZoG','rgn0De4','wwLOCLa','Cg9ZDenVBw1LBG','tuHcuum','y3rXAuq','yxv0AgvUDgLJyq','DK9MA3G','rvPhrxO','zw5HyMXLza','CNjhqwe','yvjVAfq','CNv3wxG','igLZC3vLoG','CePSB08','DIb2yxjZoG','rNjXs2u','zwPMELC','Bvf4BLK','D0Peqxi','qNPcqve','BNrHy3qGEw91CG','vLbKChK','vuHvExy','z2v0sxnZDwu','zw50CW','igzVCM1HDcbquG','CM1HDa','qMfrquy','EeDzB2W','wMD3tfe','zunosKS','qwfWrLO','sw52ywXPzcbZzq','ugXLyxnLihbYBW','EKTwvLK','DMLKzsbHignVBq','yMjwA0i','A2DpAfO','z2v0q29TBwvUDa','u0vhr2i','zw52','yxbPvg9Rzw4','DwrwwKu','C3rYAw5N','BLzktva','Dcb2yxjPywjSzq','Eezezfq','D2LNB0C','rgP1sfa','yxjJAcbXDwvYEq','CM9UBwvUDcb2yq','zM91BMq','yMXLzcbMCM9Tia','ugf5AKS','Aw9U','ugTnre4','qsbJBgLLBNqGzG','sKHsruC','v01pruy','CNm6','yxv0Aa','mJq5Bxvps3bk','zgvIDwC','t0Pfq1qTmtiZ','vgT5qNK','z3jru2K','DhPzD0m','ANnVBG','D2XMrMC','BuHQCM0','uxfhBwq','BgvUz3rO','vLflsgm','t0TftG','yM9KEq','l2nVBMzPzW','Dhj1zq','yxrVCI4','DKnNt1i','zxjYB3i','yvDcruK','C3vLigTLEsbMBW','CMf0Aw9UigLZia','zMfcwgm','EvvTCLu','l2LZC3vLCY86AW','yxrPB24','z2v0','x0Le','A2v5','z3rdCgS','ug9ZDgLUzYbJBW','ue5UrKe','DMH2u3G','D3H4uuC','CgfYyw1Z','zxKVy29TBwvUDa','zw52AxjVBM1LBG','qwXovNu','AvzyzLK','vKn2q1a','A2fotwi','qLrLr2q','C0ndvu0','l3nLyxjJAa','DMLKzsbHihnLyq','DKfUs3G','AuT2qKC','s1rRDKO','sxnZDwuGBM90ia','Dg90ywW','CMf0Aw9UigvUyq','CMnOihf1zxj5ia','DgvZDa','qufdufa','twLZC2LUzYbJBW','Dwu6ia','CvL6EgC','BNqGzNjVBsbLBG','C2vHCMnOiePjuG','sKLsqv9ftKfcta','ntu3mZj6DLrWCwK','DhjPBq','yMLqEve','z1v0qxu','Aw5MBW','qsbPC3n1zxm6','wMHVCgq','zw1HAwW','tgv2B3O','sKLsqsbKAxnHyG','DcbJB25MAwD1CG','CMLHyMXLCW','CxbKCvi','vuzYrNG','v092zfC','y29TBwvUDhm','sKLsqv9cqvnfxW'];_0x5b9c=function(){return _0x5aeb1d;};return _0x5b9c();}async function initializeJiraClient(){const _0x5adfcf={_0x2f7f03:0x1f5,_0x56fb06:0x245,_0x14251c:0x95,_0x54e5c8:0xa0,_0x29fec9:0x4c,_0x25c3d8:0x114,_0x38e275:0xdc,_0x4082c3:0x11e,_0x548bb3:0x60,_0x44741d:0x1d5,_0x55554d:0x21f,_0x3d9996:0x123,_0x40ee7e:0xc1,_0x5368c1:0xca,_0x58e72b:0x64,_0x3800dd:0xf6,_0x56ffac:0x186,_0x3026b7:0x56,_0x5478f5:0x7d,_0xb655f6:0x20,_0x22689e:0x9f,_0x15bcdc:0x6a,_0x259c29:0x49,_0x171c18:0x89,_0x2d3c23:0xa4,_0x5aa03f:0xbd,_0xe6e8e7:0x40,_0x334ed8:0x38,_0x1c2d1e:0x21,_0x151c81:0xda,_0x51c303:0x13e,_0x3f4787:0x191,_0x20381c:0x18a,_0x3c5b78:0x14d,_0x5e4f09:0x18f,_0xe6fc84:0x13d,_0x1cf7d2:0xdb,_0x987889:0x2c,_0x24b851:0x1d4,_0x190483:0x1b4,_0x28c770:0x1e4,_0x14c2f1:0x7d,_0xc21db2:0x71,_0x29dfe3:0x82,_0x1540c8:0xe3,_0x4e88f1:0x11f,_0x3c8f6b:0x12f,_0x3e293e:0x1f2,_0xffb3e5:0x97,_0x1b3123:0x90,_0x42eb4c:0x1bd,_0x57f8cc:0x16d,_0x3f15e8:0x52,_0x1f9811:0xe5,_0xcfa587:0x37,_0x5386c6:0xb8,_0x20b045:0xb2,_0x18455c:0xb7,_0x2da7ca:0xdb,_0x376bac:0x210,_0x2beb2e:0x175,_0x10f6dc:0x1cb,_0x30b451:0x66,_0x4e250b:0x82,_0x3e260f:0xc8,_0x4a54c3:0x21c,_0x189eba:0x1e5,_0x23e0d4:0x22d,_0x29bf0d:0x130,_0x50c858:0x1a3,_0x3d3212:0x132,_0x4b72bd:0xb9,_0x1123d3:0x10f,_0x4476cb:0x147,_0x3ef668:0x181,_0x388a1b:0x126,_0x51cf83:0xe0,_0x2c9a14:0x125,_0xff7bf8:0x217,_0x46d6b9:0x238,_0x181ac1:0x23c,_0xaecee9:0x117,_0x2fcbe5:0xa3,_0x3d93b6:0x55,_0x3b4a47:0x1f3,_0x583960:0x226,_0xa87613:0x201,_0x217801:0x67,_0x49f9c8:0xe,_0x11eb4e:0x139,_0x698846:0x119,_0x5598c0:0x8d,_0x559344:0x4b,_0x18bf1b:0x111,_0x2f4b84:0x17a,_0x46a08b:0x1a7,_0x40d490:0x1a7,_0x19bcca:0xf6,_0x16bf58:0x1cc,_0x8ffc4:0x147,_0x5c77fb:0x1a1,_0x816d2a:0x109,_0x14afaa:0x10e,_0x27f2d7:0x1ba,_0x5082fb:0x1b9,_0x5ebe21:0x17,_0x2c430f:0x99,_0x583530:0x58,_0x1324a7:0x184,_0x3b2a78:0x17b,_0x41d093:0x42,_0x8efd16:0x17b,_0x4bf491:0x1ea,_0x163d77:0x45,_0x59eb0f:0x76,_0x5195cd:0x10b,_0x1edc7b:0xc0,_0x2d1461:0x5d,_0x411c88:0x194,_0x19b4da:0x167,_0x546c80:0x183},_0x533271={_0x2f5b42:0x30c},_0x514052={};_0x514052['gUtAu']=_0x936c6e(-_0x5adfcf._0x2f7f03,-0x221,-_0x5adfcf._0x56fb06,-0x18c)+_0x583776(_0x5adfcf._0x14251c,0xc1,_0x5adfcf._0x54e5c8,_0x5adfcf._0x29fec9)+_0x583776(_0x5adfcf._0x25c3d8,_0x5adfcf._0x38e275,_0x5adfcf._0x4082c3,0xb2)+_0x583776(0xc1,0x90,0x30,_0x5adfcf._0x548bb3)+_0x936c6e(-_0x5adfcf._0x44741d,-_0x5adfcf._0x2f7f03,-0x17c,-_0x5adfcf._0x55554d),_0x514052[_0x936c6e(-0x130,-0x10f,-0x162,-0x12b)]='Failed\x20to\x20'+_0x583776(_0x5adfcf._0x3d9996,_0x5adfcf._0x40ee7e,0x121,0x6b)+'\x20JIRA\x20clie'+_0x583776(0xe7,_0x5adfcf._0x5368c1,_0x5adfcf._0x58e72b,_0x5adfcf._0x3800dd)+_0x936c6e(-0x11f,-0xe1,-_0x5adfcf._0x56ffac,-0xca),_0x514052['aRohT']='Invalid\x20se'+_0x583776(_0x5adfcf._0x3026b7,0x4b,0x61,_0x5adfcf._0x5478f5),_0x514052[_0x583776(_0x5adfcf._0xb655f6,_0x5adfcf._0x22689e,_0x5adfcf._0x15bcdc,0xa3)]=_0x583776(0x4e,0xb1,_0x5adfcf._0x259c29,_0x5adfcf._0x171c18)+'ration\x20ena'+'bled\x20from\x20'+_0x583776(0x34,_0x5adfcf._0x2d3c23,0xa4,_0x5adfcf._0x5aa03f),_0x514052[_0x583776(-_0x5adfcf._0xe6e8e7,_0x5adfcf._0x334ed8,0xd,-_0x5adfcf._0x1c2d1e)]=function(_0x172da8,_0x1d0bcb){return _0x172da8===_0x1d0bcb;},_0x514052['WOvdW']=_0x583776(0x11c,_0x5adfcf._0x151c81,_0x5adfcf._0x51c303,0x9f);function _0x583776(_0x137830,_0x3c0d87,_0x1c989b,_0x23530b){return _0x472d(_0x3c0d87- -0x10f,_0x1c989b);}_0x514052[_0x936c6e(-0x1d8,-_0x5adfcf._0x3f4787,-_0x5adfcf._0x20381c,-0x21b)]='hodLt',_0x514052[_0x936c6e(-_0x5adfcf._0x3c5b78,-0x190,-_0x5adfcf._0x5e4f09,-0x11c)]=function(_0x1b6258,_0x2a9c42){return _0x1b6258!==_0x2a9c42;},_0x514052['UfpFB']=_0x936c6e(-0x13a,-_0x5adfcf._0xe6fc84,-_0x5adfcf._0x1cf7d2,-0x16d),_0x514052[_0x936c6e(-0x126,-0xa5,-0x107,-0xa7)]=_0x583776(0x8,0x5c,_0x5adfcf._0x987889,-0x19);function _0x936c6e(_0x20f475,_0x4480cb,_0x3189d5,_0x22c371){return _0x472d(_0x20f475- -_0x533271._0x2f5b42,_0x3189d5);}_0x514052[_0x936c6e(-_0x5adfcf._0x24b851,-_0x5adfcf._0x190483,-_0x5adfcf._0x28c770,-0x191)]=_0x583776(0xc2,0xb1,_0x5adfcf._0x14c2f1,_0x5adfcf._0xc21db2)+_0x583776(_0x5adfcf._0x29dfe3,0x89,0x8d,_0x5adfcf._0x1540c8)+_0x583776(0x99,0x4e,0xb,0x85)+_0x936c6e(-0x182,-_0x5adfcf._0x4e88f1,-_0x5adfcf._0x3c8f6b,-_0x5adfcf._0x3e293e)+'t\x20variable'+'s';const _0x2a9e17=_0x514052,_0x2f6d33=await loadJiraConfig();if(_0x2f6d33)try{jiraClient=new JiraClient(_0x2f6d33),logger[_0x583776(_0x5adfcf._0x259c29,_0x5adfcf._0xffb3e5,_0x5adfcf._0x1b3123,0xa2)](_0x2a9e17['qpdqR']);return;}catch(_0x35201e){_0x2a9e17[_0x936c6e(-0x1c5,-0x216,-_0x5adfcf._0x42eb4c,-_0x5adfcf._0x57f8cc)]('dZrJY',_0x2a9e17[_0x583776(_0x5adfcf._0x3f15e8,0xa1,0xf3,_0x5adfcf._0x1f9811)])?logger[_0x583776(_0x5adfcf._0xcfa587,0x69,_0x5adfcf._0x5386c6,_0x5adfcf._0x20b045)](_0x2a9e17[_0x936c6e(-0x130,-_0x5adfcf._0x18455c,-_0x5adfcf._0x2da7ca,-0xb0)],_0x35201e):_0x1449f5[_0x936c6e(-0x194,-0x12a,-_0x5adfcf._0x376bac,-0x213)](_0x2a9e17[_0x583776(0xbc,0x96,_0x5adfcf._0x1f9811,0x63)],_0x17df40);}if(_0x2a9e17['eCNJK'](process['env'][_0x936c6e(-0x16b,-_0x5adfcf._0x2beb2e,-0x117,-_0x5adfcf._0x10f6dc)+'ED'],_0x583776(0x21,_0x5adfcf._0x30b451,_0x5adfcf._0x4e250b,_0x5adfcf._0x3e260f))){if(_0x2a9e17[_0x936c6e(-0x1d8,-0x1c7,-_0x5adfcf._0x4a54c3,-_0x5adfcf._0x189eba)]!==_0x2a9e17[_0x936c6e(-0x1d8,-0x20c,-_0x5adfcf._0x23e0d4,-0x1be)])_0x13eefe['error'](_0x2a9e17[_0x936c6e(-_0x5adfcf._0x29bf0d,-0xf9,-_0x5adfcf._0x50c858,-_0x5adfcf._0x3d3212)],_0x329619);else try{if(_0x2a9e17[_0x583776(0x92,0xb0,_0x5adfcf._0x4b72bd,0xa3)](_0x2a9e17[_0x936c6e(-0x142,-_0x5adfcf._0x1123d3,-_0x5adfcf._0x4476cb,-_0x5adfcf._0x3ef668)],_0x2a9e17[_0x936c6e(-_0x5adfcf._0x388a1b,-0xaa,-_0x5adfcf._0x51cf83,-_0x5adfcf._0x2c9a14)])){const _0x17a3db={'baseUrl':process[_0x936c6e(-0x1bb,-_0x5adfcf._0xff7bf8,-_0x5adfcf._0x46d6b9,-_0x5adfcf._0x181ac1)][_0x583776(_0x5adfcf._0xaecee9,_0x5adfcf._0x2fcbe5,0x3a,_0x5adfcf._0x3d93b6)+_0x936c6e(-0x1f0,-_0x5adfcf._0x3b4a47,-_0x5adfcf._0x583960,-_0x5adfcf._0xa87613)],...process[_0x583776(_0x5adfcf._0x3026b7,0x42,_0x5adfcf._0x217801,_0x5adfcf._0x49f9c8)][_0x936c6e(-_0x5adfcf._0x11eb4e,-0x148,-0x196,-_0x5adfcf._0x698846)+_0x583776(0x1f,0x72,_0x5adfcf._0x5598c0,_0x5adfcf._0x559344)]?{'cloudId':process['env']['JIRA_CLOUD'+_0x936c6e(-0x18b,-0x1f4,-0x1df,-_0x5adfcf._0x18bf1b)]}:{}};_0x17a3db[_0x936c6e(-_0x5adfcf._0x40d490,-_0x5adfcf._0x2f4b84,-_0x5adfcf._0x24b851,-_0x5adfcf._0x46a08b)]={},_0x17a3db[_0x936c6e(-_0x5adfcf._0x40d490,-_0x5adfcf._0x2f4b84,-_0x5adfcf._0x24b851,-_0x5adfcf._0x46a08b)][_0x936c6e(-0x163,-0x11c,-_0x5adfcf._0x19bcca,-0x197)]=process[_0x936c6e(-0x1bb,-_0x5adfcf._0x16bf58,-_0x5adfcf._0x8ffc4,-_0x5adfcf._0x5c77fb)][_0x583776(_0x5adfcf._0x816d2a,_0x5adfcf._0x2da7ca,_0x5adfcf._0x14afaa,_0x5adfcf._0x2da7ca)],_0x17a3db[_0x936c6e(-_0x5adfcf._0x40d490,-_0x5adfcf._0x2f4b84,-_0x5adfcf._0x24b851,-_0x5adfcf._0x46a08b)][_0x936c6e(-_0x5adfcf._0x27f2d7,-_0x5adfcf._0x5082fb,-0x220,-0x16a)]=process[_0x583776(_0x5adfcf._0x5ebe21,0x42,0x4e,0x7a)]['JIRA_API_T'+_0x583776(_0x5adfcf._0x2c430f,0x63,_0x5adfcf._0x583530,_0x5adfcf._0x2c430f)],jiraClient=new JiraClient(_0x17a3db),logger[_0x936c6e(-0x166,-_0x5adfcf._0x1324a7,-0x16d,-_0x5adfcf._0x3b2a78)](_0x2a9e17[_0x583776(-0x2f,0x29,0x29,-_0x5adfcf._0x41d093)]);}else{const _0x59cab2={};return _0x59cab2[_0x936c6e(-0x194,-_0x5adfcf._0x8efd16,-_0x5adfcf._0x4bf491,-0x203)]=_0x2a9e17[_0x583776(-_0x5adfcf._0x5ebe21,0x24,_0x5adfcf._0x163d77,_0x5adfcf._0x59eb0f)],_0x59cab2[_0x936c6e(-0x119,-0xb2,-0x12f,-0x106)]=_0x229223[_0x583776(_0x5adfcf._0x5195cd,0xe4,0x7e,0xc0)],_0x1cfd81['status'](-0x55a+-0x1*-0x8fe+-0x214)[_0x583776(_0x5adfcf._0x1edc7b,_0x5adfcf._0x2d1461,0xc3,0x7)](_0x59cab2);}}catch(_0x2b0688){logger[_0x936c6e(-_0x5adfcf._0x411c88,-0x13e,-0x195,-0x16f)](_0x2a9e17[_0x936c6e(-_0x5adfcf._0x19b4da,-_0x5adfcf._0x546c80,-0x188,-0x11e)],_0x2b0688);}}}function _0x472d(_0x2af63c,_0x366a63){_0x2af63c=_0x2af63c-(0x5*-0x223+-0x47*-0x61+-0xf29);const _0x31a5b6=_0x5b9c();let _0x4105bb=_0x31a5b6[_0x2af63c];if(_0x472d['KYhYqc']===undefined){var _0x407380=function(_0x3d71f4){const _0x73532d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3281f3='',_0x5c4a2c='';for(let _0x5eb188=0x296*-0x2+-0x127+0x653,_0x50d2e4,_0x583493,_0xadffb4=-0x1*0x683+0x2071+0xcf7*-0x2;_0x583493=_0x3d71f4['charAt'](_0xadffb4++);~_0x583493&&(_0x50d2e4=_0x5eb188%(0x25a+0x1*-0xc54+-0x1*-0x9fe)?_0x50d2e4*(-0xd*-0x1cf+-0xc80+-0xac3)+_0x583493:_0x583493,_0x5eb188++%(0x1*-0x559+0x244+0x3d*0xd))?_0x3281f3+=String['fromCharCode'](0x2703*-0x1+0x41*-0x5c+0x3f5e&_0x50d2e4>>(-(-0x19c1+0x24c*0x9+0x517)*_0x5eb188&-0x12*-0xd5+0x159e+-0x12e*0x1f)):-0x5*-0x3b9+0x8*0x380+-0x2e9d){_0x583493=_0x73532d['indexOf'](_0x583493);}for(let _0x5bf88a=-0x519+0x3*0x145+0x1*0x14a,_0x57d75b=_0x3281f3['length'];_0x5bf88a<_0x57d75b;_0x5bf88a++){_0x5c4a2c+='%'+('00'+_0x3281f3['charCodeAt'](_0x5bf88a)['toString'](0x1344*0x2+0x97*0x15+-0x32db))['slice'](-(0x642*-0x1+0xccd+-0x689));}return decodeURIComponent(_0x5c4a2c);};_0x472d['PdRknO']=_0x407380,_0x472d['MSxlNE']={},_0x472d['KYhYqc']=!![];}const _0x201aff=_0x31a5b6[-0x14d*0xf+0x1790+-0x40d],_0x33b351=_0x2af63c+_0x201aff,_0x41ed80=_0x472d['MSxlNE'][_0x33b351];return!_0x41ed80?(_0x4105bb=_0x472d['PdRknO'](_0x4105bb),_0x472d['MSxlNE'][_0x33b351]=_0x4105bb):_0x4105bb=_0x41ed80,_0x4105bb;}export async function initializeJira(){const _0x4ac1a0={_0x554701:0x4d6,_0x40178e:0x52e,_0x323b04:0x4f0};function _0x8002d7(_0x565b69,_0x2dfb29,_0x484bcc,_0x5a637c){return _0x472d(_0x484bcc-0x386,_0x5a637c);}const _0x24adde={'Zhopd':function(_0xeeac62){return _0xeeac62();}};await _0x24adde[_0x8002d7(0x4f5,_0x4ac1a0._0x554701,_0x4ac1a0._0x40178e,_0x4ac1a0._0x323b04)](initializeJiraClient);}function _0x5cde58(_0x56448d,_0x2c9be8,_0x8211c3,_0x3ddaa4){const _0x985751={_0x9be1a1:0x2cc};return _0x472d(_0x56448d- -_0x985751._0x9be1a1,_0x3ddaa4);}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x352c83={_0x5b4ecc:0x412,_0x43b122:0x3de,_0x189bce:0x3ee,_0x12e8c9:0x3da,_0xf7e707:0x32c,_0xe279a9:0x373,_0x174017:0x3d2,_0xc9236a:0x353,_0x491e75:0x2bf,_0x202903:0x31a,_0x37b232:0x298,_0x34a3e0:0x311,_0x590ba9:0x359,_0x33854e:0x30d,_0xca13aa:0x3a9,_0x26a678:0x365,_0x4fdf47:0x37c,_0x1a5a29:0x2dd,_0x6ba3fb:0x303,_0x487663:0x341,_0x29c64f:0x3c1,_0x26da2e:0x34e,_0xbfc8d4:0x368,_0x385638:0x39c,_0x4bb3dd:0x2f7,_0x18090a:0x31d,_0x44b2d5:0x347,_0x2fca86:0x3ad,_0x5d5dc6:0x2bc,_0x19dd73:0x395,_0x36be1a:0x383,_0x209d1e:0x29f,_0x57eaea:0x41c,_0x1e2bac:0x3a6,_0x3219d2:0x3f5,_0x2be225:0x459,_0x4b7ca8:0x381,_0xb8d80e:0x30b,_0x19568b:0x28a,_0x1c629b:0x368,_0x5ac8a7:0x368,_0x526a66:0x393,_0x1a7a73:0x381,_0x4d0e2d:0x26b,_0x567a8c:0x24c,_0x1a4d11:0x2c6,_0x33b9e9:0x2e1,_0xda1719:0x2e9,_0x43e683:0x29a,_0x44c8f6:0x31b,_0x1489ba:0x2fa,_0x3ab955:0x38a,_0x1a1ee5:0x37a,_0x333725:0x3c8,_0x201b0b:0x394,_0x459249:0x339,_0x4c7dc8:0x3cf,_0x4408c9:0x398,_0x10de70:0x329,_0x5b0b1a:0x305,_0x5c1f79:0x2f8,_0x2e900b:0x40e,_0x5213be:0x3e1,_0x4d8042:0x435,_0x52d942:0x449,_0x23d4bc:0x3e4,_0x13515d:0x3b3,_0x4e7836:0x32c,_0x54cf30:0x335,_0x24a108:0x380,_0x53f3be:0x41a,_0xa89d36:0x3b0,_0x5bb73a:0x390,_0x291afc:0x34c,_0x5aa3bd:0x2e8,_0x4690a5:0x2c5,_0x485602:0x28c,_0x2a21e3:0x41a,_0x95b7a3:0x342,_0x19a7ec:0x3e2,_0x126afe:0x3d1,_0x49bb20:0x3cc,_0x10d24f:0x3e6,_0x23edf5:0x3a2,_0x3b89cf:0x36f,_0x34bd90:0x3ca,_0x4d7b1b:0x401,_0x1515c6:0x3d0,_0x3922b7:0x39e,_0x4cf92d:0x352,_0x86a135:0x33f,_0x4a2b96:0x3a1,_0x130261:0x334,_0x584173:0x38d,_0x32ee3b:0x270,_0xb23c3:0x2a8,_0x2d920a:0x2c8,_0x5cd234:0x3b7,_0x567e4b:0x38f,_0xe05a6e:0x346,_0x1d104c:0x38a,_0x243849:0x3fb,_0xfc187a:0x3b6,_0x477361:0x3a6,_0x2141d3:0x417,_0x4b09bb:0x305,_0x164656:0x2be,_0x5077b5:0x2fa,_0x2d9f43:0x2e9,_0x5f0b37:0x3fd,_0x3e4ed0:0x2e0,_0x213cb9:0x3d6,_0x21877d:0x3d7,_0x236b8a:0x3de,_0x4c202e:0x3fc,_0x1fba6b:0x396,_0x454faf:0x2de,_0x2a4369:0x315,_0x32171d:0x311,_0x29e9a5:0x2b1,_0x49bcbd:0x2e3,_0x42457b:0x2eb,_0x57db42:0x32a,_0x5c9b74:0x35c,_0xebcdb3:0x3af,_0x2a7e99:0x3c8,_0x2f7641:0x328,_0x16f300:0x40a,_0x466e86:0x42b,_0x19c795:0x3b8,_0x1c41e2:0x3d5,_0x3a2230:0x3cc,_0x11a08b:0x36c,_0x355603:0x32f,_0x38803c:0x397,_0x514093:0x3c1,_0x42ccff:0x32c,_0x514eef:0x2c4,_0x16401f:0x2a1,_0x5a6e4d:0x2d8,_0x4264d6:0x37d,_0x3053ff:0x2f5,_0xf7e241:0x35b,_0x188072:0x3c4,_0x40f549:0x2d6,_0x5c84e7:0x331,_0x25515e:0x2f6,_0x26bf4b:0x28e,_0x4adf68:0x3a1,_0x143249:0x3db,_0x64f7be:0x3c9,_0x3ef86c:0x2ce,_0x2a9101:0x332,_0x1246e8:0x312,_0x2a1682:0x306,_0x53d231:0x378,_0xe33219:0x31d,_0x5bc0fe:0x326,_0xa0eb1:0x2cd,_0x176478:0x355,_0x2f7e31:0x30a,_0x44a604:0x386,_0x5e8ba6:0x38d,_0x199826:0x2f9,_0x346c27:0x349,_0x374567:0x336,_0x1a5fe5:0x370,_0x1b551b:0x310,_0x9bff95:0x3f2,_0x5b0a7e:0x3bc,_0x3b9b1e:0x387,_0x2e50fa:0x358,_0x38019d:0x36d,_0x127063:0x3df,_0x564070:0x2ad,_0x2be3ba:0x326,_0x24f73a:0x3c2,_0x434472:0x35e,_0x34172a:0x39f,_0x179818:0x3ce,_0x33eaff:0x3f3,_0xd23b11:0x3dd,_0xd5de55:0x2a7,_0x260cb5:0x35d,_0x414ca9:0x357,_0x1b390f:0x2ca,_0x1ee164:0x2c1,_0x5e3ec5:0x287,_0x4272c0:0x304,_0x553944:0x2b2,_0x441d7d:0x33e,_0x546c2f:0x2b5,_0x3edcfc:0x2d2,_0x244755:0x3fe,_0x104e02:0x38a,_0xd8f73:0x2b3,_0x50bdda:0x34b,_0x1ed12b:0x388,_0x16c061:0x37a,_0x3d2142:0x34a,_0x31c3fe:0x404,_0x3d3d91:0x39f,_0x5f530a:0x309,_0x3140a3:0x342},_0x5cb096={_0x506351:0x1e4},_0x3d8f87={};_0x3d8f87['KOIFR']=_0x59cc48(0x39c,_0x352c83._0x5b4ecc,0x3e1,_0x352c83._0x43b122)+_0x59cc48(_0x352c83._0x189bce,0x3c1,_0x352c83._0x12e8c9,0x388)+'d',_0x3d8f87[_0x59cc48(_0x352c83._0xf7e707,0x366,_0x352c83._0xe279a9,0x36c)]=_0x59cc48(0x375,_0x352c83._0x174017,0x3a8,_0x352c83._0xc9236a)+_0x59cc48(0x2ab,0x28a,0x308,_0x352c83._0x491e75),_0x3d8f87[_0x59cc48(_0x352c83._0x202903,_0x352c83._0x37b232,_0x352c83._0x34a3e0,_0x352c83._0x590ba9)]=_0x39abc0(_0x352c83._0x33854e,_0x352c83._0xca13aa,0x3ac,_0x352c83._0x26a678)+_0x59cc48(0x39d,0x306,_0x352c83._0x4fdf47,0x3ae)+_0x59cc48(_0x352c83._0x1a5a29,_0x352c83._0x6ba3fb,_0x352c83._0x487663,_0x352c83._0x29c64f)+_0x59cc48(_0x352c83._0x26da2e,_0x352c83._0xbfc8d4,0x36e,_0x352c83._0x385638)+_0x59cc48(_0x352c83._0x4bb3dd,_0x352c83._0x18090a,0x33a,_0x352c83._0x44b2d5)+'s',_0x3d8f87[_0x39abc0(0x316,0x3e9,_0x352c83._0x2fca86,0x38a)]=_0x39abc0(0x277,0x283,0x2af,_0x352c83._0x5d5dc6)+'initialize'+'\x20JIRA\x20clie'+_0x59cc48(0x36d,_0x352c83._0x19dd73,_0x352c83._0x36be1a,0x373)+_0x59cc48(0x2b6,0x329,0x31b,_0x352c83._0x209d1e),_0x3d8f87[_0x59cc48(_0x352c83._0x57eaea,0x3ac,_0x352c83._0x1e2bac,_0x352c83._0x3219d2)]=_0x59cc48(0x379,_0x352c83._0x2be225,0x3f7,0x382)+_0x59cc48(_0x352c83._0x4b7ca8,0x2fd,_0x352c83._0xb8d80e,_0x352c83._0x19568b)+_0x39abc0(_0x352c83._0x1c629b,_0x352c83._0x5ac8a7,_0x352c83._0x526a66,0x351)+_0x59cc48(_0x352c83._0x1a7a73,0x2f8,0x363,0x384),_0x3d8f87[_0x39abc0(_0x352c83._0x4d0e2d,_0x352c83._0x567a8c,0x28c,_0x352c83._0x1a4d11)]=function(_0x1c9a5e,_0x1304b6){return _0x1c9a5e===_0x1304b6;},_0x3d8f87[_0x39abc0(0x33b,_0x352c83._0x33b9e9,0x2ad,_0x352c83._0xda1719)]=_0x39abc0(_0x352c83._0x43e683,_0x352c83._0x44c8f6,0x2e8,_0x352c83._0x1489ba),_0x3d8f87[_0x39abc0(_0x352c83._0x3ab955,0x365,_0x352c83._0x1a1ee5,0x370)]=_0x39abc0(0x2fe,0x33a,0x2d2,0x2cc)+_0x59cc48(0x393,0x36e,_0x352c83._0x333725,_0x352c83._0x201b0b)+'\x20from\x20DATA'+'_DIR',_0x3d8f87[_0x59cc48(0x308,0x33f,0x361,_0x352c83._0x459249)]=_0x59cc48(0x3e0,_0x352c83._0x4c7dc8,_0x352c83._0x4408c9,_0x352c83._0x10de70),_0x3d8f87[_0x39abc0(_0x352c83._0x5b0b1a,_0x352c83._0x487663,0x2ef,_0x352c83._0x5c1f79)]=_0x39abc0(0x2e8,0x2b0,0x2d2,_0x352c83._0x5d5dc6)+_0x59cc48(_0x352c83._0x2e900b,_0x352c83._0x5213be,0x3cc,_0x352c83._0x4d8042)+'A\x20client\x20f'+_0x59cc48(0x433,_0x352c83._0x52d942,_0x352c83._0x23d4bc,0x388)+_0x59cc48(0x2ca,0x287,0x2fe,0x2aa),_0x3d8f87[_0x39abc0(_0x352c83._0x13515d,0x3a1,_0x352c83._0x4e7836,_0x352c83._0x54cf30)]=function(_0x1d7057,_0x14605c){return _0x1d7057===_0x14605c;},_0x3d8f87[_0x59cc48(_0x352c83._0x24a108,_0x352c83._0x53f3be,_0x352c83._0xa89d36,0x3c8)]=_0x39abc0(_0x352c83._0x5bb73a,0x353,_0x352c83._0x291afc,0x31a);function _0x39abc0(_0x2c700b,_0x3ede02,_0x57f19c,_0x23f741){return _0x472d(_0x23f741-0x1a5,_0x2c700b);}_0x3d8f87[_0x59cc48(_0x352c83._0x5aa3bd,_0x352c83._0x4690a5,_0x352c83._0x6ba3fb,0x2d3)]=function(_0x4359e9,_0x19b6a0){return _0x4359e9!==_0x19b6a0;},_0x3d8f87[_0x39abc0(0x2a4,0x35f,_0x352c83._0x485602,0x30f)]=_0x59cc48(0x3bb,_0x352c83._0x2a21e3,0x3a1,_0x352c83._0x95b7a3),_0x3d8f87[_0x39abc0(0x391,_0x352c83._0x19a7ec,_0x352c83._0x126afe,0x37d)]=_0x59cc48(0x372,_0x352c83._0x49bb20,0x370,0x3ec),_0x3d8f87[_0x59cc48(0x3c3,0x321,0x39a,0x36a)]=function(_0x2c8c26,_0x96388b){return _0x2c8c26!==_0x96388b;},_0x3d8f87[_0x59cc48(_0x352c83._0x10d24f,_0x352c83._0x23edf5,0x3c4,_0x352c83._0x3b89cf)]='FoOVW',_0x3d8f87[_0x39abc0(0x345,0x2f4,0x335,0x316)]='JIRA\x20clien'+'t\x20reloaded'+_0x39abc0(_0x352c83._0x34bd90,_0x352c83._0x4d7b1b,_0x352c83._0x1515c6,_0x352c83._0x3922b7)+_0x59cc48(_0x352c83._0x33b9e9,_0x352c83._0x4cf92d,_0x352c83._0x86a135,_0x352c83._0x4a2b96)+_0x39abc0(_0x352c83._0x130261,_0x352c83._0x2fca86,0x31b,_0x352c83._0x4cf92d),_0x3d8f87['WMOEF']='Failed\x20to\x20'+_0x39abc0(0x375,0x3e9,0x3ea,_0x352c83._0x584173)+_0x39abc0(0x29c,_0x352c83._0x3b89cf,0x384,0x306)+_0x39abc0(0x25e,_0x352c83._0x32ee3b,_0x352c83._0xb23c3,0x2cb)+_0x59cc48(_0x352c83._0x2d920a,0x2e5,0x348,0x379),_0x3d8f87[_0x59cc48(0x350,_0x352c83._0x5cd234,0x342,0x358)]=_0x59cc48(0x3ab,0x36d,_0x352c83._0x567e4b,0x346)+'led\x20after\x20'+_0x39abc0(0x410,_0x352c83._0xe05a6e,0x3c1,0x3b3)+'ion\x20reload';const _0x21b00a=_0x3d8f87;logger[_0x59cc48(0x40c,0x317,_0x352c83._0x1d104c,_0x352c83._0x243849)](_0x21b00a[_0x59cc48(0x383,_0x352c83._0xfc187a,_0x352c83._0x477361,_0x352c83._0x2141d3)]);function _0x59cc48(_0x24fcb2,_0x3114a3,_0x2fda5c,_0x508cab){return _0x472d(_0x2fda5c-_0x5cb096._0x506351,_0x3114a3);}jiraClient=null;const _0x21456c=await loadJiraConfig();if(_0x21456c)try{if(_0x21b00a[_0x59cc48(0x298,0x36e,_0x352c83._0x4b09bb,0x2a0)](_0x39abc0(0x2a9,_0x352c83._0x164656,0x35f,_0x352c83._0x5077b5),_0x21b00a[_0x39abc0(0x33a,0x2b9,0x2a7,_0x352c83._0x2d9f43)])){jiraClient=new JiraClient(_0x21456c),logger[_0x59cc48(0x3c1,_0x352c83._0x5f0b37,0x38a,0x38f)](_0x21b00a['bHCVM']);return;}else{const _0x31bc34={};return _0x31bc34[_0x39abc0(0x2e1,0x322,_0x352c83._0x3e4ed0,0x31d)]=_0x21b00a['KOIFR'],_0x31bc34[_0x59cc48(_0x352c83._0x213cb9,0x37e,0x3d7,0x36a)]=_0x42a58e[_0x59cc48(0x37a,0x3e6,_0x352c83._0x21877d,0x3c0)],_0x11649f[_0x39abc0(_0x352c83._0x95b7a3,_0x352c83._0x236b8a,_0x352c83._0x4c202e,_0x352c83._0x1fba6b)](-0x2e*0x6b+-0x10b1*0x2+-0x120f*-0x3)[_0x39abc0(0x2f0,_0x352c83._0x454faf,_0x352c83._0x2a4369,_0x352c83._0x32171d)](_0x31bc34);}}catch(_0x5a8f6b){if(_0x21b00a[_0x39abc0(_0x352c83._0x29e9a5,_0x352c83._0x49bcbd,_0x352c83._0x42457b,0x322)]===_0x21b00a['yUmrU'])logger['error'](_0x21b00a['udVZE'],_0x5a8f6b);else{const _0x519668={};return _0x519668[_0x59cc48(0x2e0,_0x352c83._0x57db42,_0x352c83._0x5c9b74,_0x352c83._0xebcdb3)]=_0x21b00a['BTeGd'],_0x519668[_0x39abc0(_0x352c83._0x2a7e99,_0x352c83._0x2f7641,_0x352c83._0x16f300,_0x352c83._0x4408c9)]=_0x271ab1[_0x59cc48(0x3f1,0x377,0x3d7,_0x352c83._0x466e86)],_0x5ddeb6[_0x59cc48(0x450,_0x352c83._0x19c795,_0x352c83._0x1c41e2,_0x352c83._0x3a2230)](0x17a5+0x1*0x7f9+-0x1e0b)['json'](_0x519668);}}if(_0x21b00a[_0x59cc48(0x3ba,0x3cc,0x374,_0x352c83._0x11a08b)](process['env'][_0x39abc0(_0x352c83._0x355603,0x363,_0x352c83._0x38803c,0x346)+'ED'],_0x21b00a[_0x39abc0(0x2f3,_0x352c83._0x590ba9,_0x352c83._0x514093,0x371)])){if(_0x21b00a[_0x39abc0(0x26d,_0x352c83._0x42ccff,_0x352c83._0x5aa3bd,_0x352c83._0x514eef)](_0x21b00a[_0x39abc0(_0x352c83._0x16401f,0x38d,_0x352c83._0x5a6e4d,0x30f)],_0x21b00a[_0x39abc0(0x374,0x361,0x357,_0x352c83._0x4264d6)]))try{if(_0x21b00a[_0x39abc0(_0x352c83._0x3053ff,0x33a,_0x352c83._0x44b2d5,_0x352c83._0xf7e241)](_0x21b00a[_0x59cc48(_0x352c83._0x24a108,0x3bd,0x3c4,_0x352c83._0x188072)],'RtVWn')){const _0x422d1a={'baseUrl':process[_0x39abc0(_0x352c83._0x40f549,0x292,_0x352c83._0x5c84e7,_0x352c83._0x25515e)]['JIRA_BASE_'+_0x39abc0(_0x352c83._0x26bf4b,0x2ce,0x2a6,0x2c1)],...process['env'][_0x59cc48(_0x352c83._0x4adf68,0x34a,_0x352c83._0x5cd234,0x41c)+_0x59cc48(0x3c9,_0x352c83._0x143249,_0x352c83._0x26a678,_0x352c83._0x64f7be)]?{'cloudId':process[_0x59cc48(0x39e,_0x352c83._0x3ef86c,_0x352c83._0x54cf30,_0x352c83._0x2a9101)][_0x39abc0(0x365,_0x352c83._0x1246e8,_0x352c83._0x2a1682,_0x352c83._0x53d231)+_0x39abc0(_0x352c83._0xe33219,0x37b,0x31f,_0x352c83._0x5bc0fe)]}:{}};_0x422d1a[_0x39abc0(_0x352c83._0xa0eb1,_0x352c83._0x176478,_0x352c83._0x1a1ee5,_0x352c83._0x2f7e31)]={},_0x422d1a[_0x39abc0(_0x352c83._0xa0eb1,_0x352c83._0x176478,_0x352c83._0x1a1ee5,_0x352c83._0x2f7e31)][_0x59cc48(0x358,_0x352c83._0x44a604,_0x352c83._0x5e8ba6,0x407)]=process[_0x39abc0(0x309,0x371,0x320,0x2f6)]['JIRA_EMAIL'],_0x422d1a[_0x39abc0(_0x352c83._0xa0eb1,_0x352c83._0x176478,_0x352c83._0x1a1ee5,_0x352c83._0x2f7e31)][_0x59cc48(_0x352c83._0x199826,_0x352c83._0x346c27,_0x352c83._0x374567,_0x352c83._0x1a5fe5)]=process[_0x39abc0(_0x352c83._0x176478,0x35c,_0x352c83._0x1b551b,0x2f6)][_0x59cc48(_0x352c83._0x9bff95,0x416,_0x352c83._0x2fca86,0x33f)+_0x59cc48(0x38c,_0x352c83._0x3a2230,0x356,_0x352c83._0x5b0a7e)],jiraClient=new JiraClient(_0x422d1a),logger[_0x39abc0(_0x352c83._0x291afc,_0x352c83._0x3b9b1e,0x32b,0x34b)](_0x21b00a['VQKHc']);}else try{const _0x340086={};_0x340086['cloudId']=_0x51dd28[_0x59cc48(0x2ef,0x33c,_0x352c83._0x54cf30,_0x352c83._0x2e50fa)][_0x59cc48(_0x352c83._0x38019d,0x343,0x3b7,_0x352c83._0x127063)+_0x39abc0(0x2cd,_0x352c83._0x564070,0x2d4,_0x352c83._0x2be3ba)];const _0x457c00={};_0x457c00[_0x39abc0(_0x352c83._0x64f7be,_0x352c83._0x24f73a,_0x352c83._0x434472,_0x352c83._0x26da2e)]=_0x4efd80['env'][_0x59cc48(0x425,_0x352c83._0x34172a,_0x352c83._0x179818,_0x352c83._0x5e8ba6)],_0x457c00['apiToken']=_0x1a5963['env'][_0x59cc48(_0x352c83._0x33eaff,_0x352c83._0xd23b11,_0x352c83._0x2fca86,_0x352c83._0x10d24f)+'OKEN'];const _0x182826={'baseUrl':_0xc3bcbc[_0x39abc0(0x280,_0x352c83._0xd5de55,_0x352c83._0x40f549,0x2f6)][_0x39abc0(0x3a6,_0x352c83._0x260cb5,0x371,_0x352c83._0x414ca9)+_0x39abc0(_0x352c83._0x1b390f,_0x352c83._0x2f7e31,0x303,_0x352c83._0x1ee164)],..._0x46681b[_0x39abc0(0x330,0x358,_0x352c83._0x5e3ec5,0x2f6)][_0x39abc0(0x3ae,_0x352c83._0x4272c0,0x30b,_0x352c83._0x53d231)+_0x39abc0(0x32a,_0x352c83._0x553944,_0x352c83._0x441d7d,_0x352c83._0x2be3ba)]?_0x340086:{}};_0x182826['auth']=_0x457c00,_0x18fd82=new _0x3cba69(_0x182826),_0x53fbab['info'](_0x21b00a[_0x39abc0(0x296,_0x352c83._0x546c2f,_0x352c83._0x44b2d5,_0x352c83._0x3edcfc)]);}catch(_0x205a6f){_0x28f704[_0x39abc0(0x2f0,0x332,0x352,0x31d)](_0x21b00a[_0x39abc0(0x3ec,_0x352c83._0x244755,0x3cc,_0x352c83._0x104e02)],_0x205a6f);}}catch(_0x1a80a5){logger[_0x39abc0(0x2b9,0x2b6,0x2e7,0x31d)](_0x21b00a[_0x39abc0(0x2e8,0x305,_0x352c83._0xd8f73,0x308)],_0x1a80a5);}else{const _0x191d54={};return _0x191d54['error']=_0x59cc48(0x3b6,0x392,0x3c2,_0x352c83._0x50bdda)+'short',_0x191d54['message']=_0x39abc0(0x375,_0x352c83._0x1ed12b,_0x352c83._0x16c061,0x393)+_0x59cc48(0x304,0x2d9,0x2f8,_0x352c83._0x3d2142)+_0x59cc48(0x297,0x288,0x302,0x329)+_0x59cc48(_0x352c83._0x31c3fe,0x34c,_0x352c83._0x3d3d91,0x38a)+'rs',_0x4f3562['status'](-0xb7a+-0xa6d+0x1777)[_0x39abc0(_0x352c83._0x5f530a,0x29a,0x38c,_0x352c83._0x34a3e0)](_0x191d54);}}else logger['info'](_0x21b00a[_0x59cc48(0x368,0x351,_0x352c83._0x3140a3,0x364)]);}function requireJira(_0x5ec399,_0x596ba2,_0x525c00){const _0x395960={_0x444b33:0x206,_0xd350c:0x213,_0x59d508:0x22e,_0x26bc92:0x1e8,_0x6477d1:0x280,_0x4a530e:0x23b,_0x59db38:0x22a,_0x5a08fe:0x2a8,_0xed6fe6:0x242,_0x3986b2:0x279,_0x164563:0x1d7,_0x23e72b:0x21a,_0x5b370c:0xad,_0x54f67f:0x8b,_0x5c4f17:0x83,_0x4409fc:0xeb,_0x16d5d5:0x12d,_0x55a55d:0xf9,_0x2244a3:0x168,_0x35d302:0x1a0,_0x212011:0x1f5,_0x35a94c:0x195,_0x5c5677:0x1a1,_0x32914f:0x176,_0x2cf025:0x1a8,_0x201aeb:0x175,_0x553c91:0x1a7,_0x512832:0xad,_0x2b969f:0x15a,_0x3e7258:0x2cd,_0x2a1da3:0x21b,_0x7de7bb:0x1d3,_0x3bf901:0x1ae,_0x4a4599:0x281,_0x3fe368:0x237,_0x28a6ff:0x2bd,_0x443375:0x1ba,_0x2a2766:0xa2,_0x554b5b:0x2ab,_0x33d14a:0x2b7,_0x1ddb32:0x327},_0xa2e641={_0x1bfea4:0x3c6};function _0x1b0f54(_0x4d09a5,_0x564c04,_0x2f5f10,_0x1048a4){return _0x472d(_0x4d09a5- -_0xa2e641._0x1bfea4,_0x564c04);}const _0x37c5ca={'DZeOC':_0x1b0f54(-_0x395960._0x444b33,-_0x395960._0xd350c,-0x287,-0x232)+_0x1b0f54(-_0x395960._0x59d508,-_0x395960._0x26bc92,-0x245,-0x274)+'bled\x20from\x20'+_0x1b0f54(-0x213,-_0x395960._0x6477d1,-0x1ef,-0x1ef),'boKNG':_0x1b0f54(-_0x395960._0x4a530e,-_0x395960._0x59db38,-0x296,-_0x395960._0x5a08fe),'byhuX':_0x1b0f54(-0x24a,-_0x395960._0xed6fe6,-_0x395960._0x3986b2,-0x268),'swAxB':_0x1b0f54(-0x206,-_0x395960._0x164563,-0x1d2,-_0x395960._0x23e72b)+'ration\x20not'+_0x228a35(-_0x395960._0x5b370c,-_0x395960._0x54f67f,-0x44,-0x6e),'xGYol':_0x228a35(-0xf2,-_0x395960._0x5c4f17,-_0x395960._0x4409fc,-0x100)+_0x228a35(-0x137,-_0x395960._0x16d5d5,-_0x395960._0x55a55d,-_0x395960._0x2244a3)+_0x228a35(-_0x395960._0x35d302,-0x1cc,-_0x395960._0x212011,-_0x395960._0x35a94c)+_0x1b0f54(-0x1e3,-0x244,-0x263,-0x1e1)+'is\x20server.'+_0x228a35(-_0x395960._0x5c5677,-0x208,-_0x395960._0x32914f,-_0x395960._0x2cf025)+_0x228a35(-_0x395960._0x201aeb,-0x120,-0x1a4,-0x1b5)+'\x20administr'+_0x228a35(-0x13c,-0x105,-_0x395960._0x553c91,-0x199),'cObyK':function(_0x7a1337){return _0x7a1337();}};function _0x228a35(_0x5845bd,_0x253285,_0x372a66,_0xc9d90){return _0x472d(_0x5845bd- -0x2b2,_0x253285);}if(!jiraClient){if(_0x37c5ca[_0x228a35(-0xf4,-_0x395960._0x512832,-0x14a,-_0x395960._0x2b969f)]!==_0x37c5ca['byhuX']){const _0x34d845={};return _0x34d845[_0x1b0f54(-0x24e,-_0x395960._0x3e7258,-0x28b,-_0x395960._0x2a1da3)]=_0x37c5ca['swAxB'],_0x34d845[_0x1b0f54(-_0x395960._0x7de7bb,-0x152,-0x179,-_0x395960._0x3bf901)]=_0x37c5ca[_0x1b0f54(-_0x395960._0x4a4599,-0x23c,-_0x395960._0x3fe368,-_0x395960._0x28a6ff)],_0x596ba2['status'](-0x2*-0x113e+0x15e2+0x3667*-0x1)[_0x228a35(-0x146,-0x154,-0x1c0,-_0x395960._0x443375)](_0x34d845);}else{_0x11234f=new _0x285a58(_0x292966),_0x3273ce[_0x228a35(-0x10c,-_0x395960._0x2244a3,-0x105,-_0x395960._0x2a2766)](_0x37c5ca[_0x228a35(-0xc0,-0xe5,-0x11b,-0xaf)]);return;}}_0x37c5ca[_0x1b0f54(-_0x395960._0x554b5b,-_0x395960._0x33d14a,-_0x395960._0x1ddb32,-0x2cb)](_0x525c00);}router[_0x5e44e5(0x3d7,0x49e,0x43f,0x449)](_0x5e44e5(0x402,0x472,0x433,0x412),(_0x3b5d71,_0x2db2f2)=>{const _0x1ad20e={_0xeda406:0x62e,_0xa19402:0x5b7,_0x46c04a:0x4e1,_0xf99a6f:0x3d7,_0x21eb63:0x453,_0x276ea5:0x3f0,_0x9f8307:0x576,_0x503fe1:0x56a,_0x4eee6a:0x57c},_0x541ec9={_0x24b6b0:0x587,_0x5ca0e5:0x121},_0x1eb235={_0x1a3273:0x68b,_0x53ff7f:0x105},_0x459706={};_0x459706['enabled']=!!jiraClient,_0x459706[_0x118cd3(_0x1ad20e._0xeda406,0x634,_0x1ad20e._0xa19402,0x57e)]=jiraClient?process['env'][_0x54f527(0x46d,0x401,0x499,_0x1ad20e._0x46c04a)+_0x54f527(_0x1ad20e._0xf99a6f,_0x1ad20e._0x21eb63,0x43c,_0x1ad20e._0x276ea5)]:null;function _0x118cd3(_0x187dbc,_0xd7b08,_0x489233,_0xc2cbfd){return _0x5cde58(_0x489233-_0x1eb235._0x1a3273,_0xd7b08-_0x1eb235._0x53ff7f,_0x489233-0x23,_0xc2cbfd);}function _0x54f527(_0x1d240d,_0x18deda,_0x5ebb8f,_0x2dd08a){return _0x5cde58(_0x1d240d-_0x541ec9._0x24b6b0,_0x18deda-_0x541ec9._0x5ca0e5,_0x5ebb8f-0xc2,_0x18deda);}_0x2db2f2[_0x118cd3(_0x1ad20e._0x9f8307,_0x1ad20e._0x503fe1,0x52b,_0x1ad20e._0x4eee6a)](_0x459706);}),router[_0x5e44e5(0x46a,0x424,0x43f,0x480)](_0x5e44e5(0x3ec,0x4b7,0x43d,0x4bf)+'ey',requireJira,async(_0x59f980,_0x57d3fe)=>{const _0x2358c9={_0xa98e20:0x1e4,_0x1c5af4:0x1e2,_0x47186d:0x230,_0x1107a5:0x288,_0x44cad1:0x348,_0x22270c:0x2dd,_0x1a895a:0x2db,_0x27eae1:0x2fb,_0x37defe:0x241,_0x244f0d:0x1a8,_0x5ed065:0x25b,_0x340637:0x23a,_0xf5a16a:0x1bc,_0x31f5d8:0x2b3,_0x848bac:0x277,_0x299529:0x2bf,_0x144a5e:0x2da,_0x4a37a3:0x21b,_0x2d829b:0x285,_0x1214f1:0x271,_0x12c032:0x2c3,_0x1793e1:0x2a3,_0x37bfe6:0x261,_0x72503e:0x22b,_0x1ad89d:0x1f5,_0x26958f:0x23b,_0x3c6920:0x243,_0x52ff05:0x34a,_0x1f3dac:0x296,_0x46e4d7:0x251,_0xceb8a8:0x259,_0x16bd3e:0x2ab,_0x533821:0x2a2,_0x53e8a9:0x31a,_0xee804c:0x290,_0xc0cefe:0x28b,_0x38f0b9:0x1eb,_0x2ac52a:0x237,_0x4296a2:0x29f,_0xc09a4e:0x20e,_0x27082a:0x2b0,_0x144684:0x239,_0x45aac6:0x1f0,_0x537959:0x1ed,_0x3e82a4:0x224,_0x3712f0:0x27c,_0x4aaf9e:0x249,_0x5b2268:0x257,_0x139fe6:0x2ba,_0x110069:0x2ab,_0x41c8b8:0x290,_0x28b3ee:0x1d7,_0x24309c:0x25d,_0x3d3542:0x23f,_0x4b9349:0x291,_0x476b93:0x353,_0x428e63:0x245,_0x11ffda:0x2c4,_0x8766ec:0x1ff,_0x49d6d4:0x219,_0x57bbd1:0x29a,_0x58d856:0x2e6,_0x1e272c:0x2b8,_0x420438:0x31e,_0x1e8d74:0x2d2,_0x255fbf:0x1b1,_0x270596:0x221,_0x37b316:0x2c2,_0x5d0e86:0x223,_0x14b60e:0x1b7,_0xc9fea:0x279,_0x5f0e7b:0x267,_0xc9fcc3:0x338,_0x5f501f:0x2da,_0x1ace24:0x23e,_0x136455:0x2a6,_0x1702d1:0x1f4,_0x1965fc:0x18c,_0x38eaa3:0x212,_0x14ff30:0x2e0,_0x3133c5:0x28b,_0xe5255a:0x1eb,_0x464c2d:0x28a,_0x3f89c8:0x270,_0x23ec4b:0x242,_0x4a2ec0:0x248,_0x257549:0x293,_0x3e6038:0x2ba,_0xd4b95:0x32a,_0x64d14b:0x244,_0x401bf2:0x2e4,_0x3198eb:0x2b9,_0x39398d:0x239,_0x272ca4:0x20b,_0x1aedd1:0x338,_0x2b42b4:0x327,_0xa3e79e:0x282,_0x22cc0f:0x324,_0xc0fd5c:0x253,_0x2af1db:0x29e,_0x169de:0x305,_0xb3455:0x31c,_0x22f0e8:0x32b,_0x11af3b:0x27d,_0x30b1c7:0x26f,_0x53cfd0:0x299,_0x3e61a7:0x2c4,_0xb034be:0x2e7,_0x4fa83a:0x2bd,_0x415d45:0x323,_0x474de5:0x2cb,_0x3dc82c:0x300,_0x3ae876:0x2e3,_0x41f24d:0x29c,_0x544f4b:0x228,_0x5468e4:0x296,_0x3e47d8:0x239,_0x50b53f:0x332,_0x5cc6e4:0x2e1,_0xcab2fb:0x2d9,_0x4ca984:0x37b,_0x1c5c15:0x330,_0x3161f6:0x365,_0x50324c:0x2ba,_0x3963be:0x283,_0x1a47e8:0x347,_0x4fb585:0x309,_0x4deb5a:0x2fa,_0x584aa3:0x280,_0x23b7a7:0x237,_0x4d11de:0x2ab,_0x2f841d:0x281,_0x1c6b43:0x1ea,_0x37e6b2:0x260,_0x3d2255:0x2d8,_0x6117bd:0x1c5,_0xbb03b9:0x379,_0x3081bb:0x33d,_0x46752d:0x2bf,_0x48b33d:0x306,_0x592745:0x2b3,_0x2f73b0:0x1f1,_0x122da6:0x237,_0x428e2a:0x227,_0x59810e:0x28f,_0x4dee42:0x1ac,_0x1f72d5:0x224,_0x40572e:0x245,_0xcfbe3a:0x285,_0x3e333b:0x2d9,_0x1f20e0:0x250,_0x5ea98e:0x2b8,_0x19ca7a:0x29d,_0x1fe114:0x331,_0x25e7b7:0x25e,_0x4e206e:0x1f9,_0x11003b:0x23c,_0x540b6e:0x263,_0x41c655:0x304,_0x32caad:0x24a,_0x35d16e:0x2df,_0x30d1e5:0x2be,_0x506f7b:0x384,_0x47f880:0x364,_0x4777b5:0x316,_0x5935bb:0x2a7,_0x195bda:0x209},_0x31079f={_0x4a9985:0x4a,_0x3e886b:0x1b2};function _0x1c21eb(_0x1f71b1,_0x42619b,_0x4d2ed0,_0x46e571){return _0x5e44e5(_0x1f71b1-0xfe,_0x4d2ed0,_0x42619b- -0x1f8,_0x46e571-0x38);}const _0x25db7a={};_0x25db7a[_0x191d7f(_0x2358c9._0xa98e20,_0x2358c9._0x1c5af4,_0x2358c9._0x47186d,_0x2358c9._0x1107a5)]=_0x191d7f(_0x2358c9._0x44cad1,_0x2358c9._0x22270c,_0x2358c9._0x1a895a,_0x2358c9._0x27eae1)+_0x1c21eb(0x213,_0x2358c9._0x37defe,0x2c1,0x23f)+'rmat',_0x25db7a[_0x1c21eb(0x1dc,0x1ec,_0x2358c9._0x244f0d,_0x2358c9._0x5ed065)]=_0x1c21eb(0x23b,0x1d7,_0x2358c9._0x340637,_0x2358c9._0xf5a16a),_0x25db7a[_0x191d7f(0x26b,_0x2358c9._0x31f5d8,0x29a,_0x2358c9._0x848bac)]=_0x191d7f(0x2e1,_0x2358c9._0x299529,0x316,0x2ef)+_0x1c21eb(_0x2358c9._0x144a5e,0x27f,0x2bd,0x2bf)+'\x20format\x20PR'+_0x191d7f(_0x2358c9._0x4a37a3,_0x2358c9._0x2d829b,0x275,0x2e1),_0x25db7a[_0x1c21eb(0x281,_0x2358c9._0x1214f1,0x267,0x2a6)]=_0x191d7f(_0x2358c9._0x12c032,0x2af,_0x2358c9._0x1793e1,_0x2358c9._0x37bfe6)+_0x191d7f(0x232,_0x2358c9._0x72503e,0x269,0x2d6),_0x25db7a[_0x191d7f(0x1d4,0x1c8,0x243,_0x2358c9._0x1ad89d)]=_0x191d7f(0x259,0x234,_0x2358c9._0x26958f,_0x2358c9._0x3c6920)+_0x191d7f(_0x2358c9._0x52ff05,_0x2358c9._0x1f3dac,0x303,0x351)+'d',_0x25db7a[_0x1c21eb(_0x2358c9._0x46e4d7,0x2d1,0x261,0x281)]='GApZc',_0x25db7a['kaNMb']=_0x191d7f(0x273,_0x2358c9._0xceb8a8,0x236,0x268),_0x25db7a[_0x191d7f(0x32d,0x2c5,_0x2358c9._0x16bd3e,0x231)]='RsQKQ';function _0x191d7f(_0x2c57ba,_0xa17b7a,_0x1049b8,_0x4e882f){return _0x5e44e5(_0x2c57ba-_0x31079f._0x4a9985,_0x2c57ba,_0x1049b8- -_0x31079f._0x3e886b,_0x4e882f-0x126);}_0x25db7a[_0x191d7f(0x2bd,0x323,_0x2358c9._0x533821,_0x2358c9._0x53e8a9)]=_0x1c21eb(_0x2358c9._0xee804c,_0x2358c9._0xc0cefe,0x20d,_0x2358c9._0x340637)+_0x1c21eb(0x1d5,_0x2358c9._0x38f0b9,_0x2358c9._0x2ac52a,0x234),_0x25db7a[_0x191d7f(0x292,_0x2358c9._0x4296a2,_0x2358c9._0x2ac52a,_0x2358c9._0xc09a4e)]=_0x191d7f(_0x2358c9._0x27082a,0x246,_0x2358c9._0x144684,_0x2358c9._0x45aac6);const _0x4052a8=_0x25db7a;try{const _0x5cc316=_0x59f980[_0x1c21eb(_0x2358c9._0x537959,0x24f,_0x2358c9._0x3e82a4,0x2c0)][_0x1c21eb(_0x2358c9._0x3712f0,_0x2358c9._0x4aaf9e,0x22d,0x22e)][_0x191d7f(0x2d4,0x2be,0x2b0,0x2e7)]()[_0x1c21eb(_0x2358c9._0x5b2268,0x28c,0x2b8,_0x2358c9._0x139fe6)+'e']();if(!/^[A-Z]+-\d+$/i[_0x1c21eb(0x2ab,_0x2358c9._0x37bfe6,_0x2358c9._0x110069,_0x2358c9._0x41c8b8)](_0x5cc316)){if(_0x4052a8['cmPMu']===_0x1c21eb(0x24d,_0x2358c9._0x28b3ee,0x218,0x160)){const _0xbb2251={};return _0xbb2251[_0x1c21eb(_0x2358c9._0x24309c,_0x2358c9._0x3d3542,_0x2358c9._0x4b9349,0x21d)]=_0x191d7f(0x333,0x2a6,_0x2358c9._0x1a895a,_0x2358c9._0x476b93)+_0x1c21eb(_0x2358c9._0x428e63,0x241,0x26f,_0x2358c9._0x11ffda)+_0x1c21eb(_0x2358c9._0x8766ec,0x20a,_0x2358c9._0x49d6d4,0x1f3),_0xbb2251['message']=_0x4052a8[_0x191d7f(_0x2358c9._0x31f5d8,0x2e2,_0x2358c9._0x57bbd1,0x226)],_0x57d3fe[_0x1c21eb(_0x2358c9._0x58d856,_0x2358c9._0x1e272c,_0x2358c9._0x420438,_0x2358c9._0x1e8d74)](-0x16*0x89+0x1cdb+-0xf85)[_0x1c21eb(_0x2358c9._0x3c6920,0x233,_0x2358c9._0x255fbf,_0x2358c9._0x270596)](_0xbb2251);}else{const _0x1243ef={};return _0x1243ef[_0x191d7f(0x211,0x2a2,_0x2358c9._0x2d829b,_0x2358c9._0x1e272c)]=_0x1c21eb(_0x2358c9._0x37b316,0x25d,0x291,0x2cc)+_0x1c21eb(0x23d,_0x2358c9._0x5d0e86,0x281,_0x2358c9._0x14b60e),_0x1243ef[_0x191d7f(0x376,0x335,0x300,0x323)]=_0x66cb89['message'],_0x554352['status'](-0x49*-0x16+-0x2529+0x2077)[_0x191d7f(0x2bd,0x2a8,_0x2358c9._0xc9fea,0x2dd)](_0x1243ef);}}logger[_0x191d7f(0x1f5,0x253,0x274,0x279)](_0x191d7f(_0x2358c9._0x5f0e7b,_0x2358c9._0xc9fcc3,_0x2358c9._0x5f501f,0x29b)+_0x1c21eb(_0x2358c9._0x1ace24,0x2a8,_0x2358c9._0x136455,0x2ca)+'\x20'+_0x5cc316);const _0x13be9d=await jiraClient[_0x1c21eb(_0x2358c9._0x1702d1,0x207,_0x2358c9._0x1965fc,_0x2358c9._0x38eaa3)](_0x5cc316);_0x57d3fe['json'](_0x13be9d);}catch(_0x195c40){logger[_0x191d7f(_0x2358c9._0x14ff30,_0x2358c9._0x3133c5,0x285,_0x2358c9._0x1793e1)](_0x191d7f(0x1af,_0x2358c9._0xe5255a,_0x2358c9._0x3e82a4,0x292)+_0x1c21eb(0x2c7,0x2cf,_0x2358c9._0x464c2d,0x2dc)+_0x191d7f(0x222,_0x2358c9._0x3f89c8,_0x2358c9._0x23ec4b,_0x2358c9._0x4a2ec0),_0x195c40);if(_0x195c40[_0x1c21eb(_0x2358c9._0x257549,_0x2358c9._0x3e6038,_0x2358c9._0xd4b95,_0x2358c9._0x64d14b)][_0x191d7f(0x2f4,_0x2358c9._0x31f5d8,_0x2358c9._0x401bf2,0x33b)](_0x191d7f(_0x2358c9._0x3198eb,0x29c,0x2c2,0x27c))){const _0x3d7319={};return _0x3d7319[_0x191d7f(0x2f4,_0x2358c9._0x39398d,_0x2358c9._0x2d829b,_0x2358c9._0x272ca4)]=_0x4052a8[_0x191d7f(_0x2358c9._0x1aedd1,0x24e,0x2b7,0x306)],_0x3d7319[_0x1c21eb(0x27f,_0x2358c9._0x3e6038,_0x2358c9._0x2b42b4,0x280)]=_0x195c40[_0x1c21eb(0x31b,0x2ba,0x279,0x32a)],_0x57d3fe['status'](0xdaa+-0xb*-0x1ce+-0x10*0x1ff)[_0x191d7f(0x209,0x244,0x279,0x27e)](_0x3d7319);}else{if(_0x195c40[_0x191d7f(0x29e,_0x2358c9._0xa3e79e,0x300,_0x2358c9._0x22cc0f)][_0x1c21eb(_0x2358c9._0xc0fd5c,_0x2358c9._0x2af1db,_0x2358c9._0x169de,_0x2358c9._0xb3455)](_0x4052a8['pJloO'])){if(_0x4052a8[_0x1c21eb(0x25b,0x2d1,0x2a6,0x2e3)]===_0x4052a8[_0x1c21eb(_0x2358c9._0x22f0e8,0x2d1,_0x2358c9._0x11af3b,_0x2358c9._0x30b1c7)]){const _0x366f19={};return _0x366f19[_0x1c21eb(0x228,_0x2358c9._0x3d3542,0x274,0x230)]=_0x1c21eb(_0x2358c9._0x53cfd0,_0x2358c9._0x3e61a7,_0x2358c9._0xb034be,0x24c)+_0x1c21eb(0x2bf,_0x2358c9._0x4fa83a,0x303,0x304)+'d',_0x366f19[_0x191d7f(_0x2358c9._0x415d45,_0x2358c9._0x474de5,_0x2358c9._0x3dc82c,0x2c5)]=_0x195c40[_0x191d7f(0x2a7,0x371,0x300,_0x2358c9._0x3ae876)],_0x57d3fe[_0x1c21eb(_0x2358c9._0x41f24d,0x2b8,0x28b,0x29c)](0xb5f+-0x28*-0x3e+-0x137e)['json'](_0x366f19);}else{const _0x498a56={};return _0x498a56[_0x1c21eb(_0x2358c9._0x1214f1,0x23f,0x1c9,0x1fa)]=_0x191d7f(_0x2358c9._0x544f4b,_0x2358c9._0x5468e4,0x224,_0x2358c9._0x3e47d8)+_0x191d7f(_0x2358c9._0x50b53f,0x2e2,_0x2358c9._0x5cc6e4,0x347)+'nt',_0x498a56[_0x191d7f(0x30e,0x2a6,0x300,0x364)]=_0x478dd5[_0x191d7f(_0x2358c9._0xcab2fb,_0x2358c9._0x4ca984,_0x2358c9._0x3dc82c,_0x2358c9._0x464c2d)],_0x226051[_0x191d7f(_0x2358c9._0x1c5c15,0x308,0x2fe,_0x2358c9._0x3161f6)](0x20e9+0x382+-0x2277)['json'](_0x498a56);}}else{if(_0x195c40[_0x1c21eb(0x2e5,_0x2358c9._0x50324c,0x30d,0x25b)][_0x191d7f(_0x2358c9._0x3963be,_0x2358c9._0x1a47e8,0x2e4,0x2dd)](_0x191d7f(0x341,0x31f,0x309,0x2fc)+'ion')){if(_0x4052a8[_0x191d7f(_0x2358c9._0x4fb585,_0x2358c9._0x4deb5a,0x29b,0x305)]!==_0x4052a8[_0x191d7f(_0x2358c9._0x584aa3,_0x2358c9._0x23b7a7,_0x2358c9._0x4d11de,0x23d)]){const _0x1e7abb={};return _0x1e7abb[_0x1c21eb(_0x2358c9._0x2f841d,0x23f,_0x2358c9._0x1c6b43,_0x2358c9._0x37e6b2)]=_0x4052a8[_0x191d7f(0x2c1,0x2b9,0x2a2,0x260)],_0x1e7abb[_0x1c21eb(_0x2358c9._0x533821,_0x2358c9._0x50324c,_0x2358c9._0x4a2ec0,0x278)]=_0x195c40[_0x1c21eb(0x24d,0x2ba,_0x2358c9._0x1aedd1,_0x2358c9._0x3d2255)],_0x57d3fe['status'](-0x45*-0x2c+-0x263b*0x1+0x1bf2)[_0x1c21eb(_0x2358c9._0x6117bd,0x233,_0x2358c9._0x257549,0x228)](_0x1e7abb);}else{const _0x12158f={};_0x12158f[_0x1c21eb(0x188,0x1f8,0x209,0x1dd)]=!!_0x1a2eb,_0x12158f[_0x191d7f(0x28e,_0x2358c9._0xbb03b9,_0x2358c9._0x169de,_0x2358c9._0x3081bb)]=_0x798cea?_0x5ad10b['env'][_0x191d7f(0x254,0x309,_0x2358c9._0x46752d,_0x2358c9._0x48b33d)+'URL']:null,_0x1bdf83['json'](_0x12158f);}}else{if(_0x4052a8[_0x191d7f(_0x2358c9._0x592745,_0x2358c9._0x2f73b0,_0x2358c9._0x122da6,_0x2358c9._0x136455)]!==_0x191d7f(_0x2358c9._0x428e2a,0x27e,0x225,0x1b8)){const _0x39ccf2={};return _0x39ccf2[_0x191d7f(_0x2358c9._0x59810e,0x219,0x285,_0x2358c9._0x584aa3)]=_0x191d7f(0x21b,_0x2358c9._0x4dee42,_0x2358c9._0x1f72d5,_0x2358c9._0x40572e)+_0x1c21eb(_0x2358c9._0x14ff30,0x2cf,_0x2358c9._0xcfbe3a,0x345)+'\x20issue',_0x39ccf2[_0x1c21eb(_0x2358c9._0x3e333b,0x2ba,_0x2358c9._0x1f20e0,0x2b0)]=_0x195c40['message'],_0x57d3fe[_0x1c21eb(_0x2358c9._0x136455,_0x2358c9._0x5ea98e,_0x2358c9._0x19ca7a,_0x2358c9._0x1fe114)](0xec4+-0x15e9+0x919)[_0x191d7f(_0x2358c9._0x25e7b7,_0x2358c9._0x4e206e,0x279,_0x2358c9._0x11003b)](_0x39ccf2);}else{const _0x19e852={};return _0x19e852[_0x191d7f(_0x2358c9._0x540b6e,_0x2358c9._0x41c655,0x285,0x2cd)]=_0x4052a8[_0x1c21eb(0x1bc,0x1ea,0x181,_0x2358c9._0x32caad)],_0x19e852[_0x191d7f(0x286,_0x2358c9._0x35d16e,0x300,_0x2358c9._0x30d1e5)]=_0x191d7f(_0x2358c9._0x506f7b,_0x2358c9._0x47f880,_0x2358c9._0x4777b5,0x294)+_0x191d7f(0x2de,_0x2358c9._0x5935bb,0x2c5,_0x2358c9._0x169de)+_0x1c21eb(0x23a,_0x2358c9._0x195bda,0x250,_0x2358c9._0xa3e79e)+'OJECT-123',_0x2dbfd2[_0x1c21eb(0x2e2,0x2b8,_0x2358c9._0x25e7b7,0x264)](0x130a+-0x1*-0xf1+-0x126b)['json'](_0x19e852);}}}}}}),router['post'](_0x5cde58(-0x13b,-0x13d,-0xcb,-0x199),requireJira,async(_0x30db09,_0x5b58cf)=>{const _0x49eef1={_0x43579d:0x3b1,_0x2c488:0x3b2,_0x260d57:0x3e3,_0x2a0e62:0x40b,_0x54b65c:0xc6,_0x537b0e:0x33,_0x30f84d:0x76,_0x20e09d:0xd,_0x459b9a:0x408,_0xc598e6:0x446,_0x1b8a0f:0x469,_0xd6515c:0x426,_0x1f18ff:0x419,_0x34215b:0x3fd,_0x3731ca:0x386,_0x431c52:0x16,_0x5819d3:0x45,_0x5d3195:0x18,_0x1df954:0x3f7,_0xee8154:0x490,_0x8dd3c5:0x451,_0x570786:0x385,_0x257c07:0x437,_0x2c76ab:0x3b3,_0x406ef6:0x8c,_0x4ff3b6:0x100,_0x43dd60:0x44,_0x4f5987:0x49a,_0xba1069:0x3da,_0x27f008:0x422,_0x1d279:0x3f3,_0x1d7e8f:0x70,_0x21b543:0x44f,_0x180905:0x3e1,_0x231bf8:0x3df,_0x1f8b89:0x15,_0x5099f8:0x65,_0x2ee5f:0x2f,_0x3b076d:0x14,_0x214cca:0x7,_0x3bde93:0x4f,_0x5d4f90:0x433,_0x18ce98:0x441,_0x255f05:0x96,_0x30c6f4:0x22,_0x93c609:0x4e,_0xc45fa0:0x470,_0xe71607:0x47d,_0x36328b:0x87,_0x5de303:0x3d,_0x4b37d2:0x34,_0x8e3646:0xcc,_0x44f665:0x141,_0x1729e1:0x3bf,_0xcf2f76:0x3bf,_0x498e7b:0x5f,_0x32da68:0x59,_0x281c7c:0xc,_0x4f4197:0xae,_0x2f8c2d:0xfc,_0x2bd9a6:0x81,_0x584b1f:0x5b,_0x50dede:0x6c,_0x1bd184:0x6f,_0xb02bfc:0x35d,_0x370f62:0x6,_0x19ab9d:0x60,_0x5d1979:0x3c5,_0x30a915:0x3ef,_0x26d66f:0x52,_0x53377d:0x52,_0x44045d:0x419,_0x539c0c:0x408,_0x192a4f:0x452,_0x3bb372:0x457,_0x49cc3c:0x43e,_0x1b46eb:0x3c7,_0x5cc88a:0x40a,_0x33042c:0x3b9,_0x312ceb:0x383,_0x1359dc:0x3b8,_0x35a551:0x409,_0x232cc0:0x3d,_0x51bd09:0x85,_0x21b801:0x71,_0xad9c84:0x454,_0x339f88:0x379,_0x139b05:0x39d,_0x489002:0x9a,_0x386eef:0xf,_0x45ceb4:0x32b,_0x11e433:0x3a6,_0x44ab98:0x41d,_0x19c3fc:0x11,_0x47e669:0x96,_0x4b798f:0x3cf,_0x1755c7:0x479,_0x4c7d34:0x27,_0x3388ae:0x8b,_0x25cc9f:0x402,_0x3138be:0x453,_0x4f0f54:0x3d5,_0x10dea6:0x4ad,_0x2e69e8:0x48e,_0xa99607:0x9c,_0x5800fd:0xb4,_0x158005:0x68,_0x57fe53:0x56,_0x1b6243:0x3b7,_0x5278d:0x36b,_0x4fdd38:0x3af,_0xf1d882:0x3f2,_0x4d6d62:0x53,_0x154bd6:0x4aa,_0x1885cf:0x4b7,_0x53510d:0x409,_0x12bb6b:0x43e,_0x3a63cc:0x34f,_0x4d916c:0x3c5,_0x1de089:0x32b,_0x381fb8:0x37e,_0x2ceb6f:0x432,_0x5394c4:0x46a,_0x43e0df:0x424,_0x15788f:0x3a5,_0x483ba3:0x8d,_0x5d4852:0xf3,_0x175e9b:0x114,_0x42f172:0x40,_0x4d369c:0xd9,_0xb9c51c:0x97,_0x1ac1bc:0x74,_0x385efa:0x2d,_0x288341:0x86,_0x3acee4:0x5c,_0x25e8f8:0x19,_0x5be42f:0x440,_0x366897:0x447,_0x2e6eae:0x47a,_0x483036:0x3d6,_0x249966:0x3c9,_0x36f645:0x46c,_0x1583bc:0x404,_0x53d5c5:0xbe,_0x3b1bfc:0x88,_0x3627b2:0x395,_0x1d1984:0x3c3,_0x10ec4c:0x3,_0x3ace34:0x47,_0x242323:0x35,_0x407d37:0x30,_0x59fdd3:0x4c,_0x2043d0:0x3f5,_0x129224:0x398,_0x57e87f:0x383,_0x3ef505:0x1,_0xa245af:0x38e,_0x2fd116:0x41e,_0x32f50a:0x407,_0x5ccf3a:0x473,_0x116694:0x351,_0x3492d9:0x315,_0x5cab31:0x397,_0x2b7ab0:0x372,_0x2db5ae:0x414,_0x5994b2:0x3db,_0x3cc84c:0x39,_0xf668a3:0x443,_0x2ac965:0x3f6,_0x1c7259:0x381,_0x5eebbc:0xa7,_0x55fe94:0x4d,_0x284a26:0x41c,_0x191c8c:0x13,_0x217855:0x43,_0x5017d6:0x402,_0x4e6641:0x488,_0x309a35:0x3b9,_0x4058da:0xc9,_0x109e01:0xf4,_0x3175c8:0x4b,_0x44ca58:0x47,_0x684675:0x3d8,_0x3feeb1:0x43e,_0x30eba5:0x481},_0x2fb7d4={_0x4c52ce:0x14e,_0x5c1522:0x6},_0x3d7d64={_0x26444d:0xec},_0x1f42fb={};function _0x4ebb94(_0x39a999,_0x57efbc,_0x4d7734,_0x3363b2){return _0x5cde58(_0x39a999-_0x3d7d64._0x26444d,_0x57efbc-0x62,_0x4d7734-0xcb,_0x57efbc);}_0x1f42fb[_0x4ebb94(-0x7e,-0x90,-0xc1,-0x2f)]=_0x38b2b8(_0x49eef1._0x43579d,_0x49eef1._0x2c488,_0x49eef1._0x260d57,_0x49eef1._0x2a0e62)+_0x4ebb94(-0x84,-0x75,-_0x49eef1._0x54b65c,-_0x49eef1._0x537b0e),_0x1f42fb['wVvAr']='Failed\x20to\x20'+_0x4ebb94(-0x10,-_0x49eef1._0x30f84d,0x6b,-_0x49eef1._0x20e09d)+_0x38b2b8(_0x49eef1._0x459b9a,_0x49eef1._0xc598e6,0x438,0x3eb)+_0x38b2b8(_0x49eef1._0x1b8a0f,0x431,_0x49eef1._0xd6515c,_0x49eef1._0x1f18ff)+_0x4ebb94(0xd,-0x41,-0x41,-0x50),_0x1f42fb[_0x38b2b8(0x3cc,_0x49eef1._0x34215b,_0x49eef1._0x3731ca,0x393)]='Authentica'+_0x4ebb94(_0x49eef1._0x431c52,-_0x49eef1._0x5819d3,0x9,_0x49eef1._0x5d3195)+'d',_0x1f42fb[_0x38b2b8(_0x49eef1._0x1df954,_0x49eef1._0xee8154,0x427,_0x49eef1._0x8dd3c5)]=function(_0x27e818,_0x49a16a){return _0x27e818!==_0x49a16a;},_0x1f42fb[_0x38b2b8(_0x49eef1._0x570786,_0x49eef1._0x257c07,0x3ba,_0x49eef1._0x2c76ab)]=_0x4ebb94(-_0x49eef1._0x406ef6,-_0x49eef1._0x4ff3b6,-0xd0,-_0x49eef1._0x43dd60),_0x1f42fb['AACPP']=_0x38b2b8(_0x49eef1._0x4f5987,_0x49eef1._0xba1069,_0x49eef1._0x27f008,_0x49eef1._0x1d279)+_0x4ebb94(-0x86,-0x2d,-0x83,-_0x49eef1._0x1d7e8f),_0x1f42fb[_0x38b2b8(0x3ed,0x464,_0x49eef1._0x21b543,_0x49eef1._0x180905)]='Please\x20pro'+_0x38b2b8(0x431,0x396,_0x49eef1._0x231bf8,0x3c8)+_0x4ebb94(-0x47,0xa,_0x49eef1._0x1f8b89,-0x49)+_0x4ebb94(0x2,_0x49eef1._0x5099f8,-_0x49eef1._0x2ee5f,0x15)+_0x4ebb94(_0x49eef1._0x3b076d,_0x49eef1._0x214cca,0x30,_0x49eef1._0x3bde93),_0x1f42fb[_0x38b2b8(0x441,_0x49eef1._0x5d4f90,0x3f1,_0x49eef1._0x18ce98)]=function(_0x19c3ac,_0x3e55d7){return _0x19c3ac<_0x3e55d7;},_0x1f42fb[_0x4ebb94(0x27,-0x18,-_0x49eef1._0x2ee5f,_0x49eef1._0x255f05)]=function(_0x5e998f,_0x4b4844){return _0x5e998f===_0x4b4844;},_0x1f42fb['SEGGb']=_0x4ebb94(-0xa4,-0x32,-0xe3,-0x7e),_0x1f42fb[_0x4ebb94(-0x9a,-0xe6,-_0x49eef1._0x30c6f4,-_0x49eef1._0x93c609)]=_0x38b2b8(0x4c2,_0x49eef1._0xc45fa0,0x45f,_0x49eef1._0xe71607),_0x1f42fb[_0x4ebb94(-_0x49eef1._0x36328b,-_0x49eef1._0x5de303,-_0x49eef1._0x4b37d2,-0x98)]=_0x4ebb94(0xe,0x49,0x9,-0x17)+_0x4ebb94(-_0x49eef1._0x8e3646,-_0x49eef1._0x44f665,-0x53,-0x11b)+_0x38b2b8(0x3de,0x370,0x36b,0x380)+'2\x20characte'+'rs',_0x1f42fb['PNnFA']=_0x38b2b8(0x3a8,0x3b1,0x366,_0x49eef1._0x1729e1),_0x1f42fb[_0x38b2b8(0x318,0x349,0x36a,0x2f2)]='Invalid\x20se'+_0x38b2b8(_0x49eef1._0xcf2f76,0x3ef,0x442,0x48a),_0x1f42fb[_0x4ebb94(-0x27,-_0x49eef1._0x498e7b,-0xa7,0x15)]=function(_0x430853,_0x2e2b36){return _0x430853!==_0x2e2b36;},_0x1f42fb[_0x4ebb94(-_0x49eef1._0x32da68,0x3,-0x67,-_0x49eef1._0x281c7c)]='FFGIT',_0x1f42fb[_0x4ebb94(-0x95,-_0x49eef1._0x4f4197,-_0x49eef1._0x2f8c2d,-_0x49eef1._0x2bd9a6)]=_0x4ebb94(-0xb2,-_0x49eef1._0x584b1f,-0xc2,-_0x49eef1._0x50dede)+'tion\x20faile'+'d';function _0x38b2b8(_0x57678d,_0x44fbfa,_0x220631,_0x2f9268){return _0x5cde58(_0x220631-0x519,_0x44fbfa-_0x2fb7d4._0x4c52ce,_0x220631-_0x2fb7d4._0x5c1522,_0x44fbfa);}_0x1f42fb['hknAR']=_0x4ebb94(0x30,_0x49eef1._0x1bd184,0x38,0x14);const _0x29ac9d=_0x1f42fb;try{const {query:_0x2a9541,maxResults:maxResults=0x7*-0x22d+0x34a*0x1+-0x1*-0xc05}=_0x30db09[_0x38b2b8(0x441,0x370,0x3c0,_0x49eef1._0xb02bfc)];if(!_0x2a9541||_0x29ac9d[_0x4ebb94(-_0x49eef1._0x370f62,_0x49eef1._0x19ab9d,-0x8,0x11)](typeof _0x2a9541,_0x29ac9d['wlfFg'])){const _0x5d229c={};return _0x5d229c[_0x38b2b8(0x3e8,0x34f,_0x49eef1._0x5d1979,_0x49eef1._0x30a915)]=_0x29ac9d[_0x4ebb94(-0x45,0x29,0xd,-0x83)],_0x5d229c[_0x4ebb94(0x13,_0x49eef1._0x26d66f,_0x49eef1._0x53377d,_0x49eef1._0x1f8b89)]=_0x29ac9d[_0x38b2b8(_0x49eef1._0x44045d,_0x49eef1._0x539c0c,0x44f,_0x49eef1._0x192a4f)],_0x5b58cf[_0x38b2b8(0x470,_0x49eef1._0x3bb372,_0x49eef1._0x49cc3c,_0x49eef1._0x1b46eb)](-0x1*-0xe9f+0x1502+-0x13*0x1cb)[_0x38b2b8(0x3be,_0x49eef1._0x5cc88a,_0x49eef1._0x33042c,_0x49eef1._0x312ceb)](_0x5d229c);}if(_0x29ac9d[_0x38b2b8(_0x49eef1._0x1359dc,_0x49eef1._0x35a551,0x3f1,0x389)](_0x2a9541[_0x4ebb94(-_0x49eef1._0x232cc0,-0x85,-0x90,0x30)]()[_0x4ebb94(-0x70,-_0x49eef1._0x51bd09,-0xd3,-_0x49eef1._0x21b801)],0x9e*0xa+0xf*-0xad+0x3f9*0x1)){if(_0x29ac9d[_0x38b2b8(0x41b,0x49f,_0x49eef1._0xad9c84,0x40a)](_0x29ac9d[_0x38b2b8(_0x49eef1._0x339f88,0x3b7,_0x49eef1._0x139b05,0x3e4)],_0x29ac9d[_0x4ebb94(-_0x49eef1._0x489002,-_0x49eef1._0x54b65c,-0x8a,-0xea)]))return _0x5ba29b;else{const _0x5a4a0d={};return _0x5a4a0d[_0x4ebb94(-0x68,-0xd7,-0x8a,-_0x49eef1._0x386eef)]='Query\x20too\x20'+'short',_0x5a4a0d['message']=_0x29ac9d[_0x38b2b8(0x408,_0x49eef1._0x45ceb4,_0x49eef1._0x11e433,_0x49eef1._0x44ab98)],_0x5b58cf[_0x4ebb94(_0x49eef1._0x19c3fc,-0x51,-0x17,-0x17)](0x3d*0x56+-0x445*0x2+-0x4c*0x23)[_0x4ebb94(-0x74,-0xa9,0xb,-0xc6)](_0x5a4a0d);}}logger[_0x4ebb94(-0x79,-_0x49eef1._0x47e669,-0x25,-0x1b)](_0x38b2b8(0x407,_0x49eef1._0x4b798f,0x447,_0x49eef1._0x1755c7)+_0x4ebb94(0x1f,-0x5c,-_0x49eef1._0x4c7d34,-0x56)+_0x2a9541+_0x4ebb94(-0xf,0x74,-0x3c,-_0x49eef1._0x3388ae)+maxResults+')');const _0x52a524=await jiraClient[_0x38b2b8(0x3d5,_0x49eef1._0x25cc9f,_0x49eef1._0x3138be,0x3d3)+'es'](_0x2a9541,maxResults);_0x5b58cf['json'](_0x52a524);}catch(_0x170efe){if(_0x29ac9d[_0x38b2b8(_0x49eef1._0x4f0f54,_0x49eef1._0x10dea6,_0x49eef1._0xad9c84,_0x49eef1._0x2e69e8)](_0x29ac9d[_0x4ebb94(-_0x49eef1._0x584b1f,-0x9c,-_0x49eef1._0xa99607,-_0x49eef1._0x5800fd)],'tLFmS')){const _0x1a8832={};return _0x1a8832[_0x4ebb94(-_0x49eef1._0x158005,-_0x49eef1._0x370f62,-0xc0,-_0x49eef1._0x57fe53)]=_0x29ac9d[_0x38b2b8(_0x49eef1._0x1b6243,_0x49eef1._0x5278d,_0x49eef1._0x4fdd38,_0x49eef1._0xf1d882)],_0x1a8832[_0x4ebb94(0x13,-0x3d,0x51,-_0x49eef1._0x4d6d62)]=_0x5770d0[_0x38b2b8(_0x49eef1._0x154bd6,_0x49eef1._0x1885cf,0x440,_0x49eef1._0x53510d)],_0x419742[_0x38b2b8(0x456,0x3e5,_0x49eef1._0x12bb6b,0x4ae)](-0x1e54+0x6e1+-0x1907*-0x1)['json'](_0x1a8832);}else{logger[_0x38b2b8(_0x49eef1._0x3a63cc,0x407,_0x49eef1._0x4d916c,0x427)](_0x38b2b8(0x342,_0x49eef1._0x1de089,0x364,_0x49eef1._0x381fb8)+_0x4ebb94(-0x40,-0x33,-0x96,0xc)+_0x38b2b8(0x457,_0x49eef1._0x2ceb6f,0x3f4,_0x49eef1._0x5394c4),_0x170efe);if(_0x170efe[_0x4ebb94(0x13,-0xa,0x81,-0x68)][_0x38b2b8(_0x49eef1._0x5d4f90,0x3b4,_0x49eef1._0x43e0df,0x3ef)](_0x29ac9d[_0x38b2b8(_0x49eef1._0x15788f,0x36b,0x36a,0x310)])){if(_0x29ac9d[_0x4ebb94(-_0x49eef1._0x4c7d34,-_0x49eef1._0x51bd09,-0x8,-_0x49eef1._0x483ba3)](_0x4ebb94(-0x93,-_0x49eef1._0x5d4852,-_0x49eef1._0x175e9b,-_0x49eef1._0x42f172),_0x29ac9d[_0x4ebb94(-0x59,-0x2d,-0x9b,-_0x49eef1._0x4d369c)])){const _0x32d011={};return _0x32d011['error']=_0x4ebb94(-_0x49eef1._0xb9c51c,-0xe4,-_0x49eef1._0x1ac1bc,-_0x49eef1._0x385efa)+_0x4ebb94(-_0x49eef1._0x288341,-_0x49eef1._0x3acee4,-0x9,-_0x49eef1._0x25e8f8),_0x32d011['message']=_0x170efe[_0x38b2b8(0x3f4,0x41c,_0x49eef1._0x5be42f,_0x49eef1._0x366897)],_0x5b58cf[_0x38b2b8(_0x49eef1._0x2e6eae,_0x49eef1._0x483036,0x43e,_0x49eef1._0x249966)](-0x1eb1+0x1*-0x253e+0x1*0x457f)['json'](_0x32d011);}else try{_0x328e6d=new _0x20a3ff(_0x2c29bd),_0x5e0d93[_0x38b2b8(_0x49eef1._0x36f645,_0x49eef1._0x1583bc,_0x49eef1._0x1d279,0x3ee)](_0x4ebb94(-0x20,-0x86,-0x4d,0x4)+_0x4ebb94(-0x48,-0xa7,-_0x49eef1._0x53d5c5,-0xb4)+'bled\x20from\x20'+_0x4ebb94(-0x2d,-0x63,-0xaf,-_0x49eef1._0x3b1bfc));return;}catch(_0x4c4139){_0x35983f[_0x38b2b8(_0x49eef1._0x3627b2,0x426,0x3c5,_0x49eef1._0x1d1984)](_0x29ac9d[_0x4ebb94(-_0x49eef1._0x10ec4c,_0x49eef1._0x3ace34,0x53,-_0x49eef1._0x242323)],_0x4c4139);}}else{if(_0x170efe[_0x4ebb94(0x13,-0xb,_0x49eef1._0x407d37,_0x49eef1._0x59fdd3)]['includes'](_0x29ac9d[_0x38b2b8(_0x49eef1._0x2043d0,0x375,_0x49eef1._0x129224,_0x49eef1._0x57e87f)])){if(_0x4ebb94(0x30,0x3a,-_0x49eef1._0x3ef505,-0x10)!==_0x29ac9d[_0x38b2b8(_0x49eef1._0xa245af,_0x49eef1._0x2fd116,_0x49eef1._0x32f50a,_0x49eef1._0x5ccf3a)]){const _0xdf7a2a={};return _0xdf7a2a[_0x38b2b8(0x3de,0x3c6,0x3c5,_0x49eef1._0x116694)]=_0x29ac9d[_0x38b2b8(_0x49eef1._0x3492d9,_0x49eef1._0x5cab31,_0x49eef1._0x3731ca,_0x49eef1._0x2b7ab0)],_0xdf7a2a['message']=_0x3762a7[_0x4ebb94(0x13,0x15,-0x28,-0x3a)],_0xf023ad[_0x38b2b8(0x457,_0x49eef1._0x2db5ae,0x43e,_0x49eef1._0x5994b2)](-0x1b85+0x24dd+-0xb*0xb5)[_0x4ebb94(-0x74,-_0x49eef1._0x3cc84c,-0xbc,-0xe0)](_0xdf7a2a);}else{const _0x53e038={};return _0x53e038[_0x38b2b8(_0x49eef1._0xf668a3,_0x49eef1._0x2ac965,_0x49eef1._0x4d916c,_0x49eef1._0x1c7259)]=_0x29ac9d[_0x4ebb94(-_0x49eef1._0x5eebbc,-_0x49eef1._0x55fe94,-0x92,-0x4e)],_0x53e038[_0x38b2b8(0x437,_0x49eef1._0x284a26,_0x49eef1._0x5be42f,0x48f)]=_0x170efe[_0x4ebb94(_0x49eef1._0x191c8c,0xc,-_0x49eef1._0x217855,-0x4b)],_0x5b58cf[_0x38b2b8(_0x49eef1._0x5017d6,0x48d,0x43e,_0x49eef1._0x4e6641)](-0x16*-0x35+0x363+-0x660)[_0x38b2b8(0x3dc,_0x49eef1._0x2c76ab,_0x49eef1._0x309a35,0x3eb)](_0x53e038);}}else{const _0xf024a={};return _0xf024a['error']=_0x4ebb94(-_0x49eef1._0x4058da,-0x51,-_0x49eef1._0x109e01,-_0x49eef1._0x3175c8)+'search\x20JIR'+_0x4ebb94(0x1e,0x5f,-0x4c,_0x49eef1._0x44ca58),_0xf024a['message']=_0x170efe['message'],_0x5b58cf[_0x38b2b8(0x4bc,_0x49eef1._0x684675,_0x49eef1._0x3feeb1,_0x49eef1._0x30eba5)](0x1*0xb97+-0x1071+0x6ce)['json'](_0xf024a);}}}}}),router[_0x5cde58(-0x14c,-0x164,-0x12f,-0x1bb)](_0x5e44e5(0x479,0x488,0x43d,0x426)+_0x5cde58(-0x143,-0x18c,-0x19e,-0xe0)+'s',requireJira,async(_0x55adfa,_0x7ba49a)=>{const _0xa35574={_0xcc2fe0:0x19d,_0x4dcf35:0x21d,_0x2f0e56:0x132,_0x35430a:0xfb,_0x580f65:0x10a,_0x9379ea:0xef,_0x4d009a:0x12e,_0x101093:0x10e,_0x31baa0:0x10e,_0x412e0f:0xc7,_0x49e1df:0x7c,_0x46eb3a:0xde,_0x4f3a0a:0x19c,_0x222f3d:0xc4,_0xf0fe45:0x131,_0x400da9:0x95,_0x4afacb:0x63,_0x476239:0x4b,_0xc02555:0x7a,_0x1a1152:0x13a,_0x3f73d8:0x142,_0x21e149:0x19a,_0x144a32:0x1a7,_0x493935:0x1a9,_0x2a6658:0x1a5,_0x37a571:0x1f6,_0x12ef6e:0x6c,_0x1b062a:0x3f,_0x115b4d:0x5a,_0x2af169:0x4d,_0x4fa3c4:0x77,_0x3bf802:0x147,_0x36f9ab:0xab,_0x55a571:0xe8,_0x238530:0x148,_0x2a22fb:0x18c,_0x2a568d:0x180,_0x447182:0x37,_0x9848c1:0x8,_0x28d588:0x128,_0x406b0c:0x1b5,_0x3720ba:0x120,_0x56bf63:0xb2,_0x24e22b:0x3c,_0x3f1f67:0x5e,_0x84440d:0x4a,_0x427338:0x3,_0x4cd855:0x5b,_0x359f10:0x6,_0x3f66e5:0xc2,_0x3f3a74:0xae,_0x50203a:0xf8,_0x4a4399:0x1b0,_0x319f22:0xfa,_0x4cbfda:0xed,_0x1f0c79:0x78,_0x4b72b0:0x5c,_0x325ae0:0x173,_0x5185c2:0x144,_0x37c11a:0x1f0,_0x36d38e:0x127,_0x323a3b:0xc0,_0xf1aab1:0xbb,_0x4238e5:0x111,_0x36b9b0:0x157,_0x4f918f:0xd9,_0x351be6:0xb3,_0x173303:0xe7,_0x232b67:0x108,_0xb72e9:0x7e,_0x1e5449:0x99,_0x5455f0:0x1a5,_0x4bdea4:0x1ed,_0xceed12:0x12c,_0x4e07a3:0xc4,_0x1b6230:0xb0,_0x53e6b7:0x131,_0x192657:0xd5,_0x50a922:0xe9,_0x11c985:0x117,_0x18a77c:0x14b,_0x8a6dce:0x16a,_0x150364:0x100,_0x4ef633:0xa7,_0x3d5b97:0x12c,_0x40adc2:0x103,_0x2db02b:0x184,_0x34d79f:0xdc,_0x248d9b:0xe8,_0x188d12:0x160,_0x2ec4b1:0x109,_0x58a245:0xda,_0xc077c1:0xc1,_0x994d62:0x6,_0x2498ed:0xd0,_0x5e5ebf:0x11e,_0x554ef9:0x177,_0x5574e4:0xf,_0xe0cfbd:0x57,_0x2dd21b:0x87,_0xf85df:0x6d,_0xf7c4f6:0xa2,_0x2e139f:0x71,_0x4a2aac:0x2a,_0x420a7e:0x12,_0x277b91:0xa0,_0x4499a9:0x147,_0x2210a5:0x8f,_0x46582a:0xd9,_0x27e849:0x27,_0x4e74d5:0xb6,_0x3ff5f3:0x9a,_0xeb52bd:0x121,_0x35547f:0x98,_0x4e8550:0x55,_0x28afa9:0x1e,_0x42976f:0x27,_0x2074a4:0xa,_0x4e33fa:0x57,_0x1ed092:0x72,_0xd7145e:0x1f,_0x1e4899:0x13c,_0x17566e:0x1b5,_0x260289:0x17f,_0x5316cd:0xc1,_0x48ced7:0x99,_0x71bd42:0xec,_0x1f5095:0x1e,_0x36965f:0x2b,_0xa8bf8b:0x51,_0x4fabf8:0x5,_0x360230:0x10f,_0xd2f2b6:0xe9,_0x591d2d:0x70,_0x1f29d3:0x90,_0x3f0277:0x175,_0x43c5eb:0xff,_0x1f1dc4:0x132,_0x52ed0b:0x180,_0x20ced3:0x67,_0x3982cc:0x8d,_0x2f0ba1:0x54,_0x29a394:0xc3,_0x5e18d4:0x66,_0x3ca4f0:0x13e,_0x54f1f3:0x157,_0x5d98c9:0xd7,_0x45900a:0x123,_0x3d9d1c:0x91,_0x41e6e3:0x9c,_0x2defc2:0xdd,_0x160732:0x119,_0x3afea8:0x1ba,_0x3158e2:0xdf,_0x19d892:0x15a,_0x237602:0x1c0,_0x23b98f:0x16,_0x35bbb4:0x70,_0x326809:0x57,_0x470c9f:0x1b,_0x4853be:0x148,_0x159520:0xe5,_0x23e124:0x134,_0xd97d0f:0x9e,_0x1a871e:0x90,_0xc9af58:0x13c,_0x19aa70:0xe4,_0x760b63:0xc5,_0x135986:0x4b,_0x5699f1:0x61,_0x52f0d7:0xaa,_0x31cb4c:0x1c3,_0x565759:0xd0,_0x4b7764:0x60,_0x5b8bcf:0x152,_0x2af32f:0x19,_0x29da79:0x43,_0xc00d82:0x57,_0x3979ce:0xbb,_0x186f46:0x148,_0x531199:0x6e,_0x53dc9f:0x55,_0x1aa593:0xb1,_0x489f2a:0xf6,_0xf3065e:0x138},_0x29e179={_0x287bac:0x191,_0x134108:0x1f2},_0x41cc7d={};_0x41cc7d['EZGEz']=_0x408fe3(-_0xa35574._0xcc2fe0,-_0xa35574._0x4dcf35,-0x17e,-_0xa35574._0x2f0e56)+_0x2c9fb1(-0x89,-0xa8,-_0xa35574._0x35430a,-0xd9)+'A\x20issues:',_0x41cc7d[_0x2c9fb1(-_0xa35574._0x580f65,-0xd1,-_0xa35574._0x9379ea,-_0xa35574._0x4d009a)]='Invalid\x20se'+'arch',_0x41cc7d[_0x2c9fb1(-0x16f,-_0xa35574._0x101093,-_0xa35574._0x31baa0,-0x179)]=_0x2c9fb1(-_0xa35574._0x412e0f,-0x11a,-0x162,-0xae)+_0x2c9fb1(-0x19,-0x52,-0x7d,-_0xa35574._0x49e1df)+'d',_0x41cc7d[_0x408fe3(-0x15d,-_0xa35574._0x46eb3a,-0x1c9,-_0xa35574._0x4f3a0a)]=_0x2c9fb1(-_0xa35574._0x222f3d,-_0xa35574._0xf0fe45,-0x1b2,-0xb1)+_0x408fe3(-0x114,-_0xa35574._0x400da9,-0xed,-0xfb)+_0x408fe3(-0xb6,-0x11b,-_0xa35574._0x4afacb,-_0xa35574._0x580f65),_0x41cc7d['fKezY']=_0x2c9fb1(-_0xa35574._0x476239,-_0xa35574._0xc02555,-0xbe,-0x87)+_0x408fe3(-_0xa35574._0x1a1152,-_0xa35574._0x3f73d8,-_0xa35574._0x21e149,-_0xa35574._0x144a32)+_0x408fe3(-0x171,-0x116,-_0xa35574._0x493935,-0x124),_0x41cc7d[_0x408fe3(-_0xa35574._0x2a6658,-_0xa35574._0x37a571,-0x17d,-0x202)]=_0x2c9fb1(-_0xa35574._0x12ef6e,-_0xa35574._0x1b062a,-_0xa35574._0x115b4d,-0xa8)+_0x2c9fb1(-_0xa35574._0x2af169,-0x90,-_0xa35574._0x4fa3c4,-0x8e)+_0x2c9fb1(-_0xa35574._0x3bf802,-0x106,-0xcf,-0x16b)+_0x2c9fb1(-_0xa35574._0x36f9ab,-0xe0,-_0xa35574._0x3bf802,-_0xa35574._0x55a571),_0x41cc7d[_0x2c9fb1(-_0xa35574._0x238530,-0xda,-0x112,-0x90)]='Failed\x20to\x20'+_0x408fe3(-0xf1,-_0xa35574._0xf0fe45,-0x152,-0x12c)+_0x408fe3(-_0xa35574._0x2a22fb,-0x192,-_0xa35574._0x2a568d,-0x1b0),_0x41cc7d[_0x2c9fb1(-_0xa35574._0x447182,-0x58,0x23,_0xa35574._0x9848c1)]=_0x408fe3(-0xff,-0x82,-_0xa35574._0x28d588,-0xf1),_0x41cc7d[_0x408fe3(-0x175,-_0xa35574._0x406b0c,-0x150,-_0xa35574._0x3720ba)]=function(_0x14b6a8,_0x8c548e){return _0x14b6a8!==_0x8c548e;},_0x41cc7d[_0x408fe3(-0xd9,-_0xa35574._0x56bf63,-0x76,-0xcd)]=_0x2c9fb1(-0x92,-_0xa35574._0x24e22b,-_0xa35574._0x3f1f67,-_0xa35574._0x84440d),_0x41cc7d['vAnKx']=_0x2c9fb1(-_0xa35574._0x427338,-0x4b,-0x48,-_0xa35574._0x4cd855)+_0x2c9fb1(-_0xa35574._0x359f10,-0x52,-0x2e,0x2c)+'d',_0x41cc7d[_0x2c9fb1(-0x10e,-_0xa35574._0x3f66e5,-0x140,-_0xa35574._0x3f3a74)]=_0x408fe3(-0x13b,-_0xa35574._0x50203a,-0xf0,-_0xa35574._0x4a4399),_0x41cc7d[_0x2c9fb1(-0x150,-_0xa35574._0x319f22,-_0xa35574._0x4cbfda,-0xc5)]='nUlcq';function _0x408fe3(_0x2da4f,_0x4da9a4,_0x376af3,_0xf9eab){return _0x5e44e5(_0x2da4f-_0x29e179._0x287bac,_0x376af3,_0x2da4f- -0x573,_0xf9eab-_0x29e179._0x134108);}_0x41cc7d[_0x2c9fb1(-_0xa35574._0x1f0c79,-0x59,-_0xa35574._0x4b72b0,-0x8c)]='Permission'+'\x20denied';function _0x2c9fb1(_0x2570e4,_0x22e65f,_0x21778d,_0x2f3c9d){return _0x5cde58(_0x22e65f-0x84,_0x22e65f-0x138,_0x21778d-0xc6,_0x21778d);}_0x41cc7d[_0x408fe3(-0x16c,-0x10d,-0xf7,-0x1ce)]='Failed\x20to\x20'+'fetch\x20comm'+_0x408fe3(-_0xa35574._0x325ae0,-_0xa35574._0x5185c2,-_0xa35574._0x37c11a,-_0xa35574._0x36d38e);const _0xb8b486=_0x41cc7d;try{const _0x4cbaaa=_0x55adfa[_0x2c9fb1(-0xfc,-_0xa35574._0x323a3b,-_0xa35574._0xf1aab1,-0x75)]['key'][_0x408fe3(-_0xa35574._0x4238e5,-0xa9,-_0xa35574._0x36b9b0,-_0xa35574._0x4f918f)]()[_0x408fe3(-_0xa35574._0x9379ea,-0xfa,-_0xa35574._0x351be6,-0x126)+'e']();if(!/^[A-Z]+-\d+$/i[_0x408fe3(-0x11a,-0xb8,-_0xa35574._0x173303,-0xcd)](_0x4cbaaa)){const _0x59bbcb={};return _0x59bbcb[_0x2c9fb1(-_0xa35574._0x232b67,-0xd0,-_0xa35574._0xb72e9,-0xa3)]=_0xb8b486[_0x408fe3(-0xa7,-0xf8,-0x97,-0xa2)],_0x59bbcb[_0x2c9fb1(-_0xa35574._0x1e5449,-0x55,-0x76,-0xc0)]=_0xb8b486[_0x408fe3(-_0xa35574._0x5455f0,-_0xa35574._0x4bdea4,-_0xa35574._0xceed12,-0x1db)],_0x7ba49a[_0x2c9fb1(-0x3,-0x57,-_0xa35574._0x4e07a3,-0x7b)](-0xefe*0x1+0x834+0x42d*0x2)['json'](_0x59bbcb);}logger['debug'](_0x408fe3(-_0xa35574._0x1b6230,-0xc0,-0x57,-_0xa35574._0x53e6b7)+'omments\x20fo'+_0x408fe3(-_0xa35574._0x192657,-_0xa35574._0x50a922,-_0xa35574._0x192657,-_0xa35574._0x1f0c79)+_0x408fe3(-_0xa35574._0x11c985,-_0xa35574._0x18a77c,-0x168,-_0xa35574._0x8a6dce)+_0x4cbaaa);const _0x5edaef=await jiraClient[_0x408fe3(-0x165,-_0xa35574._0x150364,-_0xa35574._0x101093,-0x141)+'s'](_0x4cbaaa),_0x259441={};_0x259441[_0x408fe3(-0x11d,-_0xa35574._0x4ef633,-0x102,-_0xa35574._0x3d5b97)]=_0x5edaef[_0x408fe3(-0x144,-0x13b,-0xd1,-0xd5)],_0x259441[_0x408fe3(-_0xa35574._0x40adc2,-0xa6,-_0xa35574._0x2db02b,-0xd7)]=_0x5edaef,_0x7ba49a[_0x2c9fb1(-0x12d,-_0xa35574._0x34d79f,-_0xa35574._0x3720ba,-_0xa35574._0x248d9b)](_0x259441);}catch(_0x36ddeb){logger[_0x408fe3(-0x13c,-_0xa35574._0x188d12,-_0xa35574._0x4f918f,-0x16f)](_0xb8b486[_0x2c9fb1(-_0xa35574._0x2ec4b1,-_0xa35574._0x58a245,-0x13d,-0xc6)],_0x36ddeb);if(_0x36ddeb[_0x408fe3(-_0xa35574._0xc077c1,-0xea,-0xf8,-0x12b)]['includes'](_0xb8b486[_0x2c9fb1(_0xa35574._0x994d62,-0x58,-0xaa,-0x9f)])){const _0x5a2c37={};return _0x5a2c37[_0x2c9fb1(-0x7f,-_0xa35574._0x2498ed,-0x83,-0x58)]='Issue\x20not\x20'+_0x408fe3(-0x158,-_0xa35574._0x5e5ebf,-0xff,-_0xa35574._0x554ef9),_0x5a2c37[_0x2c9fb1(0x29,-0x55,-0x8,0x15)]=_0x36ddeb['message'],_0x7ba49a[_0x2c9fb1(-_0xa35574._0x5574e4,-_0xa35574._0xe0cfbd,-_0xa35574._0x2dd21b,-_0xa35574._0xf85df)](-0x2477+-0x43*-0x2b+0x1aca)['json'](_0x5a2c37);}else{if(_0x36ddeb['message'][_0x2c9fb1(-_0xa35574._0xf7c4f6,-_0xa35574._0x2e139f,-_0xa35574._0x4a2aac,_0xa35574._0x420a7e)](_0xb8b486[_0x2c9fb1(-_0xa35574._0x277b91,-_0xa35574._0x31baa0,-0x13b,-_0xa35574._0x4499a9)])){if(_0xb8b486[_0x2c9fb1(-0x15e,-0x109,-_0xa35574._0x2210a5,-0x8e)](_0xb8b486[_0x408fe3(-_0xa35574._0x46582a,-0xbc,-0xd4,-0xef)],_0xb8b486[_0x2c9fb1(0xa,-0x6d,-0x5b,-_0xa35574._0x27e849)])){const _0x2d8ab1={};return _0x2d8ab1[_0x2c9fb1(-0x11e,-0xd0,-_0xa35574._0x4e74d5,-_0xa35574._0x58a245)]=_0x408fe3(-0xb7,-0xe8,-0x125,-_0xa35574._0x3ff5f3)+_0x408fe3(-0xbe,-0xb4,-0x110,-_0xa35574._0xeb52bd)+'d',_0x2d8ab1[_0x2c9fb1(-_0xa35574._0x35547f,-_0xa35574._0x4e8550,-_0xa35574._0x28afa9,-_0xa35574._0x42976f)]=_0x25518a['message'],_0x5adbd0[_0x2c9fb1(_0xa35574._0x2074a4,-_0xa35574._0x4e33fa,-_0xa35574._0x1ed092,-_0xa35574._0xd7145e)](-0xa7*-0x11+0x1800+-0x2186)['json'](_0x2d8ab1);}else{const _0x452eb1={};return _0x452eb1[_0x408fe3(-_0xa35574._0x1e4899,-_0xa35574._0x5185c2,-_0xa35574._0x17566e,-_0xa35574._0x260289)]=_0xb8b486[_0x408fe3(-0x121,-0xab,-0xed,-0xa9)],_0x452eb1['message']=_0x36ddeb[_0x408fe3(-_0xa35574._0x5316cd,-0x144,-_0xa35574._0x48ced7,-_0xa35574._0x71bd42)],_0x7ba49a['status'](0xfcf+0x2e*-0x2a+-0x1*0x6b2)['json'](_0x452eb1);}}else{if(_0x36ddeb[_0x2c9fb1(-0x7e,-0x55,-_0xa35574._0x1f5095,-_0xa35574._0x36965f)][_0x2c9fb1(-_0xa35574._0xa8bf8b,-_0xa35574._0x2e139f,-_0xa35574._0x4fabf8,-0xc0)]('No\x20permiss'+_0x2c9fb1(-_0xa35574._0x360230,-_0xa35574._0xd2f2b6,-_0xa35574._0x591d2d,-_0xa35574._0x1f29d3))){if(_0xb8b486[_0x408fe3(-_0xa35574._0x3f0277,-0x1a8,-0x142,-_0xa35574._0x43c5eb)](_0xb8b486[_0x408fe3(-0x12e,-_0xa35574._0x1f1dc4,-_0xa35574._0xc077c1,-_0xa35574._0x52ed0b)],_0xb8b486[_0x2c9fb1(-0x102,-0xfa,-_0xa35574._0x1f29d3,-0x16f)])){const _0x3d6a64={};return _0x3d6a64[_0x2c9fb1(-0xb4,-0xd0,-_0xa35574._0x3720ba,-_0xa35574._0x20ced3)]=_0xb8b486[_0x408fe3(-0xc5,-0xe8,-_0xa35574._0x3982cc,-0x11b)],_0x3d6a64[_0x2c9fb1(0x18,-0x55,-0xaa,-_0xa35574._0x2f0ba1)]=_0x36ddeb['message'],_0x7ba49a[_0x408fe3(-_0xa35574._0x29a394,-0xcc,-_0xa35574._0x5e18d4,-_0xa35574._0x3ca4f0)](-0x20c7+0x4*0x1fc+0x1a6a)[_0x408fe3(-_0xa35574._0x238530,-0x1ad,-_0xa35574._0x54f1f3,-0x102)](_0x3d6a64);}else{_0x57a828[_0x408fe3(-0x13c,-_0xa35574._0x5d98c9,-0x146,-_0xa35574._0x192657)](_0xb8b486[_0x408fe3(-_0xa35574._0x2db02b,-_0xa35574._0x45900a,-0x110,-0x137)],_0x4c8056);if(_0x5b6d45[_0x2c9fb1(-_0xa35574._0x3d9d1c,-0x55,-_0xa35574._0x41e6e3,0x12)][_0x408fe3(-_0xa35574._0x2defc2,-_0xa35574._0x12ef6e,-_0xa35574._0x160732,-0xd4)](_0xb8b486[_0x408fe3(-0x13d,-0xc8,-0x1b0,-_0xa35574._0x3afea8)])){const _0xda6cf4={};return _0xda6cf4['error']=_0x2c9fb1(-0x97,-0xff,-0x174,-_0xa35574._0x3158e2)+_0x408fe3(-_0xa35574._0x19d892,-_0xa35574._0x237602,-0x17d,-0x10e),_0xda6cf4[_0x2c9fb1(-_0xa35574._0x23b98f,-0x55,-_0xa35574._0x35bbb4,-0x46)]=_0x5b84a4[_0x408fe3(-0xc1,-0x99,-0xb3,-0x9d)],_0x272906[_0x2c9fb1(-_0xa35574._0x4fabf8,-_0xa35574._0x326809,_0xa35574._0x470c9f,-_0xa35574._0x4cd855)](0xf40+-0x62*0xe+-0x854)[_0x408fe3(-_0xa35574._0x4853be,-_0xa35574._0x159520,-0x16d,-0x147)](_0xda6cf4);}else{if(_0x2ff02d[_0x408fe3(-_0xa35574._0xc077c1,-_0xa35574._0x23e124,-_0xa35574._0xd97d0f,-0xd6)][_0x408fe3(-_0xa35574._0x2defc2,-_0xa35574._0x1a871e,-0x10a,-0x13f)](_0xb8b486[_0x2c9fb1(-0xe5,-0x10e,-0x105,-0x186)])){const _0x5513dd={};return _0x5513dd[_0x408fe3(-_0xa35574._0xc9af58,-_0xa35574._0x19aa70,-0xc1,-_0xa35574._0x760b63)]=_0x2c9fb1(-0x9d,-_0xa35574._0x135986,0x24,-0x1b)+_0x408fe3(-0xbe,-0x83,-0x136,-_0xa35574._0x5699f1)+'d',_0x5513dd['message']=_0xaf1ca9[_0x408fe3(-_0xa35574._0xc077c1,-0x66,-_0xa35574._0x52f0d7,-0xd3)],_0x1420b7['status'](-0x1d0a+0x390*0x6+0x93b)[_0x408fe3(-0x148,-0x16f,-_0xa35574._0x31cb4c,-0x14f)](_0x5513dd);}else{const _0xbd1717={};return _0xbd1717[_0x2c9fb1(-0x70,-_0xa35574._0x565759,-_0xa35574._0x4b7764,-_0xa35574._0x5b8bcf)]=_0xb8b486['xFDdT'],_0xbd1717[_0x2c9fb1(_0xa35574._0x2af32f,-0x55,-_0xa35574._0x29da79,-0x3a)]=_0xa9cf56['message'],_0x5e68d6[_0x2c9fb1(-0xcf,-_0xa35574._0xc00d82,-_0xa35574._0x35547f,-0xe)](0x110a+0x1853+-0x2769)['json'](_0xbd1717);}}}}else{const _0x1ee33d={};return _0x1ee33d[_0x408fe3(-0x13c,-_0xa35574._0x3979ce,-_0xa35574._0x186f46,-0x168)]=_0xb8b486['AapFZ'],_0x1ee33d[_0x408fe3(-_0xa35574._0x5316cd,-0xd7,-0xd5,-_0xa35574._0x531199)]=_0x36ddeb[_0x2c9fb1(-_0xa35574._0x222f3d,-_0xa35574._0x53dc9f,-0x66,-_0xa35574._0x1aa593)],_0x7ba49a[_0x2c9fb1(-0x9d,-_0xa35574._0xc00d82,-0x2d,-_0xa35574._0x4e74d5)](-0x194c+-0x315+0x1e55)[_0x2c9fb1(-_0xa35574._0x489f2a,-_0xa35574._0x34d79f,-_0xa35574._0x11c985,-_0xa35574._0xf3065e)](_0x1ee33d);}}}}});function _0x5e44e5(_0x5bac43,_0x51e3ea,_0x2f88ca,_0x483f13){return _0x472d(_0x2f88ca-0x2bf,_0x51e3ea);}router[_0x5e44e5(0x505,0x454,0x4ce,0x455)](_0x5e44e5(0x461,0x439,0x43d,0x49d)+_0x5cde58(-0x143,-0xd6,-0xc8,-0x126),requireJira,async(_0x38de29,_0x4bee6f)=>{const _0x3a519b={_0x4087f3:0x44e,_0x17557d:0x433,_0x2616e8:0x422,_0x518fd1:0x486,_0x3ab6b2:0x385,_0x461e10:0x40c,_0x2d8427:0x3e6,_0x5c1bd5:0x41f,_0x19b983:0x3af,_0x2d6710:0x3e2,_0x22f03e:0x156,_0x2a9575:0x13d,_0x4ce071:0x1a8,_0x248f9f:0x416,_0x121120:0x430,_0x526168:0x3d0,_0x2b093d:0x3f4,_0x2b7367:0x498,_0x53a7f4:0x3d6,_0x16d070:0x445,_0x16ed8b:0x16f,_0x4aa51b:0xf3,_0x3530f0:0x193,_0x28ba60:0x1c3,_0x389a7d:0x191,_0x1ea674:0x397,_0x34eca0:0xb9,_0x23b1b1:0xf1,_0x129f2a:0x24a,_0x1c8ca5:0x1e9,_0xb83307:0x1ed,_0x2a5f13:0x18e,_0xb595fb:0x40c,_0x3b6503:0x451,_0x257907:0x44d,_0x56961d:0x40e,_0x423090:0x1b4,_0x34fae6:0x21b,_0x2a5133:0x40f,_0x5a9cad:0x435,_0x403865:0x22b,_0x3fdfe6:0x25c,_0x4252b8:0x200,_0x3a704b:0x175,_0x31098e:0x442,_0x4790aa:0x456,_0x19d09c:0x147,_0xb3c570:0x198,_0x362f25:0x176,_0x36653b:0x1b1,_0x7c1df0:0x1a4,_0x76563b:0x490,_0x9d0705:0x3c0,_0x8b7fc6:0x42b,_0x275010:0x40d,_0x2e1147:0x3f0,_0x4d1064:0x154,_0x2c8aca:0xbd,_0x6eb705:0xf2,_0x4d16de:0x15e,_0x3764e0:0x147,_0x51fba8:0x150,_0x23dcb4:0x17e,_0x3f3336:0x4cb,_0xb182c7:0xf7,_0x70821a:0x1b9,_0x189a5b:0x44a,_0x42f07a:0x1bb,_0x30dbed:0x1c0,_0x1db9e2:0x238,_0x4aa0d3:0x18b,_0x16ff50:0x432,_0x39d5e6:0x48c,_0x512f9e:0x185,_0x31b739:0x1da,_0x387812:0x183,_0x503d88:0x404,_0xc6e00d:0x3b8,_0x43af37:0x3c0,_0x3097b1:0x439,_0x572d51:0x3e6,_0x32b8c0:0x3be,_0x5c047e:0x400,_0x22777f:0xc8,_0x52af37:0x19f,_0x37bb1a:0x1cd,_0x1e0758:0x1ff,_0x3fc0fc:0x3ba,_0x3262fc:0x3cc,_0x246f3e:0x158,_0x3fd680:0x1f2,_0x55ba0c:0x1c5,_0x889cb7:0x169,_0xe3956f:0x42a,_0x5e5bfa:0x468,_0x1a8ad4:0x498,_0x1cb90b:0x4b8,_0x2c3f40:0x507,_0x1bd361:0x1ed,_0x23f285:0x3d9,_0xd1b85e:0x424,_0x480017:0x3d9,_0x4c80f3:0x45b,_0x1cf3c2:0x4a7,_0x5d32b7:0x462,_0x11454a:0x48b,_0x462502:0x4c0,_0xf05aad:0x505,_0x3d23c8:0x4fa,_0x2e41ce:0x475,_0x1bae86:0x452,_0x11e55c:0x4b3,_0x42a7cc:0x477,_0x444062:0x47a,_0x2fe901:0x49a,_0x1dd9c6:0x13e,_0x342803:0x1d5,_0x2906a1:0x22a,_0x1d78b8:0x29b,_0x22ca80:0x272,_0x19f1f0:0x186,_0x1fbe29:0x1d2,_0x215da5:0x38b,_0x580e21:0x3ed,_0x5b5f44:0x555,_0x108514:0x42e,_0x5ef8af:0x202,_0x33c52e:0x1ef,_0x5391d1:0x492,_0xfc9330:0x510,_0x1bb45d:0x4ff,_0x5d7da4:0x1bf,_0x372a05:0x1d1,_0xc51514:0x1dc,_0x8fd97f:0x1c5,_0x2b8a98:0x1c1,_0x449510:0x493,_0x4948b6:0x48a,_0x3ef46d:0x41a,_0x27a80d:0x4bf,_0x2155ca:0x166,_0x3bef6c:0x1a9,_0x53fed8:0x146,_0x34b673:0x236,_0x375fea:0x191,_0x175ec4:0x1b7,_0x2a1b7a:0x462,_0x48560e:0x4b5,_0x113dfa:0x18d,_0x3d150d:0xdd,_0x17f208:0xfe,_0x4c2a44:0x49f,_0x31abf7:0x475,_0x5d62e4:0x1eb,_0x9488ba:0x224,_0x4d2efe:0x14b,_0x5853d4:0x3b8,_0x593c7a:0x410,_0xb80879:0x186,_0xdaa6f7:0x1e0,_0x19e4be:0x1df,_0x1af714:0x10b,_0x46ba36:0x14a,_0x3b528c:0x1c6,_0x160ca7:0xfc,_0x42c593:0x114,_0x365ec5:0x3cd,_0x428317:0x45c,_0x3d2110:0x16c,_0x396966:0x14a,_0x5d5f04:0x10e,_0x22b7f8:0x166,_0x5681b2:0x1aa,_0x2a09bc:0x427,_0x2ada13:0x192,_0x42cdbc:0x1c5,_0x43431c:0x20c,_0x3f461f:0x1c4,_0x35a308:0x208,_0x5bd23e:0x274,_0x1d20f9:0x50d,_0x598746:0x4c9,_0x3c994e:0x440,_0x4958ae:0x481,_0x31ad8e:0x211,_0x413c1:0x22e,_0x316626:0x226,_0x1aa301:0x27a,_0x53b4ce:0x1a6,_0x53c541:0xc8,_0x2e95e0:0x500,_0xb54e9c:0x4d1,_0x329dd5:0x50d,_0x5afa75:0x50a,_0x46b8fd:0x200,_0x1b7d1b:0x1d1,_0x27a782:0x1b5},_0x443ad1={_0x276d80:0x107},_0x3bab4a={_0x537617:0x3,_0x57e0f7:0x1b6},_0x555499={};_0x555499[_0x5f48c7(_0x3a519b._0x4087f3,_0x3a519b._0x17557d,0x400,_0x3a519b._0x2616e8)]=_0x5f48c7(0x4fc,0x413,0x461,_0x3a519b._0x518fd1)+_0x5f48c7(_0x3a519b._0x3ab6b2,_0x3a519b._0x461e10,0x3db,_0x3a519b._0x2d8427),_0x555499['VFzem']=function(_0x42f058,_0x5ddd65){return _0x42f058!==_0x5ddd65;},_0x555499[_0x5f48c7(_0x3a519b._0x5c1bd5,_0x3a519b._0x19b983,0x41c,_0x3a519b._0x2d6710)]=_0x2c647c(-0x193,-_0x3a519b._0x22f03e,-_0x3a519b._0x2a9575,-_0x3a519b._0x4ce071),_0x555499[_0x5f48c7(_0x3a519b._0x248f9f,_0x3a519b._0x121120,_0x3a519b._0x526168,_0x3a519b._0x2b093d)]='vAddE',_0x555499[_0x5f48c7(_0x3a519b._0x2b7367,0x42d,_0x3a519b._0x53a7f4,_0x3a519b._0x16d070)]=_0x2c647c(-0xf7,-_0x3a519b._0x16ed8b,-_0x3a519b._0x4aa51b,-0x1e5)+_0x2c647c(-_0x3a519b._0x3530f0,-_0x3a519b._0x28ba60,-0x1a1,-_0x3a519b._0x389a7d)+'rmat',_0x555499[_0x5f48c7(_0x3a519b._0x1ea674,0x47b,_0x3a519b._0x121120,0x400)]=function(_0x1bd2e8,_0x1bccdc){return _0x1bd2e8!==_0x1bccdc;},_0x555499[_0x2c647c(-0x16b,-0x13a,-_0x3a519b._0x34eca0,-_0x3a519b._0x23b1b1)]=_0x2c647c(-_0x3a519b._0x129f2a,-_0x3a519b._0x1c8ca5,-0x198,-_0x3a519b._0xb83307),_0x555499['wJDAr']='cLsGx',_0x555499['rVLSa']=_0x2c647c(-0x1e1,-_0x3a519b._0x2a5f13,-0x1af,-0x180),_0x555499['cYHEL']=_0x5f48c7(0x4dc,0x3e2,0x446,0x45e)+'mment',_0x555499['vOfkx']=_0x5f48c7(0x39e,0x3aa,0x3a3,_0x3a519b._0xb595fb)+_0x5f48c7(_0x3a519b._0x3b6503,0x46b,_0x3a519b._0x257907,_0x3a519b._0x56961d)+_0x2c647c(-0x13f,-0x132,-0x187,-_0x3a519b._0x423090)+_0x2c647c(-0x1de,-_0x3a519b._0x34fae6,-0x24c,-0x259)+_0x5f48c7(0x445,_0x3a519b._0x2a5133,0x474,_0x3a519b._0x5a9cad),_0x555499['wigoG']=_0x2c647c(-_0x3a519b._0x403865,-0x226,-_0x3a519b._0x3fdfe6,-_0x3a519b._0x4252b8)+_0x2c647c(-0x193,-_0x3a519b._0x3a704b,-0x1a2,-0x18f)+'comment:',_0x555499[_0x5f48c7(_0x3a519b._0x31098e,0x446,_0x3a519b._0x4790aa,0x4b9)]=_0x2c647c(-_0x3a519b._0x19d09c,-0x188,-_0x3a519b._0xb3c570,-0x1a6);function _0x5f48c7(_0x2fe9f0,_0x2ec299,_0x36c0d7,_0x246a27){return _0x5e44e5(_0x2fe9f0-0xed,_0x2ec299,_0x246a27-_0x3bab4a._0x537617,_0x246a27-_0x3bab4a._0x57e0f7);}_0x555499[_0x2c647c(-_0x3a519b._0x362f25,-0x16e,-_0x3a519b._0x36653b,-_0x3a519b._0x7c1df0)]=_0x5f48c7(0x4a2,0x487,_0x3a519b._0x76563b,0x458)+'found',_0x555499[_0x5f48c7(0x496,_0x3a519b._0x9d0705,0x3ee,_0x3a519b._0x8b7fc6)]=_0x5f48c7(0x453,_0x3a519b._0x275010,0x380,_0x3a519b._0x2e1147)+_0x2c647c(-0x196,-0x147,-0x1ab,-_0x3a519b._0x4d1064)+'d',_0x555499['QqGmd']=_0x2c647c(-_0x3a519b._0x2c8aca,-0x140,-_0x3a519b._0x6eb705,-_0x3a519b._0x4d16de)+_0x2c647c(-0x12a,-_0x3a519b._0x3764e0,-_0x3a519b._0x51fba8,-_0x3a519b._0x23dcb4)+'d';function _0x2c647c(_0x2126ec,_0x4c191b,_0x1148ae,_0x26ea0e){return _0x5cde58(_0x4c191b- -0x71,_0x4c191b-0xb6,_0x1148ae-_0x443ad1._0x276d80,_0x2126ec);}_0x555499[_0x5f48c7(_0x3a519b._0x3f3336,0x3f0,0x437,0x456)]=_0x2c647c(-_0x3a519b._0xb182c7,-0x141,-_0x3a519b._0x70821a,-0x15f)+_0x5f48c7(0x3dc,0x3ca,0x3e6,0x421);const _0xd64b65=_0x555499;try{if(_0xd64b65['VFzem'](_0xd64b65['JCjhv'],_0xd64b65['rrGAa'])){const _0x52eb39=_0x38de29[_0x5f48c7(0x4cc,0x49b,0x436,_0x3a519b._0x189a5b)][_0x2c647c(-0x177,-_0x3a519b._0x42f07a,-_0x3a519b._0x30dbed,-_0x3a519b._0x1db9e2)][_0x2c647c(-0x17d,-0x19a,-0x1b6,-0x16c)]()['toUpperCas'+'e'](),{comment:_0x30dc3}=_0x38de29['body'];if(!/^[A-Z]+-\d+$/i['test'](_0x52eb39)){const _0xa496de={};return _0xa496de['error']=_0xd64b65[_0x2c647c(-0x16c,-0x1ba,-0x1fb,-_0x3a519b._0x4aa0d3)],_0xa496de[_0x5f48c7(_0x3a519b._0x16ff50,0x46d,_0x3a519b._0x39d5e6,0x4b5)]='Issue\x20key\x20'+_0x2c647c(-0x1d7,-_0x3a519b._0x512f9e,-_0x3a519b._0x31b739,-_0x3a519b._0x387812)+_0x5f48c7(0x45c,0x3f9,0x47d,_0x3a519b._0x503d88)+_0x5f48c7(_0x3a519b._0xc6e00d,_0x3a519b._0x43af37,0x48e,0x42a),_0x4bee6f['status'](-0x20a5+0x1b94+0x6a1)['json'](_0xa496de);}if(!_0x30dc3||_0xd64b65[_0x5f48c7(_0x3a519b._0x3097b1,_0x3a519b._0x572d51,_0x3a519b._0x32b8c0,_0x3a519b._0x5c047e)](typeof _0x30dc3,_0xd64b65[_0x2c647c(-_0x3a519b._0x22777f,-0x13a,-_0x3a519b._0x52af37,-_0x3a519b._0x6eb705)])||_0x30dc3['trim']()[_0x2c647c(-0x23c,-_0x3a519b._0x37bb1a,-0x20c,-0x1e1)]===-0x4*0x4fa+0x11bd+0x22b){if(_0xd64b65[_0x2c647c(-0x244,-_0x3a519b._0x1e0758,-0x232,-0x27d)](_0xd64b65[_0x5f48c7(0x3dd,_0x3a519b._0x3fc0fc,_0x3a519b._0x3262fc,0x3fd)],_0xd64b65[_0x2c647c(-0x192,-0x13c,-0x178,-_0x3a519b._0x246f3e)])){const _0x352e1c={};return _0x352e1c[_0x2c647c(-_0x3a519b._0x3fd680,-_0x3a519b._0x55ba0c,-_0x3a519b._0x889cb7,-0x1b0)]=_0xd64b65[_0x5f48c7(_0x3a519b._0xe3956f,_0x3a519b._0x5e5bfa,0x45d,_0x3a519b._0x1a8ad4)],_0x352e1c['message']=_0xd64b65[_0x5f48c7(0x3bd,0x419,0x3db,0x3f1)],_0x4bee6f[_0x5f48c7(_0x3a519b._0x1cb90b,0x528,_0x3a519b._0x2c3f40,0x4b3)](-0x1de*0x1+-0x29*-0xf3+0x18b*-0x17)[_0x2c647c(-0x240,-0x1d1,-_0x3a519b._0x1bd361,-0x229)](_0x352e1c);}else{const _0x29088e={};return _0x29088e['error']=_0x5f48c7(_0x3a519b._0x23f285,0x3d5,_0x3a519b._0xd1b85e,_0x3a519b._0x480017)+_0x5f48c7(_0x3a519b._0x4c80f3,0x450,_0x3a519b._0x1cf3c2,_0x3a519b._0x5d32b7)+_0x5f48c7(_0x3a519b._0x11454a,0x500,0x45e,_0x3a519b._0x462502),_0x29088e['message']=_0x9b7266[_0x5f48c7(0x52b,_0x3a519b._0xf05aad,_0x3a519b._0x3d23c8,0x4b5)],_0x554880[_0x5f48c7(0x525,_0x3a519b._0x2e41ce,_0x3a519b._0x1bae86,_0x3a519b._0x11e55c)](0xbd5+-0x1748+0x49*0x2f)[_0x5f48c7(0x436,0x3fe,_0x3a519b._0x42a7cc,0x42e)](_0x29088e);}}logger[_0x5f48c7(0x478,_0x3a519b._0x444062,_0x3a519b._0x2fe901,0x429)](_0x2c647c(-_0x3a519b._0x1e0758,-_0x3a519b._0x70821a,-0x231,-_0x3a519b._0x1dd9c6)+_0x2c647c(-_0x3a519b._0x342803,-_0x3a519b._0x2906a1,-_0x3a519b._0x1d78b8,-_0x3a519b._0x22ca80)+_0x2c647c(-0x1e4,-_0x3a519b._0x19f1f0,-_0x3a519b._0x1fbe29,-0x1b8)+'\x20'+_0x52eb39);const _0x2d5161=await jiraClient[_0x5f48c7(0x3e2,0x427,_0x3a519b._0x215da5,_0x3a519b._0x580e21)+'t'](_0x52eb39,_0x30dc3[_0x5f48c7(0x42f,0x3e8,0x476,0x465)]()),_0x2973ac={};_0x2973ac[_0x5f48c7(0x4f9,0x501,_0x3a519b._0x5b5f44,0x4d3)]=!![],_0x2973ac['comment']=_0x2d5161,_0x4bee6f[_0x5f48c7(0x415,0x421,0x3cc,_0x3a519b._0x108514)](_0x2973ac);}else{const _0x1294b7={};return _0x1294b7[_0x2c647c(-_0x3a519b._0x5ef8af,-0x1c5,-0x173,-0x22d)]=_0xd64b65[_0x2c647c(-0x1d4,-0x1dd,-_0x3a519b._0x33c52e,-0x250)],_0x1294b7['message']=_0x5ca2c4[_0x5f48c7(_0x3a519b._0x5391d1,_0x3a519b._0xfc9330,0x441,0x4b5)],_0x3094c0[_0x5f48c7(_0x3a519b._0x1bb45d,0x442,0x4c2,_0x3a519b._0x11e55c)](0x576+0x1170*0x1+-0x1553)[_0x2c647c(-_0x3a519b._0x5d7da4,-_0x3a519b._0x372a05,-_0x3a519b._0xc51514,-0x17e)](_0x1294b7);}}catch(_0x12e7de){logger[_0x2c647c(-0x188,-_0x3a519b._0x8fd97f,-0x209,-_0x3a519b._0x2b8a98)](_0xd64b65[_0x5f48c7(_0x3a519b._0x449510,_0x3a519b._0x4948b6,_0x3a519b._0x3b6503,_0x3a519b._0x3ef46d)],_0x12e7de);if(_0x12e7de[_0x5f48c7(_0x3a519b._0x4087f3,_0x3a519b._0x27a80d,0x4c9,0x4b5)][_0x2c647c(-0x12b,-_0x3a519b._0x2155ca,-0x141,-0x13b)](_0xd64b65[_0x2c647c(-_0x3a519b._0x3bef6c,-_0x3a519b._0x53fed8,-0x11e,-0x1a9)])){const _0x1ec988={};return _0x1ec988[_0x2c647c(-_0x3a519b._0x34b673,-0x1c5,-_0x3a519b._0x375fea,-_0x3a519b._0x175ec4)]=_0xd64b65['qXUXM'],_0x1ec988[_0x5f48c7(0x46b,0x477,_0x3a519b._0x2a1b7a,_0x3a519b._0x48560e)]=_0x12e7de[_0x2c647c(-_0x3a519b._0x113dfa,-0x14a,-_0x3a519b._0x3d150d,-_0x3a519b._0x17f208)],_0x4bee6f[_0x5f48c7(_0x3a519b._0x4c2a44,_0x3a519b._0x42a7cc,_0x3a519b._0x31abf7,0x4b3)](-0x97f*0x1+0x1*-0x297+-0x16*-0x9f)[_0x2c647c(-_0x3a519b._0x5d62e4,-_0x3a519b._0x372a05,-_0x3a519b._0x9488ba,-0x1b5)](_0x1ec988);}else{if(_0x12e7de[_0x5f48c7(0x4de,0x51c,0x485,0x4b5)][_0x2c647c(-_0x3a519b._0x4d2efe,-_0x3a519b._0x2155ca,-0x1e3,-0x142)](_0xd64b65[_0x5f48c7(_0x3a519b._0x5853d4,0x3ae,_0x3a519b._0x593c7a,_0x3a519b._0x8b7fc6)])){const _0x1414f9={};return _0x1414f9[_0x2c647c(-0x188,-0x1c5,-_0x3a519b._0xb80879,-_0x3a519b._0xdaa6f7)]=_0xd64b65[_0x2c647c(-_0x3a519b._0x19e4be,-0x1ce,-0x15a,-0x165)],_0x1414f9[_0x2c647c(-_0x3a519b._0x1af714,-_0x3a519b._0x46ba36,-_0x3a519b._0x3b528c,-_0x3a519b._0x3bef6c)]=_0x12e7de['message'],_0x4bee6f[_0x2c647c(-_0x3a519b._0x160ca7,-0x14c,-_0x3a519b._0x42c593,-0x1ce)](0xa64+0x402*0x3+0x3*-0x6f3)[_0x5f48c7(_0x3a519b._0x365ec5,_0x3a519b._0x428317,0x3df,_0x3a519b._0x108514)](_0x1414f9);}else{if(_0x12e7de[_0x2c647c(-_0x3a519b._0x3d2110,-_0x3a519b._0x396966,-0x10f,-0x143)][_0x2c647c(-_0x3a519b._0x5d5f04,-_0x3a519b._0x22b7f8,-0x10b,-_0x3a519b._0x5681b2)](_0xd64b65[_0x5f48c7(_0x3a519b._0x2a09bc,_0x3a519b._0x5391d1,0x4ca,_0x3a519b._0x4790aa)])){const _0x5f4d77={};return _0x5f4d77[_0x2c647c(-_0x3a519b._0x2ada13,-_0x3a519b._0x42cdbc,-_0x3a519b._0x246f3e,-_0x3a519b._0x43431c)]=_0x2c647c(-0x144,-0x179,-0x172,-_0x3a519b._0x3f461f)+_0x2c647c(-_0x3a519b._0x35a308,-0x219,-_0x3a519b._0x5bd23e,-0x284),_0x5f4d77[_0x5f48c7(_0x3a519b._0x1d20f9,_0x3a519b._0x598746,_0x3a519b._0x3c994e,0x4b5)]=_0x12e7de['message'],_0x4bee6f['status'](0x47b+-0x4*0x4ea+0x10c0)[_0x5f48c7(0x3b1,0x400,_0x3a519b._0x4958ae,_0x3a519b._0x108514)](_0x5f4d77);}else{const _0x16865d={};return _0x16865d[_0x2c647c(-0x19b,-_0x3a519b._0x8fd97f,-_0x3a519b._0x31ad8e,-_0x3a519b._0x413c1)]=_0x2c647c(-0x2a7,-_0x3a519b._0x316626,-_0x3a519b._0x1aa301,-_0x3a519b._0x4252b8)+_0x2c647c(-0x10e,-0x169,-_0x3a519b._0x160ca7,-0xf6)+'nt',_0x16865d[_0x2c647c(-_0x3a519b._0x53b4ce,-_0x3a519b._0x396966,-0xce,-_0x3a519b._0x53c541)]=_0x12e7de[_0x5f48c7(_0x3a519b._0x2e95e0,0x45f,_0x3a519b._0xb54e9c,_0x3a519b._0x48560e)],_0x4bee6f[_0x5f48c7(0x45f,_0x3a519b._0x329dd5,_0x3a519b._0x5afa75,0x4b3)](0x1ef2+0x247e+0x4*-0x105f)[_0x2c647c(-_0x3a519b._0x46b8fd,-_0x3a519b._0x1b7d1b,-_0x3a519b._0x27a782,-0x1d4)](_0x16865d);}}}}});export default router;
|
|
1
|
+
(function(_0x352225,_0x292b1b){const _0x1bb5a6={_0x1c1d46:0x32c,_0x3ddcd7:0x3aa,_0x3cca79:0x2b4,_0x1e9bd7:0x301,_0x48eaa8:0x320,_0x1ce7ba:0x2f,_0x2652e2:0x27,_0x3bec7d:0x6b,_0x101bf9:0x23,_0x860ea7:0x382,_0x2080da:0x333,_0x203287:0x2f5,_0x2bc8e5:0x23,_0x3ca309:0x2c1,_0x1c25f1:0x24a,_0x3ef4d3:0x2ba,_0x437f06:0x27e,_0x1d4d41:0x26d,_0x12ab2d:0x2c8,_0x352f5c:0x2f1,_0x2304c1:0x2a0,_0x6d50cc:0x2f0,_0x3d1d48:0x3f,_0x335be2:0xab},_0xc41845={_0x2365ae:0x124},_0x3a2959={_0x27fff1:0x1f0};function _0x425073(_0x16eb86,_0x39aadc,_0x233584,_0x2b7042){return _0x5c47(_0x233584-_0x3a2959._0x27fff1,_0x16eb86);}const _0x467f92=_0x352225();function _0x45797b(_0x3ee9a2,_0x1c58b2,_0x340517,_0x3f04d7){return _0x5c47(_0x3ee9a2- -_0xc41845._0x2365ae,_0x3f04d7);}while(!![]){try{const _0x1dedce=parseInt(_0x425073(_0x1bb5a6._0x1c1d46,_0x1bb5a6._0x3ddcd7,0x33f,0x37e))/(0xdd*-0x17+-0x836+0x2*0xe09)*(parseInt(_0x425073(_0x1bb5a6._0x3cca79,_0x1bb5a6._0x1e9bd7,_0x1bb5a6._0x48eaa8,0x36e))/(-0x42*0x6b+0x16*0x40+-0x328*-0x7))+parseInt(_0x45797b(-0x13,0x8,-0x61,_0x1bb5a6._0x1ce7ba))/(-0x8*0x1c3+-0x1d1b+0x2b36*0x1)+parseInt(_0x45797b(-_0x1bb5a6._0x2652e2,-_0x1bb5a6._0x3bec7d,_0x1bb5a6._0x101bf9,-0x17))/(0x2466+0x29*0x82+-0x3934)*(parseInt(_0x425073(0x37c,_0x1bb5a6._0x860ea7,_0x1bb5a6._0x2080da,_0x1bb5a6._0x203287))/(-0x2*0x12af+-0xc67+0x31ca))+-parseInt(_0x45797b(_0x1bb5a6._0x2bc8e5,0x81,0x3d,0x29))/(-0x1aa0+-0x21*-0x9d+0x669)*(-parseInt(_0x425073(0x2b3,0x2a0,_0x1bb5a6._0x3ca309,0x268))/(0x17ae+0x112b+-0x28d2))+-parseInt(_0x425073(_0x1bb5a6._0x1c25f1,0x2c1,_0x1bb5a6._0x3ef4d3,_0x1bb5a6._0x437f06))/(0x20de+-0x346+-0x3b2*0x8)*(-parseInt(_0x425073(_0x1bb5a6._0x1d4d41,0x2cd,_0x1bb5a6._0x12ab2d,0x28a))/(-0x25a0+0x255a*0x1+-0x4f*-0x1))+-parseInt(_0x425073(0x2f6,0x281,0x2dd,0x2f0))/(0x2b8+0x1f63+-0x99*0x39)+-parseInt(_0x425073(_0x1bb5a6._0x352f5c,_0x1bb5a6._0x2304c1,0x2d1,_0x1bb5a6._0x6d50cc))/(0x1a27*0x1+-0x49*-0x3d+-0x2b81)*(parseInt(_0x45797b(_0x1bb5a6._0x3d1d48,-0x2e,_0x1bb5a6._0x335be2,-0x4))/(-0xd86*0x1+0x2*-0x609+-0x19a4*-0x1));if(_0x1dedce===_0x292b1b)break;else _0x467f92['push'](_0x467f92['shift']());}catch(_0x365c97){_0x467f92['push'](_0x467f92['shift']());}}}(_0x2626,0x7fd95+0xe503*0x2+0x1ad6));import _0x88546 from'express';function _0x229319(_0x230717,_0x4db421,_0x42afdc,_0x15fb80){return _0x5c47(_0x4db421- -0x58,_0x15fb80);}import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';function _0x451f81(_0x4951a9,_0x5ff16,_0x1995cd,_0x5e58b9){return _0x5c47(_0x4951a9-0x2aa,_0x5e58b9);}import{logger}from'../lib/logger.js';const router=_0x88546[_0x229319(0xb8,0xda,0x135,0x11c)]();let jiraClient=null;async function initializeJiraClient(){const _0x2d17b0={_0x1ae927:0x57,_0x2abc1b:0x145,_0x22a84f:0x16c,_0x283073:0xf,_0x2e9e2c:0x64,_0x13f56c:0x81,_0x4db437:0x4a,_0x293c19:0x73,_0x2a53b3:0x8b,_0x313187:0x12,_0x1e8ad1:0x193,_0x21fca9:0xd2,_0x3138c9:0x14a,_0x11f679:0x3b6,_0x2b1357:0x348,_0x4803d4:0x324,_0xe69eec:0x3bc,_0x1288ef:0x371,_0x23db14:0xe2,_0x3cd9ee:0x8f,_0xdfe697:0x120,_0x14f612:0xb6,_0x45c4dc:0x9d,_0x115eea:0x100,_0x1ef66f:0x131,_0x4dec6f:0x67,_0x3a466a:0xa6,_0x433f2a:0x99,_0x5b274f:0xa1,_0x52067a:0x10f,_0x4de27d:0x11f,_0x50f277:0x2b4,_0x192a8f:0x31c,_0x1d7abc:0x2f5,_0x51dc57:0x11b,_0x5ab9eb:0x3e,_0x59fbdc:0xca,_0x127637:0x92,_0x498e07:0x3ce,_0x76ae61:0x366,_0x7ba15e:0x369,_0x150c66:0x2f5,_0x4f689f:0x31c,_0x2f9d8f:0x2c3,_0x2b4a5b:0x36d,_0x1b6197:0x3a1,_0x1a2e08:0x3ad,_0x597f81:0x33c,_0x7b880d:0xa6,_0x324d55:0x92,_0x5092b2:0x14a,_0x51ca4a:0x323,_0x2c99c9:0x30f,_0x219893:0x2db,_0x2b5a0b:0x407,_0x162152:0x3ad,_0xcfdae6:0x423,_0xb3d98a:0x3e4,_0xc493d6:0x372,_0x3a0c50:0x3dc,_0x30b618:0x3cb,_0x2e4876:0x399,_0x53356e:0x11a,_0x4c65ab:0xbf,_0x471e5c:0x3ff,_0x45bdb7:0xfd,_0x165b88:0x80,_0x1fd04c:0x2d6,_0x4a846d:0x165,_0x425023:0xfa,_0x5e896d:0xbe,_0x5a4ec1:0x376,_0x582728:0x32b,_0x35fb5c:0x312,_0xb01536:0x2f7,_0x18d027:0x393,_0x203554:0x354,_0x52e67b:0x39c,_0x23033a:0x53,_0x369399:0x9,_0x5a14ab:0x57,_0x52a06f:0x66},_0x1825d7={_0x31f961:0x1a4},_0x4f3447={_0x50d3d6:0x2b5,_0x492fff:0x1},_0x370bf2={'ZiUJX':function(_0x242ec1){return _0x242ec1();},'LxrDa':_0x204f07(0x3c5,0x33a,0x3ae,0x3e9)+_0x58ec07(-0x8a,-0x47,-0x4a,-_0x2d17b0._0x1ae927)+'bled\x20from\x20'+_0x58ec07(-_0x2d17b0._0x2abc1b,-_0x2d17b0._0x22a84f,-0x102,-_0x2d17b0._0x22a84f),'LKwuP':'Failed\x20to\x20'+'initialize'+_0x204f07(0x3f5,0x3f1,0x3bc,0x37b)+'nt\x20from\x20DA'+_0x58ec07(-0x41,-0x10a,-0xb2,-0x8f),'deZsk':function(_0x1982dc,_0x1a1972){return _0x1982dc===_0x1a1972;},'AwNVU':_0x58ec07(-0x26,-_0x2d17b0._0x283073,-_0x2d17b0._0x2e9e2c,-0xb6)+_0x58ec07(-_0x2d17b0._0x13f56c,-0x4b,-_0x2d17b0._0x4db437,-0x18)+_0x58ec07(-_0x2d17b0._0x293c19,-_0x2d17b0._0x2a53b3,-0x51,-_0x2d17b0._0x313187)+_0x58ec07(-0x7b,-0x84,-0x91,-0x1e)+_0x58ec07(-_0x2d17b0._0x1e8ad1,-_0x2d17b0._0x21fca9,-0x12d,-_0x2d17b0._0x3138c9)+'s','sUPpg':_0x204f07(_0x2d17b0._0x11f679,0x344,_0x2d17b0._0x2b1357,_0x2d17b0._0x4803d4)+'initialize'+_0x204f07(0x387,0x42c,_0x2d17b0._0xe69eec,_0x2d17b0._0x1288ef)+_0x58ec07(-0xaa,-_0x2d17b0._0x23db14,-_0x2d17b0._0x3cd9ee,-_0x2d17b0._0x4db437)+_0x58ec07(-_0x2d17b0._0x22a84f,-0x179,-_0x2d17b0._0xdfe697,-0xf1)};function _0x204f07(_0x5bec50,_0x513485,_0x47dea1,_0x4c7257){return _0x229319(_0x5bec50-0x101,_0x47dea1-_0x4f3447._0x50d3d6,_0x47dea1-_0x4f3447._0x492fff,_0x513485);}const _0x5d7109=await _0x370bf2[_0x58ec07(-0xad,-_0x2d17b0._0x14f612,-0x43,0x3)](loadJiraConfig);function _0x58ec07(_0x266ccd,_0x4b2752,_0x33ef9c,_0x57afd6){return _0x229319(_0x266ccd-0x18e,_0x33ef9c- -0x15d,_0x33ef9c-_0x1825d7._0x31f961,_0x266ccd);}if(_0x5d7109)try{jiraClient=new JiraClient(_0x5d7109),logger[_0x58ec07(-_0x2d17b0._0x45c4dc,-0xe8,-_0x2d17b0._0x115eea,-_0x2d17b0._0x1ef66f)](_0x370bf2['LxrDa']);return;}catch(_0x40d4b9){logger['error'](_0x370bf2[_0x58ec07(-0x55,-_0x2d17b0._0x4dec6f,-_0x2d17b0._0x3a466a,-_0x2d17b0._0x433f2a)],_0x40d4b9);}if(_0x370bf2[_0x58ec07(-_0x2d17b0._0x5b274f,-0xf5,-_0x2d17b0._0x52067a,-_0x2d17b0._0x4de27d)](process[_0x204f07(0x2b8,_0x2d17b0._0x50f277,_0x2d17b0._0x192a8f,_0x2d17b0._0x1d7abc)][_0x58ec07(-0x173,-0x17a,-_0x2d17b0._0x51dc57,-0xa9)+'ED'],'true'))try{const _0x36fa18={'baseUrl':process['env'][_0x58ec07(-_0x2d17b0._0x5ab9eb,-_0x2d17b0._0x59fbdc,-_0x2d17b0._0x127637,-0xaf)+_0x204f07(0x3ba,_0x2d17b0._0x498e07,_0x2d17b0._0x76ae61,_0x2d17b0._0x7ba15e)],...process[_0x204f07(_0x2d17b0._0x150c66,0x2c8,_0x2d17b0._0x4f689f,0x30b)][_0x204f07(0x331,0x29e,0x30f,_0x2d17b0._0x2f9d8f)+_0x204f07(_0x2d17b0._0x2b4a5b,_0x2d17b0._0x1b6197,_0x2d17b0._0x1a2e08,_0x2d17b0._0x597f81)]?{'cloudId':process[_0x58ec07(-_0x2d17b0._0x7b880d,-_0x2d17b0._0x324d55,-0xf6,-_0x2d17b0._0x5092b2)][_0x204f07(_0x2d17b0._0x51ca4a,0x366,_0x2d17b0._0x2c99c9,_0x2d17b0._0x219893)+_0x204f07(_0x2d17b0._0x2b5a0b,0x3d7,_0x2d17b0._0x162152,0x33f)]}:{}};_0x36fa18[_0x204f07(_0x2d17b0._0xcfdae6,_0x2d17b0._0x471e5c,_0x2d17b0._0x498e07,_0x2d17b0._0xb3d98a)]={},_0x36fa18[_0x204f07(_0x2d17b0._0xcfdae6,_0x2d17b0._0x471e5c,_0x2d17b0._0x498e07,_0x2d17b0._0xb3d98a)][_0x204f07(_0x2d17b0._0xc493d6,_0x2d17b0._0x3a0c50,_0x2d17b0._0x30b618,_0x2d17b0._0x2e4876)]=process[_0x58ec07(-_0x2d17b0._0x53356e,-0x10d,-0xf6,-_0x2d17b0._0x4c65ab)][_0x204f07(0x351,0x339,0x37a,0x3ce)],_0x36fa18[_0x204f07(_0x2d17b0._0xcfdae6,_0x2d17b0._0x471e5c,_0x2d17b0._0x498e07,_0x2d17b0._0xb3d98a)]['apiToken']=process[_0x58ec07(-0x14c,-_0x2d17b0._0x45bdb7,-0xf6,-_0x2d17b0._0x165b88)][_0x204f07(0x334,_0x2d17b0._0x1fd04c,0x338,0x35a)+_0x58ec07(-0xa4,-_0x2d17b0._0x4a846d,-_0x2d17b0._0x425023,-_0x2d17b0._0x5e896d)],jiraClient=new JiraClient(_0x36fa18),logger[_0x204f07(_0x2d17b0._0x5a4ec1,_0x2d17b0._0x582728,_0x2d17b0._0x35fb5c,_0x2d17b0._0xb01536)](_0x370bf2['AwNVU']);}catch(_0x3bedea){logger[_0x204f07(0x34b,_0x2d17b0._0x18d027,_0x2d17b0._0x203554,_0x2d17b0._0x52e67b)](_0x370bf2[_0x58ec07(-_0x2d17b0._0x23033a,-_0x2d17b0._0x369399,-_0x2d17b0._0x5a14ab,-_0x2d17b0._0x52a06f)],_0x3bedea);}}export async function initializeJira(){const _0x9ce060={_0x18bfb8:0xe6,_0x4cb860:0x133,_0x246cc9:0x145};function _0x22d3a9(_0x77cf6,_0x58bc22,_0x311a09,_0x56f54a){return _0x229319(_0x77cf6-_0x9ce060._0x18bfb8,_0x77cf6-_0x9ce060._0x4cb860,_0x311a09-_0x9ce060._0x246cc9,_0x56f54a);}const _0xb29230={'xFkCk':function(_0x502501){return _0x502501();}};await _0xb29230[_0x22d3a9(0x1ba,0x202,0x177,0x220)](initializeJiraClient);}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x21f657={_0x362bb8:0xa3,_0x3c18d3:0x1b6,_0x4e5792:0x177,_0x1e263d:0x15b,_0x331bcc:0x112,_0x533506:0x187,_0x4e95ad:0x179,_0x1af976:0x20e,_0x20a3aa:0x1c8,_0x51ae0c:0x1de,_0x539094:0x1fb,_0x3860b6:0x195,_0x717a57:0x21d,_0x4862a1:0x161,_0x19cd9c:0x29b,_0xa18164:0x230,_0x50445e:0x233,_0x561e76:0x173,_0xebf7b8:0x123,_0x1848ba:0xd2,_0x41ca69:0xdc,_0x2e4668:0x1f0,_0x2619f9:0x1c4,_0x990567:0xe0,_0x39f8c0:0x98,_0x533ee0:0x92,_0xe321fd:0xc7,_0x329b78:0x130,_0x2ae6b3:0xd1,_0x2f8d5e:0xbe,_0x572992:0x1b9,_0x271911:0x1a3,_0x31e41f:0x16c,_0x2a25fa:0x1a0,_0x568573:0x11b,_0x573f4f:0x18a,_0x4a9ecb:0x207,_0x3048de:0x1f9,_0x2133bb:0xb5,_0xf3f192:0x5e,_0x11cf6a:0x110,_0x4121b3:0x249,_0x2ef279:0x247,_0x29dbe3:0x25e,_0x433229:0x1e9,_0x294103:0x231,_0x3b522b:0x1ec,_0x2af242:0x1d3,_0x509985:0x12d,_0x1f6f90:0x11f,_0x471704:0x10d,_0x470386:0x108,_0x5de4ed:0x147,_0x1df662:0x150,_0x26d996:0x10c,_0x546a68:0x1f6,_0xe71343:0x1ed,_0x49bf32:0x1ff,_0x3ae3c4:0x168,_0x4962d0:0x17a,_0x3b39fb:0x11e,_0x1f308d:0x13b,_0x1e845e:0xf3,_0x3d81a4:0x224,_0x5e4274:0x149,_0x382182:0x94,_0x4d9bfa:0xd6,_0x5eb087:0x1c1,_0x1c186b:0xeb,_0x4dc41e:0x231,_0x5540bd:0x97,_0x57e96b:0x146,_0xfc2a8a:0x227,_0x5d45cb:0x203,_0x4a0f29:0xb5,_0x334643:0xfb,_0x286189:0xb4,_0x287807:0x279,_0x2f2d88:0x81,_0x21734b:0x132,_0x52145c:0xca,_0x3a845e:0x13d,_0x1f7b8a:0xec,_0x4ff118:0xd9,_0xb4a1a8:0x280,_0x3b665c:0x210,_0x348651:0x1cb,_0xf6d5ed:0x271,_0x549b80:0x5e,_0x5a1e94:0xcc,_0x1370c6:0x144,_0x48c86d:0x1cd,_0x2d73ec:0x115,_0x366e9e:0x188,_0x2ba578:0xde,_0x479c93:0x1ed,_0x51fbe1:0x1bc,_0x1a3512:0x15e,_0x937c25:0x1c4,_0x3ddfa3:0x207,_0x12e481:0x1b0,_0x266b98:0x237,_0x27ec68:0x230,_0x20dc21:0x12f,_0x43f340:0x219,_0xbcdc6c:0x1ea,_0x2169d6:0x22f,_0x72ad50:0xfc,_0xb0feee:0x12e,_0x5853f1:0x159},_0xba91a6={_0x5a2c48:0xc0,_0x3da446:0x26a,_0x479c96:0x149},_0x56f776={_0x20a301:0xf9,_0x356bc0:0x72},_0x3423c6={'JEkPz':_0x50004a(0x142,0xff,_0x21f657._0x362bb8,0x105)+_0xdd60b2(-0x1b5,-0xfe,-0x177,-0x16b)+_0xdd60b2(-0x1a9,-_0x21f657._0x3c18d3,-_0x21f657._0x4e5792,-_0x21f657._0x1e263d),'vJGwh':_0x50004a(_0x21f657._0x331bcc,0x12b,0x173,_0x21f657._0x533506)+'JIRA\x20clien'+_0xdd60b2(-0x18e,-_0x21f657._0x4e95ad,-_0x21f657._0x1af976,-_0x21f657._0x20a3aa)+_0xdd60b2(-0x23b,-_0x21f657._0x51ae0c,-_0x21f657._0x539094,-0x1d8),'esJhq':function(_0x90fe5c){return _0x90fe5c();},'pzoHH':_0xdd60b2(-0x1fe,-_0x21f657._0x3860b6,-_0x21f657._0x717a57,-0x1e6)+_0xdd60b2(-0x1c8,-0x16d,-0x13f,-_0x21f657._0x4862a1)+_0xdd60b2(-_0x21f657._0x19cd9c,-0x1ca,-_0x21f657._0xa18164,-_0x21f657._0x50445e)+_0x50004a(_0x21f657._0x561e76,_0x21f657._0xebf7b8,0x1a3,0x13a),'WcWZz':function(_0x4db6e1,_0x1d6371){return _0x4db6e1===_0x1d6371;},'NnFfv':_0x50004a(0x10b,0xe9,0x128,_0x21f657._0x1848ba),'dhiWg':_0x50004a(0xa9,0x9b,0xbc,_0x21f657._0x41ca69),'FRtrh':_0xdd60b2(-_0x21f657._0x2e4668,-0x1ca,-_0x21f657._0x4e95ad,-0x1d7)+'reload\x20JIR'+_0xdd60b2(-0x126,-0x177,-_0x21f657._0x2619f9,-0x15a)+_0x50004a(_0x21f657._0x990567,_0x21f657._0x39f8c0,_0x21f657._0x533ee0,_0x21f657._0xe321fd)+_0x50004a(0x16b,_0x21f657._0x329b78,_0x21f657._0x2ae6b3,0x10c),'gChAh':_0x50004a(0x8a,0x7f,0xef,_0x21f657._0x2f8d5e),'vwyLX':_0xdd60b2(-0x1ad,-_0x21f657._0x572992,-_0x21f657._0x271911,-_0x21f657._0x31e41f),'OYgFn':'JIRA\x20disab'+_0xdd60b2(-_0x21f657._0x2a25fa,-_0x21f657._0x533506,-0x1d9,-0x177)+_0xdd60b2(-0x1ba,-_0x21f657._0x568573,-0x190,-_0x21f657._0x573f4f)+_0xdd60b2(-_0x21f657._0x4a9ecb,-_0x21f657._0x51ae0c,-_0x21f657._0x3048de,-0x191)};function _0x50004a(_0x115cf1,_0x519a43,_0xa20bf4,_0x2431ed){return _0x229319(_0x115cf1-_0x56f776._0x20a301,_0x2431ed-_0x56f776._0x356bc0,_0xa20bf4-0x2c,_0xa20bf4);}logger[_0x50004a(_0x21f657._0x2133bb,_0x21f657._0xf3f192,_0x21f657._0x11cf6a,0xcf)](_0x3423c6[_0xdd60b2(-_0x21f657._0x4121b3,-_0x21f657._0x2ef279,-_0x21f657._0x29dbe3,-_0x21f657._0x433229)]),jiraClient=null;const _0xc08922=await _0x3423c6[_0xdd60b2(-_0x21f657._0x294103,-_0x21f657._0x3b522b,-0x1b5,-_0x21f657._0x2af242)](loadJiraConfig);if(_0xc08922)try{jiraClient=new JiraClient(_0xc08922),logger[_0x50004a(_0x21f657._0x509985,_0x21f657._0x1f6f90,_0x21f657._0x471704,0xcf)](_0x3423c6[_0xdd60b2(-0x21a,-0x1c1,-0x24f,-0x1ee)]);return;}catch(_0x23f91c){if(_0x3423c6['WcWZz'](_0x3423c6[_0xdd60b2(-0x1be,-0x19d,-0x154,-0x1c3)],_0x50004a(0xfc,_0x21f657._0x470386,0x111,0xd2)))logger[_0x50004a(_0x21f657._0x5de4ed,_0x21f657._0x1df662,0xbd,0x111)](_0x50004a(_0x21f657._0x26d996,0xe0,0x16b,0x105)+_0xdd60b2(-_0x21f657._0x546a68,-_0x21f657._0xe71343,-_0x21f657._0x49bf32,-0x1d1)+'A\x20client\x20f'+_0x50004a(_0x21f657._0x3ae3c4,_0x21f657._0x4962d0,0x170,_0x21f657._0x3b39fb)+_0xdd60b2(-_0x21f657._0x1f308d,-_0x21f657._0x1e845e,-_0x21f657._0x4e95ad,-0x15c),_0x23f91c);else{const _0x175e04={};return _0x175e04[_0xdd60b2(-_0x21f657._0x573f4f,-0x1ea,-_0x21f657._0x3d81a4,-0x1cb)]=_0x50004a(_0x21f657._0x5e4274,_0x21f657._0x382182,0x91,_0x21f657._0x4d9bfa)+'\x20denied',_0x175e04[_0x50004a(_0x21f657._0x5eb087,0x1ad,0x126,0x159)]=_0x1ff0ee[_0x50004a(0x11c,0x122,_0x21f657._0x1c186b,0x159)],_0x5b15c8[_0xdd60b2(-0x274,-0x284,-0x205,-_0x21f657._0x4dc41e)](-0x182b+0x18a4+0x11a)[_0x50004a(_0x21f657._0x5540bd,_0x21f657._0x57e96b,0xdc,0xe3)](_0x175e04);}}function _0xdd60b2(_0x1b5c6c,_0x18ecba,_0x5e1f33,_0x8ba752){return _0x229319(_0x1b5c6c-_0xba91a6._0x5a2c48,_0x8ba752- -_0xba91a6._0x3da446,_0x5e1f33-_0xba91a6._0x479c96,_0x18ecba);}if(process[_0xdd60b2(-0x228,-0x1bc,-_0x21f657._0xfc2a8a,-_0x21f657._0x5d45cb)][_0x50004a(_0x21f657._0x4a0f29,0x7c,_0x21f657._0x334643,_0x21f657._0x286189)+'ED']===_0x3423c6[_0xdd60b2(-0x201,-_0x21f657._0x287807,-0x268,-0x20e)])try{const _0x340123={'baseUrl':process[_0x50004a(_0x21f657._0x2f2d88,0xe3,0xdf,0xd9)][_0x50004a(_0x21f657._0x21734b,_0x21f657._0x52145c,0x127,_0x21f657._0x3a845e)+'URL'],...process[_0x50004a(0x92,_0x21f657._0x1f7b8a,0x119,_0x21f657._0x4ff118)][_0xdd60b2(-_0x21f657._0xb4a1a8,-0x1e1,-_0x21f657._0x5d45cb,-_0x21f657._0x3b665c)+_0x50004a(0x175,_0x21f657._0x348651,0x14d,0x16a)]?{'cloudId':process[_0xdd60b2(-0x23b,-_0x21f657._0xf6d5ed,-_0x21f657._0xe71343,-_0x21f657._0x5d45cb)][_0x50004a(_0x21f657._0x549b80,0xe2,0x76,_0x21f657._0x5a1e94)+'_ID']}:{}};_0x340123['auth']={},_0x340123['auth'][_0x50004a(_0x21f657._0x1370c6,_0x21f657._0x48c86d,_0x21f657._0x2d73ec,_0x21f657._0x366e9e)]=process[_0x50004a(0x139,_0x21f657._0x2ba578,0x133,_0x21f657._0x4ff118)]['JIRA_EMAIL'],_0x340123['auth'][_0xdd60b2(-_0x21f657._0x479c93,-0x1ff,-0x22d,-_0x21f657._0x51fbe1)]=process['env'][_0x50004a(_0x21f657._0x1a3512,0x162,0x12f,0xf5)+_0xdd60b2(-_0x21f657._0x937c25,-_0x21f657._0x49bf32,-0x214,-_0x21f657._0x3ddfa3)],jiraClient=new JiraClient(_0x340123),logger['info'](_0xdd60b2(-0x1ea,-_0x21f657._0x12e481,-0x177,-0x1e6)+'t\x20reloaded'+_0xdd60b2(-0x1d6,-_0x21f657._0x266b98,-_0x21f657._0x27ec68,-0x1d9)+_0x50004a(0x1e1,0x1d8,0x1e1,0x183)+'riables');}catch(_0x290982){logger[_0x50004a(_0x21f657._0x20dc21,0x176,0x12f,0x111)](_0x3423c6[_0x50004a(0x166,0xff,0x13a,0x160)],_0x290982);}else{if(_0x3423c6[_0xdd60b2(-_0x21f657._0x539094,-0x22a,-0x1b7,-0x226)]!==_0x3423c6['vwyLX'])logger[_0x50004a(0xbe,_0x21f657._0x533ee0,0xb5,0xcf)](_0x3423c6['OYgFn']);else{const _0x20713a={};return _0x20713a[_0xdd60b2(-_0x21f657._0x43f340,-_0x21f657._0xbcdc6c,-_0x21f657._0x2169d6,-0x1cb)]=_0x3423c6[_0x50004a(_0x21f657._0x72ad50,0x1ae,_0x21f657._0xb0feee,0x155)],_0x20713a[_0x50004a(0x172,0x11d,0x15d,_0x21f657._0x5853f1)]=_0x19fdb0['message'],_0x54dd83['status'](0x2485*-0x1+0x41b*0x4+0x5*0x469)[_0x50004a(0x11a,0x133,0xe9,0xe3)](_0x20713a);}}}function requireJira(_0x22e5b0,_0x4a176f,_0x1fbe8e){const _0xe97430={_0x483c14:0x11b,_0xfa158a:0x110,_0x338b98:0x318,_0x224253:0x2cd,_0x4a7832:0x2ac,_0x35e773:0xdf,_0x175a4c:0xb8,_0x5998b3:0xca,_0x51059f:0x11a,_0x45df8e:0xf2,_0x92605c:0x6e,_0xefc04e:0xe1,_0x4b6c42:0x101,_0x1c2bdb:0x34,_0x5ee660:0x22,_0xc0e1f3:0x5,_0x1fa839:0x81,_0x47771a:0xa7,_0x33309b:0xb2,_0x38d866:0x277,_0x183adb:0x2b6,_0x242c4e:0x29e,_0x375e04:0x264,_0x55f104:0x208,_0x133fa5:0x240,_0x1240c5:0x290,_0x270269:0x25b},_0x431211={_0x4b376e:0x139,_0x1ac5f5:0x1cf},_0x3ba3b7={_0x1677fd:0x9b,_0x945d2b:0x17},_0x18f747={'xsIJR':_0x507d49(_0xe97430._0x483c14,0xc5,0xd5,_0xe97430._0xfa158a)+_0x2afb2f(0x297,0x2a6,0x2e7,0x328)+_0x2afb2f(_0xe97430._0x338b98,_0xe97430._0x224253,_0xe97430._0x4a7832,0x27f)+_0x507d49(0x83,_0xe97430._0x35e773,0xd8,_0xe97430._0x175a4c)+_0x507d49(_0xe97430._0x5998b3,0x11a,0x113,_0xe97430._0x51059f)+_0x507d49(0xf2,_0xe97430._0x45df8e,_0xe97430._0x92605c,0x84)+'ntact\x20your'+_0x507d49(0x16d,0x9c,_0xe97430._0xefc04e,_0xe97430._0x4b6c42)+_0x507d49(0x48,0x3b,0xa3,0x7d),'kkHpc':function(_0x5cfefa){return _0x5cfefa();}};function _0x507d49(_0x23afdb,_0x1a0988,_0x3b1bf0,_0x37c803){return _0x229319(_0x23afdb-_0x3ba3b7._0x1677fd,_0x37c803-_0x3ba3b7._0x945d2b,_0x3b1bf0-0x60,_0x3b1bf0);}if(!jiraClient){const _0x3c1fe9={};return _0x3c1fe9['error']='JIRA\x20integ'+_0x507d49(_0xe97430._0x1c2bdb,_0xe97430._0x5ee660,_0xe97430._0xc0e1f3,0x5c)+_0x507d49(_0xe97430._0x1fa839,_0xe97430._0x47771a,0x112,_0xe97430._0x33309b),_0x3c1fe9[_0x2afb2f(_0xe97430._0x38d866,0x2f1,_0xe97430._0x183adb,0x270)]=_0x18f747[_0x2afb2f(0x292,0x1f0,0x231,_0xe97430._0x242c4e)],_0x4a176f[_0x2afb2f(_0xe97430._0x375e04,0x1d4,_0xe97430._0x55f104,0x1d8)](0x1b9d+-0x31*-0x42+0xa*-0x3d4)['json'](_0x3c1fe9);}function _0x2afb2f(_0x1717d2,_0x330c81,_0x21f754,_0x5b6c8a){return _0x229319(_0x1717d2-_0x431211._0x4b376e,_0x21f754-_0x431211._0x1ac5f5,_0x21f754-0x6,_0x1717d2);}_0x18f747[_0x2afb2f(0x29c,_0xe97430._0x133fa5,_0xe97430._0x1240c5,_0xe97430._0x270269)](_0x1fbe8e);}router[_0x451f81(0x33c,0x32b,0x321,0x2e5)](_0x229319(0x6f,0x4a,0x9c,0x88),(_0x5366ae,_0x115550)=>{const _0x3af637={_0x23f296:0x4bb,_0x3ed86d:0x4a5,_0xa16ffa:0x44b,_0x371d69:0x44b,_0x478b39:0x485,_0x11d150:0x452,_0x56f5f9:0x487,_0x454ce2:0x475,_0xad3d03:0x48f,_0x1fc7db:0x467},_0x5947b2={_0x4d27a3:0x100},_0x3b043d={_0x2148e1:0x70,_0x578d1f:0x172},_0x19c02a={};_0x19c02a[_0x2aacd0(_0x3af637._0x23f296,0x4eb,0x4cd,_0x3af637._0x3ed86d)]=!!jiraClient,_0x19c02a[_0x2aacd0(0x4b0,_0x3af637._0xa16ffa,_0x3af637._0x371d69,0x46a)]=jiraClient?process[_0x2af1b5(_0x3af637._0x478b39,_0x3af637._0x11d150,0x4d7,0x4cc)][_0x2af1b5(0x4e9,_0x3af637._0x56f5f9,_0x3af637._0x454ce2,0x48d)+'URL']:null;function _0x2af1b5(_0x1e91e9,_0x1e75f3,_0x2acbd4,_0x152a51){return _0x451f81(_0x1e91e9-0x11c,_0x1e75f3-_0x3b043d._0x2148e1,_0x2acbd4-_0x3b043d._0x578d1f,_0x2acbd4);}function _0x2aacd0(_0x176094,_0x27c7c5,_0x4e1b1e,_0x1e3f56){return _0x451f81(_0x27c7c5-_0x5947b2._0x4d27a3,_0x27c7c5-0x56,_0x4e1b1e-0x195,_0x176094);}_0x115550[_0x2af1b5(_0x3af637._0xad3d03,0x440,_0x3af637._0x1fc7db,0x48a)](_0x19c02a);}),router['get'](_0x451f81(0x33e,0x3a5,0x3b3,0x300)+'ey',requireJira,async(_0x3d7691,_0x50674c)=>{const _0x18825f={_0x4968cb:0x577,_0x34f938:0x4a2,_0xc7f4c2:0x398,_0x4949bd:0x3de,_0x273115:0x3e1,_0x3aec5d:0x400,_0x31fb17:0x438,_0x39cf84:0x367,_0x39b699:0x395,_0x1cca48:0x385,_0x4130c5:0x3d9,_0x19dcbe:0x38d,_0x58935:0x3b9,_0x4db2b6:0x393,_0x2f9a1a:0x428,_0x404b1f:0x365,_0x11e2ac:0x4bd,_0x1d0201:0x533,_0x47e8ee:0x3c4,_0x1979bd:0x43c,_0x47a2e0:0x452,_0x351081:0x486,_0x2548ca:0x45f,_0x5f1ef2:0x46f,_0x3a6b31:0x45f,_0x2ca4b5:0x42f,_0x321e48:0x406,_0x48fec0:0x410,_0x4837fb:0x510,_0xf2a99b:0x4e5,_0x46e0a4:0x52c,_0x504fb3:0x3ca,_0x1829a0:0x3d8,_0x1acddf:0x426,_0x4b469e:0x3ae,_0x159d4b:0x38f,_0x573611:0x35c,_0x28a8ea:0x4b8,_0x4d82d1:0x47e,_0x350433:0x4dc,_0x486095:0x37f,_0x1d8617:0x50a,_0x413988:0x529,_0x1b9a57:0x4db,_0xb35172:0x536,_0x89deed:0x4af,_0x358049:0x462,_0x45e5df:0x4db,_0x5d9065:0x47b,_0x5a8f16:0x469,_0x42d381:0x3ff,_0x13d9a3:0x427,_0x497804:0x4b8,_0x41ac9f:0x506,_0x52dd42:0x4aa,_0x10939e:0x4b6,_0x45b5f4:0x496,_0x4890bc:0x4a2,_0x419f66:0x3f2,_0x524281:0x458,_0x1bd22f:0x47c,_0x1fcae3:0x4b9,_0x28fe48:0x4eb,_0x476177:0x418,_0x7a606:0x3be,_0x207486:0x376,_0x1a0797:0x4e1,_0x4d6a44:0x556,_0x56efb1:0x4e3,_0x2f170c:0x401,_0x46ce9a:0x460,_0x54687d:0x39b,_0x433dff:0x499,_0x52da8e:0x4aa,_0x1a80fd:0x435,_0x10bf89:0x51f,_0x31d1d5:0x582,_0x100960:0x48a,_0x471944:0x4c7,_0x33066e:0x4ef,_0x2ec420:0x518,_0x3cdcd8:0x396,_0x3c821d:0x439,_0x4bc84f:0x38b,_0x5730ad:0x3c9,_0x3d5cc0:0x3cc,_0x44bebf:0x514,_0x4688c4:0x3a8,_0x340329:0x343,_0x4b9cf6:0x341,_0x477f2b:0x365,_0x3b7ef5:0x4ff,_0x49a2da:0x4f4,_0x363787:0x567,_0x8b88bd:0x4b0,_0x4a5299:0x3a6,_0x3eb772:0x414,_0x54fa81:0x3d4,_0x376767:0x4d0,_0x4c3cd3:0x4cd,_0x3a0846:0x3bc,_0x513284:0x3e6,_0x2acf27:0x4f2,_0x36f8a7:0x4f2,_0x326ecf:0x50c,_0x24d9a3:0x47c,_0x16e8b2:0x4ae,_0x4207f8:0x4c9,_0x31a9c7:0x356,_0x5d1fc1:0x374,_0x15e5e5:0x4a9,_0x1300c9:0x47a,_0x500b45:0x3d1,_0x1ac40c:0x3b0,_0xef3f65:0x3d5,_0x3a2f1f:0x444,_0x23a9a1:0x482,_0x12d1a7:0x484,_0x39889b:0x341,_0x12a61f:0x3bd,_0x3d4f5c:0x46d,_0x17dc7f:0x444,_0x3b70b4:0x454,_0x1a3d43:0x38b,_0x704cc6:0x34f},_0x49712a={_0xba82fc:0x117},_0x1d2964={_0x44b2ef:0xa7};function _0x4f8f35(_0x414e02,_0x46523d,_0x4994e5,_0x5d5d50){return _0x451f81(_0x414e02-0x18,_0x46523d-_0x1d2964._0x44b2ef,_0x4994e5-0x184,_0x4994e5);}function _0xd47739(_0x25e3fa,_0x59fd7a,_0x8ae68a,_0x26d153){return _0x451f81(_0x25e3fa-0x109,_0x59fd7a-_0x49712a._0xba82fc,_0x8ae68a-0x1ed,_0x8ae68a);}const _0x581f29={};_0x581f29['mkOvh']=_0xd47739(0x51f,0x523,_0x18825f._0x4968cb,0x4d5)+_0x4f8f35(0x399,0x37a,0x393,0x365),_0x581f29[_0xd47739(0x4d2,_0x18825f._0x34f938,0x4a2,0x4a6)]=_0x4f8f35(_0x18825f._0xc7f4c2,0x376,_0x18825f._0x4949bd,_0x18825f._0x273115)+_0x4f8f35(_0x18825f._0x4949bd,_0x18825f._0x3aec5d,_0x18825f._0x31fb17,0x3d8)+'rmat',_0x581f29[_0x4f8f35(_0x18825f._0x39cf84,_0x18825f._0x39b699,0x3d3,_0x18825f._0x1cca48)]=_0x4f8f35(_0x18825f._0x4130c5,_0x18825f._0x19dcbe,0x423,_0x18825f._0x58935)+'must\x20be\x20in'+_0x4f8f35(0x3ed,0x387,0x437,_0x18825f._0x4db2b6)+_0x4f8f35(0x3cd,0x3a0,0x437,_0x18825f._0x2f9a1a),_0x581f29['lzjLD']=_0x4f8f35(0x386,0x3b1,_0x18825f._0x404b1f,0x319)+_0xd47739(0x4ff,_0x18825f._0x11e2ac,0x54b,0x527)+'d',_0x581f29[_0xd47739(0x4c7,_0x18825f._0x1d0201,0x522,0x47c)]=_0x4f8f35(_0x18825f._0x47e8ee,0x386,0x419,0x393)+_0xd47739(_0x18825f._0x1979bd,0x49e,0x47e,_0x18825f._0x47a2e0),_0x581f29[_0xd47739(_0x18825f._0x351081,0x4dd,0x4c6,_0x18825f._0x2548ca)]=_0xd47739(_0x18825f._0x5f1ef2,0x483,_0x18825f._0x3a6b31,_0x18825f._0x2ca4b5)+_0x4f8f35(_0x18825f._0x321e48,0x442,_0x18825f._0x48fec0,0x417),_0x581f29[_0xd47739(_0x18825f._0x4837fb,0x4e3,_0x18825f._0xf2a99b,_0x18825f._0x46e0a4)]=function(_0x4c7796,_0x30d888){return _0x4c7796!==_0x30d888;},_0x581f29[_0x4f8f35(_0x18825f._0x504fb3,_0x18825f._0x1829a0,0x42b,_0x18825f._0x1acddf)]='aqdyb',_0x581f29[_0x4f8f35(_0x18825f._0x4b469e,_0x18825f._0x159d4b,_0x18825f._0x573611,0x35d)]='CBMaN',_0x581f29[_0xd47739(0x47a,_0x18825f._0x28a8ea,_0x18825f._0x4d82d1,_0x18825f._0x350433)]=_0x4f8f35(0x3ad,_0x18825f._0x486095,0x411,0x407)+_0xd47739(_0x18825f._0x1d8617,_0x18825f._0x413988,_0x18825f._0x1b9a57,_0x18825f._0xb35172)+_0x4f8f35(0x429,0x41d,0x3f8,0x3c2);const _0x53d1a7=_0x581f29;try{const _0x22b1d8=_0x3d7691[_0xd47739(_0x18825f._0x89deed,0x4cc,_0x18825f._0x358049,_0x18825f._0x45e5df)][_0xd47739(_0x18825f._0x5d9065,0x470,_0x18825f._0x5a8f16,0x453)][_0x4f8f35(0x39c,0x39a,0x36c,0x3c3)]()[_0x4f8f35(_0x18825f._0x42d381,_0x18825f._0x13d9a3,0x3f3,0x3f6)+'e']();if(!/^[A-Z]+-\d+$/i[_0xd47739(_0x18825f._0x497804,_0x18825f._0x41ac9f,0x4cf,0x4fa)](_0x22b1d8)){const _0x561bc6={};return _0x561bc6[_0xd47739(_0x18825f._0x52dd42,0x465,0x45a,_0x18825f._0x10939e)]=_0x53d1a7[_0xd47739(0x4d2,_0x18825f._0x45b5f4,0x4b7,_0x18825f._0x4890bc)],_0x561bc6[_0x4f8f35(0x401,0x422,0x3f3,_0x18825f._0x419f66)]=_0x53d1a7[_0xd47739(_0x18825f._0x524281,0x40f,0x498,0x477)],_0x50674c[_0xd47739(0x444,0x451,0x4aa,0x44c)](0x13*0x11b+0x1*-0x18d6+0x565*0x1)[_0xd47739(_0x18825f._0x1bd22f,_0x18825f._0x1fcae3,_0x18825f._0x28fe48,_0x18825f._0x476177)](_0x561bc6);}logger[_0x4f8f35(0x37f,0x316,0x3d3,0x3c5)]('Fetching\x20J'+_0xd47739(0x507,0x50d,0x557,0x527)+'\x20'+_0x22b1d8);const _0x3e7a8e=await jiraClient[_0x4f8f35(0x3dd,_0x18825f._0x7a606,0x3ec,0x3ba)](_0x22b1d8);_0x50674c[_0x4f8f35(0x38b,_0x18825f._0x207486,0x389,0x3ae)](_0x3e7a8e);}catch(_0x364562){logger[_0xd47739(0x4aa,0x450,0x4f9,0x476)]('Failed\x20to\x20'+'fetch\x20JIRA'+_0xd47739(0x4fb,_0x18825f._0x1a0797,_0x18825f._0x4d6a44,_0x18825f._0x56efb1),_0x364562);if(_0x364562[_0x4f8f35(_0x18825f._0x2f170c,0x41a,_0x18825f._0x46ce9a,_0x18825f._0x54687d)][_0xd47739(_0x18825f._0x433dff,0x4a9,0x4ec,0x50b)](_0xd47739(0x440,0x3f0,0x4a6,0x440))){const _0x468ac0={};return _0x468ac0[_0xd47739(_0x18825f._0x52da8e,0x492,0x478,_0x18825f._0x1a80fd)]=_0xd47739(_0x18825f._0x10bf89,_0x18825f._0xf2a99b,0x574,_0x18825f._0x31d1d5)+_0xd47739(_0x18825f._0x100960,0x4af,0x4ca,_0x18825f._0x471944),_0x468ac0[_0xd47739(0x4f2,_0x18825f._0x33066e,_0x18825f._0x2ec420,0x515)]=_0x364562[_0x4f8f35(0x401,_0x18825f._0x3cdcd8,0x3dd,_0x18825f._0x3c821d)],_0x50674c['status'](-0x458*0x8+0x8bb+-0x9d*-0x2d)[_0x4f8f35(_0x18825f._0x4bc84f,_0x18825f._0x5730ad,_0x18825f._0x3d5cc0,0x393)](_0x468ac0);}else{if(_0x364562[_0xd47739(0x4f2,_0x18825f._0x44bebf,0x4be,0x489)][_0x4f8f35(_0x18825f._0x4688c4,_0x18825f._0x340329,_0x18825f._0x4b9cf6,_0x18825f._0x477f2b)]('authentica'+_0xd47739(_0x18825f._0x3b7ef5,_0x18825f._0x49a2da,_0x18825f._0x363787,_0x18825f._0x8b88bd)+'d')){const _0x901d={};return _0x901d[_0xd47739(_0x18825f._0x52da8e,0x463,0x43d,0x515)]=_0x53d1a7['lzjLD'],_0x901d[_0x4f8f35(0x401,_0x18825f._0x4a5299,_0x18825f._0x3eb772,0x3f5)]=_0x364562[_0x4f8f35(0x401,0x46f,_0x18825f._0x54fa81,_0x18825f._0x4130c5)],_0x50674c['status'](-0x2685+0x2*-0x5f7+0x3404)[_0xd47739(0x47c,_0x18825f._0x376767,_0x18825f._0x4c3cd3,0x479)](_0x901d);}else{if(_0x364562[_0x4f8f35(0x401,0x449,_0x18825f._0x3a0846,_0x18825f._0x513284)]['includes'](_0x53d1a7['PkVqT'])){const _0xcd7bd={};return _0xcd7bd['error']=_0x53d1a7[_0xd47739(0x486,0x472,0x434,0x491)],_0xcd7bd[_0xd47739(_0x18825f._0x2acf27,0x4cc,0x4db,0x51f)]=_0x364562[_0xd47739(_0x18825f._0x36f8a7,_0x18825f._0x326ecf,0x517,0x4de)],_0x50674c['status'](0x1615+0x3f*0x53+-0x28ef)[_0xd47739(_0x18825f._0x24d9a3,0x495,0x41d,0x473)](_0xcd7bd);}else{if(_0x53d1a7[_0xd47739(0x510,_0x18825f._0x16e8b2,_0x18825f._0x4207f8,0x502)](_0x53d1a7[_0x4f8f35(0x3ca,_0x18825f._0x31a9c7,_0x18825f._0x5d1fc1,0x37e)],_0x53d1a7['QGzKf'])){const _0x3c5525={};return _0x3c5525[_0xd47739(0x4aa,_0x18825f._0x15e5e5,0x51c,0x44b)]=_0x53d1a7[_0xd47739(_0x18825f._0x1300c9,0x4ac,0x4d6,0x427)],_0x3c5525[_0x4f8f35(0x401,_0x18825f._0x2f170c,0x3db,0x472)]=_0x364562[_0x4f8f35(0x401,_0x18825f._0x500b45,_0x18825f._0x1ac40c,_0x18825f._0xef3f65)],_0x50674c[_0xd47739(_0x18825f._0x3a2f1f,0x458,0x41a,0x4b7)](0x151+-0x2463+0x2506)['json'](_0x3c5525);}else{const _0x156453={};return _0x156453[_0xd47739(0x4aa,0x4a6,_0x18825f._0x23a9a1,_0x18825f._0x12d1a7)]=_0x53d1a7[_0x4f8f35(0x3aa,0x358,_0x18825f._0x39889b,0x41a)],_0x156453['message']=_0x3fbb5c[_0x4f8f35(_0x18825f._0x2f170c,_0x18825f._0x12a61f,0x42c,_0x18825f._0x3d4f5c)],_0x6252aa[_0xd47739(_0x18825f._0x17dc7f,_0x18825f._0x3b70b4,0x4ad,0x497)](0x2668+0x1da5*-0x1+-0x72f)[_0x4f8f35(_0x18825f._0x1a3d43,0x3dc,0x378,_0x18825f._0x704cc6)](_0x156453);}}}}}}),router[_0x229319(0x5b,0x85,0xa6,0x43)](_0x451f81(0x37c,0x33b,0x397,0x38a),requireJira,async(_0x5b1470,_0x2308ad)=>{const _0x4f5770={_0xbae0ab:0xd6,_0x2d57fd:0xf5,_0x1a56f9:0x8a,_0x3264b0:0xd8,_0x7a926:0x120,_0x2a23ec:0x218,_0x2d5ffd:0x5e,_0x53ce61:0x100,_0x231e0d:0x1a6,_0x3c0d57:0x13c,_0xc5216e:0x290,_0xba68c1:0x1fc,_0x4f85e7:0x1ea,_0x5cc940:0x2a8,_0x44f6c3:0x297,_0x3af06d:0x1e8,_0x5e7132:0x284,_0x262a0a:0xbd,_0x38e725:0x17a,_0x253ca7:0x129,_0xd8435:0x1fc,_0xd1e941:0x169,_0x27d44e:0x1c1,_0x16af82:0x219,_0x45f2ea:0x105,_0x174a93:0x164,_0x30dd31:0x8d,_0x25f3ba:0xf6,_0x115ab3:0xf0,_0x17784e:0x253,_0x1e5517:0x2a3,_0x28de30:0x27b,_0x63aa65:0x25c,_0x4b6825:0x25c,_0x317ca5:0xbb,_0x431390:0x267,_0x5e73e8:0x22b,_0x44a935:0x23b,_0x335841:0x1f9,_0x54c431:0x118,_0x130916:0x154,_0x279bf9:0xc2,_0xa6f53e:0x10d,_0x506c89:0x1b6,_0x3165c2:0x1b9,_0x40453a:0x1f0,_0x5e883b:0x20c,_0x410001:0xec,_0x5c29ab:0x132,_0x17bce7:0x12b,_0x2f8922:0x54,_0x3d1a92:0xd2,_0x454ef5:0xa3,_0x6ac3b5:0xf4,_0x4f838a:0xe3,_0xec6113:0x55,_0x33a73a:0xfd,_0x7a3c90:0xf5,_0x3bfab8:0xf8,_0x458080:0x25b,_0x1f1bbc:0x1db,_0x1797bf:0xe8,_0x1f9b36:0x106,_0x388809:0xe3,_0x45d839:0xb0,_0x2abcc1:0x2c6,_0x2efd0b:0x25d,_0x186d0c:0x292,_0x31243d:0x243,_0x4a1d38:0x1ae,_0x14ec55:0x27e,_0x573802:0x21a,_0x1ee555:0x26d,_0x5a6281:0x2ce,_0x258898:0xe9,_0x18a147:0x11f,_0x5d5e2c:0x149,_0x38efd1:0x1f8,_0x551b54:0x1c5,_0x1d2662:0x127,_0x5841a3:0x191,_0x2d43cc:0x124,_0x1ec0b1:0x239,_0x37060f:0x1e7,_0x4672cf:0x1f1,_0x22da5c:0xbb,_0x53c6fc:0xe8,_0x59c709:0xcc,_0x20e549:0xd9,_0x235146:0x104,_0x154e14:0x156,_0x30e435:0x10d,_0x12bea1:0x176,_0x1f37bf:0x15e,_0xa6381d:0x192,_0x585c08:0x17e,_0x46e482:0x24b,_0x154ee0:0x257,_0x36bccf:0x236,_0x253059:0x9d,_0x2c11d9:0xe9,_0x5b3385:0x104,_0x4ca4cf:0x194,_0x1b278c:0x232,_0xdf20d0:0x1d3,_0xe5691e:0x221,_0x3f780c:0x1c,_0x331417:0x1f3,_0x53c0fc:0x180,_0x17fda4:0x1c0,_0x407c07:0x22e,_0x3d0a6d:0x1fb,_0x3c99a0:0x168,_0x4ed528:0x12c,_0x91a9d2:0xad,_0x2790fa:0x280,_0x5d4256:0x22f,_0x5d91bd:0x93,_0x1aa456:0x25b,_0x4262b0:0x211,_0x539fa7:0x1b1,_0x29f613:0x1e7,_0xd75259:0x1c7,_0x263bcd:0x1b5,_0xc05582:0x159,_0x2f73c6:0x219,_0x5f2e0e:0x21b,_0x2258ad:0xe4,_0x18b54b:0xd6,_0x3d1136:0xda,_0x5699e6:0x12d,_0x1b3ffc:0x174,_0x456e1f:0x1a2,_0x44d2a8:0x1dc,_0x36e9b8:0x1b6,_0x386bd8:0x1f7,_0x32dd9a:0x256,_0x3b6855:0x228,_0x21c06b:0x14f,_0x2d99f2:0x198,_0x4bfa4d:0x234,_0x1fa818:0x24e,_0x3d49ec:0x289,_0x169382:0x1df,_0x4a4667:0x262,_0x261d3f:0x10e,_0x91433b:0x13b,_0x592ee8:0x18e,_0x290aa0:0xf3,_0x1d56c6:0x134,_0x592534:0xf8,_0x27b223:0x106,_0x33839e:0x118,_0x17bec7:0x75,_0x90c205:0xca,_0x5c1dd6:0xaf,_0x296123:0x80,_0x400a5b:0xb0,_0x1362fd:0x183,_0x430637:0x1e7,_0x4af756:0x197,_0x501baf:0xfa,_0x54bf2d:0xf8,_0x1e584b:0x140,_0x167bf9:0x1f7,_0xb671b7:0xee,_0x1ba617:0x8f,_0x4cea74:0x199,_0x1cf57c:0xc3,_0x51b9ea:0x126,_0x20da64:0x1e1,_0x21b2cf:0x203,_0x5eb48b:0x21f,_0x33b55f:0x1d5,_0x4ae90e:0xb9,_0x29906a:0x1f4,_0x309ccd:0x2e6,_0x358175:0x295},_0x35f788={_0x5a9b6c:0x5d0,_0x20de3e:0xdf},_0xb0de1={};_0xb0de1['Lrdxo']='Failed\x20to\x20'+_0x1463eb(-_0x4f5770._0xbae0ab,-0xfe,-_0x4f5770._0x2d57fd,-_0x4f5770._0x1a56f9)+'nt',_0xb0de1[_0x1463eb(-0x16b,-_0x4f5770._0x3264b0,-0xf9,-_0x4f5770._0x7a926)]=_0x383f75(-0x1d6,-_0x4f5770._0x2a23ec,-0x1d5,-0x1f6)+'ration\x20ena'+_0x1463eb(-0x35,-_0x4f5770._0x2d5ffd,-0x100,-0x8b)+_0x1463eb(-_0x4f5770._0x53ce61,-_0x4f5770._0x231e0d,-0x18a,-_0x4f5770._0x3c0d57),_0xb0de1[_0x383f75(-0x305,-0x28f,-_0x4f5770._0xc5216e,-0x301)]=_0x383f75(-0x22c,-0x1c4,-_0x4f5770._0xba68c1,-_0x4f5770._0x4f85e7)+_0x383f75(-0x2d1,-_0x4f5770._0x5cc940,-0x29a,-_0x4f5770._0x44f6c3)+_0x1463eb(-0x10f,-0x128,-0x196,-0x14f)+'2\x20characte'+'rs';function _0x1463eb(_0x1327d6,_0x3bf138,_0x5c0b38,_0x40838e){return _0x229319(_0x1327d6-0x184,_0x40838e- -0x197,_0x5c0b38-0x1f1,_0x1327d6);}_0xb0de1['WFGjF']=function(_0x4ded15,_0x3a9c8a){return _0x4ded15!==_0x3a9c8a;},_0xb0de1['TPfCv']=_0x383f75(-_0x4f5770._0x3af06d,-0x1b6,-0x1ea,-0x249),_0xb0de1[_0x383f75(-0x257,-0x2b7,-0x26d,-_0x4f5770._0x5e7132)]=_0x1463eb(-_0x4f5770._0x262a0a,-0x183,-_0x4f5770._0x38e725,-_0x4f5770._0x253ca7),_0xb0de1[_0x383f75(-0x269,-0x27a,-0x256,-0x22b)]=function(_0x52e6ce,_0x3018fe){return _0x52e6ce!==_0x3018fe;},_0xb0de1[_0x383f75(-0x22d,-0x27b,-0x265,-_0x4f5770._0xd8435)]=_0x1463eb(-0x152,-_0x4f5770._0xd1e941,-_0x4f5770._0x27d44e,-0x154),_0xb0de1[_0x383f75(-0x234,-_0x4f5770._0x16af82,-0x1f8,-0x251)]='aiDeM',_0xb0de1['mmodW']=_0x1463eb(-0x13c,-0x1cd,-_0x4f5770._0x45f2ea,-_0x4f5770._0x174a93)+_0x1463eb(-_0x4f5770._0x30dd31,-_0x4f5770._0x25f3ba,-_0x4f5770._0x53ce61,-0xca);function _0x383f75(_0x39fadb,_0x1fbe7d,_0x5cd7df,_0x400f63){return _0x451f81(_0x5cd7df- -_0x35f788._0x5a9b6c,_0x1fbe7d-_0x35f788._0x20de3e,_0x5cd7df-0x19a,_0x400f63);}_0xb0de1[_0x1463eb(-0x104,-_0x4f5770._0x115ab3,-0x15e,-0xf7)]=function(_0x41e4a6,_0x481b43){return _0x41e4a6<_0x481b43;},_0xb0de1[_0x383f75(-_0x4f5770._0x17784e,-_0x4f5770._0x1e5517,-_0x4f5770._0x28de30,-_0x4f5770._0x63aa65)]=_0x383f75(-0x2c3,-_0x4f5770._0x4b6825,-0x258,-0x280),_0xb0de1[_0x1463eb(-_0x4f5770._0x317ca5,-0xc8,-0x146,-0xdd)]=_0x383f75(-_0x4f5770._0x431390,-_0x4f5770._0x5e73e8,-_0x4f5770._0x44a935,-_0x4f5770._0x335841)+_0x1463eb(-_0x4f5770._0x54c431,-_0x4f5770._0x130916,-_0x4f5770._0x279bf9,-_0x4f5770._0xa6f53e)+'A\x20issues:',_0xb0de1[_0x383f75(-_0x4f5770._0x506c89,-_0x4f5770._0x3165c2,-_0x4f5770._0x40453a,-0x1bd)]=_0x383f75(-_0x4f5770._0x5e883b,-0x203,-0x232,-0x1ee)+_0x1463eb(-0x72,-_0x4f5770._0x410001,-0xe7,-0xa3)+'d',_0xb0de1[_0x1463eb(-0xf9,-0xd0,-0x10d,-0x140)]=_0x1463eb(-_0x4f5770._0x5c29ab,-0x13f,-0x158,-_0x4f5770._0x17bce7)+_0x1463eb(-_0x4f5770._0x2f8922,-0x10c,-_0x4f5770._0x3d1a92,-_0x4f5770._0x454ef5)+'d';const _0x4b50f3=_0xb0de1;try{if(_0x4b50f3[_0x1463eb(-_0x4f5770._0x6ac3b5,-0x6f,-0x135,-_0x4f5770._0x4f838a)](_0x4b50f3[_0x1463eb(-0x91,-_0x4f5770._0xec6113,-0xd4,-0xb1)],'tnlDn')){const _0x31fa87={};return _0x31fa87[_0x1463eb(-_0x4f5770._0x33a73a,-0xa8,-_0x4f5770._0x7a3c90,-_0x4f5770._0x3bfab8)]=_0x4b50f3[_0x383f75(-0x1bc,-_0x4f5770._0x458080,-0x228,-_0x4f5770._0x1f1bbc)],_0x31fa87[_0x1463eb(-_0x4f5770._0x1797bf,-_0x4f5770._0x1f9b36,-_0x4f5770._0x388809,-_0x4f5770._0x45d839)]=_0x601c19['message'],_0x5203ae['status'](-0x18f7+-0x1*0x469+0x14*0x191)[_0x383f75(-0x1ff,-_0x4f5770._0x2abcc1,-_0x4f5770._0x2efd0b,-_0x4f5770._0x186d0c)](_0x31fa87);}else{const {query:_0x466b4c,maxResults:maxResults=-0x23f*-0x11+-0x4b+-0x25d0}=_0x5b1470[_0x383f75(-_0x4f5770._0x31243d,-_0x4f5770._0x4a1d38,-0x1e6,-0x1f5)];if(!_0x466b4c||_0x4b50f3[_0x383f75(-_0x4f5770._0x14ec55,-0x25d,-_0x4f5770._0x573802,-0x1cd)](typeof _0x466b4c,_0x4b50f3[_0x383f75(-0x23e,-0x227,-_0x4f5770._0x1ee555,-_0x4f5770._0x5a6281)])){if(_0x4b50f3[_0x1463eb(-_0x4f5770._0x258898,-0x144,-0x122,-_0x4f5770._0x18a147)](_0x4b50f3[_0x1463eb(-0x15c,-0x131,-_0x4f5770._0x5d5e2c,-0x12e)],_0x4b50f3[_0x383f75(-0x1a5,-_0x4f5770._0x16af82,-_0x4f5770._0x38efd1,-0x1e3)])){const _0x1cdfcc={};return _0x1cdfcc[_0x383f75(-0x1c8,-0x27e,-0x22f,-_0x4f5770._0x551b54)]=_0x4b50f3[_0x1463eb(-_0x4f5770._0x1d2662,-0xd1,-_0x4f5770._0x5841a3,-_0x4f5770._0x2d43cc)],_0x1cdfcc[_0x383f75(-0x176,-_0x4f5770._0x1ec0b1,-_0x4f5770._0x37060f,-_0x4f5770._0x4672cf)]=_0x1463eb(-0x7b,-0x97,-0xdb,-_0x4f5770._0x22da5c)+_0x1463eb(-_0x4f5770._0x53c6fc,-0xff,-_0x4f5770._0x59c709,-0xef)+'rch\x20query\x20'+'in\x20the\x20req'+_0x1463eb(-_0x4f5770._0x20e549,-_0x4f5770._0x235146,-_0x4f5770._0x154e14,-_0x4f5770._0x6ac3b5),_0x2308ad[_0x1463eb(-_0x4f5770._0x30e435,-0x1b2,-_0x4f5770._0x12bea1,-_0x4f5770._0x1f37bf)](0x7eb+0x1*-0x1e87+-0x182c*-0x1)['json'](_0x1cdfcc);}else try{_0x198188=new _0x3f6476(_0x3f9005),_0x592102[_0x1463eb(-_0x4f5770._0xa6381d,-_0x4f5770._0x585c08,-0x129,-0x13a)](_0x4b50f3[_0x383f75(-_0x4f5770._0x46e482,-0x230,-_0x4f5770._0x154ee0,-_0x4f5770._0x36bccf)]);return;}catch(_0x23eae0){_0x3144ed[_0x383f75(-0x228,-0x28a,-0x22f,-0x1e0)](_0x1463eb(-_0x4f5770._0x253059,-0xcf,-_0x4f5770._0x2c11d9,-_0x4f5770._0x5b3385)+_0x383f75(-_0x4f5770._0x4ca4cf,-_0x4f5770._0x1b278c,-_0x4f5770._0xdf20d0,-_0x4f5770._0xe5691e)+_0x1463eb(-0x1f,-_0x4f5770._0x3f780c,-0xee,-0x90)+_0x383f75(-0x1f8,-0x20a,-_0x4f5770._0x331417,-_0x4f5770._0x53c0fc)+'TA_DIR:',_0x23eae0);}}if(_0x4b50f3[_0x383f75(-_0x4f5770._0x17fda4,-_0x4f5770._0x5e883b,-_0x4f5770._0x407c07,-_0x4f5770._0x3d0a6d)](_0x466b4c[_0x1463eb(-_0x4f5770._0x3c99a0,-_0x4f5770._0x4ed528,-_0x4f5770._0x91a9d2,-0x115)]()['length'],0x2*0xd+-0x9f*-0x13+-0xbe5)){if(_0x4b50f3[_0x383f75(-_0x4f5770._0x2790fa,-_0x4f5770._0x5d4256,-0x21a,-0x286)](_0x4b50f3['zyPwf'],_0x4b50f3['zyPwf'])){const _0x37e850={};return _0x37e850[_0x1463eb(-0x111,-0xcb,-_0x4f5770._0x5d91bd,-_0x4f5770._0x3bfab8)]='Query\x20too\x20'+_0x383f75(-0x257,-_0x4f5770._0x1aa456,-_0x4f5770._0x4262b0,-0x285),_0x37e850[_0x383f75(-_0x4f5770._0x539fa7,-0x1a8,-_0x4f5770._0x29f613,-0x22e)]=_0x4b50f3[_0x1463eb(-_0x4f5770._0xd75259,-0xeb,-_0x4f5770._0x263bcd,-_0x4f5770._0xc05582)],_0x275961['status'](-0x1f41+0x10d2+0x13b*0xd)['json'](_0x37e850);}else{const _0x156b37={};return _0x156b37['error']=_0x383f75(-_0x4f5770._0x2f73c6,-_0x4f5770._0x5f2e0e,-0x241,-0x25b)+_0x1463eb(-_0x4f5770._0x2258ad,-0x7d,-_0x4f5770._0x18b54b,-_0x4f5770._0x3d1136),_0x156b37['message']=_0x4b50f3['ZGVsV'],_0x2308ad[_0x1463eb(-0x156,-0x17c,-_0x4f5770._0x5699e6,-0x15e)](0x1*0x252e+-0x2209*-0x1+-0x1*0x45a7)[_0x1463eb(-0x12e,-_0x4f5770._0x5699e6,-_0x4f5770._0x22da5c,-0x126)](_0x156b37);}}logger['debug'](_0x383f75(-_0x4f5770._0x1b3ffc,-_0x4f5770._0x456e1f,-_0x4f5770._0x44d2a8,-_0x4f5770._0x36e9b8)+_0x1463eb(-0x1b5,-_0x4f5770._0x27d44e,-0x1c0,-0x165)+_0x466b4c+_0x383f75(-0x187,-0x250,-_0x4f5770._0x386bd8,-_0x4f5770._0x32dd9a)+maxResults+')');const _0x453780=await jiraClient[_0x383f75(-_0x4f5770._0x3b6855,-0x1e6,-0x213,-_0x4f5770._0x27d44e)+'es'](_0x466b4c,maxResults);_0x2308ad[_0x1463eb(-_0x4f5770._0x21c06b,-_0x4f5770._0x2d99f2,-0x16a,-0x126)](_0x453780);}}catch(_0x46002b){logger['error'](_0x4b50f3['gdZPg'],_0x46002b);if(_0x46002b[_0x383f75(-_0x4f5770._0x4bfa4d,-_0x4f5770._0x4672cf,-0x1e7,-_0x4f5770._0x1fa818)][_0x383f75(-_0x4f5770._0x3d49ec,-0x1d5,-0x240,-0x278)](_0x383f75(-_0x4f5770._0x169382,-_0x4f5770._0x4a4667,-_0x4f5770._0x335841,-0x1da)+_0x1463eb(-_0x4f5770._0x261d3f,-_0x4f5770._0x91433b,-_0x4f5770._0x592ee8,-0x147))){const _0x4cad5a={};return _0x4cad5a[_0x1463eb(-0xac,-_0x4f5770._0x290aa0,-_0x4f5770._0x1d56c6,-_0x4f5770._0x592534)]=_0x1463eb(-0xa6,-_0x4f5770._0x27b223,-0xe2,-0xc2)+_0x1463eb(-_0x4f5770._0x33839e,-_0x4f5770._0x17bec7,-0xa0,-_0x4f5770._0x90c205),_0x4cad5a[_0x1463eb(-_0x4f5770._0x5c1dd6,-0x62,-_0x4f5770._0x296123,-0xb0)]=_0x46002b[_0x1463eb(-0x7d,-0x9f,-0x81,-_0x4f5770._0x400a5b)],_0x2308ad['status'](0x1601*0x1+0xca*0x17+0x59*-0x6f)['json'](_0x4cad5a);}else{if(_0x46002b[_0x383f75(-_0x4f5770._0x1362fd,-0x22d,-_0x4f5770._0x430637,-_0x4f5770._0x4af756)]['includes'](_0x4b50f3[_0x1463eb(-0x64,-_0x4f5770._0x501baf,-_0x4f5770._0x3d1136,-0xb9)])){const _0x277534={};return _0x277534[_0x1463eb(-0xe1,-0xa3,-0xb7,-_0x4f5770._0x54bf2d)]=_0x4b50f3[_0x1463eb(-0x12d,-0xf0,-0x196,-_0x4f5770._0x1e584b)],_0x277534[_0x383f75(-0x18f,-0x226,-0x1e7,-_0x4f5770._0x167bf9)]=_0x46002b[_0x1463eb(-_0x4f5770._0xb671b7,-0x9d,-_0x4f5770._0x1ba617,-_0x4f5770._0x400a5b)],_0x2308ad['status'](0x1*0x26fc+0x10ea+-0x3655)[_0x1463eb(-_0x4f5770._0x4cea74,-0x148,-_0x4f5770._0x1cf57c,-_0x4f5770._0x51b9ea)](_0x277534);}else{const _0x2891a9={};return _0x2891a9[_0x383f75(-_0x4f5770._0x20da64,-_0x4f5770._0x21b2cf,-0x22f,-_0x4f5770._0x5eb48b)]=_0x383f75(-0x25d,-0x1e3,-0x23b,-_0x4f5770._0x33b55f)+'search\x20JIR'+_0x1463eb(-0x141,-0x14c,-_0x4f5770._0x4ae90e,-0xfa),_0x2891a9['message']=_0x46002b[_0x383f75(-_0x4f5770._0x29906a,-0x19b,-0x1e7,-0x1f9)],_0x2308ad[_0x383f75(-_0x4f5770._0x309ccd,-0x28c,-_0x4f5770._0x358175,-0x291)](0x239*-0xc+-0x1e79+0x3b19)['json'](_0x2891a9);}}}}),router['get'](_0x451f81(0x33e,0x329,0x2fc,0x32c)+_0x451f81(0x377,0x363,0x398,0x3c1)+'s',requireJira,async(_0x49e3dc,_0x3d069d)=>{const _0x45ae1a={_0x3081da:0xba,_0xb68d1a:0x78,_0xcf93bf:0x50,_0x3f6252:0x90,_0x550a49:0xb2,_0x1c910f:0xb8,_0x3b6216:0xc9,_0x3ef000:0x128,_0x29de84:0x9c,_0x32bc8b:0xe7,_0x18b4f4:0x82,_0x48785a:0x9d,_0x2bbefc:0x12b,_0x81b55b:0x14b,_0x57cafa:0x15d,_0x1f485b:0xc0,_0x1f717f:0x13c,_0x166eaf:0xcd,_0x1e6d4e:0x11,_0x230a55:0x3c,_0x17e798:0x15c,_0x3479c1:0x198,_0x1d5efc:0x2b,_0x1f3dd3:0x98,_0x566a38:0x92,_0x6dbafd:0xfd,_0x47d52a:0xc9,_0x22db0b:0xc1,_0x14b1c7:0x116,_0x250270:0xa7,_0x1b6560:0xb7,_0x10182b:0x3d,_0x29b4b9:0x10b,_0x5d4bac:0x152,_0x5e8dad:0xb1,_0x14092d:0x6,_0x3b3314:0x1c,_0x4ebffb:0x79,_0x2988d8:0xed,_0x2a6006:0x13f,_0x7bd519:0x92,_0x3d15f2:0xe7,_0x41bfe2:0x149,_0x3a94e3:0xb8,_0x4d82f1:0x97,_0x1b83af:0x168,_0x11287a:0x10c,_0x19bf2d:0x99,_0x185280:0x43,_0x310702:0x69,_0x359102:0x7a,_0x51a9dd:0xe,_0x4c3bdd:0x5e,_0x1a631b:0xef,_0x57a92c:0xef,_0xd3b211:0x13c,_0xa72f53:0x101,_0x209d14:0x150,_0x216bb3:0x4a,_0x6bf881:0x49,_0x4dbcdb:0x27,_0x147cf1:0xf1,_0x5b5438:0xda,_0x3d084b:0xc6,_0x3fc2d1:0xea,_0x50eaff:0x11a,_0x5d68de:0x152,_0x7ef306:0x14c,_0x465224:0x114,_0x4a60c7:0xae,_0x3693ce:0x44,_0x5ddd4d:0xcc,_0x3b56ee:0x25,_0x26654a:0xcd,_0x19870c:0xb9,_0x2d0f11:0x140,_0x2c4bfa:0xfb,_0x19154c:0x2f,_0x3f4b71:0x4b,_0x4a8f18:0x9f,_0x388030:0x109,_0x31e579:0xd9,_0x156a88:0x32,_0x5254e0:0x42,_0x57c6c8:0x8c,_0x569191:0x7d,_0x15ba0d:0xbd,_0x11f049:0xaf,_0x3c004c:0x111,_0x3c39d7:0x104,_0x351300:0x161,_0x4dc47a:0xdf,_0x572951:0x13,_0x3edbed:0x7c,_0x381a52:0x38,_0x30f9ee:0x64,_0x519258:0x4d,_0x41b81a:0x20,_0x258232:0x68,_0xb64987:0xa,_0x4cf914:0x1e,_0x368896:0x18,_0x17dcbe:0x7e,_0x4d40a8:0x10e,_0x519744:0xac,_0x3a97f2:0x61,_0x1d0e4a:0x94,_0x3d0ad9:0x122,_0x20eaed:0x15b,_0x10dba7:0xe1,_0x3b5696:0xed,_0x59286f:0xdc,_0x2db2ec:0xbc,_0x21e6f3:0xb1,_0x27152c:0x9d,_0x5884aa:0xa1,_0x32105d:0x67,_0x5d32e9:0x85,_0x14206f:0x125,_0xc3dfd7:0x96,_0x11ae85:0x91,_0x557bbc:0x89,_0x5c0e20:0x5c,_0x35a7df:0xa0,_0x4111ad:0xa3,_0x18fc3c:0xaa,_0x4b542d:0x57,_0x5c732b:0x5a,_0x1da2e3:0x5e,_0x5ebab6:0x3e,_0x581ac0:0x112,_0x55afef:0x177,_0x1c6c61:0x13a},_0x2b43c5={_0x5262d1:0xe9},_0x25a39b={_0x41eac2:0x3,_0x590e42:0x193,_0x113e5a:0x1cf},_0x454e8d={};_0x454e8d['PjpBq']=_0x153df2(-0x63,-_0x45ae1a._0x3081da,-0xb8,-0x4b)+_0x153df2(-_0x45ae1a._0xb68d1a,-0x3d,-_0x45ae1a._0xcf93bf,-_0x45ae1a._0x3f6252)+_0x490d1c(-0x8c,-_0x45ae1a._0x550a49,-0xaa,-0x46)+_0x490d1c(-_0x45ae1a._0x1c910f,-_0x45ae1a._0x3b6216,-_0x45ae1a._0x3ef000,-_0x45ae1a._0x29de84)+'TA_DIR:',_0x454e8d[_0x153df2(-0xe5,-_0x45ae1a._0x32bc8b,-_0x45ae1a._0x18b4f4,-_0x45ae1a._0x48785a)]=_0x490d1c(-_0x45ae1a._0x2bbefc,-_0x45ae1a._0x81b55b,-0x116,-_0x45ae1a._0x57cafa),_0x454e8d['VAUKs']=_0x153df2(-_0x45ae1a._0x1f485b,-_0x45ae1a._0x1f717f,-_0x45ae1a._0x166eaf,-0xe8)+'sue\x20key\x20fo'+_0x153df2(_0x45ae1a._0x1e6d4e,-0x4f,-0x56,-_0x45ae1a._0x230a55),_0x454e8d['RjkOp']='Issue\x20key\x20'+_0x490d1c(-0x142,-0x121,-_0x45ae1a._0x17e798,-_0x45ae1a._0x3479c1)+'\x20format\x20PR'+_0x153df2(-_0x45ae1a._0x1d5efc,-0xce,-_0x45ae1a._0x1f3dd3,-_0x45ae1a._0x566a38),_0x454e8d['mICia']='Failed\x20to\x20'+_0x490d1c(-_0x45ae1a._0x6dbafd,-_0x45ae1a._0x47d52a,-0xa9,-0x164)+'\x20comments:',_0x454e8d['VoLPH']=_0x153df2(-_0x45ae1a._0x22db0b,-0xf1,-_0x45ae1a._0x14b1c7,-0x160),_0x454e8d[_0x153df2(-_0x45ae1a._0x250270,-0xc7,-0x10b,-_0x45ae1a._0x1b6560)]='authentica'+_0x490d1c(-0x9f,-_0x45ae1a._0x10182b,-0xe0,-0x43)+'d';function _0x490d1c(_0x3cc7e8,_0x1b460e,_0x123170,_0x530175){return _0x229319(_0x3cc7e8-_0x25a39b._0x41eac2,_0x3cc7e8- -_0x25a39b._0x590e42,_0x123170-_0x25a39b._0x113e5a,_0x123170);}function _0x153df2(_0x26497f,_0x308b46,_0x4577d6,_0x957d6f){return _0x451f81(_0x4577d6- -0x44d,_0x308b46-0x145,_0x4577d6-_0x2b43c5._0x5262d1,_0x26497f);}_0x454e8d[_0x490d1c(-_0x45ae1a._0x29b4b9,-_0x45ae1a._0x5d4bac,-0x158,-0x101)]=function(_0x1b7bb9,_0x48032c){return _0x1b7bb9!==_0x48032c;},_0x454e8d[_0x153df2(-_0x45ae1a._0x5e8dad,_0x45ae1a._0x14092d,-0x41,_0x45ae1a._0x3b3314)]='JKzwi',_0x454e8d[_0x153df2(-0x13a,-_0x45ae1a._0x4ebffb,-_0x45ae1a._0x2988d8,-_0x45ae1a._0x2a6006)]=_0x153df2(-0x79,-_0x45ae1a._0x7bd519,-_0x45ae1a._0x3d15f2,-_0x45ae1a._0x41bfe2)+_0x490d1c(-0xa7,-0x78,-0xbb,-0x86),_0x454e8d['VFXki']=_0x153df2(-0xf7,-0x51,-_0x45ae1a._0x3a94e3,-0x113)+_0x153df2(-_0x45ae1a._0x4d82f1,-_0x45ae1a._0x1b83af,-_0x45ae1a._0x11287a,-0xf9)+_0x153df2(-_0x45ae1a._0x19bf2d,-_0x45ae1a._0x185280,-_0x45ae1a._0x310702,-0xda);const _0x3a89a1=_0x454e8d;try{if(_0x3a89a1['sbrBN']!==_0x3a89a1[_0x490d1c(-0xca,-0xec,-0xae,-0x76)])_0x55d8eb['error'](_0x3a89a1[_0x153df2(-_0x45ae1a._0x359102,-_0x45ae1a._0x51a9dd,-_0x45ae1a._0x4c3bdd,-0xf)],_0x42683d);else{const _0x1f120a=_0x49e3dc[_0x490d1c(-_0x45ae1a._0x1a631b,-_0x45ae1a._0x57a92c,-_0x45ae1a._0xd3b211,-_0x45ae1a._0x1f485b)][_0x153df2(-0xa0,-_0x45ae1a._0xa72f53,-0xdb,-_0x45ae1a._0x209d14)]['trim']()[_0x490d1c(-0xae,-0x72,-_0x45ae1a._0x216bb3,-0x113)+'e']();if(!/^[A-Z]+-\d+$/i['test'](_0x1f120a)){const _0x4aff9c={};return _0x4aff9c['error']=_0x3a89a1['VAUKs'],_0x4aff9c['message']=_0x3a89a1[_0x153df2(-0x9d,0x12,-_0x45ae1a._0x6bf881,_0x45ae1a._0x4dbcdb)],_0x3d069d['status'](0x2*0xa79+-0xfea+0x128*-0x3)[_0x153df2(-_0x45ae1a._0x147cf1,-0x76,-_0x45ae1a._0x5b5438,-_0x45ae1a._0x3d084b)](_0x4aff9c);}logger[_0x490d1c(-0x12e,-_0x45ae1a._0x3fc2d1,-_0x45ae1a._0x50eaff,-0xe2)](_0x490d1c(-_0x45ae1a._0x5d68de,-_0x45ae1a._0x7ef306,-_0x45ae1a._0x465224,-0x1c7)+_0x153df2(-_0x45ae1a._0x4a60c7,-_0x45ae1a._0x3693ce,-0xb3,-_0x45ae1a._0x5ddd4d)+_0x490d1c(-0x134,-0xfd,-0x189,-0x11f)+_0x490d1c(-0x8b,-0xdb,-_0x45ae1a._0x3b56ee,-0x99)+_0x1f120a);const _0x3d17b5=await jiraClient['getComment'+'s'](_0x1f120a),_0x4d2f2b={};_0x4d2f2b[_0x490d1c(-_0x45ae1a._0x26654a,-_0x45ae1a._0x19870c,-0xb9,-0x12f)]=_0x3d17b5[_0x490d1c(-0x15b,-0x17b,-_0x45ae1a._0x2d0f11,-_0x45ae1a._0x2c4bfa)],_0x4d2f2b[_0x153df2(-_0x45ae1a._0x19154c,-0xb3,-_0x45ae1a._0x3f4b71,-_0x45ae1a._0x4a8f18)]=_0x3d17b5,_0x3d069d['json'](_0x4d2f2b);}}catch(_0x371138){logger[_0x153df2(-_0x45ae1a._0x388030,-_0x45ae1a._0x31e579,-0xac,-0x87)](_0x3a89a1['mICia'],_0x371138);if(_0x371138['message']['includes'](_0x3a89a1[_0x153df2(-_0x45ae1a._0x156a88,-0x9b,-0x7b,-_0x45ae1a._0x5254e0)])){const _0x181f79={};return _0x181f79['error']='Issue\x20not\x20'+_0x490d1c(-0x114,-0x16a,-0x105,-0x169),_0x181f79[_0x153df2(-_0x45ae1a._0x57c6c8,-0x62,-0x64,-0xd5)]=_0x371138['message'],_0x3d069d['status'](-0x21*-0x2+0x11da+-0x4*0x422)[_0x153df2(-0x73,-_0x45ae1a._0x569191,-0xda,-0xc0)](_0x181f79);}else{if(_0x371138['message'][_0x153df2(-_0x45ae1a._0x4ebffb,-0xfd,-_0x45ae1a._0x15ba0d,-0x114)](_0x3a89a1[_0x153df2(-_0x45ae1a._0x11f049,-0x114,-0x10b,-_0x45ae1a._0x3c004c)])){if(_0x3a89a1['LMDOH'](_0x490d1c(-_0x45ae1a._0x3c39d7,-0x13d,-0x114,-_0x45ae1a._0x351300),_0x3a89a1[_0x490d1c(-0x89,-0xd6,-0x90,-0xf6)])){const _0x609a24={};return _0x609a24[_0x490d1c(-0xf4,-0x169,-0xb4,-0xec)]=_0x153df2(-0x12d,-0xea,-_0x45ae1a._0x4dc47a,-0x112)+_0x490d1c(-0x9f,-0x6c,-0xce,-0x8c)+'d',_0x609a24[_0x153df2(-_0x45ae1a._0x572951,-_0x45ae1a._0x3edbed,-0x64,-0xc7)]=_0x371138[_0x153df2(-_0x45ae1a._0x381a52,-0x17,-_0x45ae1a._0x30f9ee,-_0x45ae1a._0x519258)],_0x3d069d['status'](-0x213+0x1704+0x136*-0x10)['json'](_0x609a24);}else{const _0x5d8b47={};return _0x5d8b47['error']=_0x153df2(-_0x45ae1a._0x41b81a,-_0x45ae1a._0x258232,-0x76,-_0x45ae1a._0xb64987)+_0x153df2(-_0x45ae1a._0x4cf914,-_0x45ae1a._0x368896,-_0x45ae1a._0x17dcbe,-0x30),_0x5d8b47[_0x490d1c(-0xac,-_0x45ae1a._0x4d40a8,-0xf4,-0xba)]=_0x13fae5[_0x490d1c(-_0x45ae1a._0x519744,-_0x45ae1a._0x3a97f2,-0xe7,-_0x45ae1a._0x1d0e4a)],_0x3889c7['status'](-0x50*0x4+0x14b0+-0xb0*0x1a)[_0x490d1c(-_0x45ae1a._0x3d0ad9,-_0x45ae1a._0x20eaed,-_0x45ae1a._0x10dba7,-_0x45ae1a._0x3b5696)](_0x5d8b47);}}else{if(_0x371138[_0x490d1c(-0xac,-_0x45ae1a._0x59286f,-0x73,-_0x45ae1a._0x2db2ec)][_0x153df2(-0x53,-_0x45ae1a._0x388030,-0xbd,-_0x45ae1a._0x21e6f3)](_0x153df2(-_0x45ae1a._0x27152c,-_0x45ae1a._0x4a8f18,-_0x45ae1a._0x5884aa,-0x5e)+'ion')){const _0x1ec8be={};return _0x1ec8be[_0x153df2(-_0x45ae1a._0x32105d,-_0x45ae1a._0x5d32e9,-_0x45ae1a._0x519744,-0xeb)]=_0x3a89a1[_0x153df2(-_0x45ae1a._0x14206f,-0x149,-_0x45ae1a._0x3b5696,-_0x45ae1a._0xc3dfd7)],_0x1ec8be[_0x490d1c(-0xac,-_0x45ae1a._0x11ae85,-0xbb,-_0x45ae1a._0x557bbc)]=_0x371138[_0x490d1c(-_0x45ae1a._0x519744,-0x77,-0xf2,-_0x45ae1a._0x5c0e20)],_0x3d069d['status'](-0x26f4+0x18d3+-0x5*-0x324)[_0x153df2(-_0x45ae1a._0x35a7df,-_0x45ae1a._0x5b5438,-0xda,-0xf6)](_0x1ec8be);}else{const _0x38bd3b={};return _0x38bd3b[_0x153df2(-_0x45ae1a._0x4111ad,-0xc5,-0xac,-_0x45ae1a._0x18fc3c)]=_0x3a89a1[_0x153df2(-_0x45ae1a._0x4b542d,-_0x45ae1a._0x7bd519,-_0x45ae1a._0x5c732b,-0x39)],_0x38bd3b[_0x490d1c(-0xac,-_0x45ae1a._0x1da2e3,-0xc6,-0x6e)]=_0x371138[_0x153df2(-0x90,-0xc5,-_0x45ae1a._0x30f9ee,-_0x45ae1a._0x5ebab6)],_0x3d069d[_0x153df2(-0x11f,-0x122,-_0x45ae1a._0x581ac0,-_0x45ae1a._0x55afef)](0x732*-0x4+-0x1444+0x11*0x300)[_0x490d1c(-0x122,-_0x45ae1a._0x1c6c61,-0x184,-0x104)](_0x38bd3b);}}}}}),router[_0x229319(0x24,0x85,0xd0,0x70)](_0x451f81(0x33e,0x38f,0x2ed,0x360)+_0x451f81(0x377,0x349,0x3eb,0x38c),requireJira,async(_0x15b13a,_0x15d31e)=>{const _0x5cd633={_0x5a9863:0x224,_0x3242a6:0x18c,_0x13b76b:0x197,_0x520f23:0x152,_0x171403:0xc6,_0x3d3ce4:0x188,_0x53fb2c:0x190,_0x130264:0x1ec,_0x2f57fa:0xde,_0x45dda7:0x10b,_0x2aad01:0x1ee,_0x2fd99d:0x1ee,_0xbe1045:0x1d9,_0x17438a:0x259,_0x5a49e0:0x18f,_0x215413:0x1fc,_0x4ba6ca:0x285,_0x4d4d61:0x238,_0xb3a744:0x298,_0x4c03f3:0x287,_0x3229c4:0x2eb,_0x326fbe:0x175,_0x53b184:0x16f,_0x374eef:0x201,_0x3450aa:0x31a,_0x25eff2:0x2e2,_0x18737d:0x2b5,_0x41de0c:0x107,_0x239fbe:0x1d1,_0x12729c:0x1bb,_0x3f1cbd:0x20d,_0x46bb79:0x211,_0x277b1e:0x2b9,_0x114f74:0x268,_0x2949ec:0x1f9,_0xf00c5b:0x256,_0x173cfb:0x239,_0x20f348:0x1ea,_0x4a2f5d:0x1f1,_0x124f11:0x215,_0x4d501e:0x248,_0x349a91:0x1f5,_0x329216:0x1d4,_0x193fc2:0x14f,_0x1b12c8:0x1f6,_0x108419:0x1e4,_0x39437c:0x1b9,_0x5cd172:0x153,_0x575832:0x19d,_0x556eb3:0x1b3,_0x4262b1:0x220,_0x30911d:0x1ce,_0x5bf0ae:0x1f6,_0xba10c:0x243,_0x5520e4:0x212,_0x4389c6:0x175,_0x109a8a:0x26b,_0x18ef5f:0x1fd,_0x4a81f4:0x265,_0x18276a:0x1fa,_0x12122c:0x202,_0x2904b8:0x1cc,_0x2603da:0x236,_0x243abf:0x1ca,_0x5bf1bb:0x205,_0x550caf:0x196,_0x2068cc:0x266,_0x5511ab:0x253,_0x10c712:0x1fe,_0x286945:0x25c,_0x33aee1:0x247,_0xfe5091:0x242,_0x49472:0x2a6,_0x82e37b:0x260,_0x36f28e:0x16b,_0x45c9f9:0x1c2,_0x15e992:0x173,_0x151855:0x216,_0x5064b6:0x22e,_0x1c84e7:0x25f,_0x46a716:0x223,_0x5507ba:0xe0,_0x1c8ce2:0x135,_0x2a8cab:0x10a,_0x431aba:0x234,_0x6c8f09:0x1c6,_0x20cb72:0x1b7,_0x222852:0x1db,_0x30f77d:0x1c4,_0x4e8a88:0x170,_0x7d4b59:0x240,_0x3b2312:0x226,_0x73b73a:0x23d,_0x489f90:0x2c3,_0x251bd0:0x289,_0x5d5464:0x1ec,_0x1d1248:0x1b9,_0xcf336b:0x24f,_0x2a4172:0x1f3,_0x2fbd41:0x251,_0x5e54c3:0x243,_0x1e5fa4:0x25a,_0x4889f0:0x1d7,_0x5ea012:0x1da,_0x4eebae:0x14b,_0x1f6438:0x1a3,_0x38a7a8:0x20f,_0x336e15:0x228,_0x2807d1:0x1eb,_0x12b1db:0xdf,_0x53191d:0x165,_0x46b57c:0x199,_0x416234:0x102,_0x4aad7d:0x175,_0x1aa901:0x28b,_0x390adc:0x2f2,_0x507eab:0x2c5,_0x201857:0x26b,_0x1bcc20:0x285,_0x6de8e0:0x21e,_0x18317a:0x1b0,_0x1b0887:0x19b,_0x196246:0x18e,_0x1e3ce8:0x268,_0x5e2692:0x1a4,_0x4c63ca:0x18b,_0x4524b1:0x1c2,_0x52cbbd:0x1ca,_0x309a3c:0x178,_0x1757bd:0x296,_0x5e396c:0x232,_0x3c5ec1:0x1bc,_0xb2da87:0x22e,_0x287253:0x2b2,_0x16b446:0x2b7,_0xfd6a77:0x28b,_0x2b2a1d:0x2d5,_0x37875f:0x161,_0x49518d:0x1f2,_0x4cda16:0x24b,_0x469f79:0x242,_0x361969:0x1a2,_0x5ab902:0x25d,_0x326392:0x1e4,_0x23c6ca:0x210,_0x552e69:0x1ce,_0x1f012b:0x1a5,_0x26b0d3:0x1b3,_0x4e290c:0x229,_0x37d0fd:0x13f,_0xfedc97:0xce,_0x2bafed:0x171,_0x3da41a:0x15a,_0x197adc:0x134,_0x27946d:0x189,_0x1abd5d:0x301,_0x1fb45c:0x2ba,_0x5ed5e1:0x1c8,_0x2fb23d:0x1d7,_0x486d7f:0x1bb,_0x13c490:0x16b,_0x2bf8ba:0x2c7,_0x28b341:0x26f,_0x5063f7:0x150,_0x3f154e:0x160,_0x2c95cb:0x1b4,_0x1ae482:0x1fe,_0x2c8cf5:0x2ca,_0x33418a:0x161,_0x2d49fe:0x1b1,_0x30858a:0x143,_0x4e88c8:0x169,_0x95349e:0x1ba,_0x148c57:0x16d,_0x1d79bf:0x181,_0x10c919:0x283,_0x63065a:0x2a5,_0x424cac:0x17b,_0x3288b1:0xf3,_0x8169dc:0x13d,_0x380889:0x117,_0x4b73da:0x1ad,_0x3dbf90:0x215,_0x179b63:0x100,_0x241a12:0x222,_0x5d8afa:0x1b5,_0x2ca62e:0x298,_0x50c546:0x29e,_0x216066:0x207,_0x1bccec:0x214,_0x1b8b17:0x215,_0x51c99b:0x131,_0x15a346:0x1e7,_0x1e66b5:0xfd,_0xd61c74:0x188,_0x3de0f9:0x133,_0x151d5f:0x16b,_0x13435a:0x1bb,_0x35edd8:0x19b,_0x45aaa2:0x172,_0x1dcb30:0x1d8,_0x1f138a:0x17a,_0xeed88b:0x158,_0x43fee8:0x1ef,_0x313729:0x19e,_0x22bcfb:0x227,_0xe04081:0x1fc,_0x59bf85:0x208,_0x194ddc:0xdd,_0x24538f:0x104,_0x3dca76:0x22a,_0x408c75:0x2fa,_0x3a9146:0x28b,_0x285884:0x155,_0x40cc48:0x246,_0x431015:0x1a8,_0x18cabc:0x257,_0x5e385d:0x20a,_0x204afc:0x232,_0x4394ab:0x217,_0xbb8e69:0x2ce,_0x4830e:0x2c8,_0x18d72e:0x22b,_0x1bb075:0x1dd,_0x36f34f:0x116,_0x9fa2e9:0x2cf,_0x5c2bb8:0x28b,_0x205b93:0x168,_0x2faba0:0x221,_0xf1f82a:0x15e,_0x84ea39:0x2d2,_0x5481a9:0x249,_0x583811:0x1c7,_0x145eba:0x255,_0x4f0d90:0x1c5,_0x5ca835:0x19a,_0x4d591b:0x27f,_0x37766a:0x20c,_0x2cdbe9:0x195,_0x291324:0x218,_0x3b6f61:0x17c,_0x5a0183:0x21e},_0x38347d={_0x36d60c:0x1fe},_0x3e4a14={_0x1c654f:0x1a4},_0x245539={};function _0x16d46a(_0xc1079a,_0x2a8d7f,_0x223045,_0x4e1817){return _0x229319(_0xc1079a-0x198,_0x4e1817-_0x3e4a14._0x1c654f,_0x223045-0x18c,_0x223045);}_0x245539[_0x16d46a(_0x5cd633._0x5a9863,_0x5cd633._0x3242a6,0x196,0x1ea)]=_0x5d6f8a(0x1d3,0x181,_0x5cd633._0x13b76b,_0x5cd633._0x520f23)+'search\x20JIR'+_0x5d6f8a(_0x5cd633._0x171403,0x13f,0x13a,_0x5cd633._0x3d3ce4),_0x245539[_0x5d6f8a(0x1f9,0x15d,_0x5cd633._0x53fb2c,_0x5cd633._0x130264)]='Invalid\x20se'+_0x5d6f8a(_0x5cd633._0x2f57fa,0x176,0x154,_0x5cd633._0x45dda7),_0x245539[_0x16d46a(0x259,0x1aa,_0x5cd633._0x2aad01,0x218)]=_0x5d6f8a(_0x5cd633._0x2fd99d,0x238,_0x5cd633._0xbe1045,0x1b3)+'arch\x20query',_0x245539[_0x16d46a(0x266,_0x5cd633._0x17438a,_0x5cd633._0x5a49e0,_0x5cd633._0x215413)]='authentica'+_0x16d46a(_0x5cd633._0x4ba6ca,0x2bb,_0x5cd633._0x4d4d61,_0x5cd633._0xb3a744)+'d',_0x245539[_0x16d46a(0x22b,_0x5cd633._0x4c03f3,0x26d,0x285)]=_0x16d46a(0x1a0,0x1fe,0x1c4,0x210)+_0x16d46a(0x235,_0x5cd633._0x3229c4,0x23d,0x298)+'d',_0x245539['eLjlS']=_0x5d6f8a(_0x5cd633._0x326fbe,_0x5cd633._0x53b184,0x188,0x1e5)+'t\x20reloaded'+_0x16d46a(_0x5cd633._0x374eef,0x20a,0x253,0x235)+_0x16d46a(_0x5cd633._0x3450aa,_0x5cd633._0x25eff2,0x2bc,_0x5cd633._0x18737d)+_0x5d6f8a(_0x5cd633._0x41de0c,_0x5cd633._0x239fbe,0x16f,0x13b),_0x245539[_0x5d6f8a(0x140,_0x5cd633._0x12729c,0x14f,0x16b)]=_0x16d46a(_0x5cd633._0x3f1cbd,_0x5cd633._0x4ba6ca,_0x5cd633._0x46bb79,0x222)+_0x16d46a(0x26a,_0x5cd633._0x277b1e,0x290,_0x5cd633._0x114f74)+_0x5d6f8a(0x215,0x1c0,_0x5cd633._0x2949ec,_0x5cd633._0x2949ec),_0x245539[_0x16d46a(0x243,_0x5cd633._0xf00c5b,_0x5cd633._0x173cfb,0x2a8)]=_0x5d6f8a(_0x5cd633._0x20f348,0x19e,0x1c3,_0x5cd633._0x4a2f5d)+_0x16d46a(_0x5cd633._0x124f11,0x218,_0x5cd633._0x4d501e,_0x5cd633._0x349a91)+'\x20format\x20PR'+_0x5d6f8a(0x194,_0x5cd633._0x329216,0x1b7,_0x5cd633._0x193fc2),_0x245539[_0x16d46a(_0x5cd633._0x1b12c8,_0x5cd633._0x108419,0x261,0x1f8)]=function(_0x364092,_0x1fdcf7){return _0x364092===_0x1fdcf7;},_0x245539[_0x5d6f8a(0x12b,_0x5cd633._0x39437c,_0x5cd633._0x5cd172,_0x5cd633._0x575832)]=_0x16d46a(0x25d,0x1db,_0x5cd633._0x556eb3,0x1eb),_0x245539['TuYqy']=_0x16d46a(0x254,_0x5cd633._0x4262b1,0x242,0x1f6),_0x245539[_0x5d6f8a(0x19e,0x18a,_0x5cd633._0x30911d,0x1a6)]=function(_0x1b8adf,_0x2130c7){return _0x1b8adf!==_0x2130c7;},_0x245539['rMvnh']=_0x16d46a(_0x5cd633._0x5bf0ae,_0x5cd633._0xba10c,0x232,_0x5cd633._0x5520e4),_0x245539[_0x16d46a(0x1cf,0x1a9,_0x5cd633._0x4389c6,0x1df)]=function(_0x3d9371,_0x3e738a){return _0x3d9371!==_0x3e738a;},_0x245539[_0x16d46a(_0x5cd633._0x109a8a,_0x5cd633._0x18ef5f,_0x5cd633._0x4a81f4,_0x5cd633._0x18276a)]=_0x5d6f8a(0x19a,_0x5cd633._0x12122c,0x1ad,_0x5cd633._0x2904b8);function _0x5d6f8a(_0x235c32,_0x26bb17,_0x39eb52,_0x42c0b2){return _0x451f81(_0x39eb52- -_0x38347d._0x36d60c,_0x26bb17-0x110,_0x39eb52-0x73,_0x26bb17);}_0x245539[_0x5d6f8a(_0x5cd633._0x2603da,_0x5cd633._0x243abf,_0x5cd633._0x5bf1bb,_0x5cd633._0x550caf)]=_0x16d46a(_0x5cd633._0x2068cc,_0x5cd633._0x5511ab,0x2ac,0x280)+_0x16d46a(_0x5cd633._0x10c712,0x292,0x1ef,_0x5cd633._0x286945)+_0x16d46a(0x21c,_0x5cd633._0x33aee1,0x1f3,_0x5cd633._0xfe5091)+_0x16d46a(0x20b,0x233,_0x5cd633._0x49472,0x273)+_0x5d6f8a(0x17d,_0x5cd633._0x82e37b,0x1ec,0x187),_0x245539[_0x5d6f8a(_0x5cd633._0x36f28e,0x1b9,0x18f,0x12d)]=_0x5d6f8a(0x14c,0x190,_0x5cd633._0x45c9f9,_0x5cd633._0x15e992),_0x245539['WEYeR']=_0x5d6f8a(0x1bf,0x27e,_0x5cd633._0x151855,0x243),_0x245539['yqyyn']=_0x5d6f8a(_0x5cd633._0x5064b6,0x1cd,0x218,0x249)+_0x16d46a(0x221,0x27e,_0x5cd633._0x1c84e7,_0x5cd633._0x46a716),_0x245539[_0x16d46a(0x2d9,0x273,0x275,0x29a)]='No\x20permiss'+_0x5d6f8a(0xfe,_0x5cd633._0x5507ba,_0x5cd633._0x1c8ce2,_0x5cd633._0x2a8cab),_0x245539[_0x5d6f8a(_0x5cd633._0x431aba,0x1ac,_0x5cd633._0x6c8f09,0x168)]='Permission'+_0x5d6f8a(0x256,0x219,0x1f0,0x1b3),_0x245539[_0x5d6f8a(_0x5cd633._0x20cb72,_0x5cd633._0x222852,_0x5cd633._0x30f77d,_0x5cd633._0x4e8a88)]='Failed\x20to\x20'+'post\x20comme'+'nt';const _0x2a16e0=_0x245539;try{const _0xd46751=_0x15b13a[_0x16d46a(_0x5cd633._0x114f74,_0x5cd633._0x7d4b59,_0x5cd633._0x130264,_0x5cd633._0x4d501e)][_0x5d6f8a(0x180,_0x5cd633._0x30f77d,0x174,0x104)][_0x16d46a(0x251,0x295,0x269,_0x5cd633._0x3b2312)]()[_0x16d46a(_0x5cd633._0x124f11,_0x5cd633._0x73b73a,_0x5cd633._0x489f90,_0x5cd633._0x251bd0)+'e'](),{comment:_0x4cb4a6}=_0x15b13a[_0x5d6f8a(0x22a,0x226,_0x5cd633._0x5d5464,0x1a2)];if(!/^[A-Z]+-\d+$/i['test'](_0xd46751)){if(_0x2a16e0[_0x16d46a(0x1aa,0x266,_0x5cd633._0x1d1248,0x1f8)](_0x2a16e0[_0x16d46a(0x1a0,0x1f1,_0x5cd633._0xcf336b,_0x5cd633._0x2a4172)],_0x2a16e0['TuYqy'])){_0x224006[_0x16d46a(_0x5cd633._0x2fbd41,0x1f1,0x2b1,_0x5cd633._0x5e54c3)](_0x2a16e0['PpCbE'],_0x46a535);if(_0x2b906a[_0x16d46a(0x2e9,0x229,_0x5cd633._0x1e5fa4,0x28b)][_0x16d46a(_0x5cd633._0x4d501e,0x1f9,_0x5cd633._0x4889f0,0x232)](_0x2a16e0[_0x5d6f8a(0x1b1,0x1e9,0x190,_0x5cd633._0x5ea012)])){const _0x17a117={};return _0x17a117[_0x5d6f8a(_0x5cd633._0x4eebae,_0x5cd633._0x20cb72,_0x5cd633._0x1f6438,_0x5cd633._0x38a7a8)]=_0x2a16e0['RLSrj'],_0x17a117[_0x5d6f8a(_0x5cd633._0x336e15,0x1e4,_0x5cd633._0x2807d1,0x1fd)]=_0x2c7891['message'],_0x4404e8[_0x5d6f8a(_0x5cd633._0x12b1db,0x16a,0x13d,_0x5cd633._0x53191d)](0x23f*-0xa+0x160*-0x1+0x1966)[_0x5d6f8a(_0x5cd633._0x46b57c,_0x5cd633._0x416234,_0x5cd633._0x4aad7d,_0x5cd633._0x2a8cab)](_0x17a117);}else{if(_0x1131c1[_0x16d46a(0x2a8,0x22c,0x2eb,_0x5cd633._0x1aa901)]['includes'](_0x2a16e0['UKtUL'])){const _0x1707f4={};return _0x1707f4['error']=_0x2a16e0[_0x16d46a(_0x5cd633._0x390adc,_0x5cd633._0x507eab,_0x5cd633._0x201857,_0x5cd633._0x1bcc20)],_0x1707f4[_0x5d6f8a(0x1c5,_0x5cd633._0x6de8e0,0x1eb,_0x5cd633._0x45c9f9)]=_0x3d2f3b[_0x5d6f8a(_0x5cd633._0x18317a,0x242,0x1eb,_0x5cd633._0x1b0887)],_0x3cd7f5[_0x16d46a(_0x5cd633._0x196246,0x19e,0x186,0x1dd)](-0x1e0e*-0x1+-0x1e77+0x1fa)[_0x16d46a(0x24e,_0x5cd633._0x1e3ce8,_0x5cd633._0x5e2692,_0x5cd633._0x124f11)](_0x1707f4);}else{const _0x10d504={};return _0x10d504[_0x5d6f8a(_0x5cd633._0x4c63ca,_0x5cd633._0x4524b1,0x1a3,0x145)]=_0x5d6f8a(_0x5cd633._0x52cbbd,_0x5cd633._0x309a3c,0x197,0x1ea)+_0x16d46a(_0x5cd633._0x1757bd,_0x5cd633._0x5e396c,_0x5cd633._0x3c5ec1,_0x5cd633._0xb2da87)+'A\x20issues',_0x10d504[_0x16d46a(0x2f9,_0x5cd633._0x287253,_0x5cd633._0x16b446,_0x5cd633._0xfd6a77)]=_0x12e0ea[_0x16d46a(_0x5cd633._0x2b2a1d,0x22c,0x246,0x28b)],_0x78dc67[_0x5d6f8a(_0x5cd633._0x37875f,0x19d,0x13d,0xd9)](-0x128f*-0x1+-0x24b3+0x2*0xa0c)[_0x16d46a(0x20b,_0x5cd633._0x49518d,0x20d,_0x5cd633._0x124f11)](_0x10d504);}}}else{const _0x5a34f3={};return _0x5a34f3[_0x16d46a(_0x5cd633._0x4889f0,_0x5cd633._0x4cda16,0x281,0x243)]=_0x2a16e0[_0x16d46a(0x183,0x250,0x245,0x1ef)],_0x5a34f3[_0x5d6f8a(_0x5cd633._0x469f79,_0x5cd633._0x361969,0x1eb,_0x5cd633._0x5ab902)]=_0x2a16e0['ODouF'],_0x15d31e[_0x16d46a(0x232,_0x5cd633._0x326392,0x213,0x1dd)](-0x3*0x7e3+-0xb00+0x2439*0x1)['json'](_0x5a34f3);}}if(!_0x4cb4a6||_0x2a16e0[_0x5d6f8a(0x1f6,_0x5cd633._0x23c6ca,_0x5cd633._0x552e69,0x1e5)](typeof _0x4cb4a6,_0x2a16e0[_0x5d6f8a(0x27d,0x1ed,0x21b,0x22d)])||_0x2a16e0[_0x5d6f8a(_0x5cd633._0x3d3ce4,_0x5cd633._0x1f012b,0x158,0x143)](_0x4cb4a6['trim']()[_0x16d46a(_0x5cd633._0x4e8a88,_0x5cd633._0x26b0d3,_0x5cd633._0x4e290c,0x1dc)],0xb2d+0x24d6+-0x1001*0x3)){if(_0x2a16e0[_0x5d6f8a(0xdc,0x1a2,_0x5cd633._0x37d0fd,_0x5cd633._0xfedc97)](_0x2a16e0[_0x5d6f8a(0x1b4,_0x5cd633._0x2bafed,_0x5cd633._0x3da41a,_0x5cd633._0x197adc)],'DJrES')){const _0x28d751={};_0x28d751['cloudId']=_0x5b357b['env'][_0x16d46a(_0x5cd633._0x27946d,_0x5cd633._0x5064b6,0x230,0x1fe)+'_ID'];const _0x42a27f={};_0x42a27f[_0x16d46a(_0x5cd633._0x1abd5d,0x32e,_0x5cd633._0x16b446,_0x5cd633._0x1fb45c)]=_0x35fd70[_0x5d6f8a(0x15f,0x193,0x16b,_0x5cd633._0x5ed5e1)]['JIRA_EMAIL'],_0x42a27f['apiToken']=_0x59fb06[_0x16d46a(0x27a,_0x5cd633._0x46a716,0x280,0x20b)]['JIRA_API_T'+'OKEN'];const _0x9b8c8c={'baseUrl':_0x4b9391[_0x5d6f8a(_0x5cd633._0x2fb23d,_0x5cd633._0x486d7f,_0x5cd633._0x13c490,0x148)][_0x16d46a(_0x5cd633._0x2bf8ba,0x1fb,0x26a,_0x5cd633._0x28b341)+_0x5d6f8a(_0x5cd633._0x5063f7,_0x5cd633._0x3f154e,0x1b5,_0x5cd633._0x2c95cb)],..._0x3fee35['env'][_0x16d46a(0x1e6,0x1a9,_0x5cd633._0x28b341,_0x5cd633._0x1ae482)+_0x16d46a(0x2ef,_0x5cd633._0x2c8cf5,0x2b2,0x29c)]?_0x28d751:{}};_0x9b8c8c['auth']=_0x42a27f,_0x2a807d=new _0x2adeae(_0x9b8c8c),_0x25227[_0x5d6f8a(0x1cf,0x120,_0x5cd633._0x33418a,0xf2)](_0x2a16e0[_0x5d6f8a(0x19b,_0x5cd633._0x2d49fe,0x1b3,_0x5cd633._0x30858a)]);}else{const _0xce0ab={};return _0xce0ab['error']=_0x5d6f8a(0x168,_0x5cd633._0x4e88c8,_0x5cd633._0x95349e,_0x5cd633._0x148c57)+_0x5d6f8a(0x1a3,0x1d8,_0x5cd633._0x1d79bf,0x115),_0xce0ab['message']=_0x2a16e0[_0x16d46a(_0x5cd633._0x10c919,0x2b7,0x285,_0x5cd633._0x63065a)],_0x15d31e[_0x5d6f8a(_0x5cd633._0x424cac,_0x5cd633._0x3288b1,_0x5cd633._0x8169dc,_0x5cd633._0x380889)](-0x1ba+0x263b*0x1+-0x6fd*0x5)[_0x16d46a(_0x5cd633._0x4b73da,0x28a,0x255,_0x5cd633._0x3dbf90)](_0xce0ab);}}logger[_0x5d6f8a(_0x5cd633._0x179b63,0x1dc,0x169,0x154)](_0x5d6f8a(0x242,_0x5cd633._0x241a12,0x201,_0x5cd633._0x5d8afa)+_0x16d46a(_0x5cd633._0x4d501e,_0x5cd633._0x1fb45c,_0x5cd633._0x2ca62e,0x256)+'ira\x20issue:'+'\x20'+_0xd46751);const _0x18e370=await jiraClient[_0x16d46a(0x26d,0x30c,0x238,_0x5cd633._0x50c546)+'t'](_0xd46751,_0x4cb4a6['trim']()),_0x2330c9={};_0x2330c9[_0x5d6f8a(0x1b0,0x143,0x18a,0x1d5)]=!![],_0x2330c9[_0x5d6f8a(0x164,_0x5cd633._0x33418a,0x1b9,_0x5cd633._0x216066)]=_0x18e370,_0x15d31e[_0x16d46a(_0x5cd633._0x1bccec,0x221,0x251,_0x5cd633._0x124f11)](_0x2330c9);}catch(_0x25823d){logger[_0x5d6f8a(_0x5cd633._0x1b8b17,0x156,_0x5cd633._0x1f6438,_0x5cd633._0x51c99b)](_0x5d6f8a(_0x5cd633._0x15a346,0x162,0x197,_0x5cd633._0x374eef)+_0x5d6f8a(_0x5cd633._0x1e66b5,_0x5cd633._0xd61c74,0x15d,0x194)+_0x16d46a(0x22a,0x242,0x230,_0x5cd633._0x10c919),_0x25823d);if(_0x25823d[_0x5d6f8a(0x1de,0x1f3,_0x5cd633._0x2807d1,0x25c)][_0x5d6f8a(_0x5cd633._0x3de0f9,0x1e4,0x192,_0x5cd633._0x151d5f)]('not\x20found')){if(_0x2a16e0[_0x5d6f8a(0x171,0x17d,0x158,_0x5cd633._0x13435a)](_0x2a16e0[_0x5d6f8a(0x174,0x1ef,_0x5cd633._0x5a49e0,_0x5cd633._0x35edd8)],_0x2a16e0[_0x5d6f8a(_0x5cd633._0x45aaa2,0x18f,_0x5cd633._0x1dcb30,0x223)])){const _0x1f50e6={};return _0x1f50e6[_0x5d6f8a(_0x5cd633._0x1f138a,_0x5cd633._0xeed88b,0x1a3,0x1a0)]=_0x2a16e0[_0x16d46a(0x1ee,0x1d8,0x24d,_0x5cd633._0x43fee8)],_0x1f50e6[_0x5d6f8a(_0x5cd633._0x313729,0x256,0x1eb,_0x5cd633._0x38a7a8)]=_0x2a16e0[_0x5d6f8a(_0x5cd633._0x22bcfb,_0x5cd633._0xe04081,_0x5cd633._0x59bf85,0x249)],_0x5a500d[_0x5d6f8a(0x108,_0x5cd633._0x194ddc,0x13d,_0x5cd633._0x24538f)](-0x12c4+0x57*0x1e+0xa22)['json'](_0x1f50e6);}else{const _0x5d93b5={};return _0x5d93b5['error']=_0x2a16e0[_0x5d6f8a(0x1c1,0x190,0x1d5,_0x5cd633._0x1dcb30)],_0x5d93b5['message']=_0x25823d[_0x16d46a(_0x5cd633._0x3dca76,_0x5cd633._0x408c75,0x23e,_0x5cd633._0x3a9146)],_0x15d31e[_0x5d6f8a(0xda,0x1b1,_0x5cd633._0x8169dc,_0x5cd633._0x285884)](0x1047*-0x1+-0x10a7+-0xe*-0x277)[_0x16d46a(_0x5cd633._0x329216,_0x5cd633._0x40cc48,_0x5cd633._0x431015,0x215)](_0x5d93b5);}}else{if(_0x25823d[_0x5d6f8a(_0x5cd633._0x59bf85,0x22c,0x1eb,0x210)][_0x16d46a(_0x5cd633._0x18cabc,_0x5cd633._0x5e385d,0x2a1,_0x5cd633._0x204afc)](_0x2a16e0['UKtUL'])){const _0x28f0a9={};return _0x28f0a9[_0x16d46a(_0x5cd633._0x4394ab,_0x5cd633._0x38a7a8,0x20e,_0x5cd633._0x5e54c3)]=_0x2a16e0[_0x16d46a(_0x5cd633._0x431aba,_0x5cd633._0xbb8e69,_0x5cd633._0x4830e,0x285)],_0x28f0a9[_0x5d6f8a(_0x5cd633._0x18276a,0x1ea,_0x5cd633._0x2807d1,0x1a0)]=_0x25823d[_0x16d46a(0x2f3,_0x5cd633._0x10c919,0x2c7,0x28b)],_0x15d31e[_0x16d46a(_0x5cd633._0x18d72e,_0x5cd633._0xb2da87,0x1a3,_0x5cd633._0x1bb075)](-0x3a8+0x2a0+-0x5f*-0x7)[_0x5d6f8a(_0x5cd633._0x36f34f,0x17e,0x175,0x1a8)](_0x28f0a9);}else{if(_0x25823d[_0x16d46a(0x293,0x29e,_0x5cd633._0x9fa2e9,_0x5cd633._0x5c2bb8)][_0x5d6f8a(0x17e,0x1a2,0x192,_0x5cd633._0x205b93)](_0x2a16e0[_0x5d6f8a(0x1ce,_0x5cd633._0x2faba0,0x1fa,0x216)])){const _0x1467e6={};return _0x1467e6[_0x5d6f8a(0x178,0x1e7,_0x5cd633._0x1f6438,_0x5cd633._0xf1f82a)]=_0x2a16e0[_0x16d46a(0x280,_0x5cd633._0x84ea39,_0x5cd633._0x5481a9,0x266)],_0x1467e6['message']=_0x25823d[_0x5d6f8a(_0x5cd633._0x583811,_0x5cd633._0x145eba,_0x5cd633._0x2807d1,0x1ff)],_0x15d31e[_0x16d46a(_0x5cd633._0x4f0d90,0x1e6,_0x5cd633._0x5ca835,0x1dd)](0x580*-0x7+0x14c+0x26c7)[_0x16d46a(_0x5cd633._0x4d591b,_0x5cd633._0x1c84e7,0x1ff,_0x5cd633._0x124f11)](_0x1467e6);}else{const _0x49e782={};return _0x49e782['error']=_0x2a16e0[_0x5d6f8a(_0x5cd633._0x37766a,_0x5cd633._0x2cdbe9,0x1c4,0x1a0)],_0x49e782[_0x16d46a(0x29c,_0x5cd633._0x16b446,_0x5cd633._0x291324,0x28b)]=_0x25823d[_0x5d6f8a(_0x5cd633._0x3b6f61,_0x5cd633._0x5a0183,_0x5cd633._0x2807d1,0x201)],_0x15d31e['status'](-0xbb+-0xa7a*0x1+0xd29)[_0x5d6f8a(_0x5cd633._0x37d0fd,0x171,0x175,_0x5cd633._0x8169dc)](_0x49e782);}}}}});function _0x2626(){const _0xa27828=['t0Pfq1qTmtiZ','v0zhAKy','y29TBwvUDa','twLZC2LUzYbJBW','teT3Dva','DMLKzsbHignVBq','otm1mdqZwfrKC3jp','z2rAugC','C2vHCMnOsxnZDq','ugTwCvq','C2HVCNq','we5UCuu','sxnZDwuGA2v5ia','C3rPsxq','A2TiCgm','wM5JDwS','z2v0sxnZDwu','C3vLigTLEsbMBW','sKLsqv9ftufjta','Dg90ywW','rKXXEeG','x0rjuG','C2jYqK4','D0LgDfC','sKLsqv9cqvnfxW','zw52AxjVBM1LBG','yxjJAcbXDwvYEq','BNqGzNjVBsbLBG','zsbYzxf1zxn0ia','vM9mueG','Exf5Ew4','u2vHCMnOihf1zq','igzVCM1HDcbquG','v0vzzvi','sw52ywXPzcbZzq','sgHQt1G','iIaOBwf4oIa','nZa1odmYv1Phsgf1','Aw9UihjLBg9Hza','uM91DgvY','BNqGzNjVBsbeqq','ugXLyxnLihbYBW','BM90ignVBMzPzW','sLLqtfi','y29TBwvUDdO','y29UzMLNDxjHDa','CxHhA3m','zw50CW','sKvRuhO','Dg5Srg4','Dg9vChbLCKnHCW','vfbMq3y','BwvZC2fNzq','yM9KEq','zw5HyMXLza','igfKBwLUAxn0CG','mtKYndq0nwzPuuTjyG','igrLBMLLza','ugPWqNe','rLj0CMG','mJK0nZGWtgXAyNjU','igLZC3vLoG','vKzyA2K','u2vHCMnOAw5Nia','BgvKigfMDgvYia','DgLVBIbMywLSzq','CM1HDa','yw9Qwfe','m0DVruzksa','x0Le','sKLsqsbPBNrLzW','Cg9ZDenVBw1LBG','Aw5PDgLHBgL6zq','svjbigLZC3vLoG','ug9ZDgLUzYbJBW','rLPTtNe','zMv0y2GGsKLsqq','y29TBwvUDhm','v25dzgG','uMPRt3a','AxmGC2vYDMvYlG','t0rVDuy','wLjOD1m','C1vqCgC','iePjuKeGy2XPzq','Dwu6ia','DcbYzwXVywrLza','EenlDMm','mtjQtufVwuS','yMXLzcbMCM9Tia','Cg9ZDcbJB21Tzq','svi6','igLZC3vL','qsbJBgLLBNqGzG','CM9UBwvUDcb2yq','CKHpD1e','CMf0Aw9UigvUyq','sxnZDwuGBM90ia','uMvSB2fKAw5Nia','zw1HAwW','CK12BMG','CMf0Aw9UigLZia','yxv0Aa','wMLvsLG','Dcb2yxjPywjSzq','Aw9U','sKLsqtOGiG','twLZC2LUzYbZzq','CNKGBxvZDcbIzq','BM90igzVDw5K','qsbPC3n1zxm6','igzYB20Grefuqq','BgvUz3rO','C3rHDhvZ','z2v0','A3zKuee','l2LZC3vLCY86AW','DIb2yxjZoG','wKDwC1y','zMv0y2GGy29TBq','Ew1pwMG','rMv0y2HPBMCGyW','sKLsqv9ftKfcta','A1ferfq','z0nOqwG','CMf0Aw9Uig5VDa','uhbdyKu','r21PEgO','igf0igXLyxn0ia','yMfZzvvYBa','l2nVBMzPzW','t09rz0S','z3nRA3a','sxz5zgu','zgvAC2S','Dhzevge','yxjJAa','BxvZDcbIzsbPBG','CxDLEvG','ENLqD2y','BLPhCe0','CM9TigvUDIb2yq','Avvuu1G','twn5rwu','vuT0vuW','Cg9ZDcbkAxjHia','sKLsqv9dte9vra','refuqv9esvi','zgHPv2C','Aw5MBW','BvbmCe0','CIbkAxjHigLZCW','ywLXCve','EevSAvO','EhnjsLi','t0TftG','ugvYBwLZC2LVBG','zgvIDwC','yxrVCI4','zw52','D1bdBLy','yKXZEgK','Dhj1zq','CMLHyMXLCW','qxv0AgvUDgLJyq','ifbSzwfZzsbJBW','C3rYAw5N','ugHyrxK','A2v5','ANnVBG','ofLOAvHiDq','Bw1VzfC','uKXtCMO','zxKVy29TBwvUDa','sNPrqve','CKDiEu8','DfDPqxK','n0DfvLbhyW','l3nLyxjJAa','CNPTqw8','ChPVseG','Bw1LBNq','sw52ywXPzcbPCW','zM91BMq','ndmYodKZn2X0yKfOqG','DKPhD2G','DhjPBq','sKLsqv9bueLFva','sKLsqsbJBgLLBG','Cg9ZDa','C3vJy2vZCW','EezRq2S','te1et0G','nte4mtyXnMnvEvPfrW','C2vHCMnOiePjuG','ANnUuhK','vfzTuLK','uxvLCNKGDg9Via','Aw5JBhvKzxm','rxzVzwy','BwTpDMG','igzYB20Gzw52Aq','yxrPB24','rMfPBgvKihrVia','uuD6s2y','mte2nJu5mJbdA3zoAK8','zMv0y2GGsMLYyq','zxnkAhe','B21Tzw50CYbMBW','CMvSB2fKiePjuG','CNm6','igvUywjSzwq','yxv0AgvUDgLJyq','qsbPC3n1zxm','BwvUDcbPBIb0Aa','zxjYB3i','uK5quhy','DxjLzcbVBIb0Aa','DcbJB25MAwD1CG','DwvZDcbIB2r5','CgfYyw1Z','neXutwvdsG','thjKEg8','tM5gzNy','DMLKzsbHihnLyq','rePYrvm','tM8GCgvYBwLZCW','vefFreLsoG','CM9TierbvefFra','DgvZDa','yxbPvg9Rzw4','zuXQBfm','CuPsC0S','vvjm','Bw1LBNqGDg8GsG'];_0x2626=function(){return _0xa27828;};return _0x2626();}function _0x5c47(_0xdda29b,_0x24fbce){_0xdda29b=_0xdda29b-(-0x2057+0x1*-0x508+0x25e7);const _0x4c91c3=_0x2626();let _0x27da45=_0x4c91c3[_0xdda29b];if(_0x5c47['XftAet']===undefined){var _0x5bd0c1=function(_0x255fb6){const _0x37e170='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x151361='',_0x268d28='';for(let _0x386be6=-0x162f+-0x7f*-0x10+-0x7*-0x209,_0x3a46fd,_0xa23dba,_0x4b0bb4=-0x215b*-0x1+-0xe6c+0x12ef*-0x1;_0xa23dba=_0x255fb6['charAt'](_0x4b0bb4++);~_0xa23dba&&(_0x3a46fd=_0x386be6%(-0x60f*0x3+0xcde+0x1*0x553)?_0x3a46fd*(0x1e06+-0x1*-0x892+-0x2658)+_0xa23dba:_0xa23dba,_0x386be6++%(0x1*0x883+0x21*0x5c+-0x145b))?_0x151361+=String['fromCharCode'](0x1367+0x2*-0x50e+-0x426*0x2&_0x3a46fd>>(-(-0x13c7+-0x53d*0x5+0x2dfa)*_0x386be6&-0x1*-0x1c27+0xf44+-0xe77*0x3)):0x1369+-0xa*0xbd+-0xc07){_0xa23dba=_0x37e170['indexOf'](_0xa23dba);}for(let _0x1dded5=-0x72a+0x897+-0x16d,_0x3a514c=_0x151361['length'];_0x1dded5<_0x3a514c;_0x1dded5++){_0x268d28+='%'+('00'+_0x151361['charCodeAt'](_0x1dded5)['toString'](0x167b*0x1+-0x1ff3+0x988))['slice'](-(0x4*-0x479+-0xdc4+0x1faa));}return decodeURIComponent(_0x268d28);};_0x5c47['sMifex']=_0x5bd0c1,_0x5c47['fKpNDV']={},_0x5c47['XftAet']=!![];}const _0x583ced=_0x4c91c3[0xbc3+-0x8d2+-0x3*0xfb],_0x4b2e92=_0xdda29b+_0x583ced,_0x30dbb0=_0x5c47['fKpNDV'][_0x4b2e92];return!_0x30dbb0?(_0x27da45=_0x5c47['sMifex'](_0x27da45),_0x5c47['fKpNDV'][_0x4b2e92]=_0x27da45):_0x27da45=_0x30dbb0,_0x27da45;}export default router;
|