@profoundlogic/coderflow-server 0.6.8 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/Dockerfile +3 -0
- package/dist/base-image/entrypoint.sh +13 -0
- package/dist/base-image/standard-instructions/ibmi-database-sql.md +11 -0
- package/dist/base-image/standard-instructions/ibmi-exploratory-verification.md +38 -0
- package/dist/base-image/standard-instructions/ibmi-output-requirements.md +6 -0
- package/dist/base-image/standard-instructions/output-requirements.md +18 -0
- package/dist/base-image/standard-instructions/screenshot-guidelines.md +17 -0
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.css +21 -0
- package/dist/web-ui/public/environments.html +79 -9
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +52 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.html +43 -5
- 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(_0x57412e,_0x36bdf5){const _0x3ed5d0={_0x2374d0:0x9f,_0x5d9437:0x118,_0x5f0950:0xdc,_0x12d33:0xb5,_0x44d2d9:0x139,_0x5fa32b:0x101,_0x48af1b:0x1ac,_0x1b580e:0x19c,_0xabc6b9:0xdf,_0x4c6a40:0x11f,_0x38b375:0xa4,_0x36a472:0x126,_0x14eca1:0x100,_0x4bcefa:0xea,_0x405dce:0x162,_0x5bc6a8:0x1c3,_0x4d9840:0x189,_0x88785b:0x9e,_0x54291b:0xd5,_0x1eadca:0x171,_0x4f7ebd:0x110,_0x42ad30:0x147,_0x4c6cc7:0x15e,_0x31b1bd:0xda,_0x4482fb:0xf4},_0x476618={_0x3d6c52:0xf9},_0x26e379={_0x3c06bd:0x9e};function _0x1d8d72(_0x42f1e8,_0x212263,_0x1b2b1a,_0x1fad6c){return _0xd9ec(_0x1fad6c- -_0x26e379._0x3c06bd,_0x42f1e8);}function _0xa15a01(_0x4d7f8f,_0x2a701a,_0x594906,_0x50e794){return _0xd9ec(_0x2a701a- -_0x476618._0x3d6c52,_0x50e794);}const _0x2c91cf=_0x57412e();while(!![]){try{const _0x2c3d76=-parseInt(_0xa15a01(0xcf,_0x3ed5d0._0x2374d0,0xee,0x55))/(0x25bc+0x1b20+-0x40db)*(parseInt(_0xa15a01(0xa9,_0x3ed5d0._0x5d9437,_0x3ed5d0._0x5f0950,_0x3ed5d0._0x12d33))/(0xc32+-0x1fe7*0x1+0x2d1*0x7))+-parseInt(_0x1d8d72(_0x3ed5d0._0x44d2d9,_0x3ed5d0._0x5fa32b,0x187,0x114))/(0x17*-0x35+-0xea1+0x1367)+-parseInt(_0xa15a01(_0x3ed5d0._0x48af1b,0x143,_0x3ed5d0._0x1b580e,0x175))/(0xd31+0x26b2+-0x33df)+-parseInt(_0xa15a01(_0x3ed5d0._0xabc6b9,0x117,0x140,0x11a))/(0x1da6+0x1d6c+-0x3b0d)*(parseInt(_0x1d8d72(0x32,_0x3ed5d0._0x4c6a40,0xa2,_0x3ed5d0._0x38b375))/(0x1*-0x1b1+-0x641*0x2+0xe39))+-parseInt(_0xa15a01(_0x3ed5d0._0x36a472,_0x3ed5d0._0x14eca1,_0x3ed5d0._0x4bcefa,0x13d))/(-0x17da+-0x22*0x10b+-0xb*-0x565)*(-parseInt(_0x1d8d72(_0x3ed5d0._0x405dce,0x17b,_0x3ed5d0._0x5bc6a8,_0x3ed5d0._0x4d9840))/(-0x33f*0x3+0xe96+-0x4d1*0x1))+-parseInt(_0xa15a01(_0x3ed5d0._0x88785b,0xb3,0x46,_0x3ed5d0._0x54291b))/(0x12d8+0x1865+-0x2b34)+-parseInt(_0xa15a01(_0x3ed5d0._0x1eadca,_0x3ed5d0._0x4f7ebd,_0x3ed5d0._0x42ad30,_0x3ed5d0._0x4c6cc7))/(0x20b8+-0x1*-0x1b73+0x140b*-0x3)*(-parseInt(_0xa15a01(_0x3ed5d0._0x31b1bd,_0x3ed5d0._0x4482fb,0x123,_0x3ed5d0._0x38b375))/(-0x1278*-0x1+-0x1*-0x107f+-0x22ec));if(_0x2c3d76===_0x36bdf5)break;else _0x2c91cf['push'](_0x2c91cf['shift']());}catch(_0x2222af){_0x2c91cf['push'](_0x2c91cf['shift']());}}}(_0x115b,-0xfd*-0x977+0x7a327*0x1+-0xaa542*0x1));import _0xdb4c82 from'express';function _0x4e05b3(_0x287c77,_0x269078,_0x565e2e,_0x262ec2){return _0xd9ec(_0x269078- -0x258,_0x287c77);}function _0xd9ec(_0x3eb2cf,_0x39f63b){_0x3eb2cf=_0x3eb2cf-(0x712+0x171b+-0x9*0x337);const _0x4401ee=_0x115b();let _0x3dc4d6=_0x4401ee[_0x3eb2cf];if(_0xd9ec['bfgSBu']===undefined){var _0x12cd37=function(_0x1d9256){const _0x49e4e6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xfa53b='',_0x20949a='';for(let _0x309f6f=-0x21*-0xc8+-0x1e26+0x45e,_0xa98d1,_0x215112,_0x28f717=0x1f*-0x22+0x1fbb+-0x1*0x1b9d;_0x215112=_0x1d9256['charAt'](_0x28f717++);~_0x215112&&(_0xa98d1=_0x309f6f%(-0x139d+0xe59+0x548)?_0xa98d1*(0x1854+-0x2*-0xd3b+-0x328a*0x1)+_0x215112:_0x215112,_0x309f6f++%(0xb66+0x9a*-0x4+0x8fa*-0x1))?_0xfa53b+=String['fromCharCode'](0x31*0xa7+-0x30*0xbf+0x4d8&_0xa98d1>>(-(-0x26c5+-0x4f*-0x20+0x1ce7)*_0x309f6f&-0x3*0x66e+-0xb1e+0x1e6e)):-0x662+-0xdd3+0x1435){_0x215112=_0x49e4e6['indexOf'](_0x215112);}for(let _0x126369=0x108c+-0x1d20+-0x1cc*-0x7,_0x145ddf=_0xfa53b['length'];_0x126369<_0x145ddf;_0x126369++){_0x20949a+='%'+('00'+_0xfa53b['charCodeAt'](_0x126369)['toString'](0x3*0x11b+0x30a+-0x64b))['slice'](-(-0x35*-0x86+-0x2662+0x3a*0x2f));}return decodeURIComponent(_0x20949a);};_0xd9ec['WRmfoM']=_0x12cd37,_0xd9ec['EeGRwo']={},_0xd9ec['bfgSBu']=!![];}const _0x303687=_0x4401ee[-0xdd1+-0xbfa+0x19cb],_0x45856a=_0x3eb2cf+_0x303687,_0x1280e6=_0xd9ec['EeGRwo'][_0x45856a];return!_0x1280e6?(_0x3dc4d6=_0xd9ec['WRmfoM'](_0x3dc4d6),_0xd9ec['EeGRwo'][_0x45856a]=_0x3dc4d6):_0x3dc4d6=_0x1280e6,_0x3dc4d6;}function _0x115b(){const _0x33470c=['svHoyNu','zgvIDwC','z2v0q29TBwvUDa','otyWveXAyNHy','tM8GCgvYBwLZCW','Exn1C28','zKTxu3G','yNPXC3y','CMLHyMXLCW','sxnZDwuGBM90ia','BNf4r0e','qsbJBgLLBNqGzG','quvSCuG','Cu1XuMS','CM9TigvUDIb2yq','t2nfrK4','zw52AxjVBM1LBG','sKLsqv9dte9vra','DNDmvxm','mIbJAgfYywn0zq','ve5Rv2m','r25MzhG','qunozhu','z2v0sxnZDwu','mJmWntiWmff1A2vICa','uNbxyMe','s0PIvK8','t0TftG','qwXdC2W','zw50CW','v3rQshG','vxfhEum','zxKVy29TBwvUDa','y3jgCMm','ifbSzwfZzsbJBW','ndq2ndC4rMPJuvHx','AxjHigLZC3vLoG','AMz0zvG','C3vLigTLEsbMBW','z1jTDuu','zMv0y2GGsMLYyq','sKLsqv9bueLFva','q2zfs1e','Euf3Auy','DMLKzsbHignVBq','EhvRt0G','AwHTDLy','twLZC2LUzYbZzq','BgvKigfMDgvYia','CwHgDNK','CLr5vfe','t2z6wei','vNrPDge','AxmGC2vYDMvYlG','yuHfzu0','yxv0Aa','vvjm','uKnpyLG','DgLVBIbMywLSzq','CMfRC1a','ignVBw1LBNrZoG','sxbRAwy','Dcb2yxjPywjSzq','ugXLyxnLihbYBW','y29TBwvUDdO','tKrkywu','EvPjAK8','Ae5bv0q','A0PAww4','Cg9ZDcbJB21Tzq','yMfZzvvYBa','yvDnrM8','DxjLzcbVBIb0Aa','AwDRDfO','z1vytwe','q25WtNq','Dwu6ia','CMf0Aw9UigvUyq','BNqGzNjVBsbeqq','ANnVBG','zxjYB3i','CIbkAxjHigLZCW','BNqGzNjVBsbLBG','yxrPB24','CNKGBxvZDcbIzq','CgfYyw1Z','s1LXzNG','CMf0Aw9UigLZia','zsbYzxf1zxn0ia','l2LZC3vLCY86AW','yxbPvg9Rzw4','y29TBwvUDa','DMLKzsbHihnLyq','EKrcBe0','BwvUDcbPBIb0Aa','rNLIEhe','DwvZDcbIB2r5','BNrHy3qGEw91CG','C0fNzMy','iePjuKeGy2XPzq','sLL3s20','yxjJAcbXDwvYEq','CePUDKG','s2PVqNi','Aw9U','C2vHCMnOsxnZDq','BxvZDcbIzsbPBG','yMXLzcbMCM9Tia','AvvWA2q','zwnNENu','qvPdB0W','sKLsqsbPBNrLzW','igfKBwLUAxn0CG','yM9KEq','yxv0AgvUDgLJyq','D2Trsfq','DcbJB25MAwD1CG','sLLTuNm','Dhj1zq','uNrmBK4','svjbigLZC3vLoG','muzksvP2qW','ENHoqxG','zw1HAwW','igzVCM1HDcbquG','C2vHCMnOiePjuG','A2v5','uuzIr0K','rgvUsMS','B21Tzw50CYbMBW','tejwzMK','tNPIuNu','qMLyteK','Dg90ywW','DcbYzwXVywrLza','zw52','igLZC3vLoG','sw52ywXPzcbZzq','thrKwgG','D0j0tuq','C1zozw4','mtmZnZC0mLrSAuPbyq','DM5rwui','EKXctfC','CunhAgK','tNjuDgO','zM91BMq','mtq2mZuXneLbB0v0wq','ve1ZtKC','igvUywjSzwq','yxrVCI4','B01Xt2q','Aw5JBhvKzxm','C2HVCNq','t3zkyMm','l2nVBMzPzW','Dg9vChbLCKnHCW','Ee9kzeK','uxvLCNKGDg9Via','EuHLCw4','B2Pvq1i','DgLQBKu','t0H4AgG','sKLsqv9ftufjta','BM90igzVDw5K','Aw5MBW','Bw1LBNq','DMzMrMG','sKLsqv9cqvnfxW','l3nLyxjJAa','qxv0AgvUDgLJyq','DfzHBg4','AwrqD2O','rwvLr1G','Bg1Kz1e','s1LxEwS','twLZC2LUzYbJBW','zMv0y2GGsKLsqq','vuP5y1e','AufAq2G','Dgzgy3O','igf0igXLyxn0ia','sKHny1C','qLPPD0u','iIaOBwf4oIa','CMnOihf1zxj5ia','CM1HDa','u2vHCMnOihf1zq','ugrzqxe','Bw1LBNqGDg8GsG','v3n0q1a','ug9ZDgLUzYbJBW','DMX2q1m','BgvUz3rO','ChnNrw8','tKv6Exe','rMfPBgvKihrVia','zuXUrgy','D0P6wg8','igzYB20Grefuqq','Cg9ZDcbkAxjHia','Aw9UihjLBg9Hza','CMvSB2fKiePjuG','svi6','sKLsqsbKAxnHyG','BwvZC2fNzq','ndr2uKLgu3G','B1H5rey','v0HkB2W','A2DuAgC','qsbPC3n1zxm6','C3rYAw5N','Aw4GDgHLihjLCq','uejiu2O','DgvZDa','C3rHDhvZ','y2zfBw0','sKLsqv9ftKfcta','mJq1mg9JwLrLvq','u2zytMe','sgTPufC','q1jJr2m','y29UzMLNDxjHDa','tfLODxy','q21wrKq','x0Le','sxnZDwuGA2v5ia','ugvYBwLZC2LVBG','t0Pfq1qTmtiZ','sw52ywXPzcbPCW','z0LwCxK','rKTvAwW','yxjJAa','uejOEuK','ndGXotGXmgfds1zrEa','sKLsqtOGiG','BNn6rxO','sfD4vgC','z2v0','BM90ignVBMzPzW','CM9TierbvefFra','nwD5y2H4Eq','ntmZnZi2DhzUrNbZ','x0rjuG','Cg9ZDa','CNm6','vg5lD1O','s0TwwuG','zMD3s0S','uffTEgi','whbqCMS','BevnquG','B3HlwKC','Aw5PDgLHBgL6zq','DhjPBq','CNHvBu4','qsbPC3n1zxm','r1nQzLy','zxrAq3i','EuXqC2y','sKLsqsbJBgLLBG'];_0x115b=function(){return _0x33470c;};return _0x115b();}import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';import{logger}from'../lib/logger.js';const router=_0xdb4c82['Router']();function _0x4be823(_0x747f02,_0x5106af,_0x18fc40,_0x37f74a){const _0x2de533={_0x401611:0x81};return _0xd9ec(_0x37f74a- -_0x2de533._0x401611,_0x18fc40);}let jiraClient=null;async function initializeJiraClient(){const _0x5f53c6={_0xe8676a:0xf2,_0x61dc3:0xae,_0x124920:0x132,_0x3c6acc:0x198,_0x38dec6:0x107,_0x298638:0x192,_0x4c4737:0xa3,_0x36c02e:0xb3,_0x46ce63:0x7e,_0x5d8b66:0x137,_0x2fbd03:0xc9,_0xe9102f:0x10c,_0x266068:0x145,_0x404f0d:0x187,_0x4408f9:0x119,_0x497432:0x89,_0x493607:0x10,_0x12b5c7:0x54,_0x515a0a:0x54,_0x2305b8:0x129,_0x584e52:0x6b,_0x4b8222:0xde,_0x5c3835:0x67,_0x25144d:0x131,_0x584ef8:0x1f,_0x5088ec:0x4,_0x4f80a3:0xe4,_0x1e0ed4:0xcf,_0x4796c9:0x12c,_0x46c409:0x161,_0x377c2e:0x162,_0x4cac80:0x2b,_0x4f2fe7:0x62,_0x1237c5:0xca,_0x5ba1af:0x15,_0x1b52f2:0x85,_0x4fde2b:0xf7,_0x399893:0x12f,_0x27dab8:0xf0,_0x45b338:0x160,_0x28cc5b:0x199,_0x4e8751:0x18a,_0x6ab74a:0xd6,_0x23af09:0x197,_0x5c257a:0x174,_0x5bc41c:0x1eb,_0x10cb25:0x11c,_0x6c8c6d:0x1e3,_0x1e5837:0x124,_0x93454f:0xf6,_0x47a15d:0xe6,_0x1f459c:0xcd,_0x4c387d:0xdb,_0x598550:0x187,_0x3a8778:0x16d,_0x531def:0x14c,_0x472ffb:0xd8,_0x4982ef:0x103,_0x56bd1f:0x100,_0x17ef40:0xf5,_0x202baf:0x78,_0x5491ac:0xd4,_0x2e40db:0x39,_0x21dc86:0x95,_0x119c30:0x47,_0x2bedae:0x6,_0x5eb3b7:0x19d,_0x393d91:0x150,_0x295455:0xe7,_0x5280d6:0xf1,_0x464f72:0x113,_0x54ce78:0x12,_0x43ae7b:0x17a,_0x41eb75:0x8f,_0x2e59c8:0x8c,_0x327c63:0x80,_0x880856:0xfe,_0x972300:0x41,_0x3b2453:0x42,_0x4ee948:0x16f,_0x4d333f:0x1be,_0x33d832:0x12f,_0x54a164:0x1a4,_0x3afa1b:0x52,_0x494c5a:0x26,_0x5506dc:0x80,_0x45a71d:0x3f,_0xbadd70:0x4f,_0x3a4090:0x130,_0x5193ae:0x170,_0x4402ca:0xed,_0x4b3c98:0x188,_0x349793:0x1c2,_0x18fe9e:0x12d,_0x5d5ab7:0x11f,_0x1e65d2:0x191,_0x1ef981:0x165,_0x54a90f:0x1ae,_0x26c5fc:0x103,_0x3eccc0:0xbd,_0x2d942d:0xe3,_0x45cc19:0xa1,_0x4285d7:0x15a,_0x376f86:0x1ae,_0x3a51a9:0xea,_0x154b14:0xbf},_0x2ac6ac={'rxUmN':_0x37887b(-0x9d,-_0x5f53c6._0xe8676a,-_0x5f53c6._0x61dc3,-0xde)+_0x37887b(-0x140,-0x1b1,-_0x5f53c6._0x124920,-_0x5f53c6._0x3c6acc)+'rmat','qyFCw':'Issue\x20key\x20'+_0x37887b(-0x11c,-0x16d,-_0x5f53c6._0x38dec6,-_0x5f53c6._0x298638)+'\x20format\x20PR'+_0x37887b(-_0x5f53c6._0x4c4737,-0xf3,-_0x5f53c6._0x36c02e,-_0x5f53c6._0x46ce63),'EeeGX':_0x37887b(-_0x5f53c6._0x5d8b66,-_0x5f53c6._0x2fbd03,-_0x5f53c6._0xe9102f,-0xca)+_0x37887b(-0x198,-_0x5f53c6._0x266068,-_0x5f53c6._0x404f0d,-_0x5f53c6._0x4408f9),'Hwcmi':function(_0x587492){return _0x587492();},'SfXNa':function(_0x5e72ff,_0x5986ed){return _0x5e72ff!==_0x5986ed;},'HkiPW':_0x37887b(-0x1f4,-0x175,-0x119,-0x1ef),'MBLzI':_0x466c5b(_0x5f53c6._0x497432,0x27,0x5c,_0x5f53c6._0x493607)+'ration\x20ena'+_0x466c5b(0x85,_0x5f53c6._0x12b5c7,_0x5f53c6._0x515a0a,0xee)+'DATA_DIR','vfQRO':function(_0x37a7ad,_0x320eff){return _0x37a7ad===_0x320eff;},'UqGyC':_0x37887b(-_0x5f53c6._0x2305b8,-0xc3,-_0x5f53c6._0x584e52,-0x11c),'zDBlM':_0x466c5b(_0x5f53c6._0x4b8222,_0x5f53c6._0x5c3835,0xa5,_0x5f53c6._0x25144d)+_0x466c5b(0x117,0x18c,_0x5f53c6._0x298638,0xd7)+_0x466c5b(0x7d,0xf0,0xd2,_0x5f53c6._0x584ef8)+_0x466c5b(0x68,_0x5f53c6._0x5088ec,_0x5f53c6._0x4f80a3,_0x5f53c6._0x1e0ed4)+'TA_DIR:','JYmRs':function(_0x43f006,_0x1de9fa){return _0x43f006===_0x1de9fa;},'gUXMa':_0x37887b(-_0x5f53c6._0x4796c9,-_0x5f53c6._0x46c409,-0x1d0,-_0x5f53c6._0x377c2e),'ngtZM':_0x466c5b(0x89,_0x5f53c6._0x4cac80,_0x5f53c6._0x4f2fe7,0x72)+_0x466c5b(0x67,_0x5f53c6._0x1237c5,-_0x5f53c6._0x5ba1af,0x56)+_0x466c5b(_0x5f53c6._0x1b52f2,0x8,_0x5f53c6._0x4fde2b,0x29)+_0x466c5b(_0x5f53c6._0x399893,0xe3,0xca,_0x5f53c6._0x27dab8)+_0x37887b(-_0x5f53c6._0x45b338,-_0x5f53c6._0x28cc5b,-_0x5f53c6._0x4e8751,-0x144)+'s','mWHOD':_0x466c5b(0xde,_0x5f53c6._0x6ab74a,0xe2,0x115)+'initialize'+_0x37887b(-_0x5f53c6._0x23af09,-_0x5f53c6._0x5c257a,-_0x5f53c6._0x5bc41c,-_0x5f53c6._0x10cb25)+_0x37887b(-_0x5f53c6._0x6c8c6d,-0x185,-0x1e8,-0x1b1)+'v\x20vars:'};function _0x466c5b(_0x192087,_0x4cb4c6,_0x297b3e,_0x5062f4){return _0xd9ec(_0x192087- -0x105,_0x5062f4);}function _0x37887b(_0x4ce953,_0x14fb69,_0x3d2974,_0x11ffe2){return _0xd9ec(_0x14fb69- -0x2f6,_0x4ce953);}const _0x15962f=await _0x2ac6ac['Hwcmi'](loadJiraConfig);if(_0x15962f)try{if(_0x2ac6ac[_0x466c5b(0xf5,0x7c,_0x5f53c6._0x1e5837,0x153)]('CQTfN',_0x2ac6ac[_0x466c5b(_0x5f53c6._0x93454f,0x159,_0x5f53c6._0x47a15d,0xd1)])){jiraClient=new JiraClient(_0x15962f),logger[_0x37887b(-0x144,-0x132,-_0x5f53c6._0x1f459c,-_0x5f53c6._0x4c387d)](_0x2ac6ac['MBLzI']);return;}else{const _0x2ed901={};return _0x2ed901[_0x37887b(-0x1f3,-_0x5f53c6._0x598550,-0x11b,-_0x5f53c6._0x3a8778)]=_0x2ac6ac[_0x37887b(-_0x5f53c6._0x531def,-_0x5f53c6._0x472ffb,-0x122,-_0x5f53c6._0x4982ef)],_0x2ed901['message']=_0x2ac6ac['qyFCw'],_0x537643[_0x37887b(-_0x5f53c6._0x45b338,-_0x5f53c6._0x56bd1f,-_0x5f53c6._0x17ef40,-0xcb)](-0x18f3+-0x196c*0x1+0x33ef)[_0x466c5b(0x69,_0x5f53c6._0x202baf,_0x5f53c6._0x5491ac,0x82)](_0x2ed901);}}catch(_0x2d8479){if(_0x2ac6ac['vfQRO'](_0x2ac6ac[_0x466c5b(_0x5f53c6._0x2e40db,0x3e,-0x1f,_0x5f53c6._0x21dc86)],_0x466c5b(0x3f,_0x5f53c6._0x119c30,_0x5f53c6._0x2bedae,0x72))){const _0x110161={};return _0x110161['error']=_0x2ac6ac[_0x37887b(-_0x5f53c6._0x5eb3b7,-0x12a,-_0x5f53c6._0x393d91,-0xfc)],_0x110161[_0x466c5b(_0x5f53c6._0x295455,_0x5f53c6._0x46ce63,0x66,0xae)]=_0x2078ee['message'],_0x39d322[_0x466c5b(_0x5f53c6._0x5280d6,0x12d,0x16a,_0x5f53c6._0x464f72)](-0x21b7+-0x10e3+0x342e)[_0x466c5b(0x69,_0x5f53c6._0x295455,_0x5f53c6._0x54ce78,-0xa)](_0x110161);}else logger['error'](_0x2ac6ac[_0x37887b(-0x1cc,-_0x5f53c6._0x43ae7b,-0x1bd,-0x1f6)],_0x2d8479);}if(_0x2ac6ac[_0x466c5b(_0x5f53c6._0x41eb75,_0x5f53c6._0x2e59c8,0xc9,0xd4)](process[_0x466c5b(0xa1,0xde,_0x5f53c6._0x327c63,0xe4)][_0x37887b(-0xbe,-_0x5f53c6._0x880856,-0x82,-0x16e)+'ED'],_0x2ac6ac[_0x466c5b(0x64,_0x5f53c6._0x972300,-0x5,_0x5f53c6._0x3b2453)]))try{const _0x17a05f={'baseUrl':process[_0x37887b(-0xfc,-_0x5f53c6._0x393d91,-_0x5f53c6._0x4ee948,-_0x5f53c6._0x4d333f)][_0x37887b(-_0x5f53c6._0x61dc3,-_0x5f53c6._0x33d832,-_0x5f53c6._0x54a164,-_0x5f53c6._0x5491ac)+_0x466c5b(_0x5f53c6._0x3afa1b,_0x5f53c6._0x494c5a,_0x5f53c6._0x5506dc,_0x5f53c6._0x45a71d)],...process[_0x466c5b(0xa1,0x3b,_0x5f53c6._0xbadd70,0x10e)][_0x466c5b(_0x5f53c6._0x3a4090,_0x5f53c6._0x5193ae,_0x5f53c6._0x4402ca,_0x5f53c6._0x4b3c98)+'_ID']?{'cloudId':process[_0x37887b(-_0x5f53c6._0x531def,-0x150,-_0x5f53c6._0x349793,-_0x5f53c6._0x18fe9e)][_0x37887b(-0xf1,-0xc1,-0x118,-_0x5f53c6._0x5d5ab7)+'_ID']}:{}};_0x17a05f[_0x37887b(-_0x5f53c6._0x1e65d2,-0x1a0,-_0x5f53c6._0x1ef981,-_0x5f53c6._0x54a90f)]={},_0x17a05f[_0x37887b(-_0x5f53c6._0x1e65d2,-0x1a0,-_0x5f53c6._0x1ef981,-_0x5f53c6._0x54a90f)][_0x466c5b(_0x5f53c6._0x21dc86,0x3f,_0x5f53c6._0x26c5fc,0x48)]=process['env'][_0x466c5b(_0x5f53c6._0x3eccc0,_0x5f53c6._0x2d942d,0x110,0xb5)],_0x17a05f[_0x37887b(-_0x5f53c6._0x1e65d2,-0x1a0,-_0x5f53c6._0x1ef981,-_0x5f53c6._0x54a90f)][_0x466c5b(0x74,0x83,0x1f,0x21)]=process[_0x466c5b(_0x5f53c6._0x45cc19,0x83,0x9a,0x48)][_0x37887b(-_0x5f53c6._0x4285d7,-_0x5f53c6._0x376f86,-0x166,-0x1f0)+_0x466c5b(0x13a,0xd9,_0x5f53c6._0x3a51a9,0x11a)],jiraClient=new JiraClient(_0x17a05f),logger[_0x466c5b(_0x5f53c6._0x154b14,0x142,0x58,0xe8)](_0x2ac6ac['ngtZM']);}catch(_0x3e6dff){logger['error'](_0x2ac6ac['mWHOD'],_0x3e6dff);}}export async function initializeJira(){const _0xe2d13c={'stXJJ':function(_0x472860){return _0x472860();}};await _0xe2d13c['stXJJ'](initializeJiraClient);}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x184e21={_0x26b512:0x26f,_0x539bfe:0x221,_0x1a58aa:0x9,_0x4f3704:0x2e,_0x1c481b:0x0,_0x4e3946:0x3f,_0x561ea7:0x23b,_0x466d14:0x291,_0x29b08d:0x19,_0x4ea99f:0x1c9,_0x38dd07:0x1e3,_0x164e92:0x17b,_0x3b29b3:0x9b,_0x28fa3c:0x23d,_0x5d1ef4:0x229,_0x1f3845:0x69,_0x459ece:0x46,_0x3853df:0x1c5,_0x12eabc:0x1fd,_0x479e94:0x1f8,_0x3c0eaf:0x8a,_0x58c432:0x20,_0x3a8c80:0xad,_0x532eb8:0x90,_0x358107:0x220,_0x5aff85:0x1d7,_0x105fdd:0x205,_0xb42ebb:0x272,_0x4c385b:0x186,_0x1ec2b2:0x174,_0x38a3eb:0x7f,_0x5d5f5e:0x57,_0x3eb2c2:0x10b,_0x482a37:0x1f,_0x169cc6:0x1d,_0x53f030:0x83,_0x5012cb:0xe,_0x2f0333:0x19,_0x552485:0xa7,_0xd2727b:0xef,_0x24c397:0x50,_0x1cb458:0xaa,_0x3cd58b:0xcf,_0x57d958:0x3d,_0x4b11fa:0x65,_0x32b291:0x47,_0x54c746:0x39,_0x549861:0x6c,_0x121632:0x75,_0x2f33ea:0x3c,_0x12a249:0x3e,_0x31d4bd:0x30,_0x59ff53:0xa2,_0x41b594:0x1cd,_0x5685bb:0x173,_0x2d7c45:0xa5,_0x30371f:0x1fc,_0x1a4301:0x1cf,_0xecf272:0x210,_0x5da13c:0x2e7,_0x25a731:0x1e,_0x5b249a:0xa1,_0x3260f0:0x70,_0x98edfc:0xe4,_0x351b66:0x253,_0x11890e:0x2cb,_0x55a989:0x2c1,_0x555abe:0x248,_0x14e798:0x207,_0x41d6e6:0x218,_0x571e45:0x1a,_0x413237:0x225,_0x2787f:0x299,_0x34c449:0x2a5,_0x58dca3:0x276,_0xdeb904:0x242,_0x474f29:0x78,_0x1677a3:0xb2,_0x5ca1f6:0x4c,_0x582c5f:0x62,_0x423fd5:0x44,_0x470de8:0xad,_0x228cba:0xa0,_0x5e60c1:0x32,_0x10fe78:0xa,_0xcf27bf:0x67,_0x3c0aa4:0x17,_0x55e5ec:0x226,_0x2b61fb:0xf,_0x49b664:0x14,_0x7e1b65:0x296,_0x544ae4:0x37,_0x186869:0x2e,_0x2e6634:0x224,_0x24a196:0x242,_0x34200f:0x233,_0xaa095b:0x55,_0x28ddae:0x6a,_0x2f25af:0xce,_0x47e1b3:0x1f6,_0x631d5e:0x1ef,_0x450e3f:0x3b,_0xa8daa0:0xbd,_0x39f86d:0xd,_0x116437:0x3f,_0x283993:0x5b,_0x299c96:0x235,_0xa2f9c7:0x1ea,_0x596a54:0x227,_0x3bdffe:0x18b,_0x13f831:0xba,_0x26bf2:0x265,_0x34cdab:0x201,_0x3f6ee1:0x1f1,_0x43d264:0x19a,_0x261f92:0x7b,_0x548717:0x84,_0x220083:0xeb,_0x459db1:0x22e,_0x5be898:0x1fb,_0x4cd8f7:0x2f,_0x2772f3:0x18,_0x3c82a6:0x52,_0x532bec:0x1e1,_0x70ba45:0x226,_0x1747e7:0x54,_0x499c35:0x68,_0x150e70:0x28,_0x5b2a77:0x283,_0x3dbc03:0x64,_0x37c87c:0x36,_0x33d1c5:0x66,_0x958104:0x231,_0x31fd41:0x28f,_0x4c31fd:0x224,_0x27b6f6:0x7d,_0x408907:0x86,_0x485ec5:0x3c,_0x4db2dd:0x11,_0x486914:0x29,_0x4e0ad4:0x16,_0x3a23d2:0x60,_0x20a92a:0x29d,_0x4708e0:0x248,_0x3ff523:0x12},_0x98a25f={_0x3ad3b4:0x188},_0x24c3e7={_0x4d7467:0x3e8},_0x13643b={'rHLkm':_0x190368(0x5b,0x5d,0x66,0x81)+'search\x20JIR'+_0x558b25(-0x1f7,-_0x184e21._0x26b512,-0x1ea,-_0x184e21._0x539bfe),'OIETm':_0x190368(_0x184e21._0x1a58aa,_0x184e21._0x4f3704,_0x184e21._0x1c481b,-_0x184e21._0x4e3946)+_0x558b25(-0x28f,-_0x184e21._0x561ea7,-_0x184e21._0x466d14,-0x2b2)+'d','gIVqy':_0x190368(0x41,0x5c,0x1a,_0x184e21._0x29b08d)+'tion\x20faile'+'d','zLBLW':_0x558b25(-0x205,-0x1a1,-0x258,-0x287)+'search\x20JIR'+_0x558b25(-_0x184e21._0x4ea99f,-_0x184e21._0x38dd07,-0x1fd,-_0x184e21._0x164e92),'RCObX':'Reloading\x20'+_0x190368(_0x184e21._0x3b29b3,0xd6,0xce,0x110)+_0x558b25(-0x255,-_0x184e21._0x28fa3c,-0x221,-_0x184e21._0x5d1ef4)+_0x190368(-0x16,-_0x184e21._0x1f3845,-_0x184e21._0x459ece,0x1e),'zpqCW':function(_0x274c4d){return _0x274c4d();},'cXULh':_0x558b25(-_0x184e21._0x3853df,-_0x184e21._0x12eabc,-_0x184e21._0x479e94,-0x1b9)+_0x558b25(-0x243,-0x274,-0x29c,-0x234)+_0x190368(0x5e,0xbe,0x42,0xcd)+_0x190368(_0x184e21._0x3c0eaf,0x72,_0x184e21._0x58c432,_0x184e21._0x3a8c80),'SuRPd':_0x190368(_0x184e21._0x532eb8,0xd1,0xcf,0xc4),'oxKZG':_0x558b25(-0x217,-_0x184e21._0x358107,-0x250,-_0x184e21._0x5aff85),'RqOHE':_0x558b25(-_0x184e21._0x105fdd,-0x1a8,-0x22b,-_0x184e21._0xb42ebb)+_0x190368(0x61,0xba,0x37,-0x9)+_0x558b25(-0x1b9,-_0x184e21._0x4c385b,-0x1f6,-_0x184e21._0x1ec2b2)+_0x190368(0x87,_0x184e21._0x38a3eb,0xe4,0xc)+_0x190368(0x62,0x43,-0xd,_0x184e21._0x5d5f5e),'WstCP':_0x190368(0x9b,_0x184e21._0x3eb2c2,_0x184e21._0x482a37,0xd1)+_0x190368(_0x184e21._0x169cc6,_0x184e21._0x53f030,-_0x184e21._0x5012cb,0x1c)+'\x20from\x20envi'+'ronment\x20va'+_0x558b25(-0x1bc,-0x1a0,-0x196,-0x1f1),'qSKoj':function(_0x47bd37,_0x2adf9d){return _0x47bd37===_0x2adf9d;},'vffFh':_0x190368(-0x3b,-0x91,_0x184e21._0x2f0333,-0x6d),'wkQHT':'Failed\x20to\x20'+_0x558b25(-0x1ff,-0x192,-0x1a5,-0x1e6)+_0x190368(_0x184e21._0x552485,_0x184e21._0xd2727b,_0x184e21._0x24c397,0x3d)+_0x190368(_0x184e21._0x1cb458,_0x184e21._0x3cd58b,0xcc,_0x184e21._0x57d958)+'rs:','cfEmm':_0x190368(0x21,-0x39,0xf,_0x184e21._0x4b11fa),'HWxTg':_0x190368(0x63,_0x184e21._0x32b291,0xa3,0x17)+_0x190368(-_0x184e21._0x54c746,-0x71,-_0x184e21._0x549861,-0x46)+_0x190368(_0x184e21._0x121632,0x2d,0x6c,0xc)+'ion\x20reload'};logger[_0x190368(_0x184e21._0x2f33ea,_0x184e21._0x54c746,_0x184e21._0x12a249,-0x24)](_0x13643b[_0x190368(-_0x184e21._0x31d4bd,-0x2f,0x1,-_0x184e21._0x59ff53)]),jiraClient=null;function _0x558b25(_0x50c47a,_0x48949a,_0x3e8462,_0xfd3dbe){return _0xd9ec(_0x50c47a- -_0x24c3e7._0x4d7467,_0xfd3dbe);}function _0x190368(_0x412a0a,_0x14e071,_0x56622f,_0x44ea86){return _0xd9ec(_0x412a0a- -_0x98a25f._0x3ad3b4,_0x14e071);}const _0x275cc2=await _0x13643b['zpqCW'](loadJiraConfig);if(_0x275cc2)try{jiraClient=new JiraClient(_0x275cc2),logger['info'](_0x13643b['cXULh']);return;}catch(_0x1fad7a){if(_0x13643b['SuRPd']!==_0x13643b[_0x558b25(-_0x184e21._0x41b594,-_0x184e21._0x5685bb,-0x236,-0x167)])logger['error'](_0x13643b['RqOHE'],_0x1fad7a);else{const _0x319b60={};return _0x319b60['error']=_0x190368(_0x184e21._0x2d7c45,0xd1,0x116,0x103)+'found',_0x319b60['message']=_0x1f74d5[_0x558b25(-_0x184e21._0x30371f,-0x184,-_0x184e21._0x1a4301,-0x20b)],_0x1776cd['status'](-0x1884+-0x7e*-0x1d+0xbd2)[_0x558b25(-0x27a,-_0x184e21._0xecf272,-0x2c9,-_0x184e21._0x5da13c)](_0x319b60);}}if(process[_0x190368(_0x184e21._0x25a731,_0x184e21._0x5b249a,-0x15,-_0x184e21._0x4e3946)][_0x190368(_0x184e21._0x3260f0,0x7d,0x9f,_0x184e21._0x98edfc)+'ED']===_0x558b25(-_0x184e21._0x351b66,-_0x184e21._0x11890e,-0x1eb,-_0x184e21._0x55a989))try{const _0x2ae320={'baseUrl':process[_0x558b25(-0x242,-_0x184e21._0x555abe,-_0x184e21._0x14e798,-_0x184e21._0x41d6e6)][_0x190368(_0x184e21._0x4e3946,0x6c,0x3a,-_0x184e21._0x571e45)+_0x558b25(-0x291,-_0x184e21._0x413237,-_0x184e21._0x2787f,-0x22a)],...process[_0x558b25(-0x242,-_0x184e21._0x34c449,-_0x184e21._0x58dca3,-_0x184e21._0xdeb904)]['JIRA_CLOUD'+_0x190368(_0x184e21._0x474f29,_0x184e21._0x1677a3,0xb8,0x9a)]?{'cloudId':process[_0x190368(0x1e,-_0x184e21._0x5ca1f6,-_0x184e21._0x582c5f,_0x184e21._0x423fd5)][_0x190368(_0x184e21._0x470de8,_0x184e21._0x2f33ea,0x4a,0xe6)+_0x190368(0x78,0x7d,_0x184e21._0x228cba,0x37)]}:{}};_0x2ae320[_0x190368(-_0x184e21._0x5e60c1,-_0x184e21._0x10fe78,-_0x184e21._0xcf27bf,-_0x184e21._0x3c0aa4)]={},_0x2ae320[_0x190368(-_0x184e21._0x5e60c1,-_0x184e21._0x10fe78,-_0x184e21._0xcf27bf,-_0x184e21._0x3c0aa4)]['email']=process['env'][_0x558b25(-_0x184e21._0x55e5ec,-0x217,-0x1e0,-0x1e6)],_0x2ae320[_0x190368(-_0x184e21._0x5e60c1,-_0x184e21._0x10fe78,-_0x184e21._0xcf27bf,-_0x184e21._0x3c0aa4)][_0x190368(-_0x184e21._0x2b61fb,-0x1c,-0x3f,_0x184e21._0x49b664)]=process[_0x558b25(-0x242,-0x1c3,-0x211,-_0x184e21._0x7e1b65)][_0x190368(-0x40,-0x86,-_0x184e21._0x544ae4,-_0x184e21._0x186869)+'OKEN'],jiraClient=new JiraClient(_0x2ae320),logger[_0x558b25(-_0x184e21._0x2e6634,-_0x184e21._0x24a196,-0x1e2,-_0x184e21._0x34200f)](_0x13643b[_0x190368(_0x184e21._0xaa095b,_0x184e21._0x28ddae,_0x184e21._0x2f25af,-0x25)]);}catch(_0x239cfb){_0x13643b['qSKoj'](_0x13643b[_0x558b25(-0x222,-_0x184e21._0x47e1b3,-_0x184e21._0x631d5e,-0x1ca)],_0x190368(-_0x184e21._0x450e3f,_0x184e21._0x54c746,-0x22,-_0x184e21._0xa8daa0))?logger['error'](_0x13643b[_0x190368(0xa,-_0x184e21._0x39f86d,-_0x184e21._0x571e45,0x2a)],_0x239cfb):_0x55a462[_0x190368(-0x19,-0x19,-_0x184e21._0x116437,_0x184e21._0x4b11fa)](_0x190368(_0x184e21._0x283993,0x5a,0x34,0x63)+_0x558b25(-0x1ff,-0x20f,-0x17f,-_0x184e21._0x299c96)+_0x558b25(-0x1b9,-_0x184e21._0xa2f9c7,-_0x184e21._0x596a54,-_0x184e21._0x3bdffe)+'rom\x20env\x20va'+_0x190368(0x8c,_0x184e21._0x13f831,0x92,0xa2),_0x499ffe);}else{if(_0x13643b[_0x558b25(-0x1f1,-_0x184e21._0x26bf2,-_0x184e21._0xb42ebb,-_0x184e21._0x34cdab)]===_0x13643b[_0x558b25(-_0x184e21._0x3f6ee1,-0x192,-0x1e7,-_0x184e21._0x43d264)])logger[_0x190368(_0x184e21._0x2f33ea,_0x184e21._0x261f92,0xb9,-0x38)](_0x13643b[_0x190368(_0x184e21._0x548717,_0x184e21._0x3c0aa4,0x106,_0x184e21._0x220083)]);else{_0x3dcab5['error'](_0x13643b['rHLkm'],_0x55de6b);if(_0xf05620[_0x558b25(-0x1fc,-_0x184e21._0x459db1,-_0x184e21._0x5be898,-_0x184e21._0x299c96)][_0x190368(_0x184e21._0x4cd8f7,0x5,0xae,0xa)](_0x190368(0x20,_0x184e21._0x2772f3,-0x5e,-_0x184e21._0x3c82a6)+_0x558b25(-_0x184e21._0x532bec,-0x258,-0x1a4,-_0x184e21._0x70ba45))){const _0x156545={};return _0x156545[_0x190368(-0x19,_0x184e21._0x1747e7,-0x80,_0x184e21._0x499c35)]=_0x190368(0x20,-0x4c,0x9e,_0x184e21._0x150e70)+_0x558b25(-0x264,-_0x184e21._0x41d6e6,-0x283,-_0x184e21._0x5b2a77),_0x156545[_0x190368(_0x184e21._0x3dbc03,_0x184e21._0x37c87c,0xe3,-0x13)]=_0x5cc1c4['message'],_0x3710ce['status'](0x2*-0xabc+-0x106d+-0x309*-0xd)[_0x190368(-0x1a,_0x184e21._0x33d1c5,-0x70,0x30)](_0x156545);}else{if(_0x155ccf[_0x190368(0x64,0x3f,0xc9,0x66)][_0x558b25(-_0x184e21._0x958104,-_0x184e21._0x31fd41,-_0x184e21._0x4c31fd,-0x1e0)](_0x13643b['OIETm'])){const _0x4d0355={};return _0x4d0355['error']=_0x13643b[_0x190368(_0x184e21._0x27b6f6,0x7c,_0x184e21._0x2f33ea,_0x184e21._0x25a731)],_0x4d0355[_0x190368(0x64,_0x184e21._0x408907,_0x184e21._0x485ec5,_0x184e21._0x2d7c45)]=_0x415954[_0x190368(_0x184e21._0x3dbc03,0x4e,0x6e,0xcd)],_0x3c71c0[_0x190368(0x6e,0x53,_0x184e21._0x5e60c1,-_0x184e21._0x4db2dd)](-0x1985+-0x1*-0x144d+-0x243*-0x3)[_0x190368(-0x1a,-_0x184e21._0x486914,-_0x184e21._0x4e0ad4,-0x82)](_0x4d0355);}else{const _0x3b9a2c={};return _0x3b9a2c[_0x190368(-0x19,-_0x184e21._0x3a23d2,-_0x184e21._0x4e0ad4,-0x5a)]=_0x13643b[_0x558b25(-0x23a,-_0x184e21._0x5be898,-_0x184e21._0x20a92a,-_0x184e21._0x4708e0)],_0x3b9a2c[_0x190368(0x64,0x72,0x40,0xbb)]=_0x308efa['message'],_0x488141['status'](-0xa39*-0x3+-0x62f*-0x6+0xcb*-0x53)[_0x190368(-_0x184e21._0x571e45,_0x184e21._0x3ff523,-0x90,-0x3c)](_0x3b9a2c);}}}}}function requireJira(_0x3eead1,_0x470253,_0x3891e8){const _0x5c0195={_0x53689f:0x60,_0x30ed34:0x97,_0x434142:0x4a,_0x2a3ceb:0x4e,_0xdbc399:0x6c,_0x31ad3c:0xcb,_0x5dab9d:0x56,_0x268647:0xc0,_0x2403e6:0x72,_0x2d8059:0x395,_0x43edae:0x2d6,_0x62c058:0x31a,_0x5bf9d7:0xe,_0x5528e1:0xa,_0x57cc13:0x4d,_0x21bac0:0x1d,_0x46cd64:0x90,_0x19340e:0x44,_0x4225b9:0x12,_0x14c2b8:0x5f,_0x45ad6d:0x11,_0x19a138:0x31,_0x15fd68:0x1a,_0x28d7ad:0xdb,_0x46ca66:0x3fc,_0x5a5808:0x403,_0xb78a4:0x39f,_0x1e7b4c:0x3,_0x5545c6:0x16,_0x1dba4a:0x386,_0x27912a:0x3e3,_0x4c7c72:0x1e},_0x3a239e={_0x171cba:0x1b3},_0x45517f={};function _0x4fc3e3(_0x548e57,_0x5bc68f,_0x5b5deb,_0x548560){return _0xd9ec(_0x5bc68f- -0x15e,_0x5b5deb);}_0x45517f[_0x4fc3e3(0x7a,_0x5c0195._0x53689f,-0x1c,_0x5c0195._0x30ed34)]=_0x4fc3e3(-_0x5c0195._0x434142,0x30,_0x5c0195._0x2a3ceb,_0x5c0195._0xdbc399)+'ration\x20not'+_0x4fc3e3(_0x5c0195._0x31ad3c,_0x5c0195._0x5dab9d,-0x4,-0xf);function _0x3fe69e(_0x449f21,_0x6d667,_0x9c2e67,_0xd3c57f){return _0xd9ec(_0xd3c57f-_0x3a239e._0x171cba,_0x449f21);}_0x45517f[_0x4fc3e3(-0xa,0x41,0xbd,_0x5c0195._0x268647)]='JIRA\x20integ'+_0x4fc3e3(0x11,0x18,_0x5c0195._0x2403e6,-0x2f)+'not\x20config'+_0x3fe69e(_0x5c0195._0x2d8059,0x2cd,_0x5c0195._0x43edae,_0x5c0195._0x62c058)+_0x4fc3e3(_0x5c0195._0x5bf9d7,-_0x5c0195._0x5528e1,-0x48,0x53)+_0x4fc3e3(_0x5c0195._0x57cc13,-_0x5c0195._0x21bac0,-_0x5c0195._0x46cd64,-_0x5c0195._0x19340e)+'ntact\x20your'+'\x20administr'+_0x4fc3e3(_0x5c0195._0x4225b9,0x57,0xb8,0x0);const _0x2acc1e=_0x45517f;if(!jiraClient){const _0x296076={};return _0x296076[_0x4fc3e3(-_0x5c0195._0x14c2b8,_0x5c0195._0x45ad6d,0x4b,0x5d)]=_0x2acc1e[_0x4fc3e3(_0x5c0195._0x19a138,0x60,-_0x5c0195._0x15fd68,_0x5c0195._0x28d7ad)],_0x296076[_0x3fe69e(_0x5c0195._0x46ca66,_0x5c0195._0x5a5808,0x419,_0x5c0195._0xb78a4)]=_0x2acc1e[_0x4fc3e3(0xb4,0x41,_0x5c0195._0x1e7b4c,_0x5c0195._0x5545c6)],_0x470253[_0x3fe69e(_0x5c0195._0x1dba4a,_0x5c0195._0x27912a,0x3f0,0x3a9)](0x226b+0x1154+-0x31c8)[_0x4fc3e3(-0x36,0x10,0x55,-_0x5c0195._0x4c7c72)](_0x296076);}_0x3891e8();}router[_0x4e05b3(-0x2,-0x4b,-0x86,-0xaa)](_0x4be823(0x134,0xf2,0x1a5,0x139),(_0xa6fcf7,_0x45b30d)=>{const _0x1d44bf={_0x50e03c:0x22d,_0x143412:0x183,_0x473665:0x232,_0x360c20:0x209,_0x3950de:0x22a,_0x5b473d:0x1d7,_0x4760a7:0x202,_0x3bb8bc:0x49f,_0xfe17eb:0x477,_0x11e0c3:0x4dd},_0x2a142d={_0xb55654:0x2bb,_0x1fb461:0xd1},_0x4aea3a={_0xdd93f4:0x1f4};function _0x58509b(_0x5f257e,_0x2495d0,_0x3d4c31,_0x4eda56){return _0x4e05b3(_0x4eda56,_0x2495d0-0x5a0,_0x3d4c31-_0x4aea3a._0xdd93f4,_0x4eda56-0x128);}const _0x5aff2f={};_0x5aff2f['enabled']=!!jiraClient;function _0x3e3a84(_0x5160fc,_0x472b79,_0x25910f,_0x1d8401){return _0x4e05b3(_0x472b79,_0x5160fc-_0x2a142d._0xb55654,_0x25910f-0x177,_0x1d8401-_0x2a142d._0x1fb461);}_0x5aff2f[_0x3e3a84(0x1c8,_0x1d44bf._0x50e03c,_0x1d44bf._0x143412,_0x1d44bf._0x473665)]=jiraClient?process[_0x3e3a84(_0x1d44bf._0x360c20,0x224,0x1de,0x21b)][_0x3e3a84(_0x1d44bf._0x3950de,_0x1d44bf._0x5b473d,0x252,_0x1d44bf._0x4760a7)+_0x58509b(0x4f4,_0x1d44bf._0x3bb8bc,_0x1d44bf._0xfe17eb,_0x1d44bf._0x11e0c3)]:null,_0x45b30d['json'](_0x5aff2f);}),router['get']('/issues/:k'+'ey',requireJira,async(_0xcfc20b,_0x5d90c0)=>{const _0x9f97d4={_0x5eed3f:0x226,_0x2a7573:0x639,_0x4d0f71:0x5e8,_0x3b3a36:0x62f,_0x1f9b36:0x1ea,_0x3afbe4:0x1db,_0x5b4d57:0x56b,_0xfe229:0x4cc,_0x4e2afd:0x4da,_0x5adf3b:0x546,_0x2bcda2:0x5ca,_0x2477fa:0x5b7,_0x48cfd6:0x149,_0x20c40c:0x174,_0x1d0bb3:0x10e,_0x1119be:0x141,_0x26547f:0xdd,_0x308d48:0x171,_0x364517:0x57d,_0x3e9a79:0x5a2,_0x2e515c:0x5e2,_0xc76e13:0x5d0,_0xb8cf98:0x115,_0x1c1e3b:0x147,_0x13ef14:0x166,_0xc34484:0x4eb,_0x1af834:0x56c,_0x26b593:0x566,_0x4d0ce5:0x1e4,_0xc9dd7c:0x236,_0x1d098a:0x1a4,_0x5dff39:0x219,_0x1bd3c1:0x196,_0xc142b6:0x23c,_0x2cb69d:0x1d9,_0xcbd4e0:0x205,_0x5cfe68:0x517,_0x2d2b24:0x200,_0x55ed2a:0x1bd,_0x1afea7:0x194,_0x571225:0x114,_0x1b1810:0x85,_0x1239b3:0x58a,_0x35555a:0x649,_0x116b22:0xa3,_0x5aea6b:0xff,_0x319fb2:0x140,_0xb46652:0xb7,_0x519798:0x199,_0x5261e1:0x5eb,_0x2895d6:0x50b,_0x2f4702:0x557,_0x11f7d6:0xa9,_0x5d7a03:0x19b,_0x4f11e4:0x1e9,_0x1ea4f7:0x182,_0x42af7c:0xdf,_0x37c26e:0x1a9,_0x13e9f0:0x1bf,_0x2f212c:0x154,_0xce35f6:0x16e,_0x469481:0x1bc,_0x1c73d8:0x625,_0x4c1b22:0x593,_0x39eee6:0x1b4,_0x426fee:0x173,_0xa7c432:0x125,_0x162fd7:0x1a5,_0x36fbe9:0x193,_0x53f5d0:0x1f4,_0x48549c:0x181,_0x440855:0x248,_0x361b43:0x1ce,_0x3e8858:0x18b,_0x215964:0x20d,_0x1731d9:0x19e,_0x27bee3:0x529,_0x24f0f4:0x4e7,_0x461c35:0x5dd,_0x19ce1a:0x572,_0x3a7d99:0x560,_0xe0459f:0x5b0,_0x114776:0x589,_0x9723dd:0xb5,_0x20990a:0x102,_0x52ff69:0x1e8,_0x25f46f:0x1c7,_0x2d836b:0x48a,_0x678c58:0x4d9,_0x2c1b66:0x4d1,_0x440956:0x172,_0x482cbe:0xd8,_0xa34c10:0x13f,_0x5d3f94:0x101,_0x217478:0x104,_0xb4f06b:0x16c,_0x308c24:0x141,_0x2e208a:0xf4,_0x4afec0:0xff,_0x4920a4:0x1fd,_0x4883ca:0x1b0,_0x198cfe:0x17d,_0x141aa0:0x187,_0x43af03:0x169,_0x12cd0b:0x126,_0x47db52:0x5d2,_0xb4ee33:0x13a,_0x5337e4:0x11b,_0x3cd3fe:0x1b5,_0x36a16c:0xa8,_0x189307:0x119,_0x13ff15:0xc9,_0x2b1cb6:0xe0,_0x5b899c:0x18a,_0x484660:0x51d,_0x480050:0x55c,_0x39924a:0x56f,_0x3f3e08:0x167,_0x5e312a:0x17d,_0x4b9a09:0x224,_0x420015:0x223,_0x51869c:0x1fa,_0x532250:0x4f2,_0x454c66:0x5a7,_0x213977:0x5f9,_0x57d5ca:0x158,_0x849406:0x12e,_0x2f3cb0:0x1b6,_0xb156c3:0x226,_0x5312b8:0x1f7,_0x23f398:0x12f,_0x473af1:0x632,_0x56321a:0x1c5,_0x54fcd9:0x18e,_0x2430ba:0x139,_0x7bb31e:0x154,_0x513d92:0x1b5,_0x20e896:0x526,_0x2f593a:0x566,_0x5ab880:0x183,_0x3442dd:0x199,_0x1fc360:0x160,_0x550da0:0x551,_0x323d14:0x582,_0x580d6f:0x4fe,_0x2b4b22:0x51c,_0x2bec2f:0x1b5,_0x655bae:0x113,_0x56a656:0x12e,_0x4ce2b8:0x122,_0x5b0381:0x513,_0x2c629b:0x510,_0xd5e1bc:0x52b,_0x21d561:0x57c,_0x29f9c4:0x138,_0x4277db:0x5b4,_0x7c79d:0x5e4,_0x5b3434:0x5b0,_0x5b8fab:0x5a0,_0x436ed3:0x1af,_0x5ad05e:0x175,_0x4d9d5e:0x189,_0x4be874:0x1d5,_0x293422:0x1e8,_0x22e4c8:0x11f,_0x47cb9c:0x151,_0x218bd0:0x195,_0x2e419a:0x13a,_0x36a196:0x145,_0x3963a3:0x56e,_0x523e9e:0x223,_0x33dc41:0x1da,_0x4a52cf:0x21e,_0x95a76c:0x5e9,_0x37ffaa:0x50d,_0x304469:0x168,_0x1a5ea9:0x138,_0x462298:0x10f,_0x876275:0x4c5,_0x34860e:0x51b,_0x5c465a:0x528,_0x3426bb:0x1e7,_0xfcf655:0x1b5,_0x365ca0:0x1fb,_0x52d421:0x5c7,_0x48100a:0x57d,_0x48472a:0x58d,_0x57b075:0x5e1,_0x510d0d:0x190,_0x5156de:0x1a6,_0x49c722:0x5a3,_0xe76532:0x554,_0x2e211a:0x17e,_0x275d04:0x180,_0x3eadc7:0x134,_0x4a0dfe:0xb4,_0x540206:0x603,_0x3def0e:0x138,_0x19d024:0x121,_0x30e5ef:0x19c,_0x10d6d5:0x1a0,_0x2024d3:0x5d6,_0x434c90:0x50f,_0x5d8413:0x4e1,_0x223b90:0x12e,_0x156b3d:0x131,_0x5a2159:0x504,_0x19ffe7:0x55f,_0x4c789f:0x50f},_0x574a34={_0x5c8f11:0x10c,_0x4d2f0e:0x2a3},_0x416717={_0x1f5ef5:0x17d,_0x456079:0x1cd},_0x152369={};_0x152369[_0x56d34c(-0x223,-0x1d3,-0x1d8,-_0x9f97d4._0x5eed3f)]='Failed\x20to\x20'+'fetch\x20comm'+_0x307eba(_0x9f97d4._0x2a7573,_0x9f97d4._0x4d0f71,_0x9f97d4._0x3b3a36,0x5e2),_0x152369[_0x56d34c(-_0x9f97d4._0x1f9b36,-_0x9f97d4._0x3afbe4,-0x200,-0x224)]='JIRA\x20clien'+_0x307eba(_0x9f97d4._0x5b4d57,_0x9f97d4._0xfe229,_0x9f97d4._0x4e2afd,_0x9f97d4._0x5adf3b)+_0x307eba(0x546,_0x9f97d4._0x2bcda2,0x541,0x587)+_0x307eba(0x5d7,0x5a3,_0x9f97d4._0x2477fa,0x5b3),_0x152369[_0x56d34c(-0x11f,-_0x9f97d4._0x48cfd6,-0x122,-_0x9f97d4._0x20c40c)]=_0x56d34c(-_0x9f97d4._0x1d0bb3,-_0x9f97d4._0x1119be,-_0x9f97d4._0x26547f,-_0x9f97d4._0x308d48)+_0x307eba(_0x9f97d4._0x364517,0x580,_0x9f97d4._0x3e9a79,0x58a)+_0x307eba(0x631,_0x9f97d4._0x2e515c,0x605,_0x9f97d4._0xc76e13)+_0x56d34c(-0xf3,-_0x9f97d4._0xb8cf98,-0xc4,-_0x9f97d4._0x1c1e3b)+_0x56d34c(-0xf9,-0x13a,-0x185,-0xd3),_0x152369[_0x56d34c(-_0x9f97d4._0x13ef14,-0xe6,-0x162,-0xed)]='Missing\x20co'+_0x307eba(_0x9f97d4._0xc34484,_0x9f97d4._0x1af834,0x592,_0x9f97d4._0x26b593),_0x152369[_0x56d34c(-0x212,-_0x9f97d4._0x4d0ce5,-0x20d,-_0x9f97d4._0xc9dd7c)]=_0x56d34c(-_0x9f97d4._0x1d098a,-0x1c6,-_0x9f97d4._0x5dff39,-_0x9f97d4._0x1bd3c1)+_0x56d34c(-_0x9f97d4._0xc142b6,-_0x9f97d4._0x2cb69d,-_0x9f97d4._0xcbd4e0,-0x243)+_0x307eba(0x58b,_0x9f97d4._0x5cfe68,0x548,0x51e)+_0x56d34c(-0x1b2,-0x1ad,-_0x9f97d4._0x2d2b24,-0x1c6)+_0x56d34c(-_0x9f97d4._0x55ed2a,-_0x9f97d4._0x1afea7,-_0x9f97d4._0x571225,-0x15e),_0x152369['CRcGc']=function(_0x50d85b,_0x1b2ad0){return _0x50d85b===_0x1b2ad0;},_0x152369[_0x56d34c(-_0x9f97d4._0x20c40c,-0xfa,-0x10b,-_0x9f97d4._0x1b1810)]=_0x307eba(_0x9f97d4._0x1239b3,_0x9f97d4._0x35555a,0x621,0x5da),_0x152369[_0x56d34c(-0xdb,-0x119,-_0x9f97d4._0x116b22,-_0x9f97d4._0x5aea6b)]=_0x56d34c(-0x19d,-0x120,-_0x9f97d4._0x319fb2,-_0x9f97d4._0xb46652)+_0x56d34c(-0x161,-0x1df,-0x226,-_0x9f97d4._0x519798)+_0x307eba(_0x9f97d4._0x5261e1,_0x9f97d4._0x2895d6,0x524,0x57a),_0x152369[_0x307eba(_0x9f97d4._0x2f4702,0x5e2,0x5b9,0x56f)]=_0x56d34c(-_0x9f97d4._0x11f7d6,-0x123,-0x15f,-0x1a3)+_0x56d34c(-0x1c1,-_0x9f97d4._0x5d7a03,-0x12a,-_0x9f97d4._0x4f11e4)+'\x20format\x20PR'+_0x56d34c(-_0x9f97d4._0x1ea4f7,-0x121,-0xe1,-_0x9f97d4._0xb46652),_0x152369['iUpkd']=_0x56d34c(-_0x9f97d4._0x42af7c,-0x161,-0x121,-0x170),_0x152369[_0x56d34c(-_0x9f97d4._0x37c26e,-0x143,-_0x9f97d4._0x13e9f0,-_0x9f97d4._0x2f212c)]=function(_0xeccfad,_0x32c3b3){return _0xeccfad!==_0x32c3b3;};function _0x307eba(_0x38f6b2,_0x498f98,_0x2ca8bd,_0x2e1e22){return _0x4e05b3(_0x498f98,_0x2e1e22-0x5f9,_0x2ca8bd-_0x416717._0x1f5ef5,_0x2e1e22-_0x416717._0x456079);}function _0x56d34c(_0x225514,_0x27357f,_0x1f3d73,_0x321769){return _0x4be823(_0x225514-_0x574a34._0x5c8f11,_0x27357f-0x1ea,_0x321769,_0x27357f- -_0x574a34._0x4d2f0e);}_0x152369[_0x56d34c(-_0x9f97d4._0xce35f6,-_0x9f97d4._0x469481,-0x1d4,-0x19b)]='vXwnH',_0x152369[_0x307eba(_0x9f97d4._0x1c73d8,_0x9f97d4._0x4c1b22,0x584,0x5e3)]='Issue\x20not\x20'+_0x56d34c(-_0x9f97d4._0x39eee6,-_0x9f97d4._0x426fee,-0x10d,-0x1d1),_0x152369[_0x56d34c(-0x121,-_0x9f97d4._0xa7c432,-0x13a,-_0x9f97d4._0x162fd7)]=_0x56d34c(-_0x9f97d4._0x319fb2,-_0x9f97d4._0x36fbe9,-0x206,-_0x9f97d4._0x53f5d0)+_0x56d34c(-_0x9f97d4._0x48549c,-0x1cb,-_0x9f97d4._0x440855,-_0x9f97d4._0x361b43)+'d',_0x152369[_0x56d34c(-0x168,-_0x9f97d4._0x3e8858,-_0x9f97d4._0x215964,-_0x9f97d4._0x1731d9)]=function(_0x2a9690,_0x5a6966){return _0x2a9690!==_0x5a6966;},_0x152369[_0x307eba(0x506,_0x9f97d4._0x27bee3,0x51f,_0x9f97d4._0x24f0f4)]=_0x307eba(_0x9f97d4._0x461c35,0x514,_0x9f97d4._0x19ce1a,_0x9f97d4._0x3a7d99),_0x152369[_0x307eba(_0x9f97d4._0xe0459f,_0x9f97d4._0x114776,0x57f,0x576)]=_0x56d34c(-_0x9f97d4._0x9723dd,-_0x9f97d4._0x20990a,-0x125,-0x169),_0x152369['tfFcz']=_0x307eba(_0x9f97d4._0x2e515c,0x5a2,0x52e,0x56a)+_0x56d34c(-0x166,-0x1cb,-_0x9f97d4._0x52ff69,-_0x9f97d4._0x25f46f)+'d',_0x152369[_0x307eba(_0x9f97d4._0x2d836b,_0x9f97d4._0x678c58,_0x9f97d4._0x2c1b66,0x4f6)]=_0x56d34c(-0x104,-0x122,-0xd6,-_0x9f97d4._0x440956)+'\x20denied',_0x152369[_0x56d34c(-0x15c,-0x136,-_0x9f97d4._0x482cbe,-_0x9f97d4._0x48549c)]=_0x56d34c(-0x13e,-_0x9f97d4._0xa34c10,-_0x9f97d4._0x5d3f94,-0x139),_0x152369['kgThg']=_0x56d34c(-0x14c,-_0x9f97d4._0xce35f6,-_0x9f97d4._0x217478,-_0x9f97d4._0xb4f06b),_0x152369['LlVHy']=_0x56d34c(-_0x9f97d4._0x1119be,-_0x9f97d4._0x308c24,-_0x9f97d4._0x2e208a,-0x157)+_0x56d34c(-_0x9f97d4._0x4afec0,-0x154,-0x141,-0x161)+'\x20issue';const _0xa672c1=_0x152369;try{const _0xcfe51f=_0xcfc20b[_0x56d34c(-_0x9f97d4._0x4920a4,-_0x9f97d4._0x4883ca,-_0x9f97d4._0x198cfe,-0x215)][_0x56d34c(-0x153,-_0x9f97d4._0x141aa0,-0x182,-0x11d)]['trim']()[_0x56d34c(-0x15d,-_0x9f97d4._0x43af03,-_0x9f97d4._0x12cd0b,-0x103)+'e']();if(!/^[A-Z]+-\d+$/i[_0x307eba(_0x9f97d4._0x47db52,0x520,0x580,0x596)](_0xcfe51f)){if(_0xa672c1[_0x56d34c(-0x137,-0x128,-_0x9f97d4._0xb4ee33,-_0x9f97d4._0x5337e4)](_0xa672c1['fKWSx'],_0xa672c1['fKWSx'])){const _0x3c93ce={};return _0x3c93ce[_0x56d34c(-0x233,-_0x9f97d4._0x3cd3fe,-_0x9f97d4._0x48cfd6,-0x1ec)]=_0xa672c1[_0x56d34c(-_0x9f97d4._0x36a16c,-_0x9f97d4._0x189307,-0x15e,-_0x9f97d4._0x13ff15)],_0x3c93ce[_0x56d34c(-_0x9f97d4._0x2b1cb6,-0x138,-0xdb,-_0x9f97d4._0x5b899c)]=_0xa672c1[_0x307eba(0x5ea,_0x9f97d4._0x484660,_0x9f97d4._0x480050,_0x9f97d4._0x39924a)],_0x5d90c0[_0x56d34c(-_0x9f97d4._0x3f3e08,-0x12e,-0xed,-0x1a9)](0xca1+0x1*-0x1151+-0xa0*-0xa)[_0x56d34c(-_0x9f97d4._0x5e312a,-0x1b6,-_0x9f97d4._0x4b9a09,-_0x9f97d4._0x3f3e08)](_0x3c93ce);}else{const _0x85073e={};return _0x85073e[_0x56d34c(-_0x9f97d4._0x420015,-0x1b5,-_0x9f97d4._0x51869c,-0x15f)]=_0xa672c1[_0x307eba(0x4c3,0x4e6,0x4d8,_0x9f97d4._0x532250)],_0x85073e[_0x307eba(0x5ae,_0x9f97d4._0x454c66,_0x9f97d4._0x213977,0x58d)]=_0x283822['message'],_0x25effe[_0x56d34c(-_0x9f97d4._0x57d5ca,-_0x9f97d4._0x849406,-0x128,-0xc4)](0x1*-0x23c3+0x1*-0x24a1+0x4a58)[_0x56d34c(-0x174,-_0x9f97d4._0x2f3cb0,-_0x9f97d4._0xb156c3,-0x1ee)](_0x85073e);}}logger['debug']('Fetching\x20J'+_0x56d34c(-0x121,-0x18d,-_0x9f97d4._0x5312b8,-_0x9f97d4._0x23f398)+'\x20'+_0xcfe51f);const _0x334912=await jiraClient[_0x307eba(_0x9f97d4._0x473af1,0x5d1,0x599,0x5dc)](_0xcfe51f);_0x5d90c0[_0x56d34c(-0x1e8,-_0x9f97d4._0x2f3cb0,-_0x9f97d4._0x56321a,-_0x9f97d4._0x54fcd9)](_0x334912);}catch(_0x353890){logger[_0x56d34c(-_0x9f97d4._0x2430ba,-_0x9f97d4._0x3cd3fe,-0x202,-0x215)](_0x56d34c(-_0x9f97d4._0x319fb2,-0x141,-0x1a0,-0x131)+_0x56d34c(-0xd6,-_0x9f97d4._0x7bb31e,-_0x9f97d4._0x513d92,-0x110)+_0x307eba(_0x9f97d4._0x20e896,0x592,_0x9f97d4._0x2f593a,0x548),_0x353890);if(_0x353890['message'][_0x307eba(0x550,0x4ea,0x5b6,0x558)](_0xa672c1[_0x56d34c(-_0x9f97d4._0x5ab880,-_0x9f97d4._0x3442dd,-0x1ed,-_0x9f97d4._0x1fc360)])){if(_0xa672c1[_0x307eba(_0x9f97d4._0x550da0,0x50f,0x5be,_0x9f97d4._0x323d14)]('JweqG',_0xa672c1[_0x307eba(_0x9f97d4._0x580d6f,0x52f,_0x9f97d4._0x2b4b22,0x509)])){const _0x1afdc0={};return _0x1afdc0[_0x56d34c(-_0x9f97d4._0x2bec2f,-_0x9f97d4._0x3cd3fe,-0x135,-0x1db)]=_0xa672c1['WtjHx'],_0x1afdc0['message']=_0x353890[_0x56d34c(-_0x9f97d4._0x655bae,-0x138,-0xd0,-0x1ac)],_0x5d90c0[_0x56d34c(-0xd2,-_0x9f97d4._0x56a656,-0x15c,-0xc0)](0x11*-0x67+-0x2047+0x28b2*0x1)['json'](_0x1afdc0);}else try{_0x215112=new _0x28f717(_0x126369),_0x145ddf[_0x56d34c(-0x1b2,-0x160,-_0x9f97d4._0x4ce2b8,-0x142)](_0xa672c1['CfEKQ']);return;}catch(_0x4de4d7){_0x32c3d6[_0x307eba(0x49a,0x538,_0x9f97d4._0x5b0381,_0x9f97d4._0x2c629b)](_0xa672c1[_0x307eba(_0x9f97d4._0xd5e1bc,0x59f,0x55d,_0x9f97d4._0x21d561)],_0x4de4d7);}}else{if(_0x353890[_0x56d34c(-0x191,-_0x9f97d4._0x29f9c4,-0x1b0,-0x1a9)][_0x307eba(0x5cc,_0x9f97d4._0x4277db,0x542,0x558)](_0xa672c1[_0x307eba(_0x9f97d4._0x7c79d,_0x9f97d4._0xe0459f,_0x9f97d4._0x5b3434,_0x9f97d4._0x5b8fab)])){if(_0xa672c1[_0x56d34c(-_0x9f97d4._0x436ed3,-0x18b,-_0x9f97d4._0x5ad05e,-0x1b2)](_0xa672c1[_0x56d34c(-0x1a2,-0x1de,-_0x9f97d4._0x4d9d5e,-0x1f8)],_0xa672c1['JHMcW'])){const _0x4f2b9d={};return _0x4f2b9d[_0x56d34c(-0x152,-0x1b5,-_0x9f97d4._0x4be874,-_0x9f97d4._0x293422)]=_0xa672c1[_0x56d34c(-_0x9f97d4._0x22e4c8,-_0x9f97d4._0x47cb9c,-_0x9f97d4._0x218bd0,-_0x9f97d4._0x2e419a)],_0x4f2b9d[_0x56d34c(-_0x9f97d4._0x36a196,-0x138,-0x19e,-0xba)]=_0x353890['message'],_0x5d90c0['status'](-0x49*0xa+-0x22f4+0x275f)[_0x307eba(0x576,_0x9f97d4._0x3963a3,0x4c9,0x50f)](_0x4f2b9d);}else _0x2c037f[_0x56d34c(-_0x9f97d4._0x523e9e,-0x1b5,-_0x9f97d4._0x33dc41,-_0x9f97d4._0x4a52cf)](_0xa672c1[_0x307eba(_0x9f97d4._0x95a76c,0x587,_0x9f97d4._0x37ffaa,_0x9f97d4._0x21d561)],_0x3ad727);}else{if(_0x353890[_0x56d34c(-_0x9f97d4._0x304469,-_0x9f97d4._0x1a5ea9,-_0x9f97d4._0x462298,-0x129)]['includes']('No\x20permiss'+_0x307eba(_0x9f97d4._0x876275,0x5a4,_0x9f97d4._0x34860e,_0x9f97d4._0x5c465a))){const _0x30db63={};return _0x30db63[_0x56d34c(-_0x9f97d4._0x3426bb,-_0x9f97d4._0xfcf655,-_0x9f97d4._0x365ca0,-_0x9f97d4._0x436ed3)]=_0xa672c1['aHEeM'],_0x30db63[_0x307eba(0x5b0,_0x9f97d4._0x52d421,_0x9f97d4._0x48100a,_0x9f97d4._0x48472a)]=_0x353890[_0x307eba(0x608,0x53c,_0x9f97d4._0x57b075,0x58d)],_0x5d90c0[_0x56d34c(-0x192,-0x12e,-_0x9f97d4._0x510d0d,-_0x9f97d4._0x5156de)](0xaeb+-0xb66+-0x2*-0x107)[_0x56d34c(-0x201,-_0x9f97d4._0x2f3cb0,-0x21b,-0x1f7)](_0x30db63);}else{if(_0xa672c1[_0x307eba(0x4ce,_0x9f97d4._0x49c722,_0x9f97d4._0xe76532,0x53a)](_0xa672c1[_0x56d34c(-0x1b2,-0x136,-_0x9f97d4._0x2e211a,-_0x9f97d4._0x275d04)],_0xa672c1[_0x56d34c(-0xc5,-_0x9f97d4._0x3eadc7,-_0x9f97d4._0x4a0dfe,-0x12c)])){const _0x33a7bc={};return _0x33a7bc[_0x56d34c(-0x1dc,-0x1b5,-0x208,-0x206)]=_0xa672c1['LlVHy'],_0x33a7bc[_0x307eba(_0x9f97d4._0x540206,0x5a3,0x565,0x58d)]=_0x353890[_0x56d34c(-_0x9f97d4._0x4883ca,-_0x9f97d4._0x3def0e,-0x16f,-0x16d)],_0x5d90c0[_0x56d34c(-_0x9f97d4._0x19d024,-0x12e,-0x111,-_0x9f97d4._0x30e5ef)](-0x1f91+-0x113*0x1d+0x40ac)[_0x56d34c(-0x20a,-0x1b6,-_0x9f97d4._0x10d6d5,-0x1c8)](_0x33a7bc);}else{const _0x29f353={};return _0x29f353['error']=_0xa672c1['KJbVO'],_0x29f353[_0x307eba(_0x9f97d4._0x2024d3,_0x9f97d4._0x19ce1a,0x581,0x58d)]=_0xa672c1[_0x307eba(0x470,_0x9f97d4._0x434c90,0x4f8,_0x9f97d4._0x5d8413)],_0x2eed57[_0x56d34c(-0x13a,-_0x9f97d4._0x223b90,-0x1a3,-_0x9f97d4._0x156b3d)](-0xc8+0x1*-0xe9f+0x10f7)[_0x307eba(_0x9f97d4._0x5a2159,_0x9f97d4._0x19ffe7,0x504,_0x9f97d4._0x4c789f)](_0x29f353);}}}}}}),router[_0x4be823(0x114,0x163,0x182,0x192)](_0x4be823(0x114,0xc9,0xe4,0x147),requireJira,async(_0x36ad2f,_0x15dac9)=>{const _0x7aeb92={_0x52a4f3:0x378,_0x287f4c:0x87,_0x23088a:0x3fe,_0xa9c5c8:0x490,_0x17e117:0x41b,_0xbc0585:0x443,_0x427d12:0x9a,_0x541264:0xa1,_0x1992d1:0x56,_0x5b3712:0x316,_0x267b30:0x7c,_0x36023a:0xdb,_0x274eb9:0xb4,_0xf10eb8:0x354,_0x148108:0x37a,_0x2e9a5e:0x325,_0x2883f8:0x44f,_0x2727e7:0x40e,_0x3a0510:0x440,_0x17e7fc:0x44e,_0x34e6a7:0x400,_0x5f48f0:0x11e,_0x43a799:0x5e,_0x3d6680:0x2d,_0x33732c:0x10,_0x3a9768:0x3e7,_0x52f1e2:0x3e5,_0x9c7a55:0x39a,_0x4c5fe5:0x1e,_0x34401e:0xe,_0x32f5b4:0x90,_0x1fe144:0x3f4,_0x34d2c8:0x1f,_0x5833f5:0x72,_0x3225c4:0x68,_0x1de3e2:0x18,_0x395c88:0x438,_0x3d0415:0x42f,_0x43186a:0x428,_0x2adb15:0x429,_0x1e434e:0x71,_0x5bc1a9:0x23,_0x5bb4f1:0x9c,_0xdfc914:0x41d,_0x5385f5:0x466,_0x40c25e:0xeb,_0x50d005:0x81,_0x167efe:0x349,_0x123b9c:0x3aa,_0x70585c:0x42c,_0x531160:0x57,_0x4e51b9:0x4a,_0x1b1b34:0xe,_0x52081e:0x2e,_0x3ed879:0x2e,_0x599e0b:0x46e,_0x4322eb:0x40f,_0x8683b6:0x372,_0x351865:0x418,_0x200c8a:0x3a8,_0x38ebeb:0x330,_0x552873:0x50,_0x7f1147:0x78,_0x37456c:0xe7,_0x9e884b:0xbe,_0x5cc343:0xfc,_0x29f8d0:0xdb,_0x5c86ee:0x455,_0x29f5c0:0x4a1,_0x47df0e:0x6d,_0x18e025:0x4f,_0x5d0b0a:0x3e1,_0x4ecd91:0x40e,_0xc22f5b:0x4b,_0x476bc1:0x63,_0x2b8b5c:0xfd,_0x2e21a4:0xda,_0x3f540c:0xba,_0x422bc2:0x408,_0x498c97:0x3dd,_0x4bd3a6:0x411,_0x464cbf:0x3b9,_0x1a816c:0x398,_0x185c32:0x131,_0x17c676:0x3ba,_0xcb661e:0x48f,_0x4a9ba1:0x482,_0x19de98:0x87,_0x1612b2:0x19,_0x30b14d:0xe2,_0x192b9b:0x40,_0x5ad722:0xa9,_0x2ee1f4:0xa7,_0x333a88:0x6f,_0x4b89ef:0x64,_0x5e160c:0x8b,_0x1ebbd2:0x464,_0x414b1b:0x4a2,_0x5a0659:0x5b,_0x1e151d:0x13,_0xce90fd:0x7b,_0x3a1fb9:0x22,_0x5d82a7:0x49,_0x4fb8fc:0x32,_0xb092f1:0x3ca,_0x50d1f7:0x3fa,_0x4be9e2:0x3c6,_0x308ae9:0x90,_0x21093c:0x41,_0x5a7aba:0x40d,_0x3b3a4d:0x2e,_0x3fc7fc:0x39b,_0x58016d:0x3b3,_0x31da12:0x3a4,_0x4a48d6:0x38f,_0x4715c5:0x421,_0xe87697:0x3e3,_0x2e8463:0x464,_0x223b1f:0x40b,_0x2da8b1:0x3c3,_0xe145fc:0x9a,_0x46574b:0x5d,_0x163242:0x12,_0x35511e:0x415,_0x11588f:0x45a,_0x3c2774:0x6b,_0x21455d:0x1b,_0x32b97f:0x10,_0x2cd7c0:0x6f,_0x1f95f0:0x63,_0xf40c61:0x409,_0x4f294f:0x439,_0x1ed7a9:0x3f2,_0x27c47b:0x46f,_0x2f9cfe:0x9b,_0x11ce72:0x3a0,_0x33fff3:0x3f0,_0x5e5b69:0x3e1,_0x5cc51f:0x42b,_0x23a979:0x3,_0x321741:0x12,_0x2026af:0x6a,_0x48e58b:0x3be,_0x4aa336:0x3a3,_0x5e741c:0x395,_0x5bb2f7:0x3d9,_0x1bb973:0x116,_0x5b49c5:0xc9,_0x265f95:0xf4,_0x175c08:0x4b4,_0x5ad572:0x3d1,_0x378688:0x7b,_0x151673:0x97,_0x53fbf0:0x83,_0x5e900f:0x65,_0x3e428e:0xd1,_0xe1fddc:0xbb,_0x579682:0x3a7,_0x47a19d:0x3c3,_0x112c16:0x388,_0x547f36:0x3cf,_0x17d1c9:0x3a4,_0x46e1b5:0xa0,_0x1028ad:0x30,_0x2eeb5c:0xa8,_0x13335b:0x49,_0xfc6e08:0x90,_0x4606f9:0xb4,_0x43604f:0xb0,_0x17340a:0x30,_0x470be5:0x18,_0xafd29d:0x4c,_0x430e43:0xab,_0x527fc5:0x10c,_0x488eaf:0x7a,_0x590e54:0x8f,_0x3e8272:0x3a,_0x278b64:0x42,_0xd5ce02:0x6d,_0x22c961:0x363,_0x401ea4:0x3bc,_0x59b3c4:0x329,_0x47aba7:0x3ac,_0x11fee3:0x41f,_0x2c3344:0x450,_0x49333f:0x411,_0x4c5d27:0x3d6,_0x1fd73f:0x42b,_0x30481b:0x5b,_0x46cf71:0x53,_0x2dc33c:0x1c,_0x25e5e6:0x492,_0x33cd7f:0x436,_0xeb794c:0x5d,_0x2f38cc:0x1e,_0x298b59:0x436,_0x1e88c4:0x41a,_0x16c9b7:0xc7,_0x47e61f:0x1b,_0x33562a:0x67,_0x8f4142:0x25,_0xe8f8c9:0x405,_0x38f8f7:0x38a,_0x4b7aa1:0x421,_0x27b8f3:0x47f,_0x402c8e:0x328,_0xe5fb5a:0x3a3,_0x4fd994:0x3b8,_0x4e389d:0x397,_0x18fe41:0x389,_0x4f6535:0x36,_0x38f53f:0x3a7,_0x280760:0x36a},_0x5cdec5={_0xa06466:0xfc,_0xa10c4d:0x100},_0x46ce4c={_0x2dcb65:0xea,_0x1a5e18:0x78,_0x45328d:0x2b6},_0x115fe6={};_0x115fe6[_0x2ff864(0x3ae,0x353,0x3b3,_0x7aeb92._0x52a4f3)]=_0x119071(0x24,_0x7aeb92._0x287f4c,0x7f,0xa8)+'post\x20comme'+'nt',_0x115fe6[_0x2ff864(0x3c5,_0x7aeb92._0x23088a,0x395,0x33f)]='JIRA\x20clien'+_0x2ff864(0x413,0x44f,0x3da,0x38f)+_0x2ff864(_0x7aeb92._0xa9c5c8,0x3d6,_0x7aeb92._0x17e117,_0x7aeb92._0xbc0585)+_0x119071(_0x7aeb92._0x427d12,0xb6,_0x7aeb92._0x541264,_0x7aeb92._0x1992d1);function _0x2ff864(_0x21ca51,_0x28672a,_0x5a72b3,_0xfcfead){return _0x4be823(_0x21ca51-_0x46ce4c._0x2dcb65,_0x28672a-_0x46ce4c._0x1a5e18,_0x28672a,_0x5a72b3-_0x46ce4c._0x45328d);}function _0x119071(_0x3ab1ff,_0x25728e,_0xd7f72c,_0x25f9f2){return _0x4e05b3(_0x3ab1ff,_0x25728e-_0x5cdec5._0xa06466,_0xd7f72c-0x146,_0x25f9f2-_0x5cdec5._0xa10c4d);}_0x115fe6[_0x2ff864(_0x7aeb92._0x5b3712,0x3c2,0x397,0x402)]=_0x119071(_0x7aeb92._0x267b30,0xa8,_0x7aeb92._0x36023a,_0x7aeb92._0x274eb9)+_0x2ff864(0x319,_0x7aeb92._0xf10eb8,_0x7aeb92._0x148108,_0x7aeb92._0x2e9a5e)+_0x2ff864(_0x7aeb92._0x2883f8,0x3f0,_0x7aeb92._0x2727e7,_0x7aeb92._0x3a0510),_0x115fe6[_0x2ff864(0x44f,_0x7aeb92._0x17e7fc,_0x7aeb92._0x34e6a7,0x468)]=_0x119071(_0x7aeb92._0x5f48f0,0xa5,0x55,0x10f)+_0x119071(_0x7aeb92._0x43a799,_0x7aeb92._0x3d6680,_0x7aeb92._0x33732c,0x38)+_0x2ff864(0x369,0x363,0x3d0,0x353)+'OJECT-123',_0x115fe6[_0x2ff864(0x40f,_0x7aeb92._0x3a9768,_0x7aeb92._0x52f1e2,_0x7aeb92._0x9c7a55)]='string',_0x115fe6['qhFvy']=_0x119071(-_0x7aeb92._0x4c5fe5,-_0x7aeb92._0x34401e,-_0x7aeb92._0x32f5b4,-0x81)+'arch\x20query',_0x115fe6[_0x2ff864(0x44a,_0x7aeb92._0x1fe144,0x40b,0x458)]='Please\x20pro'+_0x119071(-0x2a,_0x7aeb92._0x34d2c8,_0x7aeb92._0x5833f5,-0x1b)+_0x119071(_0x7aeb92._0x3225c4,_0x7aeb92._0x267b30,_0x7aeb92._0x1de3e2,0x4)+_0x2ff864(_0x7aeb92._0x395c88,_0x7aeb92._0x3d0415,_0x7aeb92._0x43186a,_0x7aeb92._0x2adb15)+_0x119071(_0x7aeb92._0x1e434e,_0x7aeb92._0x5bc1a9,_0x7aeb92._0x5bb4f1,0x7e),_0x115fe6[_0x2ff864(_0x7aeb92._0xdfc914,0x434,_0x7aeb92._0x5385f5,0x3eb)]=function(_0x7d58a8,_0x1e9f30){return _0x7d58a8!==_0x1e9f30;},_0x115fe6[_0x119071(0x53,0xa2,_0x7aeb92._0x40c25e,_0x7aeb92._0x50d005)]=_0x2ff864(_0x7aeb92._0x167efe,0x3dd,_0x7aeb92._0x123b9c,_0x7aeb92._0x70585c),_0x115fe6[_0x119071(-_0x7aeb92._0x531160,-0x10,-0xd,-_0x7aeb92._0x4e51b9)]=_0x2ff864(0x364,0x41e,0x3d7,0x44f),_0x115fe6[_0x119071(0x7f,_0x7aeb92._0x1b1b34,_0x7aeb92._0x52081e,-_0x7aeb92._0x3ed879)]=_0x2ff864(_0x7aeb92._0x599e0b,0x3fa,_0x7aeb92._0x4322eb,0x425)+_0x2ff864(_0x7aeb92._0x8683b6,_0x7aeb92._0x351865,_0x7aeb92._0x200c8a,_0x7aeb92._0x38ebeb)+_0x119071(_0x7aeb92._0x552873,_0x7aeb92._0x7f1147,_0x7aeb92._0x37456c,_0x7aeb92._0x9e884b)+_0x119071(_0x7aeb92._0x5cc343,_0x7aeb92._0x29f8d0,0x90,0xfc)+'rs',_0x115fe6[_0x2ff864(_0x7aeb92._0x5c86ee,0x44b,0x44c,_0x7aeb92._0x29f5c0)]=function(_0x2907d6,_0x926c59){return _0x2907d6===_0x926c59;},_0x115fe6[_0x119071(-_0x7aeb92._0x47df0e,-0x9,0xa,-_0x7aeb92._0x18e025)]=_0x2ff864(0x3fe,_0x7aeb92._0x5d0b0a,0x3f1,_0x7aeb92._0x4ecd91),_0x115fe6['ecgzu']='Failed\x20to\x20'+_0x119071(_0x7aeb92._0xc22f5b,0x40,0x86,_0x7aeb92._0x476bc1)+_0x119071(_0x7aeb92._0x2b8b5c,0x95,_0x7aeb92._0x2e21a4,_0x7aeb92._0x3f540c),_0x115fe6[_0x2ff864(0x375,_0x7aeb92._0x422bc2,0x3cb,0x411)]='bjDTm',_0x115fe6['vnQYB']=_0x2ff864(0x3e0,0x439,_0x7aeb92._0x498c97,0x419)+_0x2ff864(_0x7aeb92._0x70585c,_0x7aeb92._0x4bd3a6,_0x7aeb92._0x464cbf,_0x7aeb92._0x1a816c),_0x115fe6[_0x119071(0x159,0xe1,_0x7aeb92._0x185c32,0x10e)]='authentica'+'tion\x20faile'+'d',_0x115fe6[_0x2ff864(_0x7aeb92._0x17c676,_0x7aeb92._0xcb661e,0x414,_0x7aeb92._0x4a9ba1)]=_0x119071(0x8,_0x7aeb92._0x19de98,_0x7aeb92._0x1612b2,_0x7aeb92._0x30b14d)+_0x119071(_0x7aeb92._0x274eb9,_0x7aeb92._0x192b9b,_0x7aeb92._0x5ad722,_0x7aeb92._0x2ee1f4)+_0x119071(_0x7aeb92._0x333a88,0xc3,0x6c,0xc7);const _0x4704c2=_0x115fe6;try{if(_0x119071(-0x1c,_0x7aeb92._0x4b89ef,_0x7aeb92._0x5e160c,_0x7aeb92._0x30b14d)===_0x2ff864(_0x7aeb92._0x1ebbd2,0x492,0x455,_0x7aeb92._0x414b1b)){const _0x5c65d8={};return _0x5c65d8[_0x119071(-_0x7aeb92._0x5a0659,_0x7aeb92._0x1e151d,_0x7aeb92._0xce90fd,0x7a)]=_0x4704c2[_0x119071(-_0x7aeb92._0x1b1b34,_0x7aeb92._0x3a1fb9,_0x7aeb92._0x5d82a7,-_0x7aeb92._0x4fb8fc)],_0x5c65d8[_0x2ff864(_0x7aeb92._0xb092f1,_0x7aeb92._0x50d1f7,0x421,_0x7aeb92._0x4be9e2)]=_0x1dbe98[_0x119071(0x108,_0x7aeb92._0x308ae9,_0x7aeb92._0x21093c,0x100)],_0x370871[_0x2ff864(_0x7aeb92._0x5a7aba,0x427,0x42b,0x3c0)](0x113a+0x1a74*0x1+-0x29ba)['json'](_0x5c65d8);}else{const {query:_0xa986f5,maxResults:maxResults=-0x1971+0x449*-0x1+0x221*0xe}=_0x36ad2f[_0x119071(0x93,0x34,_0x7aeb92._0x3b3a4d,0xaf)];if(!_0xa986f5||typeof _0xa986f5!==_0x4704c2[_0x2ff864(0x466,0x418,0x3e5,_0x7aeb92._0x3fc7fc)]){const _0x25ba03={};return _0x25ba03[_0x2ff864(0x358,_0x7aeb92._0x58016d,_0x7aeb92._0x31da12,0x3db)]=_0x4704c2[_0x2ff864(0x406,0x3a1,0x385,_0x7aeb92._0x4a48d6)],_0x25ba03[_0x2ff864(0x3c4,0x414,_0x7aeb92._0x4715c5,_0x7aeb92._0xe87697)]=_0x4704c2[_0x2ff864(0x3eb,_0x7aeb92._0x2e8463,_0x7aeb92._0x223b1f,_0x7aeb92._0x2da8b1)],_0x15dac9[_0x119071(0xa2,_0x7aeb92._0xe145fc,_0x7aeb92._0x46574b,0x8e)](-0x4*0x8f5+0x4fa*-0x6+0x4340)[_0x119071(0x47,_0x7aeb92._0x163242,-_0x7aeb92._0x476bc1,0x3b)](_0x25ba03);}if(_0xa986f5['trim']()[_0x2ff864(0x3ca,0x48d,_0x7aeb92._0x35511e,0x3b0)]<0x1*-0xcf+0x2360+-0x228f){if(_0x4704c2[_0x2ff864(_0x7aeb92._0x11588f,0x4b8,0x466,_0x7aeb92._0x11588f)](_0x4704c2[_0x119071(_0x7aeb92._0x3c2774,0xa2,0xf4,0xb9)],_0x4704c2[_0x119071(_0x7aeb92._0x21455d,-_0x7aeb92._0x32b97f,_0x7aeb92._0x2cd7c0,-_0x7aeb92._0x1f95f0)])){const _0x375d6f={};return _0x375d6f[_0x119071(-0x29,0x13,0x7b,0x46)]=_0x2ff864(_0x7aeb92._0xf40c61,_0x7aeb92._0x4f294f,_0x7aeb92._0x1ed7a9,_0x7aeb92._0x27c47b)+'short',_0x375d6f[_0x119071(0x74,0x90,0xff,_0x7aeb92._0x2f9cfe)]=_0x4704c2[_0x2ff864(_0x7aeb92._0x11ce72,0x3d6,0x39f,0x406)],_0x15dac9[_0x2ff864(_0x7aeb92._0x33fff3,_0x7aeb92._0x5e5b69,_0x7aeb92._0x5cc51f,0x3b3)](0xa07+-0xb8*-0x34+-0x2dd7)[_0x119071(-_0x7aeb92._0x23a979,_0x7aeb92._0x321741,0x90,-_0x7aeb92._0x2026af)](_0x375d6f);}else{_0xa9e902=new _0x5d69c3(_0x2031d3),_0x561b4c[_0x2ff864(_0x7aeb92._0x48e58b,0x444,0x3f9,_0x7aeb92._0x4aa336)](_0x4704c2[_0x2ff864(0x33e,0x388,_0x7aeb92._0x5e741c,_0x7aeb92._0x5bb2f7)]);return;}}logger[_0x119071(_0x7aeb92._0x1bb973,_0x7aeb92._0x5b49c5,_0x7aeb92._0x265f95,0x6b)]('Searching\x20'+_0x2ff864(0x401,_0x7aeb92._0x175c08,0x43f,_0x7aeb92._0x5ad572)+_0xa986f5+_0x119071(0x4d,_0x7aeb92._0x378688,_0x7aeb92._0x151673,0xdb)+maxResults+')');const _0x22cc24=await jiraClient[_0x119071(_0x7aeb92._0x53fbf0,0x2c,_0x7aeb92._0x5e900f,-0x50)+'es'](_0xa986f5,maxResults);_0x15dac9['json'](_0x22cc24);}}catch(_0x5e5e4e){if(_0x4704c2[_0x119071(_0x7aeb92._0x3e428e,_0x7aeb92._0xe1fddc,0xb6,0x129)](_0x4704c2['Vtita'],_0x4704c2[_0x2ff864(_0x7aeb92._0x579682,_0x7aeb92._0x47a19d,_0x7aeb92._0x112c16,_0x7aeb92._0x547f36)])){logger[_0x2ff864(0x424,0x329,_0x7aeb92._0x17d1c9,0x34b)](_0x4704c2[_0x119071(_0x7aeb92._0x46e1b5,_0x7aeb92._0x1028ad,_0x7aeb92._0x2eeb5c,-_0x7aeb92._0x13335b)],_0x5e5e4e);if(_0x5e5e4e[_0x119071(0xfc,_0x7aeb92._0xfc6e08,_0x7aeb92._0x4606f9,0x31)][_0x119071(_0x7aeb92._0x43604f,0x5b,0xc0,_0x7aeb92._0x17340a)](_0x119071(-_0x7aeb92._0x470be5,_0x7aeb92._0xafd29d,_0x7aeb92._0x3225c4,_0x7aeb92._0x5e900f)+_0x119071(0x111,_0x7aeb92._0x430e43,_0x7aeb92._0x527fc5,_0x7aeb92._0x488eaf))){if(_0x4704c2['qMqRk'](_0x4704c2[_0x119071(_0x7aeb92._0x590e54,_0x7aeb92._0x3e8272,0x20,0x93)],_0x4704c2[_0x119071(0x1e,0x3a,0x51,0x8f)])){const _0x33adda={};return _0x33adda['error']=_0x119071(_0x7aeb92._0x278b64,_0x7aeb92._0xd5ce02,0xd9,0x9)+_0x2ff864(_0x7aeb92._0x22c961,_0x7aeb92._0x401ea4,0x38e,0x339)+'d',_0x33adda['message']=_0x4ac2a1['message'],_0x56830b[_0x2ff864(0x3d0,0x4a9,0x42b,_0x7aeb92._0xf40c61)](-0x15d7*-0x1+-0x10d8+-0x36e)[_0x2ff864(_0x7aeb92._0x59b3c4,_0x7aeb92._0xf10eb8,0x3a3,_0x7aeb92._0x47aba7)](_0x33adda);}else{const _0x85fa6f={};return _0x85fa6f['error']=_0x4704c2[_0x2ff864(_0x7aeb92._0x11fee3,0x375,0x3e2,0x456)],_0x85fa6f['message']=_0x5e5e4e[_0x2ff864(_0x7aeb92._0x2c3344,0x3d7,_0x7aeb92._0x4715c5,_0x7aeb92._0x49333f)],_0x15dac9[_0x2ff864(0x42f,_0x7aeb92._0x4c5d27,_0x7aeb92._0x1fd73f,0x3b3)](0x157*-0x13+-0x12*-0x65+0x13eb*0x1)['json'](_0x85fa6f);}}else{if(_0x5e5e4e['message'][_0x119071(_0x7aeb92._0xafd29d,_0x7aeb92._0x30481b,_0x7aeb92._0x46cf71,_0x7aeb92._0x2dc33c)](_0x4704c2[_0x2ff864(_0x7aeb92._0x25e5e6,0x40b,0x472,_0x7aeb92._0x33cd7f)])){const _0x3f6f9b={};return _0x3f6f9b[_0x2ff864(0x388,0x3d1,0x3a4,0x389)]=_0x119071(0xee,0x6d,0x23,-0xd)+_0x119071(-_0x7aeb92._0xeb794c,-0x3,0x5e,-_0x7aeb92._0x2f38cc)+'d',_0x3f6f9b[_0x2ff864(_0x7aeb92._0x298b59,0x3e6,0x421,_0x7aeb92._0x1e88c4)]=_0x5e5e4e[_0x119071(_0x7aeb92._0x16c9b7,0x90,_0x7aeb92._0x47e61f,0xff)],_0x15dac9[_0x119071(_0x7aeb92._0x33562a,0x9a,_0x7aeb92._0x8f4142,0x74)](-0x183+0x2*-0x4ca+-0x438*-0x3)[_0x2ff864(_0x7aeb92._0xe8f8c9,0x391,0x3a3,_0x7aeb92._0x38f8f7)](_0x3f6f9b);}else{const _0x4ee8f7={};return _0x4ee8f7['error']=_0x4704c2[_0x119071(0x7,0x83,0xe,0x55)],_0x4ee8f7[_0x2ff864(0x477,0x482,_0x7aeb92._0x4b7aa1,_0x7aeb92._0x27b8f3)]=_0x5e5e4e[_0x2ff864(0x426,0x3b7,0x421,0x423)],_0x15dac9['status'](0x71b+0x1bde+0x4f*-0x6b)[_0x2ff864(_0x7aeb92._0x402c8e,0x338,_0x7aeb92._0xe5fb5a,0x329)](_0x4ee8f7);}}}else{const _0x3d709d={};return _0x3d709d[_0x2ff864(0x380,0x3e0,0x3a4,0x399)]=_0x4704c2[_0x2ff864(_0x7aeb92._0x4fd994,_0x7aeb92._0x123b9c,_0x7aeb92._0x4e389d,_0x7aeb92._0x18fe41)],_0x3d709d[_0x119071(0x31,0x90,0x9b,_0x7aeb92._0x4f6535)]=_0x4704c2[_0x2ff864(0x3af,_0x7aeb92._0x38f53f,_0x7aeb92._0x34e6a7,0x47f)],_0x5cbd51[_0x119071(0x4c,0x9a,0xe6,0x7d)](0x16e+0x169e+-0x167c)[_0x2ff864(0x34f,_0x7aeb92._0x280760,_0x7aeb92._0x4aa336,0x3a6)](_0x3d709d);}}}),router[_0x4be823(0x163,0x208,0x17e,0x18c)](_0x4be823(0xd1,0x14a,0x14c,0xf7)+'ey/comment'+'s',requireJira,async(_0x1f4a63,_0x1fa800)=>{const _0x2c1513={_0x2e39b8:0x3a,_0x59065f:0x23,_0x3aeed6:0x12d,_0x1fa0c4:0x107,_0xeafc31:0x115,_0x56d486:0x94,_0x41eb4d:0x106,_0x16f09b:0xc5,_0x4ade69:0xd0,_0x48c12a:0xc5,_0x59ffb7:0x62,_0x2b4a41:0x7d,_0x3dc842:0xc2,_0x19709a:0x90,_0x9a6d13:0x142,_0x4c5165:0x1bf,_0x332e0d:0x57,_0x6bd460:0x6b,_0x41a9cd:0x11,_0x442859:0x138,_0x402d78:0xf2,_0xe5278c:0x42,_0x21ce2c:0xde,_0x4308cd:0x3e,_0x34ea35:0x8f,_0x519017:0x6f,_0x103c31:0x40,_0x2f0035:0xa,_0x3b33da:0x8,_0x1026ba:0xd5,_0x17d471:0x69,_0x2a49b3:0x6d,_0x2d504c:0xc,_0x5b40ae:0x197,_0x2f150b:0x1a0,_0x310289:0x14a,_0x1d5cd8:0x139,_0xc3ba93:0x14b,_0x1dd627:0x1fc,_0x443261:0x6d,_0xbd94ad:0xa5,_0x2c9392:0x6a,_0x496f20:0x8c,_0x4bd3a9:0x92,_0x3cdab3:0x9e,_0x31e4ad:0x98,_0x5255e6:0xc7,_0x597a33:0x10,_0x2c6e1c:0x1e,_0x533bf6:0x27,_0xa37a4a:0x3,_0x4469c3:0x57,_0x5ba9bf:0x2a,_0x5a7d55:0x72,_0x32386c:0x4d,_0x3cfebe:0x14,_0xc66a1e:0xd,_0x36fd6f:0x1c,_0x121043:0xf1,_0x245343:0xa8,_0x40af3c:0x7a,_0x60c159:0xfe,_0x26aaef:0x114,_0x2d92c7:0x125,_0x38cb32:0x13d,_0x4c0a08:0x132,_0x278335:0xdf,_0x11dcd0:0x85,_0x214887:0x2e,_0x4fce5b:0x13e,_0x44ae4c:0x1b4,_0xad4f80:0x19e,_0xe49636:0x10a,_0x8b3a54:0x5b,_0x23b047:0x97,_0xcd2509:0x87,_0x4535fa:0x49,_0x397622:0x2f,_0xbb7f30:0xbd,_0x527709:0xfe,_0x4c7387:0xa8,_0x372881:0x82,_0x369906:0x14d,_0x1c89a6:0x1df,_0x5b7c15:0x13c,_0x392195:0x182,_0x247c28:0x108,_0x16f1c2:0x1c8,_0x5c9252:0x1d7,_0x470fb6:0x127,_0x2054ff:0x18b,_0x45a780:0x12b,_0x1d0e0c:0xdb,_0x12ada1:0xb3,_0x1b64e1:0xef,_0x5400d0:0x2d,_0x2eae31:0xfa,_0x491e47:0x11c,_0x3c0214:0xf0,_0x5565a8:0xb5,_0x405626:0x6d,_0x599e8b:0x52,_0x392d18:0x77,_0x56cef1:0x1a9,_0x67d351:0xd9,_0x5137f5:0x163,_0x5639fc:0x14f,_0x1a6c7b:0x4e,_0x3b5585:0xb,_0xe3a5ff:0xf2,_0xc04e41:0x16d,_0x3ed18d:0x128,_0x4ce071:0x170,_0x15b5ce:0x10b,_0xc98abe:0x1a7,_0x17ff5d:0x16f,_0x16c492:0x48,_0x235775:0x34,_0x241e27:0x81,_0x1d3217:0x82,_0x835292:0x5b,_0xbf6d5a:0x32,_0x4dc609:0x50,_0x466484:0x8d,_0x5b0faa:0x5b,_0x4f143d:0x17e,_0x5eb645:0xd9,_0xc036b4:0x4a,_0x1cbc96:0x178,_0x1d4f1a:0x167,_0x48beea:0x1ea,_0x593112:0x16f,_0x541b11:0x69,_0x4b2f6b:0x51,_0x2cd3a1:0x64,_0xd1cec7:0x74,_0xf3fb7c:0x105,_0x20ce61:0x17b,_0x81c5a2:0xff,_0x11f93b:0x4,_0x4a86c2:0x125,_0x2185fc:0x1dd,_0x157893:0x144,_0x5f53ca:0xc6,_0x1ec24e:0x168,_0x2380a5:0x141,_0x1c3eb9:0xb3,_0x2fb6e6:0x88,_0x145309:0x3d,_0x470e6a:0xe,_0x283715:0x37,_0x1b2032:0x111,_0x169f98:0x140,_0x4673ba:0x145,_0x1888f8:0x164,_0x32818e:0x170,_0xa2a084:0xf9,_0x57546b:0x159,_0x3cbeba:0x133,_0x1d20f4:0x35,_0x5d50a0:0x96,_0x51db8b:0x5b,_0x3e8131:0x24,_0x24d78c:0x37,_0x81e9dc:0x12f},_0x4bd85c={_0x542906:0x73,_0x58f68e:0x4c,_0x47480e:0x176},_0x92efb5={_0x1a6a64:0x86,_0x3492b5:0x1b6};function _0x33150c(_0x4ce3b4,_0x7e2d78,_0x4039c7,_0x30d2a4){return _0x4e05b3(_0x7e2d78,_0x4ce3b4- -_0x92efb5._0x1a6a64,_0x4039c7-0x1bb,_0x30d2a4-_0x92efb5._0x3492b5);}const _0x3d55a6={'KjoBr':_0x237cd6(_0x2c1513._0x2e39b8,0x1c,_0x2c1513._0x59065f,0x36)+_0x33150c(-_0x2c1513._0x3aeed6,-_0x2c1513._0x1fa0c4,-0x159,-0x151),'qCGhi':_0x33150c(-_0x2c1513._0xeafc31,-0xda,-_0x2c1513._0x56d486,-_0x2c1513._0x41eb4d)+_0x237cd6(-0xdd,-0x6d,-_0x2c1513._0x16f09b,-0x9e)+'d','nqxGA':'JIRA\x20integ'+'ration\x20not'+_0x237cd6(-0x6e,-0x1a,-0x92,-0x43),'QFbGI':'JIRA\x20integ'+'ration\x20is\x20'+_0x33150c(-_0x2c1513._0x4ade69,-0x129,-_0x2c1513._0x48c12a,-_0x2c1513._0x59ffb7)+_0x237cd6(-_0x2c1513._0x2b4a41,-_0x2c1513._0x3dc842,-0x68,-_0x2c1513._0x19709a)+_0x33150c(-0x18a,-_0x2c1513._0x9a6d13,-_0x2c1513._0x4c5165,-0x11f)+_0x237cd6(-0xd0,-_0x2c1513._0x332e0d,-_0x2c1513._0x6bd460,-0xb6)+_0x237cd6(-_0x2c1513._0x41a9cd,-0xf4,-0x79,-0x77)+_0x33150c(-0x14f,-_0x2c1513._0x442859,-_0x2c1513._0x402d78,-0x180)+_0x237cd6(-0x97,-0x5e,-0x42,-_0x2c1513._0xe5278c),'pJnvH':function(_0x2b319f){return _0x2b319f();},'vwLUs':_0x33150c(-0xda,-0x139,-_0x2c1513._0x21ce2c,-0xe2)+'sue\x20key\x20fo'+_0x237cd6(-_0x2c1513._0x4308cd,-0x60,-_0x2c1513._0x34ea35,-0x1e),'IXNbu':_0x237cd6(-_0x2c1513._0x519017,-_0x2c1513._0x103c31,_0x2c1513._0x2f0035,0xa)+'must\x20be\x20in'+_0x237cd6(_0x2c1513._0x3b33da,-0x32,-_0x2c1513._0x1026ba,-0x5c)+_0x237cd6(_0x2c1513._0x17d471,_0x2c1513._0x2a49b3,0x38,_0x2c1513._0x2d504c),'Ipkif':'Failed\x20to\x20'+_0x33150c(-_0x2c1513._0x5b40ae,-_0x2c1513._0x2f150b,-_0x2c1513._0x310289,-_0x2c1513._0x1d5cd8)+_0x33150c(-0x183,-_0x2c1513._0xc3ba93,-_0x2c1513._0x1dd627,-0x151),'oYXph':_0x237cd6(-_0x2c1513._0x443261,-_0x2c1513._0xbd94ad,-0x4c,-0x34),'eLnDf':_0x237cd6(-_0x2c1513._0x2c9392,-_0x2c1513._0x496f20,-_0x2c1513._0x3dc842,-0x66)+_0x237cd6(-0xa0,-_0x2c1513._0x4bd3a9,-0xb8,-_0x2c1513._0x3cdab3)+'d','TMsNG':function(_0x4a616d,_0xe3a13d){return _0x4a616d===_0xe3a13d;},'KKVYH':'IQuKh','OvJbc':_0x33150c(-0xb6,-_0x2c1513._0x31e4ad,-0xd0,-_0x2c1513._0x5255e6)+'ion','iAZCh':function(_0x3a9c41,_0xdf1fa5){return _0x3a9c41!==_0xdf1fa5;},'aWMFo':_0x237cd6(_0x2c1513._0x41a9cd,-0x5e,_0x2c1513._0x597a33,_0x2c1513._0x2c6e1c),'JAsnW':_0x237cd6(_0x2c1513._0x533bf6,-_0x2c1513._0xa37a4a,-_0x2c1513._0x4469c3,0xb)+'\x20denied','kJZYn':'ejftx','Yjdit':_0x237cd6(-_0x2c1513._0x5ba9bf,_0x2c1513._0x5a7d55,0x9f,0x43),'yZIjO':_0x237cd6(-_0x2c1513._0x32386c,-_0x2c1513._0x32386c,0x6,-_0x2c1513._0x3cfebe)+'fetch\x20comm'+'ents'};function _0x237cd6(_0x2dda1d,_0x260dd6,_0x1a74e9,_0x41eae7){return _0x4be823(_0x2dda1d-_0x4bd85c._0x542906,_0x260dd6-_0x4bd85c._0x58f68e,_0x2dda1d,_0x41eae7- -_0x4bd85c._0x47480e);}try{const _0x4d2d31=_0x1f4a63[_0x237cd6(-_0x2c1513._0xc66a1e,-0x3e,-0x78,-0x83)]['key']['trim']()['toUpperCas'+'e']();if(!/^[A-Z]+-\d+$/i[_0x237cd6(_0x2c1513._0x36fd6f,_0x2c1513._0x32386c,-0x15,-0x2)](_0x4d2d31)){const _0x59fda4={};return _0x59fda4[_0x33150c(-0x16f,-_0x2c1513._0x121043,-0x145,-0x15e)]=_0x3d55a6[_0x33150c(-_0x2c1513._0x245343,-0x7f,-0x8d,-_0x2c1513._0x40af3c)],_0x59fda4['message']=_0x3d55a6[_0x33150c(-0xba,-_0x2c1513._0x60c159,-_0x2c1513._0x26aaef,-_0x2c1513._0x2d92c7)],_0x1fa800[_0x33150c(-0xe8,-_0x2c1513._0x38cb32,-_0x2c1513._0x4c0a08,-0x8b)](0x1*-0x1db7+-0x7*0x2f3+-0x2*-0x19f6)[_0x237cd6(-0xc,-0x22,-_0x2c1513._0x278335,-0x89)](_0x59fda4);}logger[_0x237cd6(_0x2c1513._0x11dcd0,-0x1e,0x62,_0x2c1513._0x214887)]('Fetching\x20c'+_0x33150c(-_0x2c1513._0x4fce5b,-0x133,-0x10f,-_0x2c1513._0x44ae4c)+_0x33150c(-0x16e,-_0x2c1513._0xad4f80,-0x108,-_0x2c1513._0xe49636)+_0x237cd6(-_0x2c1513._0x8b3a54,-_0x2c1513._0x23b047,-_0x2c1513._0xcd2509,-0x8c)+_0x4d2d31);const _0x273283=await jiraClient[_0x237cd6(0x32,_0x2c1513._0x4535fa,0x8a,_0x2c1513._0x397622)+'s'](_0x4d2d31),_0x4a49f8={};_0x4a49f8[_0x33150c(-0x13a,-0x138,-_0x2c1513._0xbb7f30,-0x179)]=_0x273283[_0x33150c(-_0x2c1513._0x527709,-_0x2c1513._0x4c7387,-0xe7,-_0x2c1513._0x372881)],_0x4a49f8['comments']=_0x273283,_0x1fa800[_0x33150c(-0x170,-_0x2c1513._0x369906,-0x1cd,-_0x2c1513._0x1c89a6)](_0x4a49f8);}catch(_0xd50015){logger[_0x33150c(-0x16f,-0x112,-_0x2c1513._0x5b7c15,-0x12e)](_0x3d55a6[_0x33150c(-_0x2c1513._0x392195,-_0x2c1513._0x247c28,-_0x2c1513._0x16f1c2,-_0x2c1513._0x5c9252)],_0xd50015);if(_0xd50015[_0x33150c(-_0x2c1513._0x402d78,-0xcd,-0xf7,-0x124)][_0x33150c(-_0x2c1513._0x470fb6,-_0x2c1513._0x2054ff,-_0x2c1513._0x45a780,-0x166)](_0x3d55a6['oYXph'])){const _0x533a38={};return _0x533a38['error']=_0x3d55a6[_0x237cd6(-_0x2c1513._0x1d0e0c,-_0x2c1513._0x12ada1,-0x9e,-0x71)],_0x533a38['message']=_0xd50015['message'],_0x1fa800[_0x33150c(-0xe8,-0x151,-0x169,-_0x2c1513._0x1b64e1)](0xea8+-0xbb4+0xb*-0x20)['json'](_0x533a38);}else{if(_0xd50015[_0x237cd6(-_0x2c1513._0x5400d0,-0x2b,0x6e,-0xb)]['includes'](_0x3d55a6[_0x33150c(-_0x2c1513._0x2eae31,-0x17c,-_0x2c1513._0x491e47,-0xe6)])){if(_0x3d55a6[_0x33150c(-0x12b,-_0x2c1513._0x3c0214,-0x17a,-0xe1)](_0x237cd6(-0x4a,-0xd9,-_0x2c1513._0x5565a8,-0xad),_0x3d55a6[_0x237cd6(_0x2c1513._0x405626,-_0x2c1513._0x599e8b,_0x2c1513._0x392d18,0x1f)])){const _0x28f4fe={};return _0x28f4fe[_0x33150c(-0x16f,-_0x2c1513._0x56cef1,-0x19e,-0x138)]=_0x3d55a6[_0x33150c(-0x158,-_0x2c1513._0x67d351,-_0x2c1513._0x5137f5,-_0x2c1513._0x5639fc)],_0x28f4fe[_0x237cd6(-0x39,-_0x2c1513._0x1a6c7b,-0xd,-_0x2c1513._0x3b5585)]=_0x2e4a20[_0x33150c(-_0x2c1513._0xe3a5ff,-_0x2c1513._0xc04e41,-0xe6,-_0x2c1513._0x3ed18d)],_0x15846f['status'](0xc1*-0x2e+-0x7b+0x24bd)[_0x33150c(-_0x2c1513._0x4ce071,-_0x2c1513._0x15b5ce,-_0x2c1513._0xc98abe,-0x154)](_0x28f4fe);}else{const _0x861fdd={};return _0x861fdd[_0x33150c(-_0x2c1513._0x17ff5d,-0x1e0,-0x116,-0x12d)]=_0x3d55a6[_0x237cd6(-0xa2,-_0x2c1513._0x5a7d55,-0x6b,-_0x2c1513._0x16c492)],_0x861fdd[_0x237cd6(0x1f,_0x2c1513._0x235775,0x5e,-_0x2c1513._0x3b5585)]=_0xd50015[_0x237cd6(-_0x2c1513._0x241e27,-_0x2c1513._0x1d3217,-_0x2c1513._0x835292,-_0x2c1513._0x3b5585)],_0x1fa800[_0x237cd6(-0x4e,0x73,_0x2c1513._0xbf6d5a,-0x1)](0x4*0x967+-0x31f*0x5+-0x1470)[_0x237cd6(-_0x2c1513._0x4dc609,-_0x2c1513._0x2c9392,-0xf5,-0x89)](_0x861fdd);}}else{if(_0xd50015[_0x237cd6(-0x81,-_0x2c1513._0x466484,-_0x2c1513._0x5b0faa,-_0x2c1513._0x3b5585)][_0x33150c(-0x127,-_0x2c1513._0x4f143d,-0x11e,-_0x2c1513._0xeafc31)](_0x3d55a6[_0x33150c(-0x125,-0x106,-0x175,-_0x2c1513._0x5eb645)])){if(_0x3d55a6[_0x237cd6(-_0x2c1513._0x17d471,-0x90,-_0x2c1513._0xc036b4,-0x25)](_0x3d55a6[_0x33150c(-_0x2c1513._0x1cbc96,-_0x2c1513._0x1d4f1a,-0x1f9,-_0x2c1513._0x48beea)],'rLWMy')){const _0x207fc6={};return _0x207fc6[_0x33150c(-_0x2c1513._0x593112,-0x134,-0x1a6,-0x124)]=_0x3d55a6['JAsnW'],_0x207fc6[_0x237cd6(-_0x2c1513._0x541b11,-_0x2c1513._0x4b2f6b,-_0x2c1513._0x2cd3a1,-0xb)]=_0xd50015[_0x237cd6(_0x2c1513._0xd1cec7,-0x3c,-0x50,-0xb)],_0x1fa800['status'](0x7*0x10c+0x1c42+-0x2203*0x1)[_0x33150c(-0x170,-0x11f,-_0x2c1513._0xf3fb7c,-_0x2c1513._0x20ce61)](_0x207fc6);}else{const _0x290d6b={};return _0x290d6b[_0x33150c(-0x16f,-_0x2c1513._0xf3fb7c,-0x132,-_0x2c1513._0x81c5a2)]=_0x3d55a6[_0x237cd6(0x1c,-_0x2c1513._0x59065f,-_0x2c1513._0x11dcd0,-0x48)],_0x290d6b['message']=_0xfdcb49[_0x237cd6(-0x68,-0x6c,_0x2c1513._0x11f93b,-0xb)],_0xac7f08[_0x33150c(-0xe8,-0x140,-_0x2c1513._0x4a86c2,-0x12a)](-0xb*0x4d+-0x3*0x4ed+0x13a7*0x1)[_0x33150c(-0x170,-0xf4,-0xf5,-_0x2c1513._0x2185fc)](_0x290d6b);}}else{if(_0x3d55a6[_0x33150c(-_0x2c1513._0x45a780,-_0x2c1513._0x157893,-_0x2c1513._0x5f53ca,-0x1a8)](_0x3d55a6[_0x33150c(-0x17b,-_0x2c1513._0x1ec24e,-_0x2c1513._0x2380a5,-0x119)],_0x3d55a6['Yjdit'])){if(!_0x39fc9c){const _0x335bc1={};return _0x335bc1[_0x237cd6(-_0x2c1513._0x2c9392,-_0x2c1513._0x397622,-_0x2c1513._0x1c3eb9,-_0x2c1513._0x2fb6e6)]=_0x3d55a6[_0x237cd6(0x8,_0x2c1513._0x145309,-_0x2c1513._0x470e6a,_0x2c1513._0x283715)],_0x335bc1[_0x33150c(-0xf2,-0x11f,-0x75,-_0x2c1513._0x1b2032)]=_0x3d55a6[_0x33150c(-_0x2c1513._0x169f98,-_0x2c1513._0x4673ba,-0x199,-_0x2c1513._0x1888f8)],_0x4e1eb5['status'](-0x4*-0x43a+-0xdbb+-0x136*0x1)[_0x33150c(-_0x2c1513._0x32818e,-0x161,-0x141,-_0x2c1513._0xa2a084)](_0x335bc1);}_0x3d55a6[_0x33150c(-_0x2c1513._0x57546b,-_0x2c1513._0x3cbeba,-0x194,-0x11a)](_0x287d9f);}else{const _0x39d5b9={};return _0x39d5b9['error']=_0x3d55a6[_0x237cd6(-_0x2c1513._0x1b64e1,-_0x2c1513._0x1d20f4,-0x105,-_0x2c1513._0x5d50a0)],_0x39d5b9[_0x237cd6(0x3b,-_0x2c1513._0x51db8b,-_0x2c1513._0x59065f,-0xb)]=_0xd50015['message'],_0x1fa800[_0x237cd6(_0x2c1513._0x3e8131,-_0x2c1513._0x24d78c,_0x2c1513._0x599e8b,-0x1)](0x126*0x21+0x253d*0x1+-0x492f)[_0x33150c(-0x170,-_0x2c1513._0x81e9dc,-0x18a,-_0x2c1513._0xa2a084)](_0x39d5b9);}}}}}}),router['post'](_0x4be823(0xb5,0x7a,0xe4,0xf7)+_0x4e05b3(-0xf4,-0x119,-0x16b,-0x153),requireJira,async(_0x4112d1,_0x4737e1)=>{const _0x4fde1c={_0x3e381e:0x405,_0x388f6f:0x386,_0x20e000:0x3ae,_0x4ef4f7:0x42d,_0x1cb8a2:0x4a0,_0x18ec8a:0xd3,_0x14382c:0x10b,_0x445cdf:0x3d8,_0x3b3808:0x45f,_0x5ad294:0x388,_0x4efac7:0x3bb,_0x1edddd:0x3b2,_0x5a9c54:0x171,_0x321fae:0xfd,_0x2659d2:0x164,_0x253eb5:0xdd,_0x4d40c0:0xda,_0xe72303:0x9b,_0x37ec52:0x6e,_0x22d1bc:0xdd,_0x1df0e1:0x11d,_0x8edd9a:0x93,_0x426640:0x14d,_0x3e3195:0xba,_0xf0406a:0x15d,_0x54a661:0xdc,_0x1a0d0d:0x4d8,_0x43acb1:0x459,_0x267f13:0xfe,_0x160736:0x91,_0x3abfd0:0x36e,_0x129639:0xc9,_0x5b54da:0xa1,_0x2c5672:0x3b0,_0x318405:0x38d,_0x35d040:0x13e,_0x134861:0x58,_0xb7bfb8:0xbe,_0x4ac7b7:0x344,_0x55f86e:0x323,_0xd4e768:0x3c9,_0x5e8f5e:0x7f,_0xc03848:0x342,_0x34df51:0x105,_0x1e04c9:0x129,_0xaf132:0x59,_0x284fa8:0x3,_0x24a70b:0x6c,_0x46c0a6:0x3ee,_0x1a8b8d:0x44a,_0x52dc38:0x3d8,_0x1da6d9:0x408,_0x2fdd7c:0x3f2,_0xf6a23f:0x407,_0x4cc74d:0x418,_0x1e4f68:0x3eb,_0xd292c1:0x496,_0x4fa45f:0x495,_0x33d221:0x456,_0x4c9172:0x4d0,_0x308435:0x87,_0x46251e:0x100,_0x5af59b:0x40e,_0x5e7975:0x47,_0x306183:0x54,_0x1fda7c:0x157,_0x4f58ff:0x13a,_0x23b369:0xd8,_0x2a14c6:0x14a,_0x593965:0x93,_0x180fd3:0xc3,_0x4a6e49:0xd8,_0x235aae:0x150,_0x4b9094:0x114,_0x378f11:0xab,_0x2d4f8f:0x142,_0x255d46:0x122,_0x41da7e:0x1a1,_0x515c91:0x416,_0x70acc6:0x48f,_0x33df21:0x454,_0x3bcf98:0x465,_0x374dcc:0x3d6,_0x3f160f:0x3e2,_0xb2fd66:0xa4,_0x39701b:0x22,_0x5be3b5:0x101,_0x5d8a67:0x152,_0x3c6598:0x13d,_0xd7cbd3:0xd0,_0x24ec41:0xa5,_0x5c85b3:0x4c,_0x5422db:0x11,_0x3741ec:0x363,_0x205c80:0xb6,_0x1ad5c7:0x117,_0x349310:0x178,_0x10192f:0xdc,_0x1d1783:0xb6,_0x471f47:0x27,_0x38aa62:0x2d,_0x179344:0x113,_0x2153c2:0xe9,_0x217e6b:0x69,_0x4de8f0:0x15,_0x140108:0x11d,_0x55c724:0xe6,_0x2e8265:0xf2,_0x32f3d9:0x86,_0x4cd14d:0x39b,_0x26c623:0x68,_0x532fe0:0x40,_0x4ad4b5:0xc7,_0x31d896:0x126,_0xe780a9:0x158,_0x1f81ae:0xe6,_0x18ccd0:0x64,_0xc01f0b:0xda,_0x44205d:0x123,_0x451a9c:0x406,_0x10d2d8:0x1a6,_0x262480:0x46d,_0x33401d:0x446,_0x5cd3bb:0xda,_0x1e08b0:0x76,_0x38e7ed:0x383,_0x3c6c86:0x398,_0x266c07:0x36a,_0x4d763f:0x425,_0x5813cf:0x3ea,_0x1ebe70:0x370,_0x2d000e:0x3b7,_0x440fe6:0x371,_0x13a0c9:0x384,_0x135510:0x41f,_0x6f94c7:0x48b,_0x97b81:0x119,_0x5eac17:0x11f,_0x3a2ad4:0x412,_0x2f2528:0x11c,_0x617274:0x35c,_0x4ea0e9:0x36c,_0x41a209:0x13e,_0x3be556:0x107,_0x167eed:0x326,_0x50af02:0xca,_0x696495:0x3,_0x66d131:0x7d,_0x559a4e:0xb1,_0x4643ad:0xb5,_0x269bfa:0x437,_0x53db9c:0xe9,_0x17c565:0x67,_0x48fb52:0xfc,_0x11bc09:0x105,_0x5b558a:0x3a2,_0x56d4b9:0x397,_0x1660c9:0x3e1,_0x2daddd:0xcf,_0x5d6a01:0xd7,_0x2066f8:0x462,_0x35f707:0x419,_0x18563c:0x3ba,_0x4de0a3:0x53,_0x36f5dd:0x349,_0xb64a:0x436,_0x19c192:0x59,_0x303e58:0x1e,_0x56415a:0x48b,_0x2f9132:0x3f6,_0x3c02aa:0x42f,_0x17f234:0x121,_0x1f26f7:0x4a0,_0x2fd64f:0x39c,_0x7f87e6:0x9d,_0x26e14:0x97,_0x265b4e:0x78,_0x1904c9:0x10e,_0x37c3d4:0x482,_0x4577eb:0x73,_0x21c6d7:0x162,_0x33c438:0xe6,_0x487f0a:0xda,_0x497d76:0xf4,_0x48d326:0x3e1,_0x2a3532:0x443,_0x182cab:0x14,_0x39aab3:0x125,_0x25f534:0x18c,_0x418db4:0x143,_0xb4965c:0xec,_0x348480:0xf0,_0x2b84db:0x12a,_0x45ad11:0xfb,_0x10cc30:0x3e8,_0x3c9acd:0x38b,_0x370597:0x169,_0x311b32:0x100,_0x573b7c:0x9,_0x20a10c:0x13,_0x1c4cfa:0x40c,_0x446239:0x4,_0x4ae0f0:0x5e,_0x45a864:0xf,_0x3d2c4f:0x415,_0x473b15:0x3fb,_0x41470a:0x7e,_0x5b4985:0x68,_0x10ce59:0xdd,_0x3fa72f:0x99,_0x25c59e:0xee,_0x402db5:0x28,_0xf5ab76:0x9b},_0x56a2e8={_0x58954d:0x147,_0x24ee9b:0x171},_0x8ff862={_0x2aa0f8:0x152,_0x4bce7a:0x140},_0x3e389d={};_0x3e389d['lmdgQ']=_0x10f1b1(0x3ee,_0x4fde1c._0x3e381e,0x403,_0x4fde1c._0x388f6f)+'ry\x20must\x20be'+'\x20at\x20least\x20'+'2\x20characte'+'rs',_0x3e389d['PBhyI']=_0x10f1b1(_0x4fde1c._0x20e000,0x3ee,_0x4fde1c._0x4ef4f7,_0x4fde1c._0x1cb8a2)+'sue\x20key\x20fo'+_0x2a0cd8(0x12b,_0x4fde1c._0x18ec8a,0x142,_0x4fde1c._0x14382c),_0x3e389d['sVNen']=_0x10f1b1(_0x4fde1c._0x445cdf,_0x4fde1c._0x3b3808,0x42a,0x48e)+_0x10f1b1(_0x4fde1c._0x5ad294,_0x4fde1c._0x4efac7,_0x4fde1c._0x1edddd,0x39d)+'\x20format\x20PR'+_0x2a0cd8(_0x4fde1c._0x5a9c54,_0x4fde1c._0x321fae,_0x4fde1c._0x2659d2,_0x4fde1c._0x253eb5),_0x3e389d[_0x2a0cd8(_0x4fde1c._0x4d40c0,_0x4fde1c._0xe72303,0x11d,_0x4fde1c._0x37ec52)]=_0x2a0cd8(0xda,0xe5,_0x4fde1c._0x22d1bc,_0x4fde1c._0x1df0e1)+_0x2a0cd8(0x77,0x49,_0x4fde1c._0x8edd9a,0x74)+_0x2a0cd8(_0x4fde1c._0x426640,0xf7,_0x4fde1c._0x3e3195,0xc4)+_0x2a0cd8(0x13a,0xe2,_0x4fde1c._0xf0406a,0x15c),_0x3e389d[_0x2a0cd8(0xd3,_0x4fde1c._0x54a661,0x78,0xb5)]=function(_0x426a2a,_0x155c14){return _0x426a2a===_0x155c14;};function _0x2a0cd8(_0x179fde,_0x3a29bc,_0x2f2eeb,_0x58a576){return _0x4e05b3(_0x2f2eeb,_0x3a29bc-_0x8ff862._0x2aa0f8,_0x2f2eeb-0x64,_0x58a576-_0x8ff862._0x4bce7a);}_0x3e389d['sNKYa']='uBpAB',_0x3e389d['ysuso']=function(_0x42da0f,_0x255b43){return _0x42da0f!==_0x255b43;},_0x3e389d[_0x10f1b1(0x4d1,_0x4fde1c._0x1a0d0d,_0x4fde1c._0x43acb1,0x49b)]=_0x2a0cd8(_0x4fde1c._0x267f13,0xec,0xc4,_0x4fde1c._0x160736),_0x3e389d[_0x10f1b1(0x3fc,_0x4fde1c._0x3abfd0,0x3ea,0x3da)]=_0x2a0cd8(_0x4fde1c._0x129639,_0x4fde1c._0x129639,_0x4fde1c._0x5b54da,0xce)+_0x10f1b1(0x3c0,_0x4fde1c._0x2c5672,0x3ee,_0x4fde1c._0x318405),_0x3e389d[_0x2a0cd8(_0x4fde1c._0x35d040,0xc4,0xce,0xf5)]=_0x2a0cd8(0xb4,_0x4fde1c._0x134861,0x61,_0x4fde1c._0xb7bfb8)+_0x10f1b1(_0x4fde1c._0x4ac7b7,0x393,0x374,0x336)+_0x10f1b1(_0x4fde1c._0x55f86e,_0x4fde1c._0xd4e768,0x3a6,0x3d7)+_0x2a0cd8(0x1,0x71,_0x4fde1c._0x5e8f5e,0xd9)+_0x10f1b1(_0x4fde1c._0x318405,_0x4fde1c._0xc03848,0x3b9,0x430),_0x3e389d['JYwKm']=_0x2a0cd8(0x86,0xdd,_0x4fde1c._0x34df51,_0x4fde1c._0x1e04c9)+_0x2a0cd8(0x147,0xe1,0xbe,0x14c)+_0x2a0cd8(-0x17,_0x4fde1c._0xaf132,_0x4fde1c._0x284fa8,_0x4fde1c._0x24a70b),_0x3e389d[_0x10f1b1(_0x4fde1c._0x46c0a6,0x49d,_0x4fde1c._0x1a8b8d,_0x4fde1c._0x52dc38)]=_0x10f1b1(_0x4fde1c._0x1da6d9,_0x4fde1c._0x2fdd7c,0x3ec,0x434),_0x3e389d[_0x10f1b1(0x41d,_0x4fde1c._0xf6a23f,_0x4fde1c._0x4cc74d,_0x4fde1c._0x1e4f68)]=_0x10f1b1(_0x4fde1c._0xd292c1,_0x4fde1c._0x4fa45f,_0x4fde1c._0x33d221,_0x4fde1c._0x4c9172)+'found',_0x3e389d[_0x2a0cd8(0x66,_0x4fde1c._0x308435,_0x4fde1c._0x46251e,0xb4)]=function(_0x10b2f3,_0x535700){return _0x10b2f3===_0x535700;},_0x3e389d[_0x10f1b1(_0x4fde1c._0x5af59b,0x3fe,0x3cc,0x36a)]=_0x2a0cd8(_0x4fde1c._0x5e7975,_0x4fde1c._0x306183,0x1a,0x1);function _0x10f1b1(_0x1409ae,_0x59ebfd,_0xdfcfe8,_0x358437){return _0x4be823(_0x1409ae-_0x56a2e8._0x58954d,_0x59ebfd-_0x56a2e8._0x24ee9b,_0x1409ae,_0xdfcfe8-0x2aa);}_0x3e389d[_0x2a0cd8(_0x4fde1c._0x1fda7c,_0x4fde1c._0x4f58ff,_0x4fde1c._0x23b369,_0x4fde1c._0x2a14c6)]=_0x2a0cd8(_0x4fde1c._0x593965,_0x4fde1c._0x180fd3,_0x4fde1c._0x4a6e49,0x124)+'tion\x20faile'+'d',_0x3e389d[_0x2a0cd8(_0x4fde1c._0x235aae,_0x4fde1c._0x4b9094,_0x4fde1c._0x378f11,_0x4fde1c._0x2d4f8f)]=_0x2a0cd8(0x18f,_0x4fde1c._0x255d46,0x19c,_0x4fde1c._0x41da7e)+_0x10f1b1(0x432,_0x4fde1c._0x515c91,0x3b0,0x35d),_0x3e389d[_0x10f1b1(0x3dc,_0x4fde1c._0x70acc6,_0x4fde1c._0x33df21,_0x4fde1c._0x3bcf98)]=_0x10f1b1(_0x4fde1c._0x374dcc,0x3c0,0x42b,_0x4fde1c._0x3f160f)+'\x20denied',_0x3e389d[_0x2a0cd8(0x46,_0x4fde1c._0xb2fd66,_0x4fde1c._0x39701b,_0x4fde1c._0x5be3b5)]=function(_0x22f2b5,_0x119920){return _0x22f2b5!==_0x119920;},_0x3e389d[_0x2a0cd8(_0x4fde1c._0x5d8a67,0x100,0x9f,_0x4fde1c._0x3c6598)]=_0x2a0cd8(_0x4fde1c._0x4a6e49,0x132,0x101,_0x4fde1c._0xd7cbd3),_0x3e389d[_0x2a0cd8(_0x4fde1c._0x24ec41,0xee,0xa4,0x142)]=_0x2a0cd8(0x78,_0x4fde1c._0x5c85b3,-_0x4fde1c._0x5422db,0x97);const _0x4ebb45=_0x3e389d;try{const _0x2df53a=_0x4112d1[_0x10f1b1(0x3c7,0x333,0x39d,_0x4fde1c._0x3741ec)][_0x10f1b1(0x436,0x408,0x3c6,0x3d7)][_0x2a0cd8(_0x4fde1c._0x205c80,_0x4fde1c._0x1ad5c7,_0x4fde1c._0x349310,0xd3)]()[_0x2a0cd8(_0x4fde1c._0x10192f,0xb5,0x57,_0x4fde1c._0x1d1783)+'e'](),{comment:_0x568ed9}=_0x4112d1[_0x2a0cd8(_0x4fde1c._0x471f47,0x8a,_0x4fde1c._0x38aa62,0xee)];if(!/^[A-Z]+-\d+$/i['test'](_0x2df53a)){if(_0x4ebb45[_0x2a0cd8(0xe6,0xdc,0x118,0xfc)](_0x2a0cd8(0xb5,_0x4fde1c._0x179344,_0x4fde1c._0x2153c2,0x174),_0x4ebb45['sNKYa'])){const _0x26d93e={};return _0x26d93e[_0x2a0cd8(0xca,_0x4fde1c._0x217e6b,0xa4,-_0x4fde1c._0x4de8f0)]='Query\x20too\x20'+_0x10f1b1(0x430,0x3c1,0x3e1,0x408),_0x26d93e[_0x2a0cd8(_0x4fde1c._0x140108,_0x4fde1c._0x55c724,_0x4fde1c._0x2e8265,_0x4fde1c._0x32f3d9)]=_0x4ebb45[_0x10f1b1(0x44f,_0x4fde1c._0x4cd14d,0x3f6,0x3da)],_0x5e32bb['status'](0x223d+-0x2c*0x5d+-0x10b1)[_0x2a0cd8(0x3c,_0x4fde1c._0x26c623,_0x4fde1c._0x532fe0,0x59)](_0x26d93e);}else{const _0x2a7035={};return _0x2a7035[_0x2a0cd8(_0x4fde1c._0x26c623,_0x4fde1c._0x217e6b,0x3a,_0x4fde1c._0x4ad4b5)]=_0x4ebb45[_0x2a0cd8(_0x4fde1c._0x31d896,0x102,0x131,0xbd)],_0x2a7035[_0x2a0cd8(_0x4fde1c._0xe780a9,_0x4fde1c._0x1f81ae,_0x4fde1c._0x18ccd0,_0x4fde1c._0xc01f0b)]=_0x4ebb45[_0x2a0cd8(_0x4fde1c._0x44205d,_0x4fde1c._0x24ec41,0x52,0xeb)],_0x4737e1['status'](-0x1*-0x1df2+0xbc0+-0x2822)['json'](_0x2a7035);}}if(!_0x568ed9||_0x4ebb45[_0x10f1b1(0x403,0x3dd,0x452,_0x4fde1c._0x451a9c)](typeof _0x568ed9,_0x4ebb45[_0x2a0cd8(0x1a3,0x12a,0x192,_0x4fde1c._0x10d2d8)])||_0x568ed9[_0x10f1b1(0x4b5,_0x4fde1c._0x262480,_0x4fde1c._0x33401d,0x3c9)]()[_0x2a0cd8(0xba,_0x4fde1c._0x5cd3bb,0x129,_0x4fde1c._0x1e08b0)]===-0x106f*0x2+0x1e6*0x3+0x2f*0x94){const _0x2dca43={};return _0x2dca43[_0x10f1b1(0x3fc,_0x4fde1c._0x38e7ed,_0x4fde1c._0x3c6c86,_0x4fde1c._0x266c07)]=_0x4ebb45[_0x10f1b1(_0x4fde1c._0x4d763f,0x39c,_0x4fde1c._0x5813cf,_0x4fde1c._0x1ebe70)],_0x2dca43[_0x10f1b1(0x45c,_0x4fde1c._0x2d000e,0x415,0x418)]=_0x4ebb45[_0x10f1b1(0x43a,_0x4fde1c._0x440fe6,0x3f3,_0x4fde1c._0x13a0c9)],_0x4737e1[_0x10f1b1(0x3ef,0x3f3,_0x4fde1c._0x135510,_0x4fde1c._0x6f94c7)](0x86*0x11+0xf93+0x1*-0x16e9)['json'](_0x2dca43);}logger[_0x2a0cd8(_0x4fde1c._0x97b81,_0x4fde1c._0x5eac17,0x151,0x12c)](_0x10f1b1(0x38e,_0x4fde1c._0x3a2ad4,_0x4fde1c._0xf6a23f,0x3f9)+_0x2a0cd8(0xf3,0xd6,_0x4fde1c._0x2f2528,0x58)+_0x10f1b1(0x3b2,_0x4fde1c._0x617274,_0x4fde1c._0x4ea0e9,0x342)+'\x20'+_0x2df53a);const _0x47d9d1=await jiraClient['postCommen'+'t'](_0x2df53a,_0x568ed9[_0x2a0cd8(0x14e,_0x4fde1c._0x1ad5c7,_0x4fde1c._0x41a209,_0x4fde1c._0x3be556)]()),_0x447a87={};_0x447a87['success']=!![],_0x447a87[_0x2a0cd8(0x41,0x74,0x6d,0x93)]=_0x47d9d1,_0x4737e1[_0x10f1b1(_0x4fde1c._0x167eed,_0x4fde1c._0xf6a23f,0x397,0x32b)](_0x447a87);}catch(_0x469f9f){logger[_0x2a0cd8(_0x4fde1c._0x50af02,0x69,0x16,0xbf)](_0x4ebb45[_0x2a0cd8(-_0x4fde1c._0x696495,_0x4fde1c._0x66d131,_0x4fde1c._0x559a4e,_0x4fde1c._0x4643ad)],_0x469f9f);if(_0x469f9f['message']['includes'](_0x4ebb45[_0x10f1b1(_0x4fde1c._0x269bfa,0x4bc,0x44a,0x3e0)])){const _0x29d3f8={};return _0x29d3f8['error']=_0x4ebb45[_0x2a0cd8(0x7c,_0x4fde1c._0x53db9c,_0x4fde1c._0x17c565,0x96)],_0x29d3f8[_0x2a0cd8(_0x4fde1c._0x48fb52,0xe6,0x146,_0x4fde1c._0x11bc09)]=_0x469f9f[_0x10f1b1(0x3dd,0x45a,0x415,_0x4fde1c._0x5b558a)],_0x4737e1['status'](0x1f0+0x1394+-0x13f0)[_0x10f1b1(0x34a,0x40e,_0x4fde1c._0x56d4b9,_0x4fde1c._0x1660c9)](_0x29d3f8);}else{if(_0x469f9f[_0x2a0cd8(0x121,0xe6,_0x4fde1c._0x2daddd,_0x4fde1c._0x5d6a01)][_0x10f1b1(0x3ad,0x40d,0x3e0,_0x4fde1c._0x2066f8)](_0x10f1b1(0x3d2,_0x4fde1c._0x35f707,_0x4fde1c._0x18563c,0x3c1)+_0x2a0cd8(0x65,_0x4fde1c._0x4de0a3,-0x5,0x71)+'d')){if(_0x4ebb45[_0x10f1b1(0x3e9,_0x4fde1c._0x36f5dd,0x3b6,_0x4fde1c._0x3e381e)](_0x4ebb45[_0x10f1b1(0x35b,_0x4fde1c._0x4d763f,0x3cc,_0x4fde1c._0xb64a)],_0x4ebb45['BiXLI'])){const _0x27070f={};return _0x27070f[_0x2a0cd8(_0x4fde1c._0x19c192,_0x4fde1c._0x217e6b,_0x4fde1c._0x303e58,0x60)]=_0x4ebb45[_0x10f1b1(_0x4fde1c._0x56415a,_0x4fde1c._0x2f9132,0x469,_0x4fde1c._0x3c02aa)],_0x27070f[_0x2a0cd8(_0x4fde1c._0x17f234,0xe6,0xfd,0x117)]=_0x469f9f['message'],_0x4737e1[_0x10f1b1(_0x4fde1c._0x1f26f7,0x3a4,0x41f,0x3cb)](0x13c5+0x1*0xd72+-0x1fa6)[_0x10f1b1(0x414,_0x4fde1c._0x1e4f68,_0x4fde1c._0x56d4b9,_0x4fde1c._0x2fd64f)](_0x27070f);}else{const _0x45171d={};return _0x45171d['error']=_0x4ebb45[_0x2a0cd8(_0x4fde1c._0x7f87e6,0x102,_0x4fde1c._0x26e14,0x15a)],_0x45171d[_0x2a0cd8(_0x4fde1c._0x265b4e,0xe6,0xa3,_0x4fde1c._0x1904c9)]=_0x4ebb45['sVNen'],_0x120d2d[_0x10f1b1(0x3c7,0x433,0x41f,_0x4fde1c._0x37c3d4)](0x1fad*0x1+-0x1a46*0x1+0x3d7*-0x1)[_0x2a0cd8(_0x4fde1c._0x4577eb,_0x4fde1c._0x26c623,0x97,0x98)](_0x45171d);}}else{if(_0x469f9f[_0x2a0cd8(_0x4fde1c._0x21c6d7,_0x4fde1c._0x33c438,_0x4fde1c._0x487f0a,_0x4fde1c._0x497d76)]['includes'](_0x4ebb45[_0x10f1b1(_0x4fde1c._0x48d326,0x427,_0x4fde1c._0x2a3532,0x4b3)])){const _0x4ef91e={};return _0x4ef91e[_0x2a0cd8(0xf,0x69,0x8,-_0x4fde1c._0x182cab)]=_0x4ebb45[_0x2a0cd8(0x189,_0x4fde1c._0x39aab3,_0x4fde1c._0x25f534,0xaf)],_0x4ef91e['message']=_0x469f9f[_0x2a0cd8(_0x4fde1c._0x418db4,_0x4fde1c._0x55c724,_0x4fde1c._0xb4965c,0xb3)],_0x4737e1[_0x2a0cd8(0x163,_0x4fde1c._0x348480,_0x4fde1c._0x2b84db,_0x4fde1c._0x45ad11)](0x72a+-0x54*0xb+-0x1fb)[_0x10f1b1(_0x4fde1c._0x374dcc,_0x4fde1c._0x10cc30,0x397,0x317)](_0x4ef91e);}else{if(_0x4ebb45[_0x10f1b1(0x3fc,0x382,0x3d3,_0x4fde1c._0x3c9acd)](_0x4ebb45[_0x2a0cd8(_0x4fde1c._0x370597,_0x4fde1c._0x311b32,0x97,0x161)],_0x4ebb45['PBHSj'])){const _0x5c7065={};return _0x5c7065[_0x2a0cd8(0x63,0x69,_0x4fde1c._0x573b7c,-_0x4fde1c._0x20a10c)]=_0x10f1b1(_0x4fde1c._0x1e4f68,0x480,_0x4fde1c._0x1c4cfa,0x460)+_0x2a0cd8(_0x4fde1c._0x446239,_0x4fde1c._0x4ae0f0,_0x4fde1c._0x45a864,0x94)+'nt',_0x5c7065['message']=_0x469f9f[_0x10f1b1(0x3e9,0x40d,_0x4fde1c._0x3d2c4f,_0x4fde1c._0x473b15)],_0x4737e1[_0x2a0cd8(0x12a,0xf0,_0x4fde1c._0x41470a,0xa6)](0x20b7+0x59e+-0x2461)[_0x2a0cd8(0x1f,_0x4fde1c._0x5b4985,0xa,_0x4fde1c._0x10ce59)](_0x5c7065);}else _0x211cd8[_0x2a0cd8(0x78,_0x4fde1c._0xb7bfb8,_0x4fde1c._0x3fa72f,_0x4fde1c._0x25c59e)](_0x4ebb45[_0x2a0cd8(_0x4fde1c._0x402db5,_0x4fde1c._0xf5ab76,0xca,0xe7)]);}}}}});export default router;
|
|
1
|
+
(function(_0x361cf4,_0x566b54){const _0x6ef793={_0x33b2ae:0xc5,_0x2656f5:0xc4,_0x2ead6f:0x29,_0x5491a8:0xa,_0x4a4151:0x593,_0x4e34b6:0x57c,_0x3c1901:0x511,_0x187ccf:0x526,_0x2c822d:0x59b,_0x298e20:0x551,_0xb6d22f:0x98,_0x5369ea:0xd0,_0xbc0c7a:0xe,_0x54313e:0x57b,_0x5eef8c:0x557,_0x290293:0x38,_0x4cbae2:0x68,_0x55e66f:0x12,_0x213663:0x536,_0x4b23be:0x50e,_0xdf4a90:0x61a,_0x4176a7:0x665,_0x1a19b:0x60b,_0x5ca7d3:0x33},_0x1357b1={_0x201020:0x1a4},_0x2392d7=_0x361cf4();function _0x5efc35(_0xcbd18a,_0x337ce9,_0x3bcfc6,_0x5a6e97){return _0x2d6d(_0x5a6e97- -_0x1357b1._0x201020,_0x3bcfc6);}function _0x4f70e0(_0x5c3fd8,_0x5ea542,_0x27e9d4,_0x1f0ae4){return _0x2d6d(_0x27e9d4-0x3c2,_0x1f0ae4);}while(!![]){try{const _0x2458d8=parseInt(_0x5efc35(_0x6ef793._0x33b2ae,_0x6ef793._0x2656f5,0xab,0x4c))/(-0xa*0x11b+-0x10c8+0x1bd7)*(-parseInt(_0x5efc35(-_0x6ef793._0x2ead6f,0x7,-0xf,-_0x6ef793._0x5491a8))/(-0x1a4f+0x1292+0x7bf))+-parseInt(_0x4f70e0(_0x6ef793._0x4a4151,0x56b,0x533,0x572))/(0x1*0x1af+0xd7a+-0xf26)*(-parseInt(_0x4f70e0(_0x6ef793._0x4e34b6,_0x6ef793._0x3c1901,_0x6ef793._0x187ccf,0x4ae))/(-0xabe+0x1*-0x1f1b+0x29dd*0x1))+-parseInt(_0x4f70e0(_0x6ef793._0x2c822d,_0x6ef793._0x298e20,0x522,0x57b))/(-0xab+-0x159c+0x164c)*(parseInt(_0x5efc35(_0x6ef793._0xb6d22f,_0x6ef793._0x5369ea,-_0x6ef793._0xbc0c7a,0x69))/(0x155d*0x1+0x1*-0x169b+0x144))+-parseInt(_0x4f70e0(0x591,_0x6ef793._0x54313e,0x54c,_0x6ef793._0x5eef8c))/(0x3e0*-0x3+0x4d2*0x5+0xc73*-0x1)+-parseInt(_0x5efc35(_0x6ef793._0x290293,0x42,_0x6ef793._0x4cbae2,0x7c))/(0x11bd+-0xaab+-0x70a)+parseInt(_0x5efc35(0xe2,_0x6ef793._0x55e66f,0x93,0x6e))/(-0x1*0xd42+-0x1a99+-0x353*-0xc)*(parseInt(_0x4f70e0(0x4cc,0x4f3,_0x6ef793._0x213663,_0x6ef793._0x4b23be))/(0x32*0xb1+0x1d96+0x401e*-0x1))+-parseInt(_0x4f70e0(_0x6ef793._0xdf4a90,_0x6ef793._0x4176a7,_0x6ef793._0x1a19b,0x5a3))/(0xd+0xcf5+-0xcf7)*(-parseInt(_0x5efc35(0x72,-_0x6ef793._0x5ca7d3,-0x2b,0x17))/(0x1980+0x96b*-0x1+-0x1009));if(_0x2458d8===_0x566b54)break;else _0x2392d7['push'](_0x2392d7['shift']());}catch(_0x150942){_0x2392d7['push'](_0x2392d7['shift']());}}}(_0x23bb,0x1bb*0x86+0x209cf*0x1+0x1*-0xac94));function _0x23bb(){const _0x9d17d4=['l2nVBMzPzW','DMLKzsbHihnLyq','AxmGC2vYDMvYlG','sKLsqv9cqvnfxW','igzYB20Gzw52Aq','B2PZzLu','igzYB20Grefuqq','CM1HDa','mZeZDK1vCfn5','t0TftG','vhn0CKe','Cg9ZDcbJB21Tzq','CgjUBvy','vNbds1m','A1DrtwW','z2v0sxnZDwu','iIaOBwf4oIa','DNLdzu0','sKLsqv9ftufjta','yxjJAcbXDwvYEq','BwvZC2fNzq','igzVCM1HDcbquG','rMfPBgvKihrVia','CgHqrw0','igfKBwLUAxn0CG','BxrLDfm','Aw5MBW','uxvLCNKGDg9Via','wg1IwwW','Cg9ZDa','DgLVBIbMywLSzq','igrLBMLLza','C29Sz1O','zgvIDwC','sKLsqsbJBgLLBG','BxfctgO','DgjKzuG','nty0mZy2Cwz5uLzl','uLL0s00','sxnZDwuGA2v5ia','DcbYzwXVywrLza','B21Tzw50CYbMBW','mty5mJbXvu5mtMG','uMvSB2fKAw5Nia','u0Hlzva','yxv0Aa','Bw9Huxq','ELzQq0m','yMXLzcbMCM9Tia','sKLsqv9ftKfcta','v0L2yw8','rw5Rvxa','y21Qy1a','zwTus3K','vvjm','A2v5','mtK1mZG1nNrOqNbIDa','zK1MExe','Dg9vChbLCKnHCW','Aw9UihjLBg9Hza','yxjJAa','Chruue8','BgvUz3rO','vNPSELu','u1nis2m','CM9TigvUDIb2yq','B3fAzgq','C3rYAw5N','sgfKuuy','Cg9ZDcbkAxjHia','sw52ywXPzcbPCW','CLb5q0y','CMf0Aw9Uig5VDa','zw52AxjVBM1LBG','Dcb2yxjPywjSzq','yxrVCI4','AuPTvfG','ALLcrwK','Exj0wee','zuHHt2i','AKLNy3i','DurVB1m','zKTeswe','Dwu6ia','sxnZDwuGBM90ia','yM9KEq','rLDkthy','wwD5B0e','DMLKzsbHignVBq','CMLHyMXLCW','Efn6r1e','BNrHy3qGEw91CG','qLrYvMC','q1nhvvC','l2LZC3vLCY86AW','rMv0y2HPBMCGsG','C2vHCMnOsxnZDq','ody5tvPqBuTM','Aw5PDgLHBgL6zq','DhjPBq','sKLsqsbPBNrLzW','vvnty00','Cfb0Dgy','ww5nD0S','DgvZDa','C3vLigTLEsbMBW','ug9ZDgLUzYbJBW','mtvgyMTAy3i','Ee1jyK4','Aw9U','tM8GCgvYBwLZCW','mZy4otmYz1bQzfHt','sxDIshm','CM9TierbvefFra','zxKVy29TBwvUDa','yNfHthu','C3rHDhvZ','uMr3z2u','y2njtKC','zwjOBKm','zsbYzxf1zxn0ia','rhvXr2m','EeXnqwO','B0TKtwe','m2nxqvPYyW','zw50CW','yuftsue','mti3mgTlDNLouq','ugvYBwLZC2LVBG','EKP1ruO','BxvZDcbIzsbPBG','y2XVDwrjza','wfHKtuS','yxrssMy','zw1HAwW','B2T3DM4','ignVBw1LBNrZoG','y05wzuG','qsbPC3n1zxm6','zxjYB3i','sgTfDxm','yNPhBK4','ten6qMq','Cu9bD1u','yxrPB24','DhzPDKi','refuqv9esvi','x0Le','EezvAwe','mtm3mtuZohrgEwP4AW','DvjKA1e','rMv0y2HPBMCGyW','qsbJBgLLBNqGzG','zM91BMq','sfbdqxO','r1DTyKm','DM9VvuG','zgvvyvm','wgXYz3O','AxjHigLZC3vLoG','wuPhEuG','wwHwANu','ANnVBG','CNm6','yMfZzvvYBa','mta0suvfBuzX','BNqGzNjVBsbeqq','igvUywjSzwq','CMvSB2fKiePjuG','y29TBwvUDdO','CvDjsNK','sKLsqv9dte9vra','iePjuKeGy2XPzq','BwvUDcbPBIb0Aa','wK9ty0C','DK9itMO','venmqvK','vLrYAg0','sNHmsNK','u2vHCMnOAw5Nia','CMf0Aw9UigvUyq','sgDxDeW','zgjrC3y','sKLsqv9bueLFva','zMPUyNG','vLPrBfa','t0fpy2S','tNn1wvi','EhDgy28','Dhj1zq','DwvZDcbIB2r5','qxv0AgvUDgLJyq','Aw9LC2y','CuT3BvK','sKLsqtOGiG','sfPzCNm','zMv0y2GGsMLYyq','mIbJAgfYywn0zq','odq1mtzMwNLKtM4','BgvKigfMDgvYia','u2vHCMnOihf1zq','z2v0','C1rMr2S','yw1kwwW','A1HKBvG','AwHizNa','igLZC3vL','sLzNvMS','igf0igXLyxn0ia','sxfpCMm','DxjLzcbVBIb0Aa','zw5HyMXLza','C2HVCNq','A3PKr0C','rMTpBvq','BM90igzVDw5K','CM9UBwvUDcb2yq','svjbigLZC3vLoG','B01sBwq','zMv0y2GGy29TBq','z294A24','D1b2qu8','igLZC3vLoG','t0Pfq1qTmtiZ','wgLiy2q','B2XKtLO','zMv0y2GGsKLsqq','l3nLyxjJAa','t1LrEwC','C3vJy2vZCW','Aw5JBhvKzxm','zw52','ugXLyxnLihbYBW','CMnOihf1zxj5ia','qsbPC3n1zxm','ifbSzwfZzsbJBW','y29UzMLNDxjHDa','CgfYyw1Z','twLZC2LUzYbZzq','qMPzzLK','sKLsqsbKAxnHyG','sw52ywXPzcbZzq','yxbPvg9Rzw4'];_0x23bb=function(){return _0x9d17d4;};return _0x23bb();}import _0xc5373d from'express';import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';import{logger}from'../lib/logger.js';const router=_0xc5373d['Router']();function _0x49a62e(_0x5222bb,_0x18c23b,_0x40c70e,_0x9d937e){const _0x55a152={_0x582f1a:0x368};return _0x2d6d(_0x9d937e- -_0x55a152._0x582f1a,_0x5222bb);}let jiraClient=null;async function initializeJiraClient(){const _0x552db1={_0x214bb3:0xf2,_0x10c060:0x587,_0x185c77:0x5eb,_0x4665fb:0x5cd,_0x256fb2:0x5d9,_0x3108a3:0x2a,_0x3fc61b:0x118,_0x52757e:0x12c,_0x4253a0:0x619,_0x298c87:0x661,_0x36f8ec:0x65c,_0x5af0cf:0x52d,_0x481bf3:0x5aa,_0x2aec78:0x60f,_0x10426a:0x64,_0x54a4eb:0xd3,_0x127e22:0x10a,_0x3906b9:0x589,_0x103e45:0xb0,_0x44315c:0xb1,_0x6ad6a4:0x89,_0x462531:0x5f2,_0x47258f:0x9f,_0x307529:0x5b1,_0x49c7e6:0xc4,_0x544ea9:0xb5,_0x30f8c7:0xaf,_0x497dba:0x590,_0x4e2481:0x530,_0x4c58bf:0x59f,_0x36ecc9:0xce,_0x5ba24b:0x173,_0x4c3e80:0x46,_0x544edb:0x5c,_0x54abf8:0x10,_0x2689aa:0x52d,_0x221b09:0x5ad,_0x34f249:0x5c0,_0x193f80:0x5fb,_0x254850:0x639,_0x4a0d53:0x612,_0x369c8b:0x5ba,_0x2cc4cc:0x4ff,_0x458d40:0x614,_0x2e5612:0x632,_0x14a1ed:0x61f,_0x7c3b0e:0x613,_0x3bab7d:0x5ce,_0x2021c0:0x5e0,_0x1cd52d:0x5e4,_0x2336e2:0x5a,_0xfb8c31:0x6c,_0x584fbf:0x5b1,_0x62aa24:0x60e,_0x154cf9:0xc9,_0x3a5978:0xba,_0x1857dc:0xa1,_0x440f19:0x5b7,_0x4af4a0:0x9b,_0x3f2b1c:0xdf,_0x756d0a:0x7a,_0x1f5c04:0x84,_0x36558f:0x5a7,_0x1f3610:0x548,_0xce2da3:0x5c9,_0xf7df05:0x5c5,_0x37ec53:0x5b5,_0x563f59:0x580,_0x5da46c:0x523,_0x5b884c:0x57d,_0x2baa0a:0x63f,_0x5800b2:0x593,_0x57e209:0x651,_0x3bcc58:0x58c,_0x1ee462:0x5e7,_0x37b908:0x121,_0x49b3ba:0xd2,_0x29c1a2:0xa8,_0x313e58:0x5f3,_0x597244:0x654,_0x2bd9be:0xb8,_0x3328fc:0xd1,_0x4873a2:0x6c,_0x5bba88:0xd8,_0x1f8c36:0xb3,_0x8682c8:0x8a,_0x35b7d1:0x130,_0x2d8016:0xd0,_0x3829c1:0xda,_0x2c7afb:0x128,_0x738bc9:0x5da,_0x36daa8:0x59e,_0x226ddc:0x70,_0x5e5fe3:0x5e,_0x933005:0xc3,_0x304a3d:0x5ff,_0x2cdefc:0x5f8,_0x53719e:0xa,_0x491c82:0x5f0,_0x31906b:0x547,_0x47344f:0x5bf,_0x26dd35:0x53f,_0x22ec2e:0x129,_0x31fc64:0x5d8,_0xed93d7:0x5b2,_0x406a9b:0x54d,_0x33ce56:0x51c,_0xac1355:0x42,_0x227dc8:0x37,_0x2c8d39:0x6f,_0x5bb468:0x15,_0x406bf5:0x5d2,_0x1615f0:0x57e,_0x3db132:0x5b7,_0x225edd:0x51a,_0x266235:0x13a,_0x2a6120:0x59,_0x3081e3:0x7e,_0x1839e6:0x67,_0x19d482:0x9e,_0x35f60f:0x2d,_0x47c8e5:0x588,_0xd4e728:0x45,_0x26da39:0x73,_0xad0404:0x7e,_0x58359d:0x5f,_0x64024d:0x69,_0x430ff3:0xa8,_0x53a7c4:0x43,_0x312036:0x576,_0x2490f7:0x5e6,_0x3d9d30:0x5d1,_0xb5c7ba:0x5f6,_0x2a23b2:0x29,_0xc36fa7:0x8f,_0x4af207:0x10,_0x444187:0x28,_0x3f0a78:0x3a,_0x35ca46:0x5a1,_0x3df9b4:0x5cc,_0x1e4b44:0x51b},_0xb38c30={_0x513060:0x3de},_0x23da4a={};_0x23da4a['NsuYR']=_0x800540(-_0x552db1._0x214bb3,-0x101,-0xf1,-0xd7)+_0x5e2c2e(_0x552db1._0x10c060,_0x552db1._0x185c77,0x54f,0x5f7)+_0x5e2c2e(0x5f6,0x599,0x5a4,_0x552db1._0x4665fb)+_0x800540(-0x74,-0x29,-0x4a,-0x4)+'t\x20variable'+'s',_0x23da4a[_0x5e2c2e(0x5a4,0x61b,0x592,0x52c)]=_0x5e2c2e(0x592,_0x552db1._0x256fb2,0x53a,0x55d)+_0x5e2c2e(0x5e4,0x5fe,0x631,0x5e4)+'d',_0x23da4a['ekTKy']=function(_0x5dacca,_0x2845a3){return _0x5dacca===_0x2845a3;},_0x23da4a[_0x800540(-0x18,-0x24,0x4c,_0x552db1._0x3108a3)]=_0x800540(-_0x552db1._0x3fc61b,-0xcf,-0xb4,-_0x552db1._0x52757e),_0x23da4a[_0x5e2c2e(0x5ec,_0x552db1._0x4253a0,_0x552db1._0x298c87,_0x552db1._0x36f8ec)]='NHJhf',_0x23da4a[_0x5e2c2e(0x5a2,0x590,_0x552db1._0x5af0cf,0x61b)]='JIRA\x20integ'+_0x5e2c2e(0x587,_0x552db1._0x481bf3,0x5a8,0x510)+_0x5e2c2e(0x5f6,0x587,_0x552db1._0x2aec78,0x59f)+_0x800540(-_0x552db1._0x10426a,-_0x552db1._0x54a4eb,-_0x552db1._0x127e22,-0xb6),_0x23da4a[_0x5e2c2e(_0x552db1._0x3906b9,0x5e8,0x53c,0x527)]=_0x800540(-_0x552db1._0x103e45,-0xd8,-_0x552db1._0x44315c,-_0x552db1._0x6ad6a4),_0x23da4a[_0x5e2c2e(_0x552db1._0x462531,0x646,0x5ca,0x5d8)]=_0x800540(-_0x552db1._0x47258f,-0x5c,-0xe,-0x10)+'initialize'+_0x5e2c2e(0x57f,0x5d7,_0x552db1._0x10c060,_0x552db1._0x307529)+_0x800540(-_0x552db1._0x49c7e6,-0xbf,-_0x552db1._0x544ea9,-_0x552db1._0x30f8c7)+'TA_DIR:',_0x23da4a[_0x800540(-0x79,-0xd6,-0x10e,-0x118)]=function(_0x54571a,_0x161b60){return _0x54571a===_0x161b60;},_0x23da4a[_0x800540(-0xa4,-0xeb,-0x120,-0x92)]=_0x5e2c2e(_0x552db1._0x497dba,_0x552db1._0x4e2481,0x582,_0x552db1._0x4c58bf),_0x23da4a[_0x800540(-_0x552db1._0x36ecc9,-0x100,-_0x552db1._0x5ba24b,-0x8d)]=_0x800540(-_0x552db1._0x4c3e80,-_0x552db1._0x544edb,-0x6c,-0x57)+_0x800540(-0x2d,-_0x552db1._0x54abf8,-0xe,-0x65)+_0x5e2c2e(0x57f,_0x552db1._0x2689aa,_0x552db1._0x221b09,_0x552db1._0x34f249)+'nt\x20from\x20en'+'v\x20vars:';function _0x5e2c2e(_0x4e7dfb,_0x6c645e,_0x2b824b,_0x176d92){return _0x2d6d(_0x4e7dfb-_0xb38c30._0x513060,_0x2b824b);}const _0x53d4ce=_0x23da4a,_0x234e8e=await loadJiraConfig();if(_0x234e8e){if(_0x53d4ce[_0x5e2c2e(_0x552db1._0x193f80,_0x552db1._0x254850,0x602,_0x552db1._0x4a0d53)](_0x5e2c2e(0x569,0x4fe,_0x552db1._0x369c8b,_0x552db1._0x2cc4cc),_0x53d4ce[_0x5e2c2e(_0x552db1._0x458d40,0x67e,0x5fe,0x5d5)]))try{if(_0x53d4ce[_0x5e2c2e(_0x552db1._0x193f80,_0x552db1._0x2e5612,_0x552db1._0x14a1ed,0x61a)](_0x53d4ce[_0x5e2c2e(0x5ec,_0x552db1._0x7c3b0e,_0x552db1._0x3bab7d,0x62b)],'NHJhf')){jiraClient=new JiraClient(_0x234e8e),logger[_0x5e2c2e(_0x552db1._0x2021c0,0x64c,_0x552db1._0x1cd52d,0x654)](_0x53d4ce[_0x800540(-_0x552db1._0x2336e2,-0x96,-_0x552db1._0x3108a3,-_0x552db1._0xfb8c31)]);return;}else{const _0x3d2e8d={};_0x3d2e8d['cloudId']=_0x1b3245[_0x5e2c2e(_0x552db1._0x369c8b,_0x552db1._0x584fbf,_0x552db1._0x62aa24,0x5b7)][_0x800540(-_0x552db1._0x154cf9,-_0x552db1._0x3a5978,-0x43,-_0x552db1._0x1857dc)+_0x5e2c2e(0x566,_0x552db1._0x440f19,0x572,0x5d0)];const _0x5b8009={};_0x5b8009[_0x800540(-_0x552db1._0x4af4a0,-_0x552db1._0x3f2b1c,-_0x552db1._0x756d0a,-_0x552db1._0x1f5c04)]=_0x152b0e[_0x5e2c2e(_0x552db1._0x369c8b,_0x552db1._0x36558f,_0x552db1._0x1f3610,_0x552db1._0xce2da3)]['JIRA_EMAIL'],_0x5b8009[_0x5e2c2e(_0x552db1._0xf7df05,0x571,0x5ab,0x5e0)]=_0x28f022[_0x5e2c2e(0x5ba,_0x552db1._0x37ec53,0x60a,_0x552db1._0x563f59)][_0x5e2c2e(0x58a,_0x552db1._0x5da46c,0x57a,_0x552db1._0x5b884c)+'OKEN'];const _0x2fbce1={'baseUrl':_0xdf1104['env'][_0x5e2c2e(0x5c9,0x59d,_0x552db1._0x2baa0a,_0x552db1._0x5800b2)+_0x5e2c2e(0x5fc,_0x552db1._0x57e209,_0x552db1._0x3bcc58,0x660)],..._0x4ef368['env'][_0x5e2c2e(0x57e,0x562,_0x552db1._0x1ee462,0x56a)+_0x800540(-_0x552db1._0x37b908,-_0x552db1._0x49b3ba,-0x6a,-_0x552db1._0x29c1a2)]?_0x3d2e8d:{}};_0x2fbce1[_0x5e2c2e(_0x552db1._0x313e58,0x5cf,_0x552db1._0x597244,0x593)]=_0x5b8009,_0x58e207=new _0x58f973(_0x2fbce1),_0x2aa19f[_0x800540(-0x68,-0x58,-0x8f,-_0x552db1._0x2bd9be)](_0x53d4ce[_0x800540(-0x10c,-0xaa,-_0x552db1._0x3328fc,-_0x552db1._0x4873a2)]);}}catch(_0x17dc19){if(_0x800540(-0x7b,-_0x552db1._0x5bba88,-_0x552db1._0x37b908,-0x7a)===_0x53d4ce[_0x800540(-_0x552db1._0x1f8c36,-_0x552db1._0x30f8c7,-_0x552db1._0x8682c8,-0xf8)])logger[_0x800540(-_0x552db1._0x35b7d1,-0xda,-_0x552db1._0x2d8016,-0x132)](_0x53d4ce['SHKeP'],_0x17dc19);else{const _0x16cf97={};return _0x16cf97[_0x800540(-0xfe,-_0x552db1._0x3829c1,-_0x552db1._0x2c7afb,-0xe8)]=_0x53d4ce['IqOrc'],_0x16cf97[_0x5e2c2e(_0x552db1._0x738bc9,0x566,0x642,_0x552db1._0x36daa8)]=_0x38521d[_0x800540(-_0x552db1._0x226ddc,-_0x552db1._0x5e5fe3,0xb,-0x52)],_0x4366bd[_0x800540(-_0x552db1._0x933005,-0xf1,-0xb5,-0x9e)](-0x695*-0x4+0xe5e+0x7*-0x597)['json'](_0x16cf97);}}else{const _0xc37aec={};return _0xc37aec['error']=_0x5e2c2e(0x5dc,_0x552db1._0x304a3d,0x5ec,0x584)+_0x5e2c2e(0x5d1,0x5c7,0x59d,_0x552db1._0x2cdefc)+'nt',_0xc37aec[_0x800540(-0xb5,-_0x552db1._0x5e5fe3,_0x552db1._0x53719e,-0x4f)]=_0x4c75b3[_0x5e2c2e(_0x552db1._0x738bc9,0x633,0x585,_0x552db1._0x491c82)],_0x23d19d[_0x5e2c2e(_0x552db1._0x31906b,0x58d,_0x552db1._0x47344f,_0x552db1._0x26dd35)](0x101*0x23+0x1*0x1586+-0x36b5)[_0x800540(-_0x552db1._0x22ec2e,-0xc3,-0x123,-0x59)](_0xc37aec);}}function _0x800540(_0x58aa00,_0x5cd011,_0x1a673f,_0x3bddcf){return _0x2d6d(_0x5cd011- -0x25a,_0x3bddcf);}if(_0x53d4ce['qOAwU'](process[_0x5e2c2e(0x5ba,0x60b,_0x552db1._0x31fc64,_0x552db1._0xed93d7)]['JIRA_ENABL'+'ED'],_0x53d4ce[_0x5e2c2e(_0x552db1._0x406a9b,_0x552db1._0x33ce56,0x502,0x59b)]))try{const _0x10b999={'baseUrl':process[_0x800540(-_0x552db1._0xac1355,-0x7e,-0xe4,-_0x552db1._0x227dc8)][_0x800540(-0x99,-_0x552db1._0x2c8d39,-_0x552db1._0x5bb468,-0x32)+_0x5e2c2e(0x5fc,0x65f,0x605,0x5e0)],...process['env'][_0x800540(-0x54,-0xba,-0xe7,-0xf5)+'_ID']?{'cloudId':process[_0x5e2c2e(0x5ba,0x626,_0x552db1._0x406bf5,0x632)][_0x5e2c2e(_0x552db1._0x1615f0,_0x552db1._0x3db132,0x564,_0x552db1._0x225edd)+_0x800540(-0xd5,-0xd2,-_0x552db1._0x266235,-0x127)]}:{}};_0x10b999[_0x800540(-0xbf,-_0x552db1._0xd4e728,-_0x552db1._0x2a6120,-_0x552db1._0x2bd9be)]={},_0x10b999[_0x800540(-0xbf,-_0x552db1._0xd4e728,-_0x552db1._0x2a6120,-_0x552db1._0x2bd9be)][_0x800540(-_0x552db1._0x3081e3,-0xdf,-0x87,-_0x552db1._0x1839e6)]=process[_0x800540(-_0x552db1._0x19d482,-_0x552db1._0x3081e3,-_0x552db1._0x35f60f,-0xd3)][_0x5e2c2e(0x5d8,0x5c6,_0x552db1._0x47c8e5,0x56a)],_0x10b999[_0x800540(-0xbf,-_0x552db1._0xd4e728,-_0x552db1._0x2a6120,-_0x552db1._0x2bd9be)][_0x800540(-0xc,-_0x552db1._0x26da39,-0x88,-0xa)]=process[_0x800540(-0xcf,-_0x552db1._0xad0404,-0xda,-_0x552db1._0x58359d)]['JIRA_API_T'+_0x800540(-0x6b,-_0x552db1._0x64024d,-_0x552db1._0x430ff3,-_0x552db1._0x53a7c4)],jiraClient=new JiraClient(_0x10b999),logger[_0x5e2c2e(_0x552db1._0x2021c0,_0x552db1._0x312036,0x658,_0x552db1._0x2490f7)]('JIRA\x20integ'+_0x5e2c2e(0x587,0x5dc,0x5cf,_0x552db1._0x3d9d30)+_0x5e2c2e(_0x552db1._0xb5c7ba,0x5b1,0x61b,0x611)+_0x800540(0x4f,-_0x552db1._0x2a23b2,-0x9b,-_0x552db1._0xc36fa7)+_0x800540(-_0x552db1._0x4af207,-_0x552db1._0x444187,-0x2c,_0x552db1._0x3f0a78)+'s');}catch(_0x3ddf22){logger[_0x5e2c2e(0x55e,0x59d,_0x552db1._0x35ca46,_0x552db1._0x3df9b4)](_0x53d4ce[_0x5e2c2e(0x538,0x4de,0x591,_0x552db1._0x1e4b44)],_0x3ddf22);}}export async function initializeJira(){const _0x177e1a={_0x41086a:0x13e,_0x59eb71:0xe4},_0xd40799={_0x4bf587:0xed},_0xedf83f={'goxkn':function(_0xd6355e){return _0xd6355e();}};function _0x417433(_0x2840c1,_0x43d5bc,_0xbb7678,_0x16e8e2){return _0x2d6d(_0x43d5bc- -_0xd40799._0x4bf587,_0x2840c1);}await _0xedf83f[_0x417433(_0x177e1a._0x41086a,_0x177e1a._0x59eb71,0x8e,0xbc)](initializeJiraClient);}function _0x2d6d(_0x29ab47,_0x11957e){_0x29ab47=_0x29ab47-(-0x1129+-0x9db+0x1c5d);const _0x3f839b=_0x23bb();let _0x2ffe46=_0x3f839b[_0x29ab47];if(_0x2d6d['eLCDNs']===undefined){var _0x44ec92=function(_0x411dab){const _0x384a87='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x87e309='',_0x114900='';for(let _0x2d5b74=-0x38*-0x4c+-0xd*0xaa+-0x7fe,_0x4bc610,_0x3594cb,_0x3eed2c=-0x1d4a+0x6f*-0x25+0x41f*0xb;_0x3594cb=_0x411dab['charAt'](_0x3eed2c++);~_0x3594cb&&(_0x4bc610=_0x2d5b74%(0x35c+0x3b*-0x4+0x3e*-0xa)?_0x4bc610*(0x13d*0x10+-0x1*0x22f3+0x12f*0xd)+_0x3594cb:_0x3594cb,_0x2d5b74++%(-0x1a5b+0x72b+0x1334))?_0x87e309+=String['fromCharCode'](0x1f66+-0x1*0x17ba+0x6ad*-0x1&_0x4bc610>>(-(0x11*-0x97+0xb*-0x167+0x2*0xcbb)*_0x2d5b74&-0x11a*-0x12+0xa91*0x1+-0x1*0x1e5f)):-0x683+-0xb45*-0x3+0x1b4c*-0x1){_0x3594cb=_0x384a87['indexOf'](_0x3594cb);}for(let _0x2e5085=0x16a7+0x1*-0x568+-0x113f,_0xaa3abd=_0x87e309['length'];_0x2e5085<_0xaa3abd;_0x2e5085++){_0x114900+='%'+('00'+_0x87e309['charCodeAt'](_0x2e5085)['toString'](-0x1f9*-0xf+-0x40*-0x87+-0x3f47))['slice'](-(-0x6*0xec+-0x425+0x1*0x9af));}return decodeURIComponent(_0x114900);};_0x2d6d['jNaONU']=_0x44ec92,_0x2d6d['SnZiJE']={},_0x2d6d['eLCDNs']=!![];}const _0x4451f3=_0x3f839b[0x5*0x789+-0x283+-0x232a],_0x32901c=_0x29ab47+_0x4451f3,_0xab173b=_0x2d6d['SnZiJE'][_0x32901c];return!_0xab173b?(_0x2ffe46=_0x2d6d['jNaONU'](_0x2ffe46),_0x2d6d['SnZiJE'][_0x32901c]=_0x2ffe46):_0x2ffe46=_0xab173b,_0x2ffe46;}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x1dc3a7={_0x4dcf2f:0x4b5,_0x41d9c5:0x480,_0x589e7c:0x42a,_0x3a438c:0x49d,_0x5d025b:0x4e1,_0x154fb8:0x4f7,_0x43c07a:0x5b4,_0x3b6f12:0x577,_0x4f2708:0x56c,_0x25f220:0x3bf,_0x511ba0:0x375,_0x41a3c4:0x394,_0x26926b:0x4ad,_0x56e390:0x46a,_0x4b02a5:0x513,_0xd92f81:0x4d0,_0x5d4024:0x3d6,_0x4e4d6e:0x42e,_0x3134af:0x363,_0x59adbb:0x4e9,_0x1096a1:0x556,_0x4a4879:0x417,_0x593b76:0x411,_0x1d6605:0x484,_0x404c1e:0x4db,_0x1fc8c6:0x519,_0x5d9ac5:0x55c,_0x33db8d:0x5cd,_0x54bad8:0x54e,_0x129f5b:0x506,_0x2ffa59:0x5a1,_0x3ccd22:0x4e2,_0x5ea104:0x47c,_0x4d94a9:0x4e5,_0x4884ae:0x46e,_0x3b10d6:0x412,_0x528980:0x433,_0x2bee4c:0x4d6,_0x2b30d7:0x4e4,_0x4fa12c:0x52b,_0x52d4a9:0x4ed,_0x39ddba:0x4b6,_0x3032b6:0x4f3,_0x1d7d4e:0x4cb,_0x4cdf49:0x4c0,_0x302aeb:0x502,_0x5ed3f7:0x490,_0x4ccb67:0x3d9,_0x3acdfb:0x450,_0x28bf32:0x44e,_0x45d2fc:0x3ef,_0x11790b:0x554,_0x40cbbd:0x5ad,_0x415497:0x479,_0x2b9f2c:0x4ba,_0x4a3915:0x3e8,_0x62b20c:0x402,_0x4bed6b:0x53e,_0xba6f0a:0x4e7,_0x4f48ae:0x50c,_0x13e8bd:0x574,_0x21519a:0x4dd,_0x4d61c8:0x512,_0x5301ce:0x46e,_0x170821:0x416,_0x36a103:0x4c5,_0xa82ee6:0x55c,_0x25d39c:0x543,_0x4a01ba:0x592,_0x569364:0x3ff,_0x302a0e:0x472,_0x518ac9:0x49f,_0x5e1e84:0x4d7,_0x46b19a:0x4b9,_0xba5c1c:0x590,_0x409f94:0x598,_0xed025b:0x594,_0x4fdcc6:0x53a,_0x185e57:0x43a,_0x46c34c:0x3da,_0x398fab:0x3e5,_0x2d21d9:0x408,_0x53605d:0x455,_0x38f861:0x455,_0x3234f5:0x481,_0x1a4d1d:0x47f,_0xd3b8f:0x3f7,_0x5d58a4:0x558,_0xab582b:0x580,_0x3a3f75:0x4f4,_0x4e1db6:0x4b0,_0x26428a:0x4c1,_0x5611b0:0x44d,_0x106d7:0x4bf,_0x1b84fe:0x414,_0x50e056:0x45c,_0x5bf6f0:0x422,_0x17d269:0x48f,_0x46a0fe:0x599,_0x48dcc7:0x52c,_0x53b548:0x537,_0x27f4d6:0x411,_0x2a2b8c:0x464,_0x2f5a8d:0x4ad,_0xb3a1ff:0x525,_0x3f8dd2:0x533,_0x5863f4:0x566,_0x2802eb:0x534,_0x281e3c:0x513,_0x18a42c:0x3ff,_0xf2520b:0x46b,_0x4ca579:0x4bf,_0x36439a:0x42f,_0x210bea:0x565,_0x16a9b8:0x405,_0x37d9fc:0x466,_0x50de16:0x419,_0x542cc5:0x44d,_0x220953:0x3b1,_0x528a1c:0x41d,_0x3611b5:0x3cd,_0x3f98cc:0x404,_0x145379:0x470,_0x295428:0x552,_0x3eb424:0x543,_0x335473:0x510,_0x56188b:0x564,_0x245b7b:0x55a,_0x4f4ab3:0x4e9,_0x23d869:0x41e,_0x45d8f6:0x45d,_0x44b82c:0x442,_0x1b03b:0x4d7,_0x118543:0x55d,_0x9ef6ef:0x502,_0x37a468:0x3d9,_0x3c7b38:0x3b8,_0x41240b:0x3dc,_0x4d929c:0x571,_0x361b20:0x4b5,_0x20f6d1:0x465,_0x32adec:0x3fe,_0x24faee:0x39b,_0x2f7bf7:0x4e8,_0x53f347:0x54b,_0x4513a6:0x516,_0x26058f:0x4d0,_0xd11cb4:0x4fe,_0x2ccc98:0x372,_0x305bc7:0x58d,_0x1ee1f7:0x553,_0x4adc43:0x4e7,_0xa9fcd3:0x553,_0x3e67b0:0x539,_0x8fe7ed:0x4ce,_0x5c9586:0x530,_0x1d5d3e:0x4e8,_0x23b28:0x400,_0x4d7ccc:0x3c4,_0x55f11c:0x3d0,_0xceeaee:0x40f,_0x2157e4:0x4e3,_0x54dc7a:0x53f,_0x3b3d22:0x54c,_0x1fa840:0x4f4,_0x29ca43:0x5c0,_0x2166f0:0x480,_0x4480b3:0x4c2,_0x1133fa:0x408},_0x21d98a={_0x3e50be:0x350},_0x414f52={};_0x414f52['BTrVg']=_0x1773b3(_0x1dc3a7._0x4dcf2f,_0x1dc3a7._0x41d9c5,_0x1dc3a7._0x589e7c,0x4cc)+_0xa21f8c(0x4aa,0x4c7,_0x1dc3a7._0x3a438c,_0x1dc3a7._0x5d025b)+_0xa21f8c(0x5c6,0x54d,_0x1dc3a7._0x154fb8,_0x1dc3a7._0x43c07a)+_0xa21f8c(_0x1dc3a7._0x3b6f12,0x524,0x597,_0x1dc3a7._0x4f2708),_0x414f52[_0x1773b3(_0x1dc3a7._0x25f220,0x3e1,_0x1dc3a7._0x511ba0,_0x1dc3a7._0x41a3c4)]='Failed\x20to\x20'+_0x1773b3(_0x1dc3a7._0x26926b,0x448,0x438,_0x1dc3a7._0x56e390)+_0xa21f8c(0x52f,_0x1dc3a7._0x4b02a5,_0x1dc3a7._0xd92f81,0x57e);function _0xa21f8c(_0x4e83be,_0x1916c1,_0x303e06,_0x32d00d){return _0x2d6d(_0x1916c1-_0x21d98a._0x3e50be,_0x303e06);}_0x414f52[_0x1773b3(0x3c2,_0x1dc3a7._0x5d4024,_0x1dc3a7._0x4e4d6e,_0x1dc3a7._0x3134af)]='Authentica'+_0xa21f8c(_0x1dc3a7._0x59adbb,_0x1dc3a7._0x1096a1,0x559,0x4f3)+'d',_0x414f52[_0x1773b3(_0x1dc3a7._0x4a4879,0x47d,0x4d8,0x4af)]=_0x1773b3(_0x1dc3a7._0x593b76,_0x1dc3a7._0x1d6605,0x44c,_0x1dc3a7._0x404c1e)+'JIRA\x20clien'+'t\x20configur'+_0xa21f8c(0x46d,0x4d5,0x496,0x52d),_0x414f52['GQEIL']=_0xa21f8c(_0x1dc3a7._0x1fc8c6,0x55a,0x5c8,_0x1dc3a7._0x5d9ac5)+_0xa21f8c(0x56f,0x560,_0x1dc3a7._0x33db8d,_0x1dc3a7._0x54bad8)+_0xa21f8c(_0x1dc3a7._0x129f5b,0x53e,0x536,_0x1dc3a7._0x2ffa59)+'_DIR',_0x414f52[_0x1773b3(_0x1dc3a7._0x3ccd22,_0x1dc3a7._0x5ea104,0x4a6,0x4bb)]=function(_0x50f6e6,_0xe3c684){return _0x50f6e6!==_0xe3c684;},_0x414f52[_0xa21f8c(0x4ec,_0x1dc3a7._0x4d94a9,0x517,_0x1dc3a7._0x4884ae)]=_0x1773b3(_0x1dc3a7._0x3b10d6,0x433,0x41b,_0x1dc3a7._0x528980),_0x414f52[_0xa21f8c(0x50c,_0x1dc3a7._0x2bee4c,_0x1dc3a7._0x2b30d7,0x4db)]='Failed\x20to\x20'+_0xa21f8c(_0x1dc3a7._0x4fa12c,_0x1dc3a7._0x52d4a9,0x518,0x4ba)+'A\x20client\x20f'+_0xa21f8c(0x4df,_0x1dc3a7._0x39ddba,0x52e,0x457)+'IR:',_0x414f52[_0xa21f8c(0x464,0x4be,_0x1dc3a7._0x3032b6,_0x1dc3a7._0x1d7d4e)]=_0xa21f8c(_0x1dc3a7._0x4cdf49,_0x1dc3a7._0x302aeb,_0x1dc3a7._0x5ed3f7,0x521),_0x414f52[_0x1773b3(0x39f,_0x1dc3a7._0x4ccb67,0x3a4,0x37e)]=_0x1773b3(_0x1dc3a7._0x3acdfb,0x4af,0x489,_0x1dc3a7._0x28bf32);function _0x1773b3(_0x5f26ec,_0x2a96e4,_0xc1ce0d,_0x5e60a7){return _0x2d6d(_0x2a96e4-0x271,_0x5f26ec);}_0x414f52[_0x1773b3(0x3ff,_0x1dc3a7._0x45d2fc,0x42d,0x3b7)]=function(_0xaa7e96,_0x9aa157){return _0xaa7e96!==_0x9aa157;},_0x414f52[_0xa21f8c(0x5c8,_0x1dc3a7._0x11790b,0x56a,_0x1dc3a7._0x40cbbd)]=_0x1773b3(0x431,_0x1dc3a7._0x415497,0x461,_0x1dc3a7._0x2b9f2c),_0x414f52['HPCAz']='SPTfw',_0x414f52[_0x1773b3(_0x1dc3a7._0x4a3915,_0x1dc3a7._0x62b20c,0x442,0x3ba)]=_0xa21f8c(_0x1dc3a7._0x4bed6b,0x535,0x4cf,0x579)+_0xa21f8c(_0x1dc3a7._0xba6f0a,_0x1dc3a7._0x4f48ae,_0x1dc3a7._0x13e8bd,0x583)+_0xa21f8c(_0x1dc3a7._0x21519a,0x531,0x4e5,_0x1dc3a7._0x4d61c8)+_0x1773b3(0x4e6,0x494,_0x1dc3a7._0x5301ce,0x47f);const _0x1f30ac=_0x414f52;logger[_0x1773b3(_0x1dc3a7._0x170821,0x473,_0x1dc3a7._0x62b20c,_0x1dc3a7._0x36a103)](_0x1f30ac[_0xa21f8c(0x578,_0x1dc3a7._0xa82ee6,0x560,_0x1dc3a7._0x25d39c)]),jiraClient=null;const _0x34402e=await loadJiraConfig();if(_0x34402e)try{jiraClient=new JiraClient(_0x34402e),logger['info'](_0x1f30ac['GQEIL']);return;}catch(_0x21ac47){if(_0x1f30ac[_0xa21f8c(0x4fa,0x55b,_0x1dc3a7._0x4a01ba,0x4f5)](_0x1f30ac['YJGyH'],_0x1773b3(0x401,0x433,0x460,_0x1dc3a7._0x569364))){const _0x5ed289={};return _0x5ed289['error']=_0x1773b3(_0x1dc3a7._0x302a0e,_0x1dc3a7._0x518ac9,0x48f,0x4e6)+_0xa21f8c(_0x1dc3a7._0x5e1e84,0x4ae,_0x1dc3a7._0x46b19a,0x446)+_0xa21f8c(0x4f7,0x53f,0x54a,0x557),_0x5ed289[_0xa21f8c(0x59a,0x54c,0x504,_0x1dc3a7._0xba5c1c)]=_0x1f30ac[_0xa21f8c(_0x1dc3a7._0x409f94,_0x1dc3a7._0xed025b,_0x1dc3a7._0x4fdcc6,_0x1dc3a7._0x33db8d)],_0x46b341[_0x1773b3(_0x1dc3a7._0x185e57,_0x1dc3a7._0x46c34c,0x430,0x424)](0x3e6*0x3+-0x9b*0xf+-0x10d)[_0x1773b3(_0x1dc3a7._0x398fab,_0x1dc3a7._0x2d21d9,_0x1dc3a7._0x53605d,_0x1dc3a7._0x38f861)](_0x5ed289);}else logger[_0xa21f8c(_0x1dc3a7._0x3234f5,0x4d0,0x52e,_0x1dc3a7._0x1a4d1d)](_0x1f30ac[_0x1773b3(0x45c,_0x1dc3a7._0xd3b8f,0x434,0x451)],_0x21ac47);}if(process['env'][_0xa21f8c(_0x1dc3a7._0x5d58a4,0x569,_0x1dc3a7._0xab582b,_0x1dc3a7._0x11790b)+'ED']===_0x1f30ac[_0xa21f8c(_0x1dc3a7._0x3a3f75,0x4be,_0x1dc3a7._0x4e1db6,_0x1dc3a7._0x26428a)])try{const _0x5a511c={'baseUrl':process[_0x1773b3(0x4bf,_0x1dc3a7._0x5611b0,0x441,_0x1dc3a7._0x106d7)][_0x1773b3(_0x1dc3a7._0x1b84fe,_0x1dc3a7._0x50e056,0x47e,0x485)+_0x1773b3(_0x1dc3a7._0x5bf6f0,_0x1dc3a7._0x17d269,0x440,0x4bf)],...process[_0xa21f8c(_0x1dc3a7._0x46a0fe,_0x1dc3a7._0x48dcc7,_0x1dc3a7._0x53b548,0x4c3)][_0x1773b3(0x3bf,_0x1dc3a7._0x27f4d6,0x42a,0x468)+_0x1773b3(0x39a,0x3f9,_0x1dc3a7._0x2a2b8c,0x3ea)]?{'cloudId':process[_0x1773b3(0x3f6,0x44d,0x49a,0x46b)][_0xa21f8c(_0x1dc3a7._0x2f5a8d,0x4f0,0x498,_0x1dc3a7._0xb3a1ff)+'_ID']}:{}};_0x5a511c[_0xa21f8c(_0x1dc3a7._0x5863f4,_0x1dc3a7._0x210bea,_0x1dc3a7._0x2802eb,_0x1dc3a7._0x3f8dd2)]={},_0x5a511c[_0xa21f8c(_0x1dc3a7._0x5863f4,_0x1dc3a7._0x210bea,_0x1dc3a7._0x2802eb,_0x1dc3a7._0x3f8dd2)][_0xa21f8c(0x510,0x4cb,0x507,_0x1dc3a7._0x281e3c)]=process[_0x1773b3(_0x1dc3a7._0x5611b0,0x44d,_0x1dc3a7._0x18a42c,0x419)][_0x1773b3(0x449,_0x1dc3a7._0xf2520b,_0x1dc3a7._0x4ca579,_0x1dc3a7._0x36439a)],_0x5a511c[_0xa21f8c(_0x1dc3a7._0x5863f4,_0x1dc3a7._0x210bea,_0x1dc3a7._0x2802eb,_0x1dc3a7._0x3f8dd2)][_0x1773b3(_0x1dc3a7._0x16a9b8,0x458,_0x1dc3a7._0x37d9fc,_0x1dc3a7._0x50de16)]=process[_0x1773b3(0x417,_0x1dc3a7._0x542cc5,_0x1dc3a7._0x518ac9,0x4c6)][_0x1773b3(_0x1dc3a7._0x220953,_0x1dc3a7._0x528a1c,0x470,_0x1dc3a7._0x3611b5)+_0x1773b3(0x464,0x462,_0x1dc3a7._0x3f98cc,_0x1dc3a7._0x145379)],jiraClient=new JiraClient(_0x5a511c),logger[_0xa21f8c(0x5a1,_0x1dc3a7._0x295428,_0x1dc3a7._0x3eb424,_0x1dc3a7._0x335473)](_0xa21f8c(_0x1dc3a7._0x56188b,_0x1dc3a7._0x245b7b,_0x1dc3a7._0x4f4ab3,0x58c)+'t\x20reloaded'+_0x1773b3(_0x1dc3a7._0x23d869,_0x1dc3a7._0x45d8f6,0x45f,_0x1dc3a7._0x44b82c)+_0xa21f8c(_0x1dc3a7._0x1b03b,0x51d,_0x1dc3a7._0x118543,_0x1dc3a7._0x9ef6ef)+'riables');}catch(_0x2caff4){if(_0x1f30ac['bqaLu']===_0x1f30ac[_0x1773b3(0x3cf,_0x1dc3a7._0x37a468,0x3bf,0x3be)])logger[_0x1773b3(0x3eb,0x3f1,_0x1dc3a7._0x3c7b38,_0x1dc3a7._0x41240b)](_0xa21f8c(0x4fa,0x54e,0x4e0,_0x1dc3a7._0x4d929c)+_0xa21f8c(_0x1dc3a7._0x361b20,0x4ed,0x4ea,0x530)+_0x1773b3(_0x1dc3a7._0x20f6d1,_0x1dc3a7._0x32adec,_0x1dc3a7._0x24faee,0x3aa)+'rom\x20env\x20va'+_0xa21f8c(0x4e3,_0x1dc3a7._0x2f7bf7,0x4eb,_0x1dc3a7._0x53f347),_0x2caff4);else{const _0x93faec={};return _0x93faec[_0xa21f8c(_0x1dc3a7._0x4513a6,_0x1dc3a7._0x26058f,0x462,_0x1dc3a7._0xd11cb4)]=_0x1f30ac[_0x1773b3(0x3e3,0x3e1,_0x1dc3a7._0x2ccc98,0x3c8)],_0x93faec['message']=_0xce9b3a[_0xa21f8c(0x577,0x54c,_0x1dc3a7._0x305bc7,_0x1dc3a7._0x1ee1f7)],_0x520c42['status'](-0xa5f+0xba4+-0xaf*-0x1)[_0xa21f8c(0x52a,_0x1dc3a7._0x4adc43,0x4a6,_0x1dc3a7._0xa9fcd3)](_0x93faec);}}else{if(_0x1f30ac[_0xa21f8c(_0x1dc3a7._0x3e67b0,_0x1dc3a7._0x8fe7ed,_0x1dc3a7._0x5c9586,_0x1dc3a7._0x1d5d3e)](_0x1f30ac[_0x1773b3(0x43a,0x475,0x461,_0x1dc3a7._0x52d4a9)],_0x1f30ac[_0x1773b3(0x436,_0x1dc3a7._0x23b28,_0x1dc3a7._0x4d7ccc,_0x1dc3a7._0x55f11c)]))logger[_0x1773b3(0x46b,0x473,_0x1dc3a7._0xceeaee,_0x1dc3a7._0x2157e4)](_0x1f30ac[_0xa21f8c(0x4a3,0x4e1,0x53b,_0x1dc3a7._0x54dc7a)]);else{const _0x57a2fc={};return _0x57a2fc['error']=_0x1f30ac[_0x1773b3(0x384,_0x1dc3a7._0x5d4024,0x44a,0x391)],_0x57a2fc[_0xa21f8c(0x512,_0x1dc3a7._0x3b3d22,_0x1dc3a7._0x1fa840,_0x1dc3a7._0x29ca43)]=_0x361c35[_0x1773b3(_0x1dc3a7._0x2166f0,0x46d,0x402,_0x1dc3a7._0x4480b3)],_0xb8f38e['status'](0x18d*-0xa+-0x1d99*0x1+0x2*0x1756)[_0x1773b3(0x3b7,_0x1dc3a7._0x1133fa,0x3df,0x3a6)](_0x57a2fc);}}}function requireJira(_0x25006b,_0x4a2ff0,_0x525361){const _0x57496b={_0x2d0884:0x1e0,_0x3e0830:0x26d,_0x566193:0x226,_0x401d81:0x212,_0x2e59ca:0x212,_0x18aa20:0x235,_0x2597f2:0x1ed,_0x3cc58c:0x149,_0xdba79b:0x1c7,_0x553546:0x17f,_0x438cd7:0x17c,_0x209ebe:0x185,_0x5db37e:0x1b2,_0x14111f:0x108,_0x52da1f:0x14f,_0x517724:0xba,_0xccb797:0xff,_0x8ed86f:0x12e,_0x1ce8d1:0x163,_0x22c3eb:0x131,_0x532e75:0x149,_0x5f2f19:0x1c4,_0x480bbe:0x18e,_0x32b5e7:0x12b,_0x85b16a:0x1b5,_0x56962e:0x1e5,_0x25ab11:0x196,_0x23bec2:0x243,_0x570b49:0x247,_0x1664a8:0x244,_0x27bb5c:0x119,_0x34d6ac:0x172,_0x492936:0x15d,_0x3626c8:0x19a,_0x36afa4:0x1cf},_0x1f10de={_0x4158ce:0x81},_0x5ad249={_0x44c29f:0x38a};function _0x55e03c(_0xc2b48c,_0x1e4297,_0x2a1c0c,_0x5242d1){return _0x2d6d(_0x5242d1- -_0x5ad249._0x44c29f,_0x2a1c0c);}function _0x589516(_0x4fcafe,_0x42ac22,_0x2de522,_0x3e4878){return _0x2d6d(_0x42ac22- -_0x1f10de._0x4158ce,_0x4fcafe);}const _0x597472={'xFUia':function(_0x6ca707,_0x2e95c8){return _0x6ca707===_0x2e95c8;},'Oiihy':_0x55e03c(-_0x57496b._0x2d0884,-_0x57496b._0x3e0830,-0x1d6,-0x210),'ptTPO':'JIRA\x20integ'+_0x589516(0x17b,0x1af,_0x57496b._0x566193,0x198)+_0x55e03c(-_0x57496b._0x401d81,-_0x57496b._0x2e59ca,-0x20c,-0x1ee),'pbnmV':_0x55e03c(-_0x57496b._0x18aa20,-_0x57496b._0x2597f2,-0x234,-0x231)+'ration\x20is\x20'+'not\x20config'+'ured\x20on\x20th'+'is\x20server.'+_0x589516(_0x57496b._0x3cc58c,0x15f,0x136,_0x57496b._0xdba79b)+_0x589516(0x183,0x1c2,0x154,0x1c7)+_0x589516(0x159,_0x57496b._0x553546,0x190,_0x57496b._0x438cd7)+_0x589516(_0x57496b._0x209ebe,_0x57496b._0x5db37e,0x1ea,0x196),'moaQt':function(_0x3f3077){return _0x3f3077();}};if(!jiraClient){if(_0x597472[_0x589516(0x181,_0x57496b._0x14111f,_0x57496b._0x52da1f,0xa0)](_0x597472['Oiihy'],_0x55e03c(-0x202,-0x24e,-0x1a2,-0x210))){const _0x4c5efe={};return _0x4c5efe[_0x589516(_0x57496b._0x517724,_0x57496b._0xccb797,0x162,_0x57496b._0x8ed86f)]=_0x597472[_0x589516(0x1f8,0x1a4,0x143,_0x57496b._0x1ce8d1)],_0x4c5efe[_0x55e03c(-_0x57496b._0x22c3eb,-_0x57496b._0x532e75,-_0x57496b._0x5f2f19,-_0x57496b._0x480bbe)]=_0x597472[_0x55e03c(-_0x57496b._0x32b5e7,-_0x57496b._0x85b16a,-_0x57496b._0x56962e,-_0x57496b._0x25ab11)],_0x4a2ff0[_0x55e03c(-_0x57496b._0x23bec2,-_0x57496b._0x570b49,-_0x57496b._0x1664a8,-0x221)](0x1*-0x26dd+0x771+0x2163)[_0x589516(_0x57496b._0x27bb5c,0x116,_0x57496b._0x34d6ac,_0x57496b._0x492936)](_0x4c5efe);}else return _0x5dac77;}_0x597472[_0x589516(_0x57496b._0x3626c8,0x195,_0x57496b._0x36afa4,0x12f)](_0x525361);}router[_0x49a62e(-0x18c,-0x1ea,-0x18e,-0x1aa)](_0x5c9896(0x31f,0x320,0x2cb,0x315),(_0x42169d,_0x52bb37)=>{const _0x21279b={_0x53e4a9:0x1ed,_0x1e43f6:0x224,_0xd2ed50:0x127,_0x457a0d:0x18a},_0x306079={_0x1665fa:0x89,_0xecfac4:0xd3,_0x579449:0x359},_0x5f8c16={};_0x5f8c16[_0x43aac0(_0x21279b._0x53e4a9,0x1e5,0x1b9,_0x21279b._0x1e43f6)]=!!jiraClient;function _0xf804b7(_0x509be1,_0x1b0392,_0x303632,_0x5593e8){return _0x49a62e(_0x303632,_0x1b0392-0x80,_0x303632-0x12,_0x5593e8-0x227);}function _0x43aac0(_0x32d423,_0x39db66,_0x4c7d72,_0x11e597){return _0x49a62e(_0x39db66,_0x39db66-_0x306079._0x1665fa,_0x4c7d72-_0x306079._0xecfac4,_0x4c7d72-_0x306079._0x579449);}_0x5f8c16[_0x43aac0(_0x21279b._0xd2ed50,0x1d5,_0x21279b._0x457a0d,0x132)]=jiraClient?process['env']['JIRA_BASE_'+'URL']:null,_0x52bb37['json'](_0x5f8c16);}),router[_0x5c9896(0x2f5,0x328,0x288,0x347)](_0x49a62e(-0x165,-0x148,-0x143,-0x122)+'ey',requireJira,async(_0x58a31f,_0x62417e)=>{const _0x3c78a1={_0x27e861:0x4b5,_0x4eca7d:0x109,_0x1480b9:0x13a,_0x2ca587:0x1d5,_0x166501:0x1a7,_0x4cbace:0x160,_0x4d2906:0x128,_0x17205a:0xf6,_0x375fcc:0x11b,_0x4bceed:0x233,_0xcf2419:0x169,_0x6a014b:0x170,_0x57af2f:0x145,_0xb9cf11:0x3fd,_0x37976d:0x472,_0x229226:0x40c,_0x2fba5c:0x3f4,_0x2a6107:0x3bb,_0x227b90:0x1be,_0x20f06a:0x176,_0x35626b:0x3e2,_0x2239d4:0x3f7,_0x3e6d06:0x191,_0x381e65:0x183,_0x165981:0x131,_0x45b15f:0x18f,_0x4c51a8:0x1b5,_0x43af3b:0x14c,_0x3878d4:0x10f,_0x37d605:0x3ac,_0x2a87da:0x3d6,_0x20969f:0x3b9,_0x36f1c5:0x42e,_0x2f82a5:0x428,_0x35889f:0x42c,_0x586386:0x443,_0x3ce095:0x37e,_0x31a18b:0x3bf,_0x2817d9:0x37d,_0x5a8b15:0x42d,_0x1e818e:0x3d2,_0x254644:0x158,_0x13b682:0x172,_0x2dfdb6:0x144,_0x13ff48:0x12b,_0x5c76ea:0xec,_0x103f4b:0x115,_0x23ebc3:0xf2,_0x537ddb:0x12d,_0x2397d8:0x23a,_0x52d856:0x231,_0x476abf:0x13b,_0x5385b3:0xe9,_0x16c13a:0x153,_0x5df76a:0x114,_0x171819:0x17b,_0xd2aceb:0x35f,_0x64ce42:0x38f,_0x2e00e8:0x3d0,_0x3d1f5c:0x1fe,_0x250519:0x3d9,_0x1360ff:0x443,_0x264e87:0x42f,_0x5e2949:0x40f,_0x5c1492:0xac,_0x17c382:0x402,_0x2983cf:0x3d5,_0x2edf23:0x14f,_0x15c33e:0x1ae,_0x1bb942:0x3a6,_0x35e32d:0x15e,_0x51764a:0x197,_0x509958:0x1ce,_0x108a90:0x15c,_0xf06742:0x16e,_0x3f92b7:0x189,_0x4938e0:0x16f,_0x8271e9:0x1be,_0x339eb8:0x211,_0x5da99e:0x352,_0x766ca0:0x36a,_0x513013:0x367,_0x16d0cf:0x425,_0x11045a:0x3dd,_0x4de054:0x418,_0x5a062a:0x422,_0x757a0c:0x47d,_0x48ac0f:0x1d4,_0xf67fd8:0x1bb,_0x38cde1:0x1a0,_0x1c2a46:0x3e1,_0x584970:0x40a,_0x3f7ff4:0x3b3,_0x346bcc:0x3c8,_0x163349:0x1c3,_0xd6a6ad:0x219,_0xc824db:0x1b3,_0x32d55f:0x180,_0x3cf03f:0x15c,_0x54b9b0:0x18d,_0x20512d:0xf1,_0x32628d:0x409,_0x60f85c:0x4a7,_0xbdee6d:0x452,_0x359cc0:0x3f1,_0x4e2407:0x337,_0x4cbbc4:0x3a6,_0x305b22:0x39d,_0x526411:0x1cd,_0x21eeaa:0x1cc,_0x3abd39:0x1a8,_0x302f2c:0x195,_0x3f47a7:0xee,_0x3916ad:0x156,_0x4507a0:0x498,_0x26277f:0x3c4,_0x40fc2f:0x422,_0x407f21:0x3e4,_0x576974:0x383,_0x244910:0x3b2,_0x10475b:0x3c5},_0x2bc1b9={_0x2d2941:0x54},_0x49655a={_0x97d331:0x156},_0x55753f={};_0x55753f[_0x3a455b(0x48c,0x45b,0x45b,_0x3c78a1._0x27e861)]=_0xc4af73(-_0x3c78a1._0x4eca7d,-0x178,-_0x3c78a1._0x1480b9,-0x12a)+_0xc4af73(-0x1d9,-_0x3c78a1._0x2ca587,-_0x3c78a1._0x166501,-0x1c1)+'rmat',_0x55753f[_0xc4af73(-0x14a,-_0x3c78a1._0x4cbace,-0x1b7,-0xff)]=_0xc4af73(-_0x3c78a1._0x4d2906,-_0x3c78a1._0x17205a,-0xb8,-_0x3c78a1._0x375fcc)+_0xc4af73(-0x1c0,-0x20f,-_0x3c78a1._0x4bceed,-_0x3c78a1._0xcf2419)+_0x3a455b(0x496,0x43f,0x423,0x405)+'OJECT-123',_0x55753f['OYQyg']=_0xc4af73(-0x139,-_0x3c78a1._0x6a014b,-_0x3c78a1._0x57af2f,-0x16d)+_0x3a455b(0x3f0,0x3f0,_0x3c78a1._0xb9cf11,_0x3c78a1._0x37976d)+_0x3a455b(_0x3c78a1._0x229226,_0x3c78a1._0x2fba5c,0x3f9,_0x3c78a1._0x2a6107),_0x55753f[_0xc4af73(-_0x3c78a1._0x227b90,-_0x3c78a1._0x20f06a,-0x1ae,-0x1bd)]=_0x3a455b(0x389,_0x3c78a1._0x35626b,0x3f2,_0x3c78a1._0x2239d4),_0x55753f[_0xc4af73(-_0x3c78a1._0x3e6d06,-0x1e1,-0x209,-_0x3c78a1._0x381e65)]=_0xc4af73(-0xfb,-0xe6,-_0x3c78a1._0x165981,-0x131)+_0xc4af73(-0x1a9,-0x1b6,-_0x3c78a1._0x45b15f,-_0x3c78a1._0x4c51a8);function _0x3a455b(_0x1abe6e,_0x124d92,_0x311f1c,_0x32f900){return _0x5c9896(_0x311f1c-0xef,_0x124d92,_0x311f1c-0xc5,_0x32f900-_0x49655a._0x97d331);}_0x55753f[_0xc4af73(-0x153,-_0x3c78a1._0x43af3b,-_0x3c78a1._0x3878d4,-0x1bd)]='authentica'+_0xc4af73(-_0x3c78a1._0x165981,-0xf4,-_0x3c78a1._0x165981,-0x186)+'d';function _0xc4af73(_0x51af7d,_0x2ea9cd,_0x3e3b2a,_0x5e597f){return _0x5c9896(_0x51af7d- -0x46e,_0x5e597f,_0x3e3b2a-0x4,_0x5e597f-_0x2bc1b9._0x2d2941);}_0x55753f[_0x3a455b(_0x3c78a1._0x37d605,_0x3c78a1._0x2a87da,_0x3c78a1._0x20969f,0x3fa)]='Authentica'+_0x3a455b(_0x3c78a1._0x36f1c5,_0x3c78a1._0x2f82a5,_0x3c78a1._0x35889f,_0x3c78a1._0x586386)+'d',_0x55753f[_0xc4af73(-0x10b,-0x14a,-0x13f,-0x141)]='No\x20permiss'+_0x3a455b(_0x3c78a1._0x3ce095,0x369,0x388,_0x3c78a1._0x31a18b),_0x55753f['Rdwge']=_0x3a455b(0x3e6,_0x3c78a1._0x2817d9,0x39b,0x389)+_0x3a455b(0x421,0x3dd,_0x3c78a1._0x5a8b15,_0x3c78a1._0x1e818e);const _0x5d0673=_0x55753f;try{const _0x2ebb15=_0x58a31f[_0xc4af73(-0x155,-_0x3c78a1._0x254644,-0x13d,-_0x3c78a1._0x13b682)][_0xc4af73(-0x118,-_0x3c78a1._0x2dfdb6,-0x164,-_0x3c78a1._0x13ff48)][_0xc4af73(-_0x3c78a1._0x5c76ea,-0x77,-0xac,-0xee)]()[_0xc4af73(-_0x3c78a1._0x103f4b,-0x10d,-_0x3c78a1._0x23ebc3,-_0x3c78a1._0x537ddb)+'e']();if(!/^[A-Z]+-\d+$/i[_0xc4af73(-0x1da,-0x1d5,-0x1eb,-_0x3c78a1._0x2397d8)](_0x2ebb15)){const _0x7ab7f4={};return _0x7ab7f4[_0xc4af73(-0x1b7,-0x1db,-_0x3c78a1._0x52d856,-0x14e)]=_0x5d0673['jYBEi'],_0x7ab7f4[_0xc4af73(-_0x3c78a1._0x476abf,-0xfa,-_0x3c78a1._0x5385b3,-0xc2)]=_0x5d0673[_0xc4af73(-0x14a,-_0x3c78a1._0x16c13a,-_0x3c78a1._0x5df76a,-_0x3c78a1._0x171819)],_0x62417e[_0x3a455b(_0x3c78a1._0xd2aceb,0x36f,_0x3c78a1._0x64ce42,_0x3c78a1._0x2e00e8)](0x188b*-0x1+-0x27a*0xf+0x3f41)[_0xc4af73(-0x1a0,-0x15c,-_0x3c78a1._0x3d1f5c,-0x135)](_0x7ab7f4);}logger[_0x3a455b(_0x3c78a1._0x250519,_0x3c78a1._0x1360ff,_0x3c78a1._0x264e87,_0x3c78a1._0x5e2949)](_0xc4af73(-0xf0,-_0x3c78a1._0x5c1492,-0x136,-0x12c)+_0x3a455b(_0x3c78a1._0x17c382,0x42d,_0x3c78a1._0x2fba5c,_0x3c78a1._0x2983cf)+'\x20'+_0x2ebb15);const _0x4b8848=await jiraClient[_0xc4af73(-0x140,-_0x3c78a1._0x2edf23,-0x18b,-_0x3c78a1._0x15c33e)](_0x2ebb15);_0x62417e['json'](_0x4b8848);}catch(_0x175df6){logger[_0x3a455b(0x369,0x376,_0x3c78a1._0x1bb942,0x398)](_0x5d0673[_0xc4af73(-_0x3c78a1._0x35e32d,-_0x3c78a1._0x51764a,-0x12b,-_0x3c78a1._0x509958)],_0x175df6);if(_0x175df6[_0xc4af73(-_0x3c78a1._0x476abf,-0xd8,-0x125,-0xcd)][_0xc4af73(-_0x3c78a1._0x108a90,-_0x3c78a1._0xf06742,-_0x3c78a1._0x3f92b7,-_0x3c78a1._0x4938e0)](_0x5d0673[_0xc4af73(-_0x3c78a1._0x8271e9,-0x1a1,-0x145,-_0x3c78a1._0x339eb8)])){const _0xdf4244={};return _0xdf4244[_0x3a455b(_0x3c78a1._0x2239d4,0x3c7,0x3a6,_0x3c78a1._0x5da99e)]=_0x5d0673[_0x3a455b(_0x3c78a1._0x766ca0,_0x3c78a1._0x513013,0x3cc,0x365)],_0xdf4244[_0x3a455b(_0x3c78a1._0x16d0cf,0x457,0x422,0x438)]=_0x175df6[_0x3a455b(_0x3c78a1._0x11045a,_0x3c78a1._0x4de054,_0x3c78a1._0x5a062a,_0x3c78a1._0x757a0c)],_0x62417e[_0x3a455b(0x3e1,0x339,_0x3c78a1._0x64ce42,0x3ca)](-0x574+0x27*0x15+0x3d5)[_0xc4af73(-0x1a0,-_0x3c78a1._0x48ac0f,-_0x3c78a1._0xf67fd8,-0x12d)](_0xdf4244);}else{if(_0x175df6['message'][_0xc4af73(-0x15c,-0x15a,-0x1c3,-_0x3c78a1._0x38cde1)](_0x5d0673[_0x3a455b(_0x3c78a1._0x1c2a46,0x47d,_0x3c78a1._0x584970,0x440)])){const _0x57bc94={};return _0x57bc94[_0x3a455b(0x344,_0x3c78a1._0x3f7ff4,0x3a6,_0x3c78a1._0x346bcc)]=_0x5d0673[_0xc4af73(-0x1a4,-0x20b,-_0x3c78a1._0x163349,-_0x3c78a1._0xd6a6ad)],_0x57bc94[_0x3a455b(0x428,0x48b,0x422,0x409)]=_0x175df6['message'],_0x62417e['status'](0x1a*-0x2b+0x203*0xa+-0xe2f)[_0xc4af73(-0x1a0,-0x137,-_0x3c78a1._0xc824db,-_0x3c78a1._0x32d55f)](_0x57bc94);}else{if(_0x175df6['message'][_0xc4af73(-_0x3c78a1._0x3cf03f,-_0x3c78a1._0x54b9b0,-0xe8,-_0x3c78a1._0x20512d)](_0x5d0673[_0x3a455b(_0x3c78a1._0x32628d,_0x3c78a1._0x60f85c,_0x3c78a1._0xbdee6d,_0x3c78a1._0x359cc0)])){const _0x225dea={};return _0x225dea[_0x3a455b(_0x3c78a1._0x4e2407,0x352,_0x3c78a1._0x4cbbc4,_0x3c78a1._0x305b22)]=_0x5d0673[_0xc4af73(-_0x3c78a1._0x526411,-0x1fb,-0x23e,-0x1ff)],_0x225dea['message']=_0x175df6[_0x3a455b(0x45f,0x3d3,_0x3c78a1._0x5a062a,0x3f4)],_0x62417e[_0x3a455b(0x38c,0x3d9,_0x3c78a1._0x64ce42,0x32b)](0x13*-0x10a+0x2*-0x31c+0x1b89)[_0xc4af73(-0x1a0,-0x1ec,-_0x3c78a1._0x21eeaa,-0x199)](_0x225dea);}else{const _0x566865={};return _0x566865[_0xc4af73(-0x1b7,-_0x3c78a1._0x3abd39,-0x223,-_0x3c78a1._0x302f2c)]='Failed\x20to\x20'+_0xc4af73(-_0x3c78a1._0x4cbace,-0xff,-0x1a2,-_0x3c78a1._0x3f47a7)+'\x20issue',_0x566865[_0xc4af73(-_0x3c78a1._0x476abf,-0x174,-_0x3c78a1._0x3916ad,-0x198)]=_0x175df6[_0x3a455b(_0x3c78a1._0x4507a0,_0x3c78a1._0x26277f,_0x3c78a1._0x40fc2f,0x443)],_0x62417e[_0x3a455b(_0x3c78a1._0x407f21,_0x3c78a1._0x576974,0x38f,0x364)](-0x1ae2+0x1d49+-0x73)[_0x3a455b(_0x3c78a1._0x2a87da,_0x3c78a1._0x244910,0x3bd,_0x3c78a1._0x10475b)](_0x566865);}}}}}),router['post'](_0x49a62e(-0x18d,-0x1ff,-0x152,-0x190),requireJira,async(_0x734486,_0x2973c9)=>{const _0x1754a1={_0x554f47:0xd9,_0x6970c8:0x14e,_0x59e4bb:0x46a,_0xcf1e23:0x477,_0x50a799:0x3d3,_0x20a9a4:0x1a1,_0x5a8c75:0x133,_0x3a9475:0xd2,_0x14c9fa:0x110,_0x2b1073:0x156,_0x2c0b90:0x487,_0x13c641:0x4b6,_0x4b5eb2:0x4ea,_0x3f41f8:0xc7,_0xf2d82c:0x102,_0x3111a3:0x81,_0x416e37:0x436,_0x4a27f7:0x48a,_0x297732:0x48e,_0x2a3d42:0x495,_0x114cb5:0x4a2,_0x125456:0x454,_0x4559c0:0x11e,_0x360492:0x152,_0x6c90e8:0xb7,_0x68f82:0x111,_0x36cd8a:0xbc,_0x4f845b:0x15d,_0x15143e:0x172,_0x1618a6:0x147,_0x30ef05:0xd9,_0x1d042c:0xef,_0x1c58cf:0x19f,_0x2e3b2d:0xd8,_0x392d4c:0x1d0,_0x5d4a58:0x1f0,_0xe9df46:0xd2,_0x88ebd:0x7f,_0x4b778b:0x142,_0x5cb1e6:0x153,_0x20d8cb:0x481,_0x1c33ff:0x48f,_0x446700:0x9d,_0x238c48:0xc6,_0x3db0fb:0x11a,_0x41b6b2:0x510,_0x129b51:0x41d,_0x3b32b7:0x3ba,_0x35e42d:0x460,_0x2735c5:0x4a7,_0x392928:0x4ae,_0x32affd:0x483,_0x3ac31c:0x43c,_0x3a1ed8:0x44b,_0x3ec206:0x4a0,_0xbbd63b:0x18f,_0x1884cc:0x127,_0x225a21:0x16e,_0x443dfe:0x129,_0x221353:0x17b,_0x358932:0x1df,_0x426022:0x4b8,_0x243c36:0x4e4,_0x251aca:0x4ef,_0x24c5a0:0x48d,_0x4c082b:0x4d9,_0x49f80d:0x4e7,_0xb0f19f:0x456,_0x236691:0x4ad,_0x3c1598:0x144,_0x3d220b:0x100,_0x4beb92:0x169,_0x1e230a:0x104,_0x2e4c08:0xe8,_0x41e5a4:0x8b,_0x48bd4e:0x160,_0x2dc154:0x4f4,_0x45e340:0x4ad,_0x1c8e58:0x4d3,_0x2de4f7:0x412,_0x1b27fa:0x167,_0x40662c:0x50a,_0x3e3b15:0x4a5,_0x41dae2:0x4a2,_0x4353ce:0x47d,_0x2659de:0x11b,_0x477a04:0x137,_0x1c4a89:0xd2,_0xa97e8e:0xe3,_0x4265ed:0x129,_0x9f6c03:0xec,_0x304dc9:0x12d,_0x24f70e:0xbd,_0xb3f8c0:0x4b0,_0x1de6b0:0x45f,_0x4a3967:0x4b9,_0x3c527b:0x97,_0x511bb4:0x43b,_0x25f5c6:0x4af,_0x2effeb:0x111,_0x93ebbb:0xc6,_0x37e725:0x108,_0x26dcaa:0x11c,_0x17ab52:0x150,_0x5619ee:0x14c,_0x27cbdc:0x183,_0xa1eed:0x410,_0x5ed847:0x44e,_0x1ba3e1:0x475,_0x2f82c9:0x4f2,_0x33bfa7:0x4d1,_0x2228bd:0x4f5,_0x529fcf:0x526,_0x524530:0x4dd,_0x5c109a:0x4e0,_0x2d33fc:0xfe,_0x1f9260:0xdf,_0x17c504:0xea,_0x2fae79:0x12d,_0x5b9188:0xe0,_0x21aa0a:0x19e,_0x416a30:0x124,_0x1b4d55:0x19e,_0x1046ee:0x16a,_0x5cce7e:0x1dc,_0x54d9ca:0x158,_0x10d4be:0x4df,_0x2d6866:0x4f1,_0x53e189:0x49d,_0x486a3d:0x3f9,_0x52c9cf:0x163,_0xa98c89:0x170,_0x3f80e3:0x44f,_0x29a6ee:0x468,_0x133313:0x45e,_0x1d2fa3:0x408,_0x1ac6d5:0x49f,_0x2d634e:0x156,_0x18e936:0x15f,_0x3d49dc:0xde,_0x8a6b48:0x113,_0x118f4e:0x42a,_0xacbdcf:0x41c,_0x2b4c78:0x116,_0x3f5b94:0xf8,_0x536809:0x42d,_0x355626:0x427,_0x89d937:0x44d,_0x381649:0x124,_0x355406:0x476,_0x77bc5d:0x455,_0x5da9a9:0x4be,_0x1ca5d8:0x422,_0x8bc975:0x431,_0x3cc54e:0x17a,_0x4e3a26:0x120,_0x5598ca:0x1a9,_0x32063e:0x48d,_0x4bef51:0x437,_0x5073fc:0x46a,_0x6d8015:0xe4,_0x5a222c:0x10a,_0x1c7af7:0x118,_0x52a6df:0x1d4,_0x34f1af:0x114,_0x5ad680:0x171,_0x5dc307:0xff,_0x2d131a:0xe4,_0x23c04b:0xc0,_0xb299ce:0x1d8,_0x2b32ee:0x18b,_0x37b331:0x19c,_0x1ad294:0x1a1,_0x4a30dd:0x17a,_0x21f5ff:0x1be,_0x3887e1:0x513,_0x48980c:0x46e,_0x216ef7:0x174,_0x503821:0x109,_0x3caa4c:0xfa,_0x49e7ba:0x12e,_0xe0d00c:0x12b,_0x510125:0x191,_0x4afb36:0x16b,_0x21bef5:0x1af,_0x4aacd2:0x13a,_0x2d61b8:0x162,_0x1a7570:0x12f,_0xe8c33a:0x182,_0x3e92a6:0x1c4,_0x474559:0x480,_0x3e72d1:0x463,_0x28f89e:0x87,_0x24bedd:0x103,_0x272b6e:0x11d,_0x38edd4:0x42b,_0x4b15a8:0x3fc,_0x50238b:0x4c8,_0x7f6a4e:0x4a1,_0x577455:0x410,_0x1e04b3:0x3b0,_0x25777f:0x3e8},_0x3e0ff7={_0xf873c9:0x9,_0x1604ac:0x6e},_0x328ee0={};_0x328ee0[_0x15aea5(-_0x1754a1._0x554f47,-0x88,-_0x1754a1._0x6970c8,-0x110)]=_0x6e305f(_0x1754a1._0x59e4bb,0x400,_0x1754a1._0xcf1e23,0x3f1)+_0x6e305f(0x493,0x4d7,0x4da,0x46f)+_0x6e305f(_0x1754a1._0x50a799,0x443,0x462,0x407),_0x328ee0[_0x15aea5(-0x19e,-0x125,-0x15b,-0x137)]=_0x15aea5(-_0x1754a1._0x20a9a4,-0x149,-0x154,-0x12d)+'ration\x20is\x20'+'not\x20config'+_0x15aea5(-_0x1754a1._0x5a8c75,-_0x1754a1._0x3a9475,-0x111,-0x14c)+_0x15aea5(-_0x1754a1._0x14c9fa,-0xe1,-_0x1754a1._0x2b1073,-0x141)+_0x6e305f(0x4d1,_0x1754a1._0x2c0b90,0x46a,0x429)+_0x6e305f(_0x1754a1._0x13c641,_0x1754a1._0x4b5eb2,0x4e2,0x522)+_0x6e305f(0x504,0x4a7,0x50e,0x520)+_0x15aea5(-_0x1754a1._0x3f41f8,-0x10a,-_0x1754a1._0x14c9fa,-_0x1754a1._0xf2d82c),_0x328ee0[_0x15aea5(-0xde,-0xd4,-0x93,-_0x1754a1._0x3111a3)]=_0x6e305f(_0x1754a1._0x416e37,_0x1754a1._0x4a27f7,_0x1754a1._0x297732,0x4a5)+_0x6e305f(_0x1754a1._0x2a3d42,_0x1754a1._0x114cb5,_0x1754a1._0x125456,0x4e6),_0x328ee0[_0x15aea5(-0x177,-_0x1754a1._0x4559c0,-0x142,-0x1b1)]=_0x15aea5(-0x11d,-_0x1754a1._0x360492,-_0x1754a1._0x6c90e8,-0xd5)+_0x15aea5(-_0x1754a1._0x68f82,-0x141,-_0x1754a1._0x36cd8a,-0x17d)+_0x15aea5(-0x11c,-0x108,-_0x1754a1._0x4f845b,-_0x1754a1._0x15143e)+'in\x20the\x20req'+_0x15aea5(-_0x1754a1._0x1618a6,-0x1be,-_0x1754a1._0x30ef05,-_0x1754a1._0x1d042c),_0x328ee0[_0x15aea5(-0x14c,-_0x1754a1._0x1c58cf,-_0x1754a1._0x2e3b2d,-0x173)]=_0x6e305f(0x49b,0x4a5,0x510,0x4d2)+'fetch\x20comm'+_0x15aea5(-0x188,-_0x1754a1._0x392d4c,-_0x1754a1._0x5d4a58,-0x181),_0x328ee0['sTfGk']=_0x15aea5(-_0x1754a1._0xe9df46,-0xb9,-0x82,-_0x1754a1._0x88ebd),_0x328ee0[_0x15aea5(-_0x1754a1._0x4b778b,-0x103,-_0x1754a1._0x5cb1e6,-0x13b)]=_0x6e305f(0x4b4,0x4d2,_0x1754a1._0x20d8cb,_0x1754a1._0x1c33ff),_0x328ee0['okwvn']=function(_0x9f867,_0x31103d){return _0x9f867<_0x31103d;};function _0x15aea5(_0x181c80,_0x44ae47,_0x580445,_0x17f7f){return _0x49a62e(_0x17f7f,_0x44ae47-_0x3e0ff7._0xf873c9,_0x580445-0x7b,_0x181c80-_0x3e0ff7._0x1604ac);}_0x328ee0['HiKUJ']=function(_0xf37c0f,_0x3a6d0d){return _0xf37c0f!==_0x3a6d0d;},_0x328ee0[_0x15aea5(-0xbb,-_0x1754a1._0x446700,-_0x1754a1._0x238c48,-_0x1754a1._0x3db0fb)]=_0x6e305f(0x525,0x4e0,0x52d,_0x1754a1._0x41b6b2),_0x328ee0[_0x6e305f(0x412,_0x1754a1._0x129b51,_0x1754a1._0x3b32b7,_0x1754a1._0x35e42d)]=_0x6e305f(0x511,0x4aa,0x4e2,0x503)+'short',_0x328ee0[_0x6e305f(0x51c,0x4df,0x493,0x4d3)]=_0x6e305f(_0x1754a1._0x2735c5,0x464,_0x1754a1._0x392928,_0x1754a1._0x32affd)+'ry\x20must\x20be'+_0x6e305f(0x4a8,0x46c,_0x1754a1._0x3ac31c,0x40c)+_0x6e305f(_0x1754a1._0x3a1ed8,0x461,_0x1754a1._0x3ec206,0x475)+'rs',_0x328ee0[_0x15aea5(-_0x1754a1._0xbbd63b,-_0x1754a1._0x1884cc,-_0x1754a1._0x225a21,-_0x1754a1._0x443dfe)]='Failed\x20to\x20'+'search\x20JIR'+_0x15aea5(-_0x1754a1._0x221353,-0x152,-_0x1754a1._0x358932,-0x179),_0x328ee0[_0x6e305f(_0x1754a1._0x426022,0x4e1,_0x1754a1._0x243c36,0x4b5)]=_0x6e305f(_0x1754a1._0x251aca,_0x1754a1._0x24c5a0,0x4f3,0x470)+_0x6e305f(_0x1754a1._0x4c082b,0x4cb,_0x1754a1._0x49f80d,_0x1754a1._0xb0f19f),_0x328ee0[_0x6e305f(0x488,0x49c,_0x1754a1._0x236691,0x4f8)]='authentica'+_0x15aea5(-0xf4,-0xee,-0x11a,-0x12c)+'d',_0x328ee0[_0x15aea5(-_0x1754a1._0x3c1598,-_0x1754a1._0x3d220b,-_0x1754a1._0x4beb92,-0x18b)]=function(_0xec57d6,_0x158788){return _0xec57d6===_0x158788;},_0x328ee0[_0x15aea5(-0x153,-_0x1754a1._0x1e230a,-0x18b,-_0x1754a1._0x2e4c08)]=_0x15aea5(-0x104,-0xd6,-_0x1754a1._0x41e5a4,-0xbc);function _0x6e305f(_0x3d8c22,_0x23ad6d,_0x544b8a,_0x4c508b){return _0x49a62e(_0x3d8c22,_0x23ad6d-0x1d8,_0x544b8a-0x16b,_0x23ad6d-0x60f);}_0x328ee0[_0x6e305f(0x508,0x4ce,0x519,0x4f6)]=_0x15aea5(-0x146,-0xd5,-_0x1754a1._0x48bd4e,-0x14f)+_0x6e305f(_0x1754a1._0x2dc154,_0x1754a1._0x45e340,_0x1754a1._0x1c8e58,0x4b4)+'d',_0x328ee0[_0x6e305f(_0x1754a1._0x2de4f7,0x439,0x3ff,0x432)]=function(_0x74ed40,_0x516b25){return _0x74ed40!==_0x516b25;},_0x328ee0['fjnbx']=_0x15aea5(-0x14b,-0x187,-_0x1754a1._0x1b27fa,-0x10a),_0x328ee0['amJYl']=_0x6e305f(_0x1754a1._0x40662c,_0x1754a1._0x3e3b15,_0x1754a1._0x41dae2,_0x1754a1._0x4353ce)+'search\x20JIR'+_0x15aea5(-_0x1754a1._0x2659de,-0x164,-0xba,-_0x1754a1._0x477a04);const _0x57ed74=_0x328ee0;try{if(_0x15aea5(-_0x1754a1._0x1c4a89,-_0x1754a1._0xa97e8e,-0x86,-_0x1754a1._0x4265ed)===_0x57ed74[_0x15aea5(-0x13b,-0x111,-_0x1754a1._0x9f6c03,-_0x1754a1._0x304dc9)]){const {query:_0x396247,maxResults:maxResults=-0xb*0x89+0xdaa*-0x1+0x1*0x13a1}=_0x734486[_0x15aea5(-_0x1754a1._0x24f70e,-0x90,-_0x1754a1._0x4559c0,-0xd2)];if(!_0x396247||typeof _0x396247!==_0x57ed74[_0x6e305f(_0x1754a1._0xb3f8c0,_0x1754a1._0x1de6b0,_0x1754a1._0x4a3967,0x43c)]){const _0x400037={};return _0x400037['error']=_0x57ed74[_0x15aea5(-0xde,-0xf1,-0x11a,-0x13c)],_0x400037[_0x15aea5(-0xfe,-_0x1754a1._0x3c527b,-0xb1,-0x16e)]=_0x6e305f(_0x1754a1._0x511bb4,0x484,_0x1754a1._0x25f5c6,_0x1754a1._0x3ec206)+_0x15aea5(-_0x1754a1._0x2effeb,-_0x1754a1._0x93ebbb,-0xc0,-_0x1754a1._0x37e725)+_0x15aea5(-_0x1754a1._0x26dcaa,-_0x1754a1._0x17ab52,-0x10b,-0x136)+'in\x20the\x20req'+_0x15aea5(-0x147,-0x187,-_0x1754a1._0x5619ee,-_0x1754a1._0x27cbdc),_0x2973c9[_0x6e305f(0x3bb,_0x1754a1._0xa1eed,_0x1754a1._0x5ed847,0x479)](-0x15cb+-0x19a4+0x30ff)[_0x6e305f(0x497,0x43e,0x43b,0x405)](_0x400037);}if(_0x57ed74[_0x6e305f(_0x1754a1._0x1ba3e1,0x423,0x3b5,0x42b)](_0x396247[_0x6e305f(0x55d,_0x1754a1._0x2f82c9,0x4ff,_0x1754a1._0x33bfa7)]()[_0x6e305f(_0x1754a1._0x2228bd,0x4cd,0x4f8,_0x1754a1._0x529fcf)],-0x6*0x502+0x669*-0x6+0x6da*0xa)){if(_0x57ed74['HiKUJ'](_0x6e305f(_0x1754a1._0x524530,_0x1754a1._0x5c109a,0x4af,0x4b2),_0x57ed74[_0x15aea5(-0xbb,-0xcc,-_0x1754a1._0x2d33fc,-_0x1754a1._0x1f9260)])){if(!_0x5086ce){const _0x5af05a={};return _0x5af05a['error']=_0x57ed74[_0x6e305f(0x524,0x4c8,0x4da,0x52a)],_0x5af05a[_0x15aea5(-_0x1754a1._0x2d33fc,-_0x1754a1._0x17c504,-_0x1754a1._0x2fae79,-_0x1754a1._0x5b9188)]=_0x57ed74[_0x15aea5(-_0x1754a1._0x21aa0a,-0x131,-0x19a,-0x1d7)],_0x5dfbb3[_0x15aea5(-0x191,-_0x1754a1._0x416a30,-_0x1754a1._0x1b4d55,-_0x1754a1._0x1046ee)](0x6*0xef+-0x1908+0x1565)['json'](_0x5af05a);}_0x892e09();}else{const _0x19793b={};return _0x19793b[_0x15aea5(-0x17a,-0x1c0,-_0x1754a1._0x5cce7e,-0x10f)]=_0x57ed74['zJuEJ'],_0x19793b[_0x15aea5(-0xfe,-0xfd,-_0x1754a1._0x54d9ca,-0x8b)]=_0x57ed74[_0x6e305f(0x492,_0x1754a1._0x10d4be,_0x1754a1._0x2d6866,_0x1754a1._0x53e189)],_0x2973c9[_0x6e305f(0x39b,0x410,_0x1754a1._0x486a3d,0x3fe)](-0x9*0x23f+0x1d8*-0x6+0x20d7)[_0x15aea5(-_0x1754a1._0x52c9cf,-0x118,-0x104,-_0x1754a1._0xa98c89)](_0x19793b);}}logger[_0x15aea5(-0xf1,-0xf1,-_0x1754a1._0x2659de,-_0x1754a1._0x14c9fa)](_0x6e305f(_0x1754a1._0x35e42d,_0x1754a1._0x3f80e3,_0x1754a1._0x29a6ee,0x458)+_0x6e305f(0x4c9,_0x1754a1._0x133313,_0x1754a1._0x1d2fa3,0x4a8)+_0x396247+_0x6e305f(0x494,_0x1754a1._0x1ac6d5,0x492,0x4f2)+maxResults+')');const _0x519b85=await jiraClient[_0x6e305f(0x568,0x4ef,0x4ee,0x4a9)+'es'](_0x396247,maxResults);_0x2973c9[_0x15aea5(-_0x1754a1._0x52c9cf,-_0x1754a1._0x2d634e,-0xf5,-0x162)](_0x519b85);}else{const _0x13a117={};return _0x13a117[_0x15aea5(-0x17a,-_0x1754a1._0x18e936,-0x1b1,-0x16a)]=_0x57ed74[_0x15aea5(-_0x1754a1._0x3d49dc,-0x11d,-0xc5,-0xe9)],_0x13a117[_0x15aea5(-0xfe,-0x9c,-_0x1754a1._0x8a6b48,-0x8b)]=_0x57ed74[_0x6e305f(0x4a2,_0x1754a1._0x118f4e,0x3d6,_0x1754a1._0xacbdcf)],_0x346706['status'](-0x476+-0x5c6+0xbcc)[_0x15aea5(-_0x1754a1._0x52c9cf,-_0x1754a1._0x2b4c78,-0x169,-_0x1754a1._0x3f5b94)](_0x13a117);}}catch(_0x2578e4){logger[_0x6e305f(_0x1754a1._0x536809,_0x1754a1._0x355626,0x44c,_0x1754a1._0x89d937)](_0x57ed74[_0x15aea5(-0x18f,-_0x1754a1._0x381649,-0x18a,-0x16c)],_0x2578e4);if(_0x2578e4[_0x6e305f(_0x1754a1._0x5ed847,0x4a3,_0x1754a1._0x355406,_0x1754a1._0x77bc5d)][_0x6e305f(_0x1754a1._0x5da9a9,0x482,_0x1754a1._0x1ca5d8,_0x1754a1._0x8bc975)](_0x57ed74[_0x15aea5(-0xc0,-0x12a,-0x4f,-0x12d)])){const _0x1ff9db={};return _0x1ff9db[_0x15aea5(-_0x1754a1._0x3cc54e,-_0x1754a1._0x4e3a26,-_0x1754a1._0x8a6b48,-_0x1754a1._0x5598ca)]=_0x6e305f(0x42a,_0x1754a1._0x32063e,_0x1754a1._0x4bef51,0x4ab)+'arch\x20query',_0x1ff9db[_0x6e305f(0x490,0x4a3,_0x1754a1._0x5073fc,0x516)]=_0x2578e4['message'],_0x2973c9['status'](0x2167+0x1*0x1c6+-0x219d)['json'](_0x1ff9db);}else{if(_0x2578e4['message']['includes'](_0x57ed74[_0x6e305f(0x487,0x49c,0x45c,_0x1754a1._0x29a6ee)])){if(_0x57ed74['qKwmY'](_0x57ed74[_0x15aea5(-_0x1754a1._0x5cb1e6,-_0x1754a1._0x6d8015,-_0x1754a1._0x5a222c,-0x13b)],'IHIyP')){const _0x19d6e5={};return _0x19d6e5[_0x15aea5(-0x17a,-_0x1754a1._0x1c7af7,-_0x1754a1._0x52a6df,-0x157)]=_0x15aea5(-_0x1754a1._0x34f1af,-0xc3,-_0x1754a1._0x5ad680,-0x176)+_0x15aea5(-_0x1754a1._0x5dc307,-_0x1754a1._0x2d131a,-0x8f,-0x122),_0x19d6e5['message']=_0x57838f[_0x15aea5(-_0x1754a1._0x2d33fc,-0x107,-0x142,-_0x1754a1._0x23c04b)],_0x54154e[_0x15aea5(-0x191,-0x1f3,-_0x1754a1._0xb299ce,-_0x1754a1._0x2b32ee)](-0x7*0x296+0x79c*0x3+-0x6*0x87)[_0x15aea5(-0x163,-_0x1754a1._0x37b331,-_0x1754a1._0x1ad294,-0x10b)](_0x19d6e5);}else{const _0x524c1c={};return _0x524c1c[_0x15aea5(-_0x1754a1._0x4a30dd,-_0x1754a1._0x21f5ff,-0x1e3,-0x1a6)]=_0x57ed74[_0x6e305f(_0x1754a1._0x3887e1,0x4ce,_0x1754a1._0x48980c,0x46a)],_0x524c1c[_0x15aea5(-_0x1754a1._0x2d33fc,-0x157,-_0x1754a1._0x216ef7,-_0x1754a1._0x503821)]=_0x2578e4[_0x15aea5(-_0x1754a1._0x2d33fc,-_0x1754a1._0x3caa4c,-_0x1754a1._0x49e7ba,-_0x1754a1._0xe0d00c)],_0x2973c9[_0x15aea5(-_0x1754a1._0x510125,-_0x1754a1._0x4afb36,-0x1d7,-_0x1754a1._0x21bef5)](-0xdb9*0x1+-0xaea+0x6*0x45e)[_0x15aea5(-0x163,-_0x1754a1._0x4aacd2,-_0x1754a1._0x2d61b8,-_0x1754a1._0x1a7570)](_0x524c1c);}}else{if(_0x57ed74['deUaS'](_0x57ed74[_0x6e305f(0x443,0x454,0x406,0x458)],_0x57ed74[_0x6e305f(_0x1754a1._0x416e37,0x454,0x42b,0x3e4)])){const _0x5d1df9={};return _0x5d1df9[_0x15aea5(-0x17a,-_0x1754a1._0xe8c33a,-_0x1754a1._0x3e92a6,-0x1ad)]=_0x57ed74[_0x6e305f(0x430,0x455,_0x1754a1._0x474559,_0x1754a1._0x3e72d1)],_0x5d1df9[_0x15aea5(-_0x1754a1._0x2d33fc,-_0x1754a1._0x48bd4e,-0xeb,-0x151)]=_0x301f28[_0x15aea5(-0xfe,-_0x1754a1._0x28f89e,-0x13c,-_0x1754a1._0x24bedd)],_0x630cc2[_0x15aea5(-_0x1754a1._0x510125,-0x140,-_0x1754a1._0x272b6e,-0x147)](0xaca*0x3+0x72*-0x4b+0x2fc)[_0x6e305f(0x453,0x43e,0x47e,_0x1754a1._0x38edd4)](_0x5d1df9);}else{const _0x3d6580={};return _0x3d6580['error']=_0x57ed74[_0x6e305f(_0x1754a1._0x4b15a8,0x467,_0x1754a1._0x50238b,_0x1754a1._0x7f6a4e)],_0x3d6580['message']=_0x2578e4['message'],_0x2973c9[_0x6e305f(0x458,_0x1754a1._0x577455,_0x1754a1._0x1e04b3,_0x1754a1._0x25777f)](0x1805+-0x1200*-0x1+-0x2811)['json'](_0x3d6580);}}}}}),router[_0x49a62e(-0x1ab,-0x213,-0x1cb,-0x1aa)](_0x5c9896(0x37d,0x3ef,0x37c,0x359)+_0x49a62e(-0x1fe,-0x245,-0x212,-0x201)+'s',requireJira,async(_0x12512c,_0xee3dcb)=>{const _0x4c2833={_0x542561:0x40f,_0x490d03:0x471,_0x4f49fe:0x427,_0x12fc0a:0x419,_0x2a6113:0x410,_0x46a872:0x3bd,_0x3edb2b:0x43a,_0x2f69bc:0x40c,_0x55be1e:0x1a7,_0x3df058:0x217,_0x3c2c2c:0x1ff,_0x49ba09:0x1ba,_0x540347:0xfc,_0x49e2f5:0x17f,_0x3ab137:0x1b7,_0x58ae44:0x1b5,_0x438798:0x1e6,_0x3da2d3:0x1a2,_0x3018de:0x1d3,_0x49acab:0x1ae,_0x5aed94:0x1f0,_0x58cd8d:0x14b,_0x223748:0x172,_0x33ee94:0x1ca,_0x1fd45d:0x173,_0x3e8abc:0x12c,_0x4d25fa:0xf5,_0x5f1257:0x175,_0x2f78db:0x471,_0x3f67d2:0x414,_0x1f4197:0x1b3,_0x2c3089:0x1d7,_0x59549d:0x14e,_0x49cb83:0x16e,_0x5e2289:0x132,_0x2c38c8:0x146,_0x592ac8:0xf9,_0x3108d7:0x152,_0x40b480:0x140,_0x4e6b41:0x457,_0x558b85:0x3c9,_0xb18852:0x3fc,_0x2396f3:0x3cd,_0x48cdde:0x417,_0xf2ec9:0x16b,_0xb30e6b:0x400,_0x563b88:0x439,_0x26d431:0x466,_0x2798ee:0x23c,_0x27778d:0x200,_0x56610c:0x16d,_0x39778d:0x38e,_0x2a306e:0x330,_0x50a125:0x3a4,_0x5a5e29:0x48a,_0x4d89af:0x4bb,_0x86133d:0x463,_0x153273:0x192,_0x2713a6:0x256,_0x19b64a:0x1b0,_0x5b31e0:0x1a1,_0x475809:0x21e,_0x2b46cd:0x435,_0x26b43c:0x3ee,_0x5d03d7:0x3d0,_0x403863:0x161,_0x4dcc43:0x14c,_0x199b7a:0xdb,_0x45476e:0x135,_0x3d7732:0x239,_0x3b0614:0xd5,_0x2c5c06:0xab,_0x26ab18:0x436,_0xba3c9e:0x43c,_0x47dc45:0x3e2,_0x3a7ff0:0x11e,_0x281161:0x103,_0x570b22:0x412,_0x17a518:0x42c,_0x226778:0x463,_0x19a258:0x445,_0x53cd18:0x3e7,_0x251271:0x3f8,_0x39da85:0x458,_0x3afa0c:0x208,_0x43889b:0x1bf,_0x30888d:0x177,_0x26ea53:0x1db,_0x4bfd6d:0x229,_0x3640c8:0x11a,_0x150535:0x14c,_0x2e4aa7:0x180,_0x1a74c7:0x367,_0x15404e:0x3cd,_0xd8f63d:0x3b9,_0x2f4c5f:0x469,_0x1714fc:0x4b1,_0x3970f6:0x3e1,_0x533eb0:0x3c7,_0x8e96f6:0x3a2,_0x38f1da:0x413,_0x3ea543:0xc6,_0x31bc2a:0x130,_0x57326e:0x163,_0x16b65b:0x186,_0x15b25f:0x1b1,_0x2a5f4b:0x1a6,_0x141fc2:0x1ba,_0x37fa31:0x3df,_0x1110f2:0x46d,_0x20ba2d:0x3e9,_0x190e64:0x3b1,_0x18c029:0x44a,_0xeea823:0x41b,_0x2ad729:0x443,_0x2a7dd1:0x440,_0x2710cf:0x3e0,_0x5ce239:0x111,_0x46d68d:0x166,_0x14a945:0x1be,_0x31d9b8:0x169,_0x5c3afc:0x1a3,_0xaef48:0x44d,_0x3c3c86:0x19f,_0x58d385:0x48c,_0x4d62a3:0x422,_0x10d7fc:0x168,_0x3bc38e:0xe5,_0x2a380d:0x18e,_0x1047a2:0x47b,_0x30cbaf:0x3ff,_0x53aee6:0x404,_0xd587a4:0x473,_0xf88f0a:0x422,_0x42c67e:0x421,_0x45b2e9:0x406,_0x8028f9:0x3e6,_0x246f8d:0x421,_0x27cf4f:0x42e,_0x136efc:0x38b,_0x5e505c:0x3bc,_0x542993:0x1bc,_0x3d0c34:0x187,_0x284491:0x34b,_0x3f0428:0x3b0,_0x3f748a:0xd7,_0x468d68:0x446,_0x48da24:0x434,_0x30265c:0x489,_0x5715ac:0x128,_0x5479b1:0x196,_0x5342cd:0xc1,_0x4b5994:0x3c7,_0x1a656a:0x3f2,_0x58cb02:0x1ec,_0x4c3a08:0x164,_0x2ca1a6:0x148,_0x255d75:0x11e,_0x2903da:0x158,_0x398b89:0x139,_0xbdc7cd:0x3d7,_0x568987:0x351,_0x2ade49:0x40f,_0x123eea:0x1ef,_0x3db6fa:0x1a7,_0x114a97:0x3db,_0x131093:0x3ca,_0x73e284:0x3b1,_0x5ef97a:0x435,_0x50b3ab:0x413},_0x319ad5={_0x20a1eb:0x79,_0xc65bc1:0x128},_0x19a7c2={_0x4707be:0x182,_0x3b56a1:0x144,_0x102df9:0xc},_0x57cbb7={};_0x57cbb7[_0x434d0e(0x402,0x495,_0x4c2833._0x542561,_0x4c2833._0x490d03)]=_0x434d0e(_0x4c2833._0x4f49fe,0x43c,0x4ab,0x44a)+_0x434d0e(_0x4c2833._0x12fc0a,0x464,0x443,_0x4c2833._0x2a6113),_0x57cbb7['ZOScG']='Search\x20que'+'ry\x20must\x20be'+_0x434d0e(_0x4c2833._0x46a872,_0x4c2833._0x3edb2b,0x39a,_0x4c2833._0x2f69bc)+'2\x20characte'+'rs';function _0x882fc2(_0x258981,_0x4a543b,_0x2a46d6,_0x5fa76d){return _0x5c9896(_0x4a543b- -_0x19a7c2._0x4707be,_0x2a46d6,_0x2a46d6-_0x19a7c2._0x3b56a1,_0x5fa76d-_0x19a7c2._0x102df9);}_0x57cbb7[_0x882fc2(0x184,_0x4c2833._0x55be1e,_0x4c2833._0x3df058,_0x4c2833._0x3c2c2c)]='Issue\x20not\x20'+_0x882fc2(_0x4c2833._0x49ba09,0x143,0x169,_0x4c2833._0x540347),_0x57cbb7[_0x882fc2(0x1bb,_0x4c2833._0x49e2f5,_0x4c2833._0x3ab137,_0x4c2833._0x58ae44)]=function(_0x1f20e1,_0x5ca02f){return _0x1f20e1===_0x5ca02f;};function _0x434d0e(_0x25c206,_0x38b76d,_0x163283,_0x10896d){return _0x49a62e(_0x25c206,_0x38b76d-_0x319ad5._0x20a1eb,_0x163283-_0x319ad5._0xc65bc1,_0x10896d-0x5af);}_0x57cbb7[_0x882fc2(0x1a7,0x1d0,_0x4c2833._0x438798,_0x4c2833._0x3da2d3)]=_0x882fc2(_0x4c2833._0x3018de,_0x4c2833._0x49acab,0x20d,_0x4c2833._0x5aed94),_0x57cbb7['DcyhB']=_0x882fc2(_0x4c2833._0x58cd8d,_0x4c2833._0x58cd8d,0xd4,_0x4c2833._0x223748),_0x57cbb7['lzteo']=_0x882fc2(_0x4c2833._0x33ee94,0x1c4,_0x4c2833._0x1fd45d,0x19a)+_0x882fc2(0x136,_0x4c2833._0x3e8abc,_0x4c2833._0x4d25fa,0x154)+_0x882fc2(0x173,0x1b2,_0x4c2833._0x5f1257,0x1b7)+_0x434d0e(0x400,_0x4c2833._0x2f78db,0x438,0x41b),_0x57cbb7[_0x434d0e(0x46b,0x471,_0x4c2833._0x3f67d2,0x408)]=_0x882fc2(0x17c,_0x4c2833._0x1f4197,_0x4c2833._0x2c3089,_0x4c2833._0x59549d)+_0x882fc2(0x10c,_0x4c2833._0x49cb83,0x1a6,0x1e3)+_0x882fc2(0x140,_0x4c2833._0x5e2289,0x108,_0x4c2833._0x2c38c8),_0x57cbb7[_0x882fc2(0x1a4,0x166,0x113,0x155)]='authentica'+'tion\x20faile'+'d',_0x57cbb7['qWIJy']=_0x882fc2(_0x4c2833._0x592ac8,0x118,0xf7,_0x4c2833._0x3108d7)+'ion',_0x57cbb7[_0x882fc2(0x172,0x128,0xf5,_0x4c2833._0x40b480)]=_0x434d0e(0x452,_0x4c2833._0x4e6b41,_0x4c2833._0x558b85,_0x4c2833._0xb18852),_0x57cbb7['wPvAO']='Failed\x20to\x20'+_0x434d0e(0x434,_0x4c2833._0x2396f3,0x432,_0x4c2833._0x48cdde)+'ents';const _0x1e3848=_0x57cbb7;try{const _0x2f89ec=_0x12512c[_0x882fc2(_0x4c2833._0xf2ec9,0x197,0x192,0x19b)][_0x434d0e(0x471,_0x4c2833._0xb30e6b,_0x4c2833._0x563b88,_0x4c2833._0x26d431)][_0x882fc2(_0x4c2833._0x2798ee,_0x4c2833._0x27778d,0x224,0x20f)]()[_0x882fc2(0x1f6,0x1d7,_0x4c2833._0x56610c,0x1e8)+'e']();if(!/^[A-Z]+-\d+$/i[_0x434d0e(_0x4c2833._0x39778d,0x350,_0x4c2833._0x2a306e,_0x4c2833._0x50a125)](_0x2f89ec)){if(_0x1e3848['kzdGG'](_0x1e3848[_0x434d0e(_0x4c2833._0x5a5e29,_0x4c2833._0x4d89af,_0x4c2833._0x86133d,0x462)],_0x1e3848['DcyhB'])){const _0xed25b2={};return _0xed25b2[_0x882fc2(0x16d,0x135,0xe6,0xd8)]=_0x1e3848[_0x882fc2(_0x4c2833._0x153273,0x1df,_0x4c2833._0x2713a6,_0x4c2833._0x19b64a)],_0xed25b2[_0x882fc2(0x1c8,0x1b1,_0x4c2833._0x5b31e0,_0x4c2833._0x475809)]=_0x1e3848[_0x434d0e(_0x4c2833._0x2b46cd,_0x4c2833._0x26b43c,_0x4c2833._0x5d03d7,0x3ea)],_0x2483c2['status'](0xe78+0x480+-0x1168)[_0x882fc2(_0x4c2833._0x403863,_0x4c2833._0x4dcc43,0x1ae,_0x4c2833._0x199b7a)](_0xed25b2);}else{const _0x2d7a91={};return _0x2d7a91[_0x882fc2(0x173,_0x4c2833._0x45476e,_0x4c2833._0xf2ec9,0x121)]=_0x882fc2(0x1d6,0x1e3,_0x4c2833._0x3d7732,0x1d6)+_0x882fc2(_0x4c2833._0x3b0614,0x113,0xbf,_0x4c2833._0x2c5c06)+_0x434d0e(0x490,0x4a0,0x3c7,_0x4c2833._0x26ab18),_0x2d7a91[_0x434d0e(_0x4c2833._0xba3c9e,_0x4c2833._0x47dc45,0x428,0x443)]=_0x1e3848['lzteo'],_0xee3dcb[_0x882fc2(0x190,_0x4c2833._0x3a7ff0,0x156,_0x4c2833._0x281161)](-0x11d4+0x431*-0x4+-0x34*-0xb2)['json'](_0x2d7a91);}}logger[_0x434d0e(_0x4c2833._0x570b22,_0x4c2833._0x17a518,_0x4c2833._0x226778,0x450)](_0x434d0e(0x36a,0x3e2,_0x4c2833._0x19a258,0x3d3)+_0x434d0e(_0x4c2833._0x53cd18,_0x4c2833._0x251271,0x475,_0x4c2833._0x39da85)+'r\x20Jira\x20iss'+_0x882fc2(_0x4c2833._0x3afa0c,0x1f0,_0x4c2833._0x43889b,0x1e0)+_0x2f89ec);const _0x19314d=await jiraClient['getComment'+'s'](_0x2f89ec),_0x7f6abb={};_0x7f6abb['total']=_0x19314d[_0x882fc2(_0x4c2833._0x30888d,_0x4c2833._0x26ea53,0x16d,_0x4c2833._0x4bfd6d)],_0x7f6abb['comments']=_0x19314d,_0xee3dcb[_0x882fc2(_0x4c2833._0x3640c8,_0x4c2833._0x150535,_0x4c2833._0x2e4aa7,0x16d)](_0x7f6abb);}catch(_0x5ccc17){logger[_0x434d0e(0x3da,_0x4c2833._0x1a74c7,0x3fc,0x3c7)](_0x1e3848[_0x434d0e(_0x4c2833._0x15404e,_0x4c2833._0xd8f63d,_0x4c2833._0x2f4c5f,0x408)],_0x5ccc17);if(_0x5ccc17[_0x434d0e(_0x4c2833._0x1714fc,0x488,_0x4c2833._0x3970f6,0x443)]['includes'](_0x434d0e(_0x4c2833._0x533eb0,0x3f2,_0x4c2833._0x8e96f6,_0x4c2833._0x38f1da))){const _0x1ed4fe={};return _0x1ed4fe[_0x882fc2(_0x4c2833._0x3ea543,0x135,_0x4c2833._0x31bc2a,_0x4c2833._0x57326e)]=_0x1e3848['TstrA'],_0x1ed4fe[_0x882fc2(_0x4c2833._0x16b65b,_0x4c2833._0x15b25f,_0x4c2833._0x2a5f4b,_0x4c2833._0x141fc2)]=_0x5ccc17[_0x434d0e(0x41a,_0x4c2833._0x37fa31,_0x4c2833._0x1110f2,0x443)],_0xee3dcb['status'](0x2f*-0x35+-0xad0+0x161f)[_0x434d0e(0x421,_0x4c2833._0x20ba2d,_0x4c2833._0x190e64,0x3de)](_0x1ed4fe);}else{if(_0x5ccc17[_0x434d0e(_0x4c2833._0x18c029,0x49f,_0x4c2833._0xeea823,_0x4c2833._0x2ad729)][_0x434d0e(_0x4c2833._0x2a7dd1,_0x4c2833._0x2710cf,0x476,0x422)](_0x1e3848[_0x882fc2(_0x4c2833._0x5ce239,_0x4c2833._0x46d68d,0x196,0x150)])){const _0x31b52f={};return _0x31b52f[_0x882fc2(0xe4,_0x4c2833._0x45476e,0x107,0x196)]=_0x882fc2(_0x4c2833._0x14a945,_0x4c2833._0x31d9b8,0x121,_0x4c2833._0x5c3afc)+_0x434d0e(0x43a,0x421,0x428,_0x4c2833._0xaef48)+'d',_0x31b52f[_0x882fc2(0x1ad,0x1b1,_0x4c2833._0x3c3c86,_0x4c2833._0x403863)]=_0x5ccc17[_0x434d0e(_0x4c2833._0x58d385,0x447,_0x4c2833._0x4d62a3,0x443)],_0xee3dcb[_0x882fc2(0xc6,_0x4c2833._0x3a7ff0,_0x4c2833._0x10d7fc,_0x4c2833._0x3bc38e)](-0xe6*0x17+0x10ba*0x2+-0xb39)[_0x882fc2(0x173,_0x4c2833._0x4dcc43,0x100,_0x4c2833._0x2a380d)](_0x31b52f);}else{if(_0x5ccc17[_0x434d0e(_0x4c2833._0x1047a2,_0x4c2833._0x30cbaf,_0x4c2833._0x53aee6,_0x4c2833._0x2ad729)][_0x434d0e(_0x4c2833._0xd587a4,0x47d,0x3e4,_0x4c2833._0xf88f0a)](_0x1e3848[_0x434d0e(_0x4c2833._0x42c67e,0x44c,_0x4c2833._0x45b2e9,_0x4c2833._0x8028f9)])){const _0x32253a={};return _0x32253a[_0x434d0e(_0x4c2833._0x246f8d,0x41f,_0x4c2833._0x27cf4f,_0x4c2833._0x533eb0)]=_0x434d0e(0x375,_0x4c2833._0x136efc,0x425,_0x4c2833._0x5e505c)+_0x882fc2(0x156,_0x4c2833._0x542993,0x199,0x1a1),_0x32253a['message']=_0x5ccc17[_0x882fc2(0x15c,_0x4c2833._0x15b25f,_0x4c2833._0x3d0c34,0x1eb)],_0xee3dcb[_0x434d0e(0x3f4,_0x4c2833._0x284491,0x38e,_0x4c2833._0x3f0428)](-0x12af+0x1d2*-0x3+0x19b8)[_0x882fc2(_0x4c2833._0x3f748a,0x14c,_0x4c2833._0x45476e,0x13a)](_0x32253a);}else{if(_0x434d0e(_0x4c2833._0x468d68,_0x4c2833._0x48da24,0x46c,_0x4c2833._0x30265c)!==_0x1e3848[_0x882fc2(0x116,_0x4c2833._0x5715ac,_0x4c2833._0x5479b1,_0x4c2833._0x5342cd)]){const _0x3403aa={};return _0x3403aa[_0x434d0e(0x3fc,0x3d7,_0x4c2833._0x190e64,_0x4c2833._0x4b5994)]=_0x1e3848[_0x434d0e(0x3c3,_0x4c2833._0x1a656a,0x3b0,0x419)],_0x3403aa[_0x882fc2(_0x4c2833._0x58cb02,0x1b1,0x201,0x1d9)]=_0x5ccc17[_0x882fc2(_0x4c2833._0x4c3a08,0x1b1,0x221,0x1a4)],_0xee3dcb[_0x882fc2(_0x4c2833._0x2ca1a6,_0x4c2833._0x255d75,0x10a,0xb7)](-0x1*-0x16b2+-0x2333*0x1+0xe75)[_0x882fc2(_0x4c2833._0x2903da,_0x4c2833._0x150535,_0x4c2833._0x398b89,0x151)](_0x3403aa);}else{const _0x54c594={};return _0x54c594[_0x434d0e(_0x4c2833._0xbdc7cd,_0x4c2833._0x568987,_0x4c2833._0x2ade49,0x3c7)]=_0x1e3848[_0x882fc2(_0x4c2833._0x123eea,_0x4c2833._0x3db6fa,0x183,0x1b3)],_0x54c594[_0x434d0e(0x3cb,0x43f,_0x4c2833._0x114a97,0x443)]=_0x1ad559[_0x434d0e(0x3eb,_0x4c2833._0x131093,0x432,_0x4c2833._0x2ad729)],_0x56a452[_0x882fc2(0xfd,0x11e,0x16c,0x10b)](-0x1*0x12f1+-0x72b+-0x4*-0x6ec)[_0x434d0e(_0x4c2833._0x73e284,_0x4c2833._0x5ef97a,_0x4c2833._0x50b3ab,0x3de)](_0x54c594);}}}}}}),router[_0x5c9896(0x33c,0x34f,0x371,0x324)](_0x49a62e(-0x124,-0x145,-0x10c,-0x122)+_0x5c9896(0x29e,0x231,0x295,0x224),requireJira,async(_0x289d88,_0xa13fcc)=>{const _0x56ca7c={_0x14f426:0xb5,_0x99b084:0x114,_0x59855b:0x473,_0x32866e:0x45b,_0x11862d:0x41f,_0x19fadd:0xb2,_0x70f2d6:0x8b,_0x14711e:0x476,_0xa51dd5:0x1e,_0x3ce635:0x50,_0x23171f:0xff,_0x43e0df:0xcf,_0x37354f:0x61,_0x23bd59:0x3b7,_0x53a677:0x400,_0xfc0987:0x38f,_0x523c74:0x401,_0x2dbd51:0x3f0,_0xa6b05e:0x466,_0x568eed:0x43d,_0x5d39c9:0x64,_0x1ec7e9:0x3df,_0xd29e9c:0x3cf,_0x50aa4a:0x406,_0x3f8997:0x375,_0x1b7c2a:0x440,_0x521bdc:0x472,_0x4a27e4:0x3e3,_0x26f4ee:0x490,_0x1640e9:0x50d,_0x565a95:0x44d,_0x2b4479:0x3e8,_0x5d312a:0x405,_0x57cbea:0x3fe,_0xbaf47f:0x41b,_0x3b3799:0x383,_0x161667:0x447,_0x5acb11:0x491,_0x30aa8d:0x477,_0x392c9f:0x456,_0x25320a:0x452,_0x34bac5:0x4c2,_0x4e701f:0x4af,_0x2bceb5:0x497,_0x5796dd:0x47a,_0x1141bc:0x75,_0x2563da:0x43a,_0x2725ae:0xb6,_0xe31b21:0x60,_0x121ccb:0x53,_0x1d322b:0x45,_0x124fc3:0x13,_0x5293d4:0x89,_0xab350b:0xcd,_0xca581b:0xab,_0x2a19a6:0x4a8,_0x3b9e91:0x471,_0x5dcb93:0x4ab,_0x31e84c:0x27,_0x32c91b:0x4fb,_0x24ee92:0x58,_0x220abc:0xc1,_0x582e9e:0x12b,_0xd94841:0x104,_0x2b7b74:0x42f,_0xaf76b:0x413,_0x161ae8:0x382,_0x29df0b:0xa5,_0x47c615:0x109,_0x4e2499:0x116,_0x51a3ff:0x8a,_0x4beb2e:0xcf,_0x4312c4:0xd4,_0x1cbc06:0x43f,_0x422245:0x43b,_0x150617:0x4a6,_0x3aee31:0x3b9,_0x231f36:0x432,_0x2e7532:0x48,_0x5a899a:0x18,_0x311b69:0xbc,_0x1dec6b:0x356,_0x9e0db0:0xea,_0xe8ed7:0xd7,_0x4c5f93:0x58,_0x1ca16c:0xac,_0x2f80dc:0xd2,_0x322398:0x18,_0x34569a:0x14,_0x2bd57b:0x6b,_0x356323:0x5,_0x3d6e24:0x31,_0x179b94:0x71,_0xfa8215:0xdf,_0x588a72:0x14f,_0x363b45:0x4bd,_0x1121ee:0x4ad,_0x55af83:0x45c,_0x3569e8:0xc4,_0x3de618:0x4d4,_0x3a6657:0x25,_0x3302d5:0x1a,_0x1a36f4:0x4db,_0x51175f:0x8e,_0x3ee9f7:0x94,_0xd14f39:0x4b3,_0x2c6518:0x4b5,_0x3724db:0x3cf,_0x358a19:0xa0,_0x57f7f1:0x11e,_0x49531b:0xa2,_0x512583:0x41b,_0x42cf79:0x20,_0x4b5752:0xbf,_0x20ba0d:0x8f,_0x302cf2:0xef,_0x59249f:0xd7,_0x28ab2c:0xbc,_0x4f668b:0x38b,_0x233327:0x455,_0x3545c4:0x3da,_0x515e13:0x3d0,_0x24fea3:0x462,_0x5e711b:0x44a,_0x446a46:0x3dc,_0xdc1c72:0x429,_0x3ff9a9:0xb3,_0x2de37c:0x119,_0xf44971:0x10f,_0x3bcb53:0x454,_0x15d9fd:0x3e8,_0x2b0995:0x83,_0x1f8e8c:0x44e,_0x394398:0x3d,_0x285522:0xcb,_0x581929:0x474,_0x4b4703:0x452,_0x2eb62c:0x14b,_0x530f26:0x469,_0x1f4e66:0x478,_0x45e85c:0x4e7,_0x253c9f:0x11,_0x66eb8e:0x5d,_0x20de9b:0x56,_0x3c9c13:0x8a,_0x1eab5f:0xdd,_0x55ad5c:0x3e4,_0x58a4c7:0x3fa,_0x11b951:0xc8,_0x10ea1a:0xe7,_0x4a2e51:0x492,_0x23d912:0x4dd,_0x4575e3:0x6,_0x1f3fdd:0x5f,_0x26a771:0x13,_0xce4a85:0x104,_0x1f1641:0xba,_0x4364a8:0x2d,_0x1adc61:0x37f,_0xb9d688:0x3da,_0x28d19a:0x72,_0x3aab97:0xd2,_0x33bc5d:0x63,_0x289b92:0x7,_0x37d47b:0x21,_0x35f0f2:0x8b,_0x5defab:0x16c,_0x235c36:0x11e,_0xdfa205:0xa8,_0x32c531:0xb1,_0x1fe7ec:0xc7,_0x3ab474:0x3bc,_0x366d09:0x3e3,_0x2fdc7a:0x3b3,_0xd54a81:0x458,_0x1a74db:0x46c,_0x1e77f3:0x4e3,_0x3466cf:0x103,_0x2276ff:0x124,_0x28879f:0x6f,_0x3ad171:0x90,_0x264a4e:0x84,_0x5b8051:0x42d,_0x546697:0x3ff,_0x522dac:0x45c,_0x554a4a:0x3d9,_0x1d7ff9:0x441,_0x5f22f8:0xf0,_0x588252:0x51,_0x2d377a:0x63,_0x479f96:0x4a9,_0x40ccbb:0x40e,_0xc741b9:0x4e1,_0x18a161:0x3cc,_0x1fa6cb:0x496,_0x325a93:0x45f,_0x5890fc:0x83,_0x49d64b:0xfc,_0x11cb43:0x9b,_0x465d45:0x44e,_0x3e0693:0x47e,_0x1e52b2:0x481,_0x571d59:0x478,_0x132494:0x483,_0x12021d:0x3d8,_0x179479:0x8f,_0x1c8ff8:0x12f,_0x323e2e:0x97,_0x57e1b5:0xe7,_0x3619bb:0xde,_0x5bb0db:0x117,_0xcaf296:0x11d,_0x4a5003:0x4cd,_0x4e4179:0xbe,_0x44d943:0x40,_0x36ed28:0x38c,_0x2bb9c0:0x61,_0x7d1317:0x6c,_0x2d288d:0xd2,_0x5ce013:0x44f,_0x17cff8:0x3d7,_0x33de1e:0x46c},_0x513af4={_0x233411:0x12c,_0x1def53:0x198},_0x976b08={_0x3cb24b:0x1d9},_0x870e7={};_0x870e7[_0x2a5ecf(-0x4b,-_0x56ca7c._0x14f426,-0x115,-_0x56ca7c._0x99b084)]=_0x2a5ecf(-0x5a,-0x55,-0x6e,-0xc4)+_0x54799b(0x417,_0x56ca7c._0x59855b,_0x56ca7c._0x32866e,_0x56ca7c._0x11862d)+_0x2a5ecf(-_0x56ca7c._0x19fadd,-0x73,-0x43,-_0x56ca7c._0x70f2d6)+_0x54799b(0x44f,0x430,_0x56ca7c._0x14711e,0x49f)+_0x2a5ecf(-0x82,-_0x56ca7c._0xa51dd5,_0x56ca7c._0x3ce635,-0x5d),_0x870e7[_0x2a5ecf(-_0x56ca7c._0x23171f,-0xbb,-_0x56ca7c._0x43e0df,-0x66)]=_0x2a5ecf(-0x9d,-_0x56ca7c._0x37354f,-0x21,-0x38)+_0x54799b(_0x56ca7c._0x23bd59,_0x56ca7c._0x53a677,0x3f4,_0x56ca7c._0xfc0987)+_0x54799b(_0x56ca7c._0x523c74,_0x56ca7c._0x2dbd51,_0x56ca7c._0xa6b05e,_0x56ca7c._0x568eed)+_0x2a5ecf(-_0x56ca7c._0x5d39c9,-0x36,-0x54,-0x7c)+'rs:';function _0x2a5ecf(_0x462a3,_0xfb1b7d,_0x39116c,_0x31a845){return _0x5c9896(_0xfb1b7d- -0x396,_0x31a845,_0x39116c-_0x976b08._0x3cb24b,_0x31a845-0x1ec);}_0x870e7['GWmbC']='Missing\x20co'+'mment',_0x870e7[_0x54799b(_0x56ca7c._0x1ec7e9,_0x56ca7c._0xd29e9c,_0x56ca7c._0x50aa4a,_0x56ca7c._0x3f8997)]=_0x54799b(0x465,_0x56ca7c._0x1b7c2a,_0x56ca7c._0x521bdc,_0x56ca7c._0x4a27e4)+_0x54799b(_0x56ca7c._0x26f4ee,0x4a3,_0x56ca7c._0x1640e9,_0x56ca7c._0x565a95)+_0x54799b(_0x56ca7c._0x2b4479,_0x56ca7c._0x5d312a,_0x56ca7c._0x57cbea,_0x56ca7c._0xbaf47f)+_0x54799b(_0x56ca7c._0x3b3799,0x3d0,_0x56ca7c._0x161667,0x3ad)+'body',_0x870e7['eHaOb']=_0x54799b(0x4a6,_0x56ca7c._0x5acb11,_0x56ca7c._0x30aa8d,0x44f)+_0x2a5ecf(-0x15d,-0x101,-0xac,-0x89)+_0x54799b(_0x56ca7c._0x392c9f,_0x56ca7c._0x25320a,0x486,_0x56ca7c._0x34bac5),_0x870e7[_0x54799b(_0x56ca7c._0x4e701f,_0x56ca7c._0x2bceb5,0x4bd,_0x56ca7c._0x5796dd)]='Issue\x20key\x20'+_0x2a5ecf(-_0x56ca7c._0x1141bc,-0xe8,-0xcb,-0x11c)+_0x54799b(0x4aa,0x460,_0x56ca7c._0x2563da,0x4b1)+_0x2a5ecf(-_0x56ca7c._0x2725ae,-0x8b,-0xea,-_0x56ca7c._0xe31b21),_0x870e7[_0x2a5ecf(-_0x56ca7c._0x121ccb,-_0x56ca7c._0x1d322b,-_0x56ca7c._0x124fc3,-0x4)]=function(_0x38c2ba,_0x4e7629){return _0x38c2ba!==_0x4e7629;},_0x870e7[_0x2a5ecf(-0x35,-_0x56ca7c._0x5293d4,-_0x56ca7c._0xab350b,-_0x56ca7c._0xca581b)]='string',_0x870e7[_0x54799b(0x51c,_0x56ca7c._0x2a19a6,_0x56ca7c._0x3b9e91,_0x56ca7c._0x5dcb93)]=function(_0x492c3e,_0x2b3645){return _0x492c3e===_0x2b3645;},_0x870e7[_0x2a5ecf(-0x66,-0x94,-0xf8,-_0x56ca7c._0x31e84c)]='oEPne';function _0x54799b(_0x5aaf2c,_0x142e22,_0x3d5170,_0x165253){return _0x5c9896(_0x142e22-_0x513af4._0x233411,_0x165253,_0x3d5170-0x1d,_0x165253-_0x513af4._0x1def53);}_0x870e7['rPyCF']=_0x2a5ecf(-0xb5,-_0x56ca7c._0x37354f,-0x84,0x14)+_0x54799b(0x44f,0x490,0x447,_0x56ca7c._0x32c91b)+_0x2a5ecf(-_0x56ca7c._0x24ee92,-_0x56ca7c._0x220abc,-0xc3,-0xa9),_0x870e7[_0x2a5ecf(-_0x56ca7c._0x582e9e,-_0x56ca7c._0xd94841,-0xd2,-0xc8)]=_0x54799b(0x3f5,_0x56ca7c._0x2b7b74,0x3da,_0x56ca7c._0xaf76b),_0x870e7[_0x54799b(_0x56ca7c._0x161ae8,0x3c4,0x38f,0x407)]=function(_0x1b7def,_0x4a55f5){return _0x1b7def!==_0x4a55f5;},_0x870e7[_0x2a5ecf(-_0x56ca7c._0x29df0b,-0xba,-_0x56ca7c._0x47c615,-_0x56ca7c._0x4e2499)]=_0x2a5ecf(-0x4e,-_0x56ca7c._0x51a3ff,-_0x56ca7c._0x4beb2e,-_0x56ca7c._0x4312c4),_0x870e7[_0x54799b(_0x56ca7c._0x1cbc06,0x462,_0x56ca7c._0x422245,_0x56ca7c._0x150617)]=function(_0x349a4d,_0x4432d6){return _0x349a4d===_0x4432d6;},_0x870e7[_0x54799b(_0x56ca7c._0x3aee31,_0x56ca7c._0x231f36,0x4a7,0x3d8)]='MQwTH',_0x870e7[_0x2a5ecf(-0x41,-_0x56ca7c._0x2e7532,-_0x56ca7c._0x5a899a,-_0x56ca7c._0x311b69)]='Authentica'+'tion\x20faile'+'d',_0x870e7[_0x2a5ecf(-0x42,-0x5e,-0xa0,-0x3)]='No\x20permiss'+_0x54799b(0x421,0x3c5,_0x56ca7c._0x1dec6b,0x3b7),_0x870e7['HkEus']=_0x2a5ecf(-0x133,-_0x56ca7c._0x9e0db0,-_0x56ca7c._0xe8ed7,-0xd4)+_0x2a5ecf(-0xc4,-_0x56ca7c._0x4c5f93,-_0x56ca7c._0x1ca16c,-_0x56ca7c._0x2f80dc);const _0x454b4b=_0x870e7;try{const _0x2a077f=_0x289d88['params']['key'][_0x2a5ecf(-_0x56ca7c._0x322398,-_0x56ca7c._0x34569a,-_0x56ca7c._0x2bd57b,-_0x56ca7c._0x356323)]()[_0x2a5ecf(-_0x56ca7c._0x3d6e24,-0x3d,-_0x56ca7c._0x2e7532,-_0x56ca7c._0x179b94)+'e'](),{comment:_0x20a7b5}=_0x289d88['body'];if(!/^[A-Z]+-\d+$/i[_0x2a5ecf(-0x11b,-0x102,-0x151,-0x13f)](_0x2a077f)){const _0x1457ce={};return _0x1457ce[_0x2a5ecf(-0x11f,-_0x56ca7c._0xfa8215,-0x6d,-_0x56ca7c._0x588a72)]=_0x454b4b[_0x54799b(0x4eb,0x49a,_0x56ca7c._0x363b45,0x4a6)],_0x1457ce['message']=_0x454b4b[_0x54799b(_0x56ca7c._0x1121ee,0x497,_0x56ca7c._0x55af83,0x422)],_0xa13fcc[_0x2a5ecf(-0x157,-0xf6,-_0x56ca7c._0x3569e8,-_0x56ca7c._0x2f80dc)](0xfb*-0xf+-0x59*0x3d+0x257a)['json'](_0x1457ce);}if(!_0x20a7b5||_0x454b4b[_0x54799b(_0x56ca7c._0x3de618,0x47d,0x480,0x44d)](typeof _0x20a7b5,_0x454b4b[_0x2a5ecf(-0x57,-0x89,-_0x56ca7c._0x1d322b,-0x90)])||_0x454b4b['CSGUW'](_0x20a7b5[_0x2a5ecf(-0x8b,-0x14,-_0x56ca7c._0x3a6657,-_0x56ca7c._0x3302d5)]()[_0x54799b(0x4ba,0x489,0x47b,_0x56ca7c._0x1a36f4)],0x1958+-0x1829+-0x12f)){if(_0x454b4b[_0x2a5ecf(-_0x56ca7c._0x51175f,-_0x56ca7c._0x3ee9f7,-0x95,-_0x56ca7c._0x31e84c)]===_0x454b4b['FkOmT']){const _0x1f6d46={};return _0x1f6d46['error']=_0x454b4b['GWmbC'],_0x1f6d46[_0x54799b(0x45b,0x45f,_0x56ca7c._0xd14f39,_0x56ca7c._0x2c6518)]=_0x454b4b[_0x54799b(0x418,_0x56ca7c._0x3724db,0x383,0x3ba)],_0xa13fcc[_0x2a5ecf(-_0x56ca7c._0x358a19,-0xf6,-_0x56ca7c._0x57f7f1,-_0x56ca7c._0x49531b)](0x3*0x525+0x1c1+-0xfa0)[_0x54799b(_0x56ca7c._0x23bd59,0x3fa,_0x56ca7c._0x512583,_0x56ca7c._0x1ec7e9)](_0x1f6d46);}else try{const _0x22012b={};_0x22012b[_0x2a5ecf(-0x109,-0xe7,-0xc3,-0x153)]=_0x59eb59[_0x2a5ecf(-0x5d,-0x83,-_0x56ca7c._0x42cf79,-0x5a)][_0x2a5ecf(-_0x56ca7c._0x3569e8,-_0x56ca7c._0x4b5752,-_0x56ca7c._0x20ba0d,-0x4e)+_0x2a5ecf(-_0x56ca7c._0x302cf2,-_0x56ca7c._0x59249f,-0xf2,-_0x56ca7c._0x28ab2c)];const _0x4046be={};_0x4046be[_0x54799b(0x3a5,0x3de,_0x56ca7c._0x4f668b,_0x56ca7c._0x233327)]=_0x3089c6[_0x54799b(_0x56ca7c._0x3545c4,_0x56ca7c._0x1cbc06,0x409,_0x56ca7c._0x515e13)]['JIRA_EMAIL'],_0x4046be[_0x54799b(_0x56ca7c._0x24fea3,_0x56ca7c._0x5e711b,_0x56ca7c._0x523c74,_0x56ca7c._0x2b7b74)]=_0x32922a[_0x54799b(_0x56ca7c._0x446a46,_0x56ca7c._0x1cbc06,0x3fd,_0x56ca7c._0xdc1c72)][_0x2a5ecf(-0x42,-_0x56ca7c._0x3ff9a9,-_0x56ca7c._0x2de37c,-_0x56ca7c._0xf44971)+_0x54799b(0x431,_0x56ca7c._0x3bcb53,_0x56ca7c._0x15d9fd,0x403)];const _0x307ec6={'baseUrl':_0x2b4ac8[_0x2a5ecf(-0x38,-_0x56ca7c._0x2b0995,-0x4a,-0xf6)][_0x54799b(0x3ea,_0x56ca7c._0x1f8e8c,0x459,0x4c7)+'URL'],..._0x4c9e9f[_0x2a5ecf(-_0x56ca7c._0x394398,-_0x56ca7c._0x2b0995,-0xe2,-_0x56ca7c._0x285522)][_0x54799b(0x43d,0x403,_0x56ca7c._0x581929,_0x56ca7c._0x4b4703)+_0x2a5ecf(-_0x56ca7c._0x2eb62c,-_0x56ca7c._0x59249f,-0x11a,-0x65)]?_0x22012b:{}};_0x307ec6[_0x54799b(_0x56ca7c._0x530f26,_0x56ca7c._0x1f4e66,0x4b3,_0x56ca7c._0x45e85c)]=_0x4046be,_0x89e023=new _0x4ba36b(_0x307ec6),_0x26f692[_0x2a5ecf(-_0x56ca7c._0x253c9f,-_0x56ca7c._0x66eb8e,-0x40,-0xb4)](_0x454b4b['HgWtL']);}catch(_0x51f1b6){_0xa91f45[_0x2a5ecf(-_0x56ca7c._0x4b5752,-_0x56ca7c._0xfa8215,-0xd7,-0xbe)](_0x454b4b[_0x54799b(0x3fc,0x407,0x403,0x3fe)],_0x51f1b6);}}logger[_0x2a5ecf(-0xa2,-_0x56ca7c._0x20de9b,-_0x56ca7c._0x3c9c13,0x15)](_0x2a5ecf(-0x127,-0x100,-_0x56ca7c._0x1eab5f,-0x16f)+'mment\x20to\x20J'+_0x2a5ecf(-0x118,-_0x56ca7c._0x285522,-0xc1,-_0x56ca7c._0xd94841)+'\x20'+_0x2a077f);const _0x3979d5=await jiraClient['postCommen'+'t'](_0x2a077f,_0x20a7b5['trim']()),_0x4baf36={};_0x4baf36[_0x54799b(0x43e,0x43d,_0x56ca7c._0x55ad5c,_0x56ca7c._0x58a4c7)]=!![],_0x4baf36['comment']=_0x3979d5,_0xa13fcc[_0x2a5ecf(-0x120,-_0x56ca7c._0x11b951,-0xa4,-_0x56ca7c._0x10ea1a)](_0x4baf36);}catch(_0x186c1f){logger['error'](_0x454b4b[_0x54799b(0x489,_0x56ca7c._0x4a2e51,_0x56ca7c._0x23d912,0x42a)],_0x186c1f);if(_0x186c1f[_0x2a5ecf(-0x48,-0x63,-_0x56ca7c._0x4575e3,-0x20)][_0x2a5ecf(-_0x56ca7c._0x1f3fdd,-0x84,-_0x56ca7c._0x26a771,-0x62)](_0x454b4b[_0x2a5ecf(-0xf6,-_0x56ca7c._0xce4a85,-0xa0,-0x145)])){if(_0x454b4b['xMIbN'](_0x454b4b[_0x2a5ecf(-_0x56ca7c._0x1141bc,-_0x56ca7c._0x1f1641,-0x119,-0x115)],_0x2a5ecf(-_0x56ca7c._0x3ce635,-0x8a,-0xd7,-_0x56ca7c._0x4364a8))){const _0x1d3349={};return _0x1d3349[_0x54799b(0x3bc,0x3e3,_0x56ca7c._0x1adc61,_0x56ca7c._0xb9d688)]=_0x454b4b[_0x2a5ecf(-0x97,-_0x56ca7c._0x4beb2e,-0xfb,-_0x56ca7c._0x28d19a)],_0x1d3349[_0x2a5ecf(-_0x56ca7c._0x3aab97,-_0x56ca7c._0x33bc5d,_0x56ca7c._0x289b92,-_0x56ca7c._0x37d47b)]=_0x454b4b[_0x2a5ecf(-_0x56ca7c._0x35f0f2,-0xf3,-_0x56ca7c._0x5defab,-_0x56ca7c._0x235c36)],_0x505e24[_0x2a5ecf(-0x16f,-0xf6,-_0x56ca7c._0xdfa205,-0x82)](0x61d*0x1+0x4*-0x7af+-0x1a2f*-0x1)[_0x2a5ecf(-_0x56ca7c._0x32c531,-0xc8,-_0x56ca7c._0x1fe7ec,-0x7d)](_0x1d3349);}else{const _0x21c903={};return _0x21c903[_0x54799b(_0x56ca7c._0x3ab474,_0x56ca7c._0x366d09,_0x56ca7c._0x2fdc7a,_0x56ca7c._0xd54a81)]=_0x54799b(_0x56ca7c._0x1a74db,0x49f,_0x56ca7c._0x1e77f3,0x462)+'found',_0x21c903[_0x2a5ecf(-0x1f,-0x63,-0x3a,-0x8b)]=_0x186c1f[_0x54799b(0x4d7,0x45f,0x414,0x44f)],_0xa13fcc['status'](0xd32*-0x1+-0x20e9+0x1*0x2faf)[_0x2a5ecf(-_0x56ca7c._0x3466cf,-0xc8,-0x139,-_0x56ca7c._0x2276ff)](_0x21c903);}}else{if(_0x186c1f[_0x2a5ecf(-0x9a,-_0x56ca7c._0x33bc5d,-_0x56ca7c._0x28879f,-_0x56ca7c._0x3ad171)][_0x2a5ecf(-0x1e,-_0x56ca7c._0x264a4e,-0xee,-0x1e)]('authentica'+_0x54799b(_0x56ca7c._0x5b8051,0x469,0x402,_0x56ca7c._0x546697)+'d')){if(_0x454b4b[_0x54799b(0x4ce,0x462,0x464,_0x56ca7c._0x522dac)](_0x454b4b[_0x54799b(0x3f1,0x432,_0x56ca7c._0x554a4a,_0x56ca7c._0x1d7ff9)],_0x454b4b[_0x2a5ecf(-_0x56ca7c._0x5f22f8,-_0x56ca7c._0x3ad171,-_0x56ca7c._0x588252,-_0x56ca7c._0x2d377a)])){const _0x3156e9={};return _0x3156e9[_0x54799b(0x374,0x3e3,_0x56ca7c._0x3545c4,0x3b5)]=_0x454b4b[_0x54799b(_0x56ca7c._0x479f96,_0x56ca7c._0x5796dd,_0x56ca7c._0x40ccbb,_0x56ca7c._0xc741b9)],_0x3156e9['message']=_0x186c1f['message'],_0xa13fcc[_0x54799b(0x38e,_0x56ca7c._0x18a161,0x428,0x3e1)](0x7e*-0x29+0x1*-0xb0e+-0x3*-0xaef)[_0x2a5ecf(-0x12a,-0xc8,-_0x56ca7c._0x179b94,-_0x56ca7c._0x1fe7ec)](_0x3156e9);}else{const _0x2bb846={};_0x2bb846[_0x54799b(0x472,0x42b,_0x56ca7c._0x1fa6cb,_0x56ca7c._0x325a93)]=!!_0x2d12bb,_0x2bb846['baseUrl']=_0x559bc0?_0x3f183a[_0x2a5ecf(-0x2d,-_0x56ca7c._0x5890fc,-_0x56ca7c._0x49d64b,-_0x56ca7c._0x11cb43)][_0x54799b(0x410,_0x56ca7c._0x465d45,_0x56ca7c._0x5d312a,0x3ea)+_0x54799b(_0x56ca7c._0x3e0693,_0x56ca7c._0x1e52b2,0x407,0x4d5)]:null,_0x4cba5b['json'](_0x2bb846);}}else{if(_0x186c1f[_0x54799b(0x43d,0x45f,_0x56ca7c._0x571d59,_0x56ca7c._0x132494)][_0x54799b(0x47b,0x43e,0x465,_0x56ca7c._0x12021d)](_0x454b4b[_0x2a5ecf(-0xb9,-0x5e,-_0x56ca7c._0x179479,-0x23)])){const _0x55f536={};return _0x55f536[_0x2a5ecf(-_0x56ca7c._0x1c8ff8,-0xdf,-_0x56ca7c._0x323e2e,-_0x56ca7c._0x57e1b5)]=_0x454b4b[_0x2a5ecf(-0xa0,-_0x56ca7c._0x3619bb,-_0x56ca7c._0x5bb0db,-_0x56ca7c._0xcaf296)],_0x55f536[_0x54799b(_0x56ca7c._0x1d7ff9,0x45f,_0x56ca7c._0x4a5003,0x40e)]=_0x186c1f[_0x2a5ecf(-0x5a,-0x63,-_0x56ca7c._0x4e4179,-_0x56ca7c._0x44d943)],_0xa13fcc['status'](-0x3*-0xc5d+-0xfd*-0x18+-0x3b3c)['json'](_0x55f536);}else{const _0x70aa2d={};return _0x70aa2d[_0x54799b(0x3d9,_0x56ca7c._0x366d09,0x378,_0x56ca7c._0x36ed28)]=_0x2a5ecf(-_0x56ca7c._0x37d47b,-_0x56ca7c._0x2bb9c0,-0x6,-0x49)+_0x2a5ecf(-0x49,-_0x56ca7c._0x7d1317,-_0x56ca7c._0x7d1317,-_0x56ca7c._0x2d288d)+'nt',_0x70aa2d[_0x54799b(_0x56ca7c._0x53a677,_0x56ca7c._0x325a93,0x4b0,_0x56ca7c._0x5ce013)]=_0x186c1f['message'],_0xa13fcc['status'](-0x2*-0x109d+-0x2022+0xdc*0x1)[_0x54799b(_0x56ca7c._0x17cff8,_0x56ca7c._0x58a4c7,_0x56ca7c._0x554a4a,_0x56ca7c._0x33de1e)](_0x70aa2d);}}}}});function _0x5c9896(_0x11e08a,_0x151df0,_0x15c52c,_0x158717){return _0x2d6d(_0x11e08a-0x137,_0x151df0);}export default router;
|