@profoundlogic/coderflow-server 0.7.0 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/dist/base-image/standard-instructions/ibmi-exploratory-verification.md +2 -0
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config.js +1 -1
  4. package/dist/lib/agent-keepalive.js +1 -1
  5. package/dist/lib/agent-models.js +1 -1
  6. package/dist/lib/api-keys.js +1 -1
  7. package/dist/lib/apiKeys.js +1 -1
  8. package/dist/lib/app-server-ports.js +1 -1
  9. package/dist/lib/auto-judge.js +1 -1
  10. package/dist/lib/automation-service.js +1 -1
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/bindings.js +1 -1
  13. package/dist/lib/build-history.js +1 -1
  14. package/dist/lib/build-output-service.js +1 -1
  15. package/dist/lib/build-scheduler.js +1 -1
  16. package/dist/lib/build-service.js +1 -1
  17. package/dist/lib/ca-certificates.js +1 -1
  18. package/dist/lib/claude-oauth-refresh.js +1 -1
  19. package/dist/lib/cli/build.js +1 -1
  20. package/dist/lib/cli/cleanup-users.js +1 -1
  21. package/dist/lib/cli/config-command.js +1 -1
  22. package/dist/lib/cli/config.js +1 -1
  23. package/dist/lib/cli/create-user.js +1 -1
  24. package/dist/lib/cli/grant-admin.js +1 -1
  25. package/dist/lib/cli/init.js +1 -1
  26. package/dist/lib/cli/jira.js +1 -1
  27. package/dist/lib/cli/license.js +1 -1
  28. package/dist/lib/cli/list-roles.js +1 -1
  29. package/dist/lib/cli/list-users.js +1 -1
  30. package/dist/lib/cli/server-manager.js +1 -1
  31. package/dist/lib/cli/set-password.js +1 -1
  32. package/dist/lib/config-migration.js +1 -1
  33. package/dist/lib/container-credential-sync.js +1 -1
  34. package/dist/lib/container-tokens.js +1 -1
  35. package/dist/lib/data-dir.js +1 -1
  36. package/dist/lib/deployment-history.js +1 -1
  37. package/dist/lib/deployment-service.js +1 -1
  38. package/dist/lib/docker-utils.js +1 -1
  39. package/dist/lib/email.js +1 -1
  40. package/dist/lib/emailTemplates.js +1 -1
  41. package/dist/lib/entitlement.js +1 -1
  42. package/dist/lib/external-connections.js +1 -1
  43. package/dist/lib/fetch-utils.js +1 -1
  44. package/dist/lib/git-commit-details-route.js +1 -1
  45. package/dist/lib/git-history-diff-guardrails.js +1 -1
  46. package/dist/lib/git-provider-service.js +1 -1
  47. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  48. package/dist/lib/git-provider-setup/index.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  51. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  52. package/dist/lib/git-providers/github-app-provider.js +1 -1
  53. package/dist/lib/git-providers/index.js +1 -1
  54. package/dist/lib/git-providers/provider-factory.js +1 -1
  55. package/dist/lib/git-providers/provider-interface.js +1 -1
  56. package/dist/lib/github-urls.js +1 -1
  57. package/dist/lib/group-objective-linking.js +1 -1
  58. package/dist/lib/ibmi-sync.js +1 -1
  59. package/dist/lib/jira-client.js +1 -1
  60. package/dist/lib/judge-blinding.js +1 -1
  61. package/dist/lib/logger.js +1 -1
  62. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  63. package/dist/lib/model-fetcher.js +1 -1
  64. package/dist/lib/notifications.js +1 -1
  65. package/dist/lib/objective-context.js +1 -1
  66. package/dist/lib/oidc-auth.js +1 -1
  67. package/dist/lib/oidc-device-flow.js +1 -1
  68. package/dist/lib/passwordTokens.js +1 -1
  69. package/dist/lib/permission-resolver.js +1 -1
  70. package/dist/lib/pin-cascade.js +1 -1
  71. package/dist/lib/provider-accounts.js +1 -1
  72. package/dist/lib/provider-oauth.js +1 -1
  73. package/dist/lib/provider-profile.js +1 -1
  74. package/dist/lib/provider-token-refresh.js +1 -1
  75. package/dist/lib/rbac-user-state.js +1 -1
  76. package/dist/lib/request-url.js +1 -1
  77. package/dist/lib/rewind.js +1 -1
  78. package/dist/lib/role-definitions.js +1 -1
  79. package/dist/lib/roles.js +1 -1
  80. package/dist/lib/secrets.js +1 -1
  81. package/dist/lib/setup-repo-git-auth.js +1 -1
  82. package/dist/lib/state-capture.js +1 -1
  83. package/dist/lib/static-files.js +1 -1
  84. package/dist/lib/task-aliases.js +1 -1
  85. package/dist/lib/task-name-format.js +1 -1
  86. package/dist/lib/task-name-generator.js +1 -1
  87. package/dist/lib/task-source-metadata.js +1 -1
  88. package/dist/lib/teams.js +1 -1
  89. package/dist/lib/user-git-oauth.js +1 -1
  90. package/dist/lib/user-git-tokens.js +1 -1
  91. package/dist/lib/users.js +1 -1
  92. package/dist/middleware/requireAuth.js +1 -1
  93. package/dist/middleware/requireInit.js +1 -1
  94. package/dist/middleware/requirePermission.js +1 -1
  95. package/dist/package.json +1 -1
  96. package/dist/playwright.config.js +1 -1
  97. package/dist/playwright.task-terminal.config.js +1 -1
  98. package/dist/routes/apiKeys.js +1 -1
  99. package/dist/routes/auth-oidc.js +1 -1
  100. package/dist/routes/auth.js +1 -1
  101. package/dist/routes/automations.js +1 -1
  102. package/dist/routes/bindings.js +1 -1
  103. package/dist/routes/build.js +1 -1
  104. package/dist/routes/containers.js +1 -1
  105. package/dist/routes/deploy-task.js +1 -1
  106. package/dist/routes/environment-management.js +1 -1
  107. package/dist/routes/environments.js +1 -1
  108. package/dist/routes/external-skills.js +1 -1
  109. package/dist/routes/git-credentials.js +1 -1
  110. package/dist/routes/git-oauth.js +1 -1
  111. package/dist/routes/git-provider-setup.js +1 -1
  112. package/dist/routes/health.js +1 -1
  113. package/dist/routes/jira.js +1 -1
  114. package/dist/routes/objective-management.js +1 -1
  115. package/dist/routes/password.js +1 -1
  116. package/dist/routes/prompt.js +1 -1
  117. package/dist/routes/provider-auth.js +1 -1
  118. package/dist/routes/qa.js +1 -1
  119. package/dist/routes/roles.js +1 -1
  120. package/dist/routes/settings.js +1 -1
  121. package/dist/routes/skill-management.js +1 -1
  122. package/dist/routes/skills.js +1 -1
  123. package/dist/routes/tasks.js +1 -1
  124. package/dist/routes/teams.js +1 -1
  125. package/dist/routes/templates.js +1 -1
  126. package/dist/routes/test-task.js +1 -1
  127. package/dist/routes/test.js +1 -1
  128. package/dist/routes/users.js +1 -1
  129. package/dist/routes/visualizations.js +1 -1
  130. package/dist/scripts/create-user.js +1 -1
  131. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  132. package/dist/start.js +1 -1
  133. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  134. package/dist/web-ui/public/activity-feed.js +1 -1
  135. package/dist/web-ui/public/activity-formatters.js +1 -1
  136. package/dist/web-ui/public/agent-event-parser.js +1 -1
  137. package/dist/web-ui/public/app.js +1 -1
  138. package/dist/web-ui/public/approve-dialog.js +1 -1
  139. package/dist/web-ui/public/automation-links.js +1 -1
  140. package/dist/web-ui/public/automation-schedule.js +1 -1
  141. package/dist/web-ui/public/comments-widget.js +1 -1
  142. package/dist/web-ui/public/diff-utils.js +1 -1
  143. package/dist/web-ui/public/environments.js +1 -1
  144. package/dist/web-ui/public/feedback-widget.js +1 -1
  145. package/dist/web-ui/public/file-selection-tree.js +1 -1
  146. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  147. package/dist/web-ui/public/git-history.js +1 -1
  148. package/dist/web-ui/public/git-status.js +1 -1
  149. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  150. package/dist/web-ui/public/index.js +1 -1
  151. package/dist/web-ui/public/login.js +1 -1
  152. package/dist/web-ui/public/markdown-editor.js +1 -1
  153. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  154. package/dist/web-ui/public/modal-maximize.js +1 -1
  155. package/dist/web-ui/public/notifications.js +1 -1
  156. package/dist/web-ui/public/permissions.js +1 -1
  157. package/dist/web-ui/public/pr-dialog.js +1 -1
  158. package/dist/web-ui/public/roles.js +1 -1
  159. package/dist/web-ui/public/server-health.js +1 -1
  160. package/dist/web-ui/public/settings.js +1 -1
  161. package/dist/web-ui/public/setup-password.js +1 -1
  162. package/dist/web-ui/public/skills.js +1 -1
  163. package/dist/web-ui/public/sse-client.js +1 -1
  164. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  165. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  166. package/dist/web-ui/public/task.js +1 -1
  167. package/dist/web-ui/public/teams.js +1 -1
  168. package/dist/web-ui/public/terminal.js +1 -1
  169. package/dist/web-ui/public/theme.js +1 -1
  170. package/dist/web-ui/public/users.js +1 -1
  171. package/dist/web-ui/public/variant-grouping.js +1 -1
  172. package/package.json +1 -1
@@ -1 +1 @@
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;
1
+ (function(_0xe1efd6,_0x3d14ef){const _0x3da897={_0x307c65:0x20e,_0x2762db:0x1a9,_0x52c9c9:0x186,_0xf25592:0x1ed,_0x4aecf9:0x31,_0x4c47bb:0x1a,_0x1a4306:0x3e,_0x472c5d:0x66,_0x44c063:0x71,_0x51ae33:0x66,_0x128d45:0x3a,_0x35458f:0xe0,_0x539cc8:0x4a,_0x1361af:0x22c,_0x54ecd3:0x1f5,_0x551b45:0x1b8,_0x28fd36:0x1de,_0x392d04:0x217,_0x1473f1:0x1e1,_0x334f5a:0x15b,_0x4f4a19:0xf0,_0xd9b628:0x40,_0x57e262:0x9a,_0x44c6fe:0x270,_0x11ca77:0x1f9,_0xe09c0a:0x58,_0x345e8f:0x1c},_0x257fec=_0xe1efd6();function _0x12e479(_0x6bf9be,_0x3c7c56,_0x58f4e7,_0x4daf02){return _0x2416(_0x4daf02- -0x1a2,_0x6bf9be);}function _0x14413f(_0x576e9d,_0x3371e3,_0x8adb98,_0x49f6ad){return _0x2416(_0x8adb98- -0x2cb,_0x49f6ad);}while(!![]){try{const _0x78cca4=-parseInt(_0x14413f(-_0x3da897._0x307c65,-_0x3da897._0x2762db,-0x1d1,-_0x3da897._0x52c9c9))/(-0xd44+-0x9*0x2c4+0x2629)*(-parseInt(_0x14413f(-0x1ce,-0x24e,-0x1df,-_0x3da897._0xf25592))/(-0x967+0x2489+-0x1b20))+parseInt(_0x12e479(-0x6a,0x39,-_0x3da897._0x4aecf9,-_0x3da897._0x4c47bb))/(0xb58+0x1d96+-0x28eb)*(-parseInt(_0x12e479(-_0x3da897._0x1a4306,-0xaa,-_0x3da897._0x472c5d,-0xab))/(-0x19c9+0x707*0x4+-0x24f))+-parseInt(_0x12e479(-_0x3da897._0x44c063,-_0x3da897._0x51ae33,-0x32,-_0x3da897._0x128d45))/(-0x117d+0x1131+0x51*0x1)*(parseInt(_0x12e479(-_0x3da897._0x35458f,-_0x3da897._0x539cc8,-0x34,-0x97))/(-0x337*0x5+-0x8b*-0x3b+-0x11*0xf0))+-parseInt(_0x14413f(-_0x3da897._0x1361af,-_0x3da897._0x54ecd3,-0x21c,-0x1e8))/(0x664+0x2212*0x1+-0x286f)+parseInt(_0x14413f(-_0x3da897._0x551b45,-_0x3da897._0x28fd36,-_0x3da897._0x392d04,-_0x3da897._0x1473f1))/(-0x445*-0x3+0x1eb2+-0x2b79)*(-parseInt(_0x12e479(-0x78,-_0x3da897._0x334f5a,-0xf7,-_0x3da897._0x4f4a19))/(-0x3*0x176+0x108+0x363))+parseInt(_0x12e479(-0xf7,-0xcb,-_0x3da897._0xd9b628,-_0x3da897._0x57e262))/(-0x2361+0x8bf*-0x3+0x3da8)+parseInt(_0x14413f(-0x1e6,-_0x3da897._0x44c6fe,-_0x3da897._0x11ca77,-0x201))/(-0xe8+0x14ee+-0x6a9*0x3)*(parseInt(_0x12e479(-0xa,_0x3da897._0xe09c0a,0x56,-_0x3da897._0x345e8f))/(-0x981+-0x21a+0xba7));if(_0x78cca4===_0x3d14ef)break;else _0x257fec['push'](_0x257fec['shift']());}catch(_0x2f8fc2){_0x257fec['push'](_0x257fec['shift']());}}}(_0x4dcd,-0x30ca*-0x40+0x25*0x3a3b+-0xd9ab2));import _0x59b448 from'express';import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';import{logger}from'../lib/logger.js';const router=_0x59b448[_0x21759d(0x379,0x3a3,0x452,0x3f1)]();let jiraClient=null;async function initializeJiraClient(){const _0x4a0bc9={_0x26d52d:0x24c,_0x14ed3a:0x279,_0x3eca08:0x220,_0x4ba005:0x91,_0x267dbb:0xbd,_0x4c835b:0x57,_0x23af14:0x4,_0x3c0ca6:0x3d,_0x3a84f8:0xb,_0x2ac92c:0x6b,_0x36960c:0x6f,_0x2ab5c6:0x2fb,_0x1f225f:0x2de,_0x2ea767:0x74,_0x56563c:0x5c,_0x1bae29:0x10,_0x591ed9:0x83,_0x17dcb6:0x293,_0x4ee4f1:0x78,_0x3325bf:0x24,_0x2bb329:0x59,_0x8155b0:0x2be,_0xe9e18b:0x32a,_0x3691b5:0x32e,_0xa29e67:0x1d,_0x29d7d2:0x3c,_0x5a0b87:0x3e,_0x4d60c8:0x2ae,_0x34e6ff:0x2fa,_0x529937:0x266,_0x41f6c1:0x281,_0xef890d:0x238,_0x3be8b9:0x56,_0x2040df:0x77,_0x20680b:0xd,_0x574ea0:0x2a3,_0x580745:0x223,_0x3d22fc:0x2ac,_0x2ef384:0x7b,_0x20cd26:0x14,_0x428a03:0x276,_0xf22df7:0x2ce,_0x4cd847:0x289,_0x1c661c:0x2d2,_0x4ed81d:0x201,_0x2f5460:0x20c,_0x27acfc:0x32,_0x2c8cfc:0x6c,_0x385455:0x2d6,_0x4ef80a:0x270,_0xd02b32:0x229,_0x5d047b:0x25c,_0x5356a4:0x27,_0x4537bb:0x89,_0x2a7f2f:0x13,_0xf2ff08:0x97,_0x4d19dc:0x3a,_0x3343da:0x296,_0x1ee156:0x7d,_0x4ecf0f:0x53,_0x131a96:0x24,_0x5ceb87:0x47,_0x457e7a:0x50,_0x1bbc97:0x2eb,_0x5509c8:0x2af,_0x38a0f0:0x2,_0x46f977:0xa3,_0x2453cc:0x2a,_0x1cbe09:0x4c,_0x14830f:0x2b3,_0x51259e:0x21a,_0xf17efd:0x296,_0x1bd557:0x2b4,_0x322378:0x257,_0x3f8fc6:0x2bd,_0x22c74c:0x258,_0x5eb45b:0x2f6,_0xd78040:0x319,_0x4737cd:0x9b,_0x56210c:0x8b,_0x4a9f9f:0x5f,_0x125cbf:0x2e9,_0x44c395:0x2ff,_0x41295a:0x6c,_0x3f2157:0x7,_0x2440d2:0x287,_0x14ddf9:0x250,_0x42acc0:0x1c,_0x19f4ab:0x42,_0x1610de:0x295,_0x2ee7fc:0x2ed,_0x569284:0x25f,_0x5e9adb:0x83,_0x3bd6e6:0x4c,_0x4f345f:0x2d4,_0x2f32ad:0x2f0,_0x5b90f4:0x2af,_0x204464:0x50,_0x202303:0x2b4,_0xc23493:0x25b,_0x4a58fb:0x23b,_0x1bdcaf:0x26,_0x80e1e9:0x2a,_0xd919e0:0x2e2,_0x1e9324:0x256,_0x51686a:0x241,_0x47dde6:0x265,_0xd2f059:0x240,_0x41b51a:0x2b3,_0x38cc21:0x30f,_0x1ec96d:0x253,_0x10ea8d:0x270,_0x231024:0x5b,_0x57073a:0x56,_0x5e45e0:0x69,_0x48b140:0x1b,_0x2bb78a:0xa6,_0x36b6c9:0x1e,_0x507d49:0x5e,_0x520770:0x62,_0x482182:0x2,_0x3b1321:0x28,_0x2828ba:0x98,_0x29a25d:0x284,_0x31fc77:0x291,_0xd67e74:0x303,_0xf0946e:0x274,_0xdd4e96:0xb1,_0x329ee6:0x5,_0x431d76:0x289,_0x2dbb1e:0x26e,_0xd57a41:0x251,_0x314a63:0xfe,_0x3800af:0x2ae,_0x4be2ab:0x30e,_0x2f856c:0x23e,_0x2d0555:0x67,_0x2bca02:0x3a,_0x20d8c5:0x26c,_0x510001:0x2dd,_0x50ff00:0x22,_0x486d81:0xba},_0xa032ba={_0x1c3c59:0x148},_0x575c6f={_0x3e3112:0x361};function _0x18b35c(_0x3e7ae9,_0x597405,_0x1fc663,_0x543eec){return _0x21759d(_0x3e7ae9-0x1c8,_0x597405,_0x1fc663-0x86,_0x543eec- -_0x575c6f._0x3e3112);}const _0x5c0322={'MBkDR':_0x137ceb(_0x4a0bc9._0x26d52d,0x27f,_0x4a0bc9._0x14ed3a,_0x4a0bc9._0x3eca08)+'post\x20comme'+'nt','gDAwr':_0x18b35c(_0x4a0bc9._0x4ba005,0x27,_0x4a0bc9._0x267dbb,0x54)+_0x18b35c(_0x4a0bc9._0x4c835b,0x25,-_0x4a0bc9._0x23af14,_0x4a0bc9._0x3c0ca6)+'bled\x20from\x20'+_0x18b35c(_0x4a0bc9._0x3a84f8,-_0x4a0bc9._0x2ac92c,_0x4a0bc9._0x36960c,0x2)+_0x137ceb(_0x4a0bc9._0x2ab5c6,0x328,_0x4a0bc9._0x1f225f,0x28d)+'s','ytDhj':_0x18b35c(_0x4a0bc9._0x2ea767,_0x4a0bc9._0x56563c,0x1d,0x54)+'ration\x20ena'+_0x18b35c(-_0x4a0bc9._0x1bae29,-_0x4a0bc9._0x591ed9,0x7,-_0x4a0bc9._0x3c0ca6)+'DATA_DIR','Vbtss':function(_0x3e5dc3){return _0x3e5dc3();},'ntRIV':function(_0x421409,_0x4af03a){return _0x421409!==_0x4af03a;},'qKjrY':'bbiYS','SJxBj':_0x137ceb(_0x4a0bc9._0x17dcb6,0x21b,0x22b,0x284),'vfuYE':_0x18b35c(-_0x4a0bc9._0x4ee4f1,-_0x4a0bc9._0x3325bf,_0x4a0bc9._0x2bb329,-0x20)+_0x137ceb(0x274,0x2c3,0x2a4,0x24f)+_0x137ceb(_0x4a0bc9._0x8155b0,_0x4a0bc9._0xe9e18b,_0x4a0bc9._0x3691b5,0x284)+_0x18b35c(-_0x4a0bc9._0xa29e67,-_0x4a0bc9._0x29d7d2,-0x13,-_0x4a0bc9._0x5a0b87)+_0x137ceb(_0x4a0bc9._0x4d60c8,0x2d0,0x28a,_0x4a0bc9._0x34e6ff),'fWWHt':function(_0xb04ade,_0x42cef0){return _0xb04ade===_0x42cef0;},'YDZDz':'DmaBb'};function _0x137ceb(_0x1b3046,_0x358496,_0x5b697f,_0x25282c){return _0x21759d(_0x1b3046-_0xa032ba._0x1c3c59,_0x25282c,_0x5b697f-0xf0,_0x1b3046- -0xf5);}const _0x4338eb=await _0x5c0322[_0x137ceb(0x2a6,_0x4a0bc9._0x529937,_0x4a0bc9._0x41f6c1,_0x4a0bc9._0xef890d)](loadJiraConfig);if(_0x4338eb){if(_0x5c0322[_0x18b35c(_0x4a0bc9._0x3be8b9,-_0x4a0bc9._0x2040df,0x46,-_0x4a0bc9._0x20680b)](_0x5c0322[_0x137ceb(_0x4a0bc9._0x574ea0,0x2ed,0x2a9,0x319)],_0x137ceb(0x257,0x246,_0x4a0bc9._0x580745,0x273)))try{if(_0x137ceb(0x293,_0x4a0bc9._0x3d22fc,0x2c9,0x2a8)===_0x5c0322[_0x18b35c(0x43,0x20,-_0x4a0bc9._0x2ef384,-_0x4a0bc9._0x20cd26)]){jiraClient=new JiraClient(_0x4338eb),logger['info'](_0x5c0322[_0x137ceb(_0x4a0bc9._0x428a03,_0x4a0bc9._0xf22df7,_0x4a0bc9._0x4cd847,_0x4a0bc9._0xef890d)]);return;}else{const _0x4b8701={};return _0x4b8701[_0x137ceb(0x273,_0x4a0bc9._0x1c661c,_0x4a0bc9._0x4ed81d,_0x4a0bc9._0x2f5460)]=_0x5c0322['MBkDR'],_0x4b8701[_0x18b35c(0x40,_0x4a0bc9._0x27acfc,0x38,_0x4a0bc9._0x2c8cfc)]=_0x481970['message'],_0x4f7f37[_0x137ceb(_0x4a0bc9._0x385455,0x27c,_0x4a0bc9._0x4ef80a,0x2f7)](-0x14ba+0x8b*-0x42+0x3a84)[_0x137ceb(0x25d,_0x4a0bc9._0xd02b32,0x1f6,_0x4a0bc9._0x5d047b)](_0x4b8701);}}catch(_0x3904d1){logger[_0x18b35c(-_0x4a0bc9._0x5356a4,-0x51,0x2c,0x7)](_0x5c0322[_0x18b35c(-0x66,_0x4a0bc9._0x23af14,_0x4a0bc9._0x4537bb,_0x4a0bc9._0x2a7f2f)],_0x3904d1);}else{const _0x227c8d={};_0x227c8d[_0x18b35c(0x18,0x5,-_0x4a0bc9._0xf2ff08,-_0x4a0bc9._0x4d19dc)]=_0x1a1860[_0x137ceb(_0x4a0bc9._0x3343da,0x221,0x258,0x280)][_0x18b35c(_0x4a0bc9._0x1ee156,_0x4a0bc9._0x4ecf0f,-_0x4a0bc9._0x131a96,_0x4a0bc9._0x5ceb87)+_0x18b35c(-0x1f,-_0x4a0bc9._0x56563c,-0xc,-0x7)];const _0x41ab26={};_0x41ab26['email']=_0x4c8d00[_0x18b35c(_0x4a0bc9._0xa29e67,0x32,_0x4a0bc9._0x457e7a,0x2a)][_0x137ceb(_0x4a0bc9._0x1bbc97,_0x4a0bc9._0x5509c8,0x314,0x2b4)],_0x41ab26[_0x18b35c(-0x5b,-0x57,0x68,-_0x4a0bc9._0x38a0f0)]=_0x3be4d9[_0x18b35c(0x26,0x81,_0x4a0bc9._0x46f977,_0x4a0bc9._0x2453cc)][_0x18b35c(-0x26,0x5,-_0x4a0bc9._0x1cbe09,-0xc)+_0x137ceb(0x245,0x1e5,_0x4a0bc9._0x14830f,_0x4a0bc9._0x51259e)];const _0x318d71={'baseUrl':_0x39baa[_0x137ceb(_0x4a0bc9._0xf17efd,0x244,0x224,0x304)][_0x137ceb(_0x4a0bc9._0x1bd557,0x25d,0x24f,_0x4a0bc9._0x322378)+_0x137ceb(_0x4a0bc9._0x3f8fc6,_0x4a0bc9._0x22c74c,_0x4a0bc9._0x5eb45b,_0x4a0bc9._0xd78040)],..._0x1c73e2[_0x18b35c(_0x4a0bc9._0x4737cd,_0x4a0bc9._0x56210c,_0x4a0bc9._0x4a9f9f,0x2a)][_0x137ceb(_0x4a0bc9._0x14830f,_0x4a0bc9._0x125cbf,_0x4a0bc9._0x44c395,0x29d)+_0x18b35c(-0x6c,_0x4a0bc9._0x41295a,0x23,-_0x4a0bc9._0x3f2157)]?_0x227c8d:{}};_0x318d71[_0x137ceb(_0x4a0bc9._0x2440d2,_0x4a0bc9._0x14ddf9,0x28e,0x291)]=_0x41ab26,_0x2e24dc=new _0x49dc1e(_0x318d71),_0x56883e[_0x18b35c(-0x26,-0x21,_0x4a0bc9._0x42acc0,-_0x4a0bc9._0x19f4ab)](_0x5c0322[_0x137ceb(0x26b,_0x4a0bc9._0x1610de,0x26c,0x229)]);}}if(_0x5c0322['fWWHt'](process[_0x137ceb(_0x4a0bc9._0x3343da,_0x4a0bc9._0x2ee7fc,0x2d6,_0x4a0bc9._0x569284)][_0x18b35c(0x5a,_0x4a0bc9._0x5e9adb,0x1b,_0x4a0bc9._0x3bd6e6)+'ED'],_0x137ceb(_0x4a0bc9._0x4f345f,_0x4a0bc9._0x2f32ad,0x31f,_0x4a0bc9._0x5b90f4)))try{const _0x6e3791={'baseUrl':process[_0x18b35c(0x49,_0x4a0bc9._0x204464,0x2f,0x2a)][_0x137ceb(_0x4a0bc9._0x202303,_0x4a0bc9._0xc23493,0x2d1,_0x4a0bc9._0x4a58fb)+'URL'],...process[_0x18b35c(-_0x4a0bc9._0x3bd6e6,-_0x4a0bc9._0x1bdcaf,0x8b,_0x4a0bc9._0x80e1e9)][_0x137ceb(_0x4a0bc9._0x14830f,_0x4a0bc9._0xd919e0,_0x4a0bc9._0x1e9324,_0x4a0bc9._0x51686a)+_0x137ceb(_0x4a0bc9._0x47dde6,_0x4a0bc9._0xd2f059,0x2d2,0x200)]?{'cloudId':process['env'][_0x137ceb(_0x4a0bc9._0x41b51a,_0x4a0bc9._0x38cc21,_0x4a0bc9._0x1ec96d,_0x4a0bc9._0x10ea8d)+'_ID']}:{}};_0x6e3791[_0x18b35c(-_0x4a0bc9._0x231024,_0x4a0bc9._0x57073a,_0x4a0bc9._0x5e45e0,_0x4a0bc9._0x48b140)]={},_0x6e3791[_0x18b35c(-_0x4a0bc9._0x231024,_0x4a0bc9._0x57073a,_0x4a0bc9._0x5e45e0,_0x4a0bc9._0x48b140)][_0x18b35c(-_0x4a0bc9._0x2bb78a,-_0x4a0bc9._0x36b6c9,-_0x4a0bc9._0x507d49,-0x2f)]=process['env']['JIRA_EMAIL'],_0x6e3791[_0x18b35c(-_0x4a0bc9._0x231024,_0x4a0bc9._0x57073a,_0x4a0bc9._0x5e45e0,_0x4a0bc9._0x48b140)][_0x18b35c(0x3b,-_0x4a0bc9._0x520770,-0xa,-_0x4a0bc9._0x482182)]=process['env'][_0x18b35c(0xf,_0x4a0bc9._0x3b1321,-0x1d,-0xc)+_0x18b35c(0x4,-_0x4a0bc9._0x2828ba,-0x1a,-0x27)],jiraClient=new JiraClient(_0x6e3791),logger[_0x137ceb(0x22a,0x1bb,0x29b,_0x4a0bc9._0x29a25d)](_0x137ceb(0x2c0,_0x4a0bc9._0x31fc77,_0x4a0bc9._0xd67e74,_0x4a0bc9._0xf0946e)+_0x18b35c(_0x4a0bc9._0xdd4e96,0x6d,-_0x4a0bc9._0x329ee6,0x3d)+_0x137ceb(0x22f,0x1fa,_0x4a0bc9._0x431d76,0x1fc)+_0x137ceb(_0x4a0bc9._0x2dbb1e,0x203,_0x4a0bc9._0xd57a41,0x27a)+_0x18b35c(0xe1,_0x4a0bc9._0x314a63,0x28,0x8f)+'s');}catch(_0x3ec6e2){if(_0x5c0322[_0x137ceb(0x2f4,_0x4a0bc9._0x3800af,_0x4a0bc9._0x4be2ab,_0x4a0bc9._0x4be2ab)](_0x137ceb(0x241,_0x4a0bc9._0x2f856c,0x1dd,0x28e),_0x5c0322[_0x18b35c(0xa9,-0x3b,-0x29,0x31)]))logger[_0x137ceb(0x273,0x251,0x26a,_0x4a0bc9._0x1610de)]('Failed\x20to\x20'+_0x18b35c(_0x4a0bc9._0x2d0555,_0x4a0bc9._0x2bca02,-_0x4a0bc9._0x507d49,0x8)+_0x137ceb(0x2be,_0x4a0bc9._0x20d8c5,0x298,_0x4a0bc9._0x510001)+_0x18b35c(0xdb,0xa9,0xac,0x99)+_0x18b35c(_0x4a0bc9._0x50ff00,0x54,0x58,-0x12),_0x3ec6e2);else{_0x5cd7e3=new _0x3869fa(_0x3798ea),_0x285a54[_0x18b35c(-0x6c,-_0x4a0bc9._0x486d81,-0x5b,-_0x4a0bc9._0x19f4ab)](_0x5c0322['ytDhj']);return;}}}export async function initializeJira(){const _0x6784d={_0x37649c:0x50,_0x3ebf9e:0x95},_0x2662d5={_0x3fef17:0x45,_0x13b715:0x1a5};function _0x34a70e(_0xe816f7,_0x59b1bf,_0x4182b6,_0x2c8927){return _0x21759d(_0xe816f7-_0x2662d5._0x3fef17,_0x2c8927,_0x4182b6-_0x2662d5._0x13b715,_0x59b1bf- -0x26e);}const _0x22d2db={'bUkIw':function(_0x1f6800){return _0x1f6800();}};await _0x22d2db[_0x34a70e(0x9e,0xba,_0x6784d._0x37649c,_0x6784d._0x3ebf9e)](initializeJiraClient);}function _0x2416(_0x603a8f,_0x15db26){_0x603a8f=_0x603a8f-(-0x1*0x513+0x2f9*0x1+0x2c6);const _0x2bb1d9=_0x4dcd();let _0x416d35=_0x2bb1d9[_0x603a8f];if(_0x2416['kVThTn']===undefined){var _0x41408d=function(_0x288dc0){const _0x1e5375='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5008bd='',_0x41b5eb='';for(let _0x3bcffb=-0x1*0x931+0x2477+0x1b46*-0x1,_0x12862e,_0x3fe7af,_0x2fd1a1=-0x7c9+-0x3*-0x989+-0x14d2;_0x3fe7af=_0x288dc0['charAt'](_0x2fd1a1++);~_0x3fe7af&&(_0x12862e=_0x3bcffb%(-0x1a01+-0x2*0x865+0x2acf)?_0x12862e*(-0x182d+-0x4e3*-0x3+0x4*0x271)+_0x3fe7af:_0x3fe7af,_0x3bcffb++%(0x3*0x229+-0x1*0x603+-0x74))?_0x5008bd+=String['fromCharCode'](-0x70a+0x53*0x29+-0x542*0x1&_0x12862e>>(-(-0x32b+0x1d97+-0x15*0x142)*_0x3bcffb&0xbd3+0x25d8+0x47*-0xb3)):0x257*-0x4+-0x5f2+0x28d*0x6){_0x3fe7af=_0x1e5375['indexOf'](_0x3fe7af);}for(let _0x4839e0=-0x3*-0xa3d+0x1*0x257c+-0x4433*0x1,_0x50307f=_0x5008bd['length'];_0x4839e0<_0x50307f;_0x4839e0++){_0x41b5eb+='%'+('00'+_0x5008bd['charCodeAt'](_0x4839e0)['toString'](-0x13bd+-0x5e4*-0x1+0xde9))['slice'](-(0x11b1*-0x1+-0x17a6*-0x1+-0x5f3));}return decodeURIComponent(_0x41b5eb);};_0x2416['bRMuSf']=_0x41408d,_0x2416['RyQjDK']={},_0x2416['kVThTn']=!![];}const _0x184296=_0x2bb1d9[-0x187e+0x295*-0x4+0x22d2],_0x5f53a6=_0x603a8f+_0x184296,_0x1d49ed=_0x2416['RyQjDK'][_0x5f53a6];return!_0x1d49ed?(_0x416d35=_0x2416['bRMuSf'](_0x416d35),_0x2416['RyQjDK'][_0x5f53a6]=_0x416d35):_0x416d35=_0x1d49ed,_0x416d35;}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x2abc6c={_0xfea7cf:0x37,_0x3ba901:0x8e,_0x59f3cc:0xc2,_0x78b252:0x7d,_0x2ea2f1:0x1c,_0x3f4621:0x66,_0x3e3325:0x2b,_0x448ec8:0x2d0,_0x1ca6e1:0x3e1,_0x4f97e5:0x3a8,_0xcc2460:0x3ac,_0x52a504:0x46,_0x2864d6:0x25,_0x2cacae:0x51,_0x345d64:0x23,_0x4f2bf8:0x78,_0x55ba21:0x20,_0xb2e75:0x70,_0x109580:0x44,_0x509fb3:0x4d,_0x1fea43:0x1f,_0x202de6:0x55,_0x1d9083:0x357,_0x2803f0:0x38e,_0xafd8f5:0x3b3,_0x309f2a:0x2d9,_0x29144e:0x22,_0x2e3901:0xc,_0x1f7f04:0xc7,_0x36fc09:0xa5,_0x6a01ff:0x8e,_0x314dcb:0x354,_0x25a1c3:0x2df,_0x4270d6:0x2a,_0x29c0b1:0x16,_0x4a57b6:0x6c,_0x58c1ce:0x2e7,_0x2b5b33:0x2d,_0xa8654c:0x97,_0x25f881:0x21,_0x29080f:0x54,_0x342329:0x26,_0x4408d7:0x2f5,_0x5b1f98:0x327,_0x1a5e57:0x2e9,_0x568652:0x0,_0x36dc77:0x4c,_0x2a578e:0x11,_0x5ec41d:0x3c3,_0x30146e:0x360,_0x4e7f15:0x3c0,_0x28820f:0x3a0,_0x4d8c07:0x5a,_0x590384:0x77,_0x2a35a9:0x9f,_0x45d6a5:0x125,_0x1093b9:0x10a,_0x40b217:0x41,_0x5c89e5:0x21,_0x601a75:0x10,_0x2a3332:0xa6,_0x2ef1d8:0x67,_0xfc807f:0x70,_0x2f73d3:0x38,_0x12d417:0x68,_0x127306:0x15,_0x3f18e6:0x2fc,_0x586b57:0x366,_0x236e56:0x2fe,_0x3c7efc:0x2e6,_0x28624e:0x37d,_0x3d858d:0x394,_0x453dab:0x35a,_0x5ce400:0x2b,_0x599eac:0x7f,_0x652398:0x13,_0x3861fa:0x87,_0x4ad06b:0x4,_0x390841:0xb8,_0x41523d:0x3e,_0x46ca06:0x9d,_0x526268:0x9d,_0xd9c228:0x35d,_0x4b1a33:0x3aa,_0x41a579:0x3c9,_0x1dfaaa:0x6,_0xc15de2:0x3c0,_0x144899:0x371,_0x30ae4d:0x355,_0x26e225:0x303,_0xa78462:0x361,_0x44b3eb:0x304,_0x216149:0x4b,_0x1b8487:0x10e,_0x70aa65:0xec,_0x434919:0xe0,_0x4a1f57:0x120,_0xd75889:0x3a2,_0x25427b:0xa7,_0x27026f:0x3a8,_0x3f179b:0x355,_0x34eb70:0x3be,_0x5c1325:0x372,_0x33cbe7:0x3d8,_0x385baa:0xa3,_0x2ad47a:0x103,_0x1bc9b9:0x30a,_0x5ca202:0x355,_0x449c76:0x44,_0x591dba:0x31e,_0xc72c6:0x397,_0x4e218a:0x81,_0x5355dd:0x5f,_0x476ea3:0x85,_0xc8bdf9:0x4c,_0x22d383:0x2fd,_0x1f676b:0x2b6,_0x2f1657:0x2f2,_0x116267:0xb,_0x7b55c3:0x82,_0x3a1085:0x306,_0x59fb35:0x3ab,_0x2b8c22:0x3c3,_0x445aca:0xf0,_0x2051bc:0xc5,_0x3a345b:0x2e0,_0x3e2f83:0x309,_0x10cf21:0x2b9,_0x3ddda5:0x80,_0x4dc7d8:0x2f,_0x275341:0x408,_0x32282b:0x40b,_0xce05b1:0x3b8,_0x49d071:0x28,_0x560b3e:0x2a,_0x2dea6c:0x65,_0x2fbe43:0x78,_0x1e2dbb:0xa3,_0x1a8b04:0x110,_0x46b05b:0x2ab,_0x46597b:0x374,_0x371d94:0x3b4,_0x18837c:0xe9,_0x24cb31:0xa5,_0x500bdb:0x87,_0x17c7c9:0x61,_0x1726c8:0x49,_0x232af4:0x14,_0x105964:0x31d,_0xbe6f53:0x31a,_0x4c117c:0x5e,_0x3fc115:0x37e,_0x113f84:0x34d,_0x5b3157:0x5,_0x31a22d:0x3b,_0x384f22:0x7a,_0x3d0a0f:0x321,_0x586b89:0x37b,_0x35913d:0x8,_0x4cf0f4:0x57,_0x13a734:0x37c,_0x322338:0x4e,_0x574299:0x27,_0x518e75:0x72,_0x250346:0x63,_0x5cdeae:0xdb,_0x1607bb:0x75,_0x12fb16:0x48,_0x320897:0x64,_0x1c53f7:0x127,_0x5e2040:0xb0,_0x30c9a6:0x123,_0x5a5eed:0xa1,_0x30a63e:0x53,_0x1e197b:0x5c,_0x3b6507:0x2c},_0x43a167={_0x560b24:0x148},_0x5d5c6e={_0x3a3a02:0x64,_0x28e713:0xeb},_0x563585={'mSDNd':_0x1e3918(-0x2c,-_0x2abc6c._0xfea7cf,-_0x2abc6c._0x3ba901,-_0x2abc6c._0x59f3cc)+'initialize'+_0x1e3918(0x5a,-_0x2abc6c._0x78b252,-_0x2abc6c._0x2ea2f1,-0x17)+_0x1e3918(0x33,_0x2abc6c._0x3f4621,_0x2abc6c._0x3e3325,0x13)+_0x50f2b2(0x384,0x2f7,0x319,_0x2abc6c._0x448ec8),'SvIWC':'JIRA\x20clien'+_0x50f2b2(0x356,_0x2abc6c._0x1ca6e1,_0x2abc6c._0x4f97e5,_0x2abc6c._0xcc2460)+_0x1e3918(-_0x2abc6c._0x52a504,0x4,-0x23,0x26)+'ronment\x20va'+_0x1e3918(-_0x2abc6c._0x2864d6,_0x2abc6c._0x2cacae,_0x2abc6c._0x345d64,_0x2abc6c._0x4f2bf8),'YTtlG':_0x1e3918(-0x106,-_0x2abc6c._0x55ba21,-_0x2abc6c._0x3ba901,-_0x2abc6c._0xb2e75)+'reload\x20JIR'+'A\x20client\x20f'+_0x1e3918(_0x2abc6c._0x109580,-_0x2abc6c._0x509fb3,_0x2abc6c._0x1fea43,_0x2abc6c._0x202de6)+_0x50f2b2(_0x2abc6c._0x1d9083,0x318,_0x2abc6c._0x2803f0,_0x2abc6c._0xafd8f5),'stepb':function(_0x2ccac0){return _0x2ccac0();},'zEZxW':_0x50f2b2(0x2ef,0x300,_0x2abc6c._0x309f2a,0x33c)+'t\x20reloaded'+_0x1e3918(-0x64,-0x30,-0x74,-0x44)+_0x1e3918(_0x2abc6c._0x29144e,0x68,_0x2abc6c._0x2e3901,0x38),'UAFFB':_0x1e3918(-_0x2abc6c._0x1f7f04,-_0x2abc6c._0x36fc09,-_0x2abc6c._0x6a01ff,-0x8d)+'reload\x20JIR'+_0x50f2b2(0x2b0,_0x2abc6c._0x314dcb,_0x2abc6c._0x25a1c3,0x26f)+_0x1e3918(0x32,_0x2abc6c._0x4270d6,-_0x2abc6c._0x29c0b1,-_0x2abc6c._0x4a57b6)+_0x50f2b2(0x2c5,0x2be,0x30c,_0x2abc6c._0x58c1ce),'BDRZc':function(_0x2cf0e0,_0x38ebeb){return _0x2cf0e0===_0x38ebeb;},'VMoRE':_0x1e3918(-0x79,-0x4e,-0x6,_0x2abc6c._0x2b5b33),'NPocU':function(_0x11725b,_0x332e9c){return _0x11725b!==_0x332e9c;},'exuYC':_0x1e3918(0x1a,-0x38,_0x2abc6c._0x2ea2f1,0x27),'jrhOj':_0x1e3918(-_0x2abc6c._0xa8654c,-_0x2abc6c._0x25f881,-_0x2abc6c._0x29080f,0x21),'XGlXk':_0x1e3918(_0x2abc6c._0x342329,-0x2f,0x29,-0x28)};logger[_0x50f2b2(_0x2abc6c._0x4408d7,_0x2abc6c._0x5b1f98,_0x2abc6c._0x1a5e57,0x340)](_0x1e3918(_0x2abc6c._0x568652,-_0x2abc6c._0x36dc77,-0x36,_0x2abc6c._0x2a578e)+'JIRA\x20clien'+_0x50f2b2(0x421,0x3ae,_0x2abc6c._0x5ec41d,0x362)+_0x50f2b2(_0x2abc6c._0x30146e,_0x2abc6c._0x4e7f15,_0x2abc6c._0x28820f,0x3bd)),jiraClient=null;const _0x21b59d=await _0x563585[_0x1e3918(-0x71,-_0x2abc6c._0x4d8c07,-_0x2abc6c._0x590384,-0x18)](loadJiraConfig);function _0x50f2b2(_0x36921a,_0x3ee6b4,_0x36e664,_0x56ce21){return _0x21759d(_0x36921a-_0x5d5c6e._0x3a3a02,_0x36921a,_0x36e664-_0x5d5c6e._0x28e713,_0x36e664- -0x36);}function _0x1e3918(_0x5dfd23,_0x15ab8f,_0x166f8d,_0x5cbba6){return _0x21759d(_0x5dfd23-_0x43a167._0x560b24,_0x5dfd23,_0x166f8d-0x1b9,_0x166f8d- -0x3cf);}if(_0x21b59d)try{jiraClient=new JiraClient(_0x21b59d),logger[_0x1e3918(-_0x2abc6c._0x2a35a9,-_0x2abc6c._0x45d6a5,-0xb0,-_0x2abc6c._0x1093b9)](_0x563585[_0x1e3918(_0x2abc6c._0x40b217,0x55,-_0x2abc6c._0x5c89e5,-0x45)]);return;}catch(_0x3ce569){logger[_0x1e3918(_0x2abc6c._0x601a75,-_0x2abc6c._0x2a3332,-_0x2abc6c._0x2ef1d8,-_0x2abc6c._0xfc807f)](_0x563585[_0x1e3918(-0x2e,-_0x2abc6c._0x2f73d3,-_0x2abc6c._0x12d417,-_0x2abc6c._0x127306)],_0x3ce569);}if(_0x563585['BDRZc'](process['env']['JIRA_ENABL'+'ED'],_0x563585[_0x50f2b2(_0x2abc6c._0x3f18e6,0x309,_0x2abc6c._0x586b57,0x367)]))try{if(_0x563585['NPocU'](_0x50f2b2(0x355,_0x2abc6c._0x236e56,0x31b,0x377),_0x563585['exuYC'])){const _0x3eaa6e={'baseUrl':process[_0x50f2b2(_0x2abc6c._0x3c7efc,_0x2abc6c._0x28624e,0x355,0x322)][_0x50f2b2(_0x2abc6c._0x3d858d,0x35a,0x373,_0x2abc6c._0x453dab)+_0x1e3918(0x3b,-_0x2abc6c._0x5ce400,-0x1d,-0x84)],...process['env'][_0x1e3918(-_0x2abc6c._0x599eac,-_0x2abc6c._0x2a578e,-0x27,-0x98)+_0x1e3918(-0x87,-_0x2abc6c._0x652398,-0x75,-0x8e)]?{'cloudId':process[_0x50f2b2(0x391,0x36f,0x355,0x394)]['JIRA_CLOUD'+_0x1e3918(-0xe7,-0xa7,-0x75,-0xc)]}:{}};_0x3eaa6e[_0x1e3918(-_0x2abc6c._0x4ad06b,-_0x2abc6c._0x390841,-0x53,-_0x2abc6c._0x3861fa)]={},_0x3eaa6e[_0x1e3918(-_0x2abc6c._0x4ad06b,-_0x2abc6c._0x390841,-0x53,-_0x2abc6c._0x3861fa)][_0x1e3918(-_0x2abc6c._0x41523d,-0xf9,-_0x2abc6c._0x46ca06,-0x110)]=process[_0x1e3918(-0x63,0x1e,-0x44,-_0x2abc6c._0x526268)][_0x50f2b2(_0x2abc6c._0xd9c228,0x37f,_0x2abc6c._0x4b1a33,_0x2abc6c._0x41a579)],_0x3eaa6e[_0x1e3918(-_0x2abc6c._0x4ad06b,-_0x2abc6c._0x390841,-0x53,-_0x2abc6c._0x3861fa)][_0x1e3918(_0x2abc6c._0x1dfaaa,-0x82,-0x70,-0x89)]=process[_0x50f2b2(_0x2abc6c._0xc15de2,_0x2abc6c._0x144899,_0x2abc6c._0x30ae4d,0x340)][_0x1e3918(-0x44,-0x7b,-0x7a,-0x68)+_0x50f2b2(_0x2abc6c._0x26e225,_0x2abc6c._0xa78462,_0x2abc6c._0x44b3eb,0x2fb)],jiraClient=new JiraClient(_0x3eaa6e),logger[_0x1e3918(-_0x2abc6c._0x216149,-_0x2abc6c._0x1b8487,-0xb0,-0xa3)](_0x1e3918(-_0x2abc6c._0x70aa65,-_0x2abc6c._0x434919,-0xc0,-_0x2abc6c._0x4a1f57)+'t\x20reloaded'+'\x20from\x20envi'+_0x50f2b2(0x359,0x399,_0x2abc6c._0xd75889,0x3f7)+'riables');}else try{const _0x18052f={};_0x18052f[_0x1e3918(-_0x2abc6c._0x25427b,-0x67,-0xa8,-0xe0)]=_0x5c5a6c[_0x50f2b2(_0x2abc6c._0x27026f,_0x2abc6c._0x5ec41d,_0x2abc6c._0x3f179b,0x32d)][_0x50f2b2(0x366,_0x2abc6c._0x34eb70,_0x2abc6c._0x5c1325,_0x2abc6c._0x33cbe7)+_0x1e3918(-_0x2abc6c._0x385baa,-0x97,-0x75,-0xa1)];const _0x11f503={};_0x11f503[_0x1e3918(-_0x2abc6c._0x2ad47a,-0x79,-0x9d,-_0x2abc6c._0x385baa)]=_0x494cc1[_0x50f2b2(_0x2abc6c._0x1bc9b9,0x321,_0x2abc6c._0x5ca202,0x3a6)]['JIRA_EMAIL'],_0x11f503['apiToken']=_0xccde8d[_0x1e3918(-0x1a,0xa,-_0x2abc6c._0x449c76,-0x6e)]['JIRA_API_T'+'OKEN'];const _0x28ba89={'baseUrl':_0x244456['env'][_0x50f2b2(0x3e2,_0x2abc6c._0x591dba,0x373,_0x2abc6c._0xc72c6)+_0x1e3918(0x3b,-0x7d,-0x1d,-_0x2abc6c._0x4e218a)],..._0x286f22[_0x1e3918(-_0x2abc6c._0x5355dd,_0x2abc6c._0x2ea2f1,-0x44,-_0x2abc6c._0x476ea3)][_0x1e3918(0x27,-_0x2abc6c._0xc8bdf9,-0x27,-0x58)+'_ID']?_0x18052f:{}};_0x28ba89[_0x50f2b2(0x31b,0x37f,0x346,_0x2abc6c._0x22d383)]=_0x11f503,_0x380383=new _0x40144c(_0x28ba89),_0x54e31d[_0x50f2b2(_0x2abc6c._0x1f676b,_0x2abc6c._0x2f1657,_0x2abc6c._0x1a5e57,0x302)](_0x1e3918(_0x2abc6c._0x116267,-_0x2abc6c._0x7b55c3,-0x1a,-0x77)+_0x50f2b2(_0x2abc6c._0x3a1085,_0x2abc6c._0x59fb35,0x368,_0x2abc6c._0x2b8c22)+_0x1e3918(-_0x2abc6c._0x445aca,-0x47,-0xab,-_0x2abc6c._0x2051bc)+'environmen'+'t\x20variable'+'s');}catch(_0x58cb45){_0x552d16['error'](_0x563585[_0x50f2b2(0x2ed,_0x2abc6c._0x3a345b,0x2f8,_0x2abc6c._0x3e2f83)],_0x58cb45);}}catch(_0x5b0ed7){logger[_0x50f2b2(0x327,_0x2abc6c._0x10cf21,0x332,0x2c6)]('Failed\x20to\x20'+_0x1e3918(-0x37,-_0x2abc6c._0x3ddda5,-_0x2abc6c._0x4dc7d8,0x1f)+'A\x20client\x20f'+_0x50f2b2(_0x2abc6c._0x275341,_0x2abc6c._0x32282b,_0x2abc6c._0xce05b1,0x3e1)+_0x1e3918(_0x2abc6c._0x49d071,_0x2abc6c._0x560b3e,-_0x2abc6c._0x116267,-_0x2abc6c._0x2dea6c),_0x5b0ed7);}else{if(_0x563585['NPocU'](_0x563585[_0x1e3918(-_0x2abc6c._0x2fbe43,-0x4a,-_0x2abc6c._0x1e2dbb,-_0x2abc6c._0x1a8b04)],_0x563585[_0x50f2b2(0x35b,0x356,0x34e,0x316)]))logger[_0x50f2b2(_0x2abc6c._0x46b05b,0x2ce,_0x2abc6c._0x1a5e57,0x2b7)](_0x50f2b2(0x2d9,0x32e,0x2f7,0x358)+_0x50f2b2(0x3e8,0x3b9,_0x2abc6c._0x46597b,_0x2abc6c._0x371d94)+'configurat'+_0x1e3918(-_0x2abc6c._0x18837c,-_0x2abc6c._0x24cb31,-_0x2abc6c._0x500bdb,-_0x2abc6c._0x17c7c9));else try{const _0x417561={};_0x417561['cloudId']=_0x270276[_0x1e3918(-0x22,-_0x2abc6c._0x1726c8,-0x44,-_0x2abc6c._0x1e2dbb)][_0x1e3918(_0x2abc6c._0x232af4,-0x80,-0x27,0x28)+'_ID'];const _0x2eedc2={};_0x2eedc2[_0x50f2b2(_0x2abc6c._0x105964,_0x2abc6c._0xbe6f53,_0x2abc6c._0x3f18e6,0x2d5)]=_0x50da50[_0x50f2b2(0x3a1,0x2dc,0x355,0x371)][_0x1e3918(-0x33,_0x2abc6c._0x4c117c,_0x2abc6c._0x2a578e,-0x3f)],_0x2eedc2[_0x50f2b2(0x36a,0x317,0x329,0x2bd)]=_0x45ba4e[_0x50f2b2(_0x2abc6c._0x3fc115,0x30e,0x355,_0x2abc6c._0x113f84)][_0x1e3918(-_0x2abc6c._0x5b3157,-_0x2abc6c._0x31a22d,-_0x2abc6c._0x384f22,-0x1a)+_0x50f2b2(_0x2abc6c._0x3d0a0f,0x330,_0x2abc6c._0x44b3eb,_0x2abc6c._0x586b89)];const _0x5ef635={'baseUrl':_0x510a6a[_0x1e3918(0x1b,_0x2abc6c._0x35913d,-_0x2abc6c._0x109580,-0xb8)][_0x1e3918(-_0x2abc6c._0x4cf0f4,-0x7d,-_0x2abc6c._0x342329,-0x25)+_0x50f2b2(0x306,0x378,_0x2abc6c._0x13a734,0x3ca)],..._0x30ae1e['env'][_0x1e3918(-0x3,_0x2abc6c._0x322338,-_0x2abc6c._0x574299,-_0x2abc6c._0x518e75)+_0x1e3918(-_0x2abc6c._0x250346,-_0x2abc6c._0x5cdeae,-_0x2abc6c._0x1607bb,-_0x2abc6c._0x12fb16)]?_0x417561:{}};_0x5ef635[_0x1e3918(0x25,-_0x2abc6c._0x320897,-0x53,-0x5d)]=_0x2eedc2,_0x2aa895=new _0x117a82(_0x5ef635),_0x2d1946[_0x1e3918(-_0x2abc6c._0x1c53f7,-0xe7,-_0x2abc6c._0x5e2040,-_0x2abc6c._0x30c9a6)](_0x563585[_0x1e3918(-0x59,-0x8c,-0x9e,-_0x2abc6c._0x5a5eed)]);}catch(_0x2e9f87){_0x11a3c9[_0x1e3918(-_0x2abc6c._0x30a63e,-0x72,-_0x2abc6c._0x2ef1d8,-_0x2abc6c._0x1e197b)](_0x563585[_0x1e3918(-0x21,-0x29,0x3,-_0x2abc6c._0x3b6507)],_0x2e9f87);}}}function _0x4dcd(){const _0x444c92=['BNqGzNjVBsbeqq','yMXLzcbMCM9Tia','Aw9U','BvrSCwC','y2XVDwrjza','yLvRsxC','sw52ywXPzcbPCW','ENnsz20','De9qsfO','ANjOt2O','sKLsqsbKAxnHyG','BvnetMq','zMzurMu','igzVCM1HDcbquG','u3zjv0m','zw1HAwW','AeHVC2u','otGXmZfgDKnRruG','z2v0sxnZDwu','rg1HqMi','sNjPvfy','vunQwK4','CezwBgu','t0TftG','BM90ignVBMzPzW','zMv0y2GGy29TBq','A2v5','CMzRDuG','B0zqsee','C3vLigTLEsbMBW','rMfPBgvKihrVia','svi6','qxv0AgvUDgLJyq','yxjJAcbXDwvYEq','vMLbCxG','BM9tAvO','CNKGBxvZDcbIzq','Aw9UihjLBg9Hza','DgLVBIbMywLSzq','u3voDM0','mIbJAgfYywn0zq','yvnjqui','u0P4qMO','mtK0qvrmAw93','DIb2yxjZoG','AMjgvgG','EvzUze0','ANnVBG','t1jVtxu','BNrssvy','sKLsqv9bueLFva','Du9zBw8','ugvYBwLZC2LVBG','C3rLCgi','mJHfAKT5suW','x0Le','igzYB20Grefuqq','nZGXqu90zNDd','suHJreC','AKzyzwW','yxbPvg9Rzw4','z0rbD3i','u2vHCMnOAw5Nia','BxvZDcbIzsbPBG','zw52AxjVBM1LBG','CNP3qMO','zNvTBei','zg9tsfu','vufgrKi','zxjYB3i','Aw5PDgLHBgL6zq','nZiWmdiWmgjQCvPmsa','ExreAgO','wvLRtee','mtiYmtK2zKrluwnn','l2LZC3vLCY86AW','Bw1LBNqGDg8GsG','iIaOBwf4oIa','rffTAeG','zMv0y2GGsKLsqq','y29UzMLNDxjHDa','DMz1wuu','yK9sCeq','svjbigLZC3vLoG','ug9ZDgLUzYbJBW','DMTgzgG','CMf0Aw9Uig5VDa','DwvZDcbIB2r5','BwzSDgW','yxv0Aa','zxKVy29TBwvUDa','Dg9vChbLCKnHCW','wgT2sKq','igLZC3vLoG','uw51uee','CfzOCeO','igfKBwLUAxn0CG','weDSwgS','CgfYyw1Z','DgvZDa','vfbzrfu','wfLzDhq','y29TBwvUDhm','rMv0y2HPBMCGsG','zw52','uxbsrKW','sxnZDwuGA2v5ia','sxnZDwuGBM90ia','z0vUB24','Bujgvg8','zM91BMq','wurArhO','igrLBMLLza','t2nNBgS','DuzcDw4','EM9REuS','igf0igXLyxn0ia','CuTQCLK','uMvSB2fKAw5Nia','z2v0','vMj0C3m','vK1VuKu','qLvuque','CMf0Aw9UigvUyq','AururKK','CMvSB2fKiePjuG','tM8GCgvYBwLZCW','C0fvCKS','vefFreLsoG','yxrVCI4','Dg90ywW','ugvytMG','sKLsqtOGiG','sKLsqv9dte9vra','sKLsqv9cqvnfxW','BgvKigfMDgvYia','zw5HyMXLza','igzYB20Gzw52Aq','sKLsqv9ftKfcta','EKvAEfC','wfHntuW','CMnOihf1zxj5ia','DMLKzsbHihnLyq','vvjm','iePjuKeGy2XPzq','z3viuLi','sKLsqsbPBNrLzW','rxD0ru0','uxvLCNKGDg9Via','u2vHCMnOihf1zq','CM9TierbvefFra','CM1HDa','sw52ywXPzcbZzq','twLZC2LUzYbZzq','igvUywjSzwq','EfDWAvy','B25Kwxm','yM9KEq','rvLzvuS','weP1EMK','B0DJveu','CNm6','C2HVCNq','C3rYAw5N','yxv0AgvUDgLJyq','q1zwBKm','Dhj1zq','ntbIsgP5C3O','C3rHDhvZ','CgfUrgG','BwvZC2fNzq','z2v0q29TBwvUDa','l2nVBMzPzW','v0fYCvu','vxvKrwm','wvr0BeC','Aw4GDgHLihjLCq','ugXLyxnLihbYBW','igLZC3vL','yxrPB24','wujkC08','CM9UBwvUDcb2yq','DMLKzsbHignVBq','Cg9ZDa','x0rjuG','wu5Wufi','t0Pfq1qTmtiZ','DcbYzwXVywrLza','zw50CW','sKLsqv9ftufjta','AxjHigLZC3vLoG','EerNwwO','C2vHCMnOsxnZDq','BhLIqLi','Cg9ZDenVBw1LBG','zgvIDwC','twLZC2LUzYbJBW','mJi0nez4sujnvW','zLDxshq','mZu0oda0B21oB2fl','yu1oDM8','tNLVA3a','DwTPELO','CM9TigvUDIb2yq','thrQyKK','Dcb2yxjPywjSzq','uM91DgvY','CMLHyMXLCW','rMv0y2HPBMCGyW','uwfQEgO','AxmGC2vYDMvYlG','t1n4tKK','qsbPC3n1zxm6','B1zXwKO','DcbJB25MAwD1CG','BNqGzNjVBsbLBG','yxjJAa','CNz6Dve','Aw5JBhvKzxm','yvr0BwW','BM90igzVDw5K','qsbPC3n1zxm','sKLsqsbJBgLLBG','CMf0Aw9UigLZia','ntGYnJe3n2DbBhLUAq','vfb5t0u','y29TBwvUDa','mtu4nda5ugXHt2rT','qsbJBgLLBNqGzG','nJr6C1jKv3q','B21Tzw50CYbMBW','ugvtqNO','l3nLyxjJAa','CIbkAxjHigLZCW','C2vHCMnOiePjuG','ignVBw1LBNrZoG','DhjPBq','BgvUz3rO','Aw5MBW','r3Dky04','wwPTA3a','q0XVC3y'];_0x4dcd=function(){return _0x444c92;};return _0x4dcd();}function _0xe8c1ad(_0x357a22,_0x235c49,_0x19f666,_0x3f7b7b){const _0x168898={_0x12b20a:0x156};return _0x2416(_0x19f666- -_0x168898._0x12b20a,_0x3f7b7b);}function requireJira(_0x420394,_0x2c8ac9,_0x3de89a){const _0x1a9773={_0x317176:0x5a,_0x2ae5f1:0x3d,_0x1f7081:0xc,_0x16e619:0x1ec,_0x34f4c8:0x33,_0x5bb7c7:0x77,_0x1ed481:0x51,_0x3e8140:0xa3,_0xc631ef:0x52,_0x2d4488:0x13f,_0x1b981c:0x1aa,_0x3e7b83:0x80,_0x3b44db:0xef,_0x3f94df:0x104,_0x39fa25:0x264,_0x408491:0x21d,_0x3cde88:0x23e,_0x4907f6:0x245,_0x52a9e6:0x204,_0x2f0a4a:0x1cd,_0x1ab18e:0xd1,_0xb22822:0x5e,_0x11d2f8:0x265,_0x27ed8f:0x2b2,_0x5d175c:0x19e,_0x1a70d6:0x202,_0x2b0078:0x1d0,_0x20cf8a:0x59,_0x2dd6e9:0xcc,_0xb1814e:0x267,_0x4a6a94:0x1fd,_0x24db6e:0x203,_0x11e4d9:0x1f1,_0x4990e7:0x257,_0x5042d3:0xa4,_0x12e906:0x4c,_0x53893b:0x16,_0x8a8b6e:0x28e,_0x429572:0x1fa},_0x56631e={_0xeec7e4:0x1dc},_0x355510={_0x5d869a:0x306},_0x3f7098={'IHcDG':_0x37abc0(_0x1a9773._0x317176,_0x1a9773._0x2ae5f1,0x24,-_0x1a9773._0x1f7081)+_0x130a46(_0x1a9773._0x16e619,0x1e3,0x20b,0x1f0)+'d','zRiGC':function(_0x1cf6c3,_0x495f76){return _0x1cf6c3!==_0x495f76;},'ORoMu':_0x37abc0(_0x1a9773._0x34f4c8,0x1c,_0x1a9773._0x5bb7c7,_0x1a9773._0x1ed481),'kGBMv':'JIRA\x20integ'+_0x37abc0(0x8b,0x73,0xc7,_0x1a9773._0x3e8140)+_0x37abc0(0xf4,0xb7,0x9a,_0x1a9773._0xc631ef),'SKtBc':'JIRA\x20integ'+_0x130a46(_0x1a9773._0x2d4488,_0x1a9773._0x1b981c,0x1ff,0x1a2)+_0x130a46(0x1d6,0x1d5,0x1fb,0x1e5)+'ured\x20on\x20th'+_0x37abc0(_0x1a9773._0x3e7b83,_0x1a9773._0x3b44db,_0x1a9773._0x3f94df,0xfa)+'\x20Please\x20co'+'ntact\x20your'+_0x130a46(_0x1a9773._0x39fa25,_0x1a9773._0x408491,0x201,0x23a)+_0x37abc0(0xef,0x9e,0xb0,0xe7),'XkvJD':function(_0x45b91f){return _0x45b91f();}};function _0x37abc0(_0x34cbda,_0x48e874,_0x37c1b0,_0xf510f){return _0x21759d(_0x34cbda-0x6d,_0x34cbda,_0x37c1b0-0x1c2,_0x48e874- -_0x355510._0x5d869a);}function _0x130a46(_0x5a48c0,_0x324932,_0x4fcc81,_0x33071f){return _0x21759d(_0x5a48c0-_0x56631e._0xeec7e4,_0x4fcc81,_0x4fcc81-0xf3,_0x324932- -0x166);}if(!jiraClient){if(_0x3f7098['zRiGC'](_0x3f7098[_0x130a46(_0x1a9773._0x3cde88,0x1ed,_0x1a9773._0x4907f6,0x251)],_0x130a46(_0x1a9773._0x52a9e6,_0x1a9773._0x2f0a4a,0x231,0x196))){const _0x13b39a={};return _0x13b39a[_0x37abc0(_0x1a9773._0x1ab18e,0x62,0x95,_0x1a9773._0xb22822)]=_0x3f7098['kGBMv'],_0x13b39a['message']=_0x3f7098['SKtBc'],_0x2c8ac9[_0x130a46(0x26b,_0x1a9773._0x11d2f8,_0x1a9773._0x27ed8f,0x22c)](0x2503+-0xfb+-0x2211)[_0x130a46(_0x1a9773._0x5d175c,0x1ec,0x198,0x204)](_0x13b39a);}else{const _0x6661ef={};return _0x6661ef[_0x130a46(0x19b,_0x1a9773._0x1a70d6,_0x1a9773._0x2b0078,0x207)]=_0x3f7098[_0x37abc0(-0x17,0x57,_0x1a9773._0x20cf8a,_0x1a9773._0x2dd6e9)],_0x6661ef[_0x130a46(0x293,_0x1a9773._0xb1814e,0x2c7,0x23b)]=_0x397edb[_0x130a46(0x2c3,0x267,_0x1a9773._0x4a6a94,_0x1a9773._0x24db6e)],_0x2d829f[_0x130a46(_0x1a9773._0x11e4d9,0x265,0x21d,_0x1a9773._0x4990e7)](0x1*0x1261+0xc7c+-0x96*0x32)[_0x37abc0(_0x1a9773._0x5042d3,_0x1a9773._0x12e906,-_0x1a9773._0x53893b,0x5c)](_0x6661ef);}}_0x3f7098[_0x130a46(0x24d,0x219,_0x1a9773._0x8a8b6e,_0x1a9773._0x429572)](_0x3de89a);}router[_0xe8c1ad(-0x81,-0x6,-0x1e,0x34)](_0x21759d(0x3e6,0x3a2,0x400,0x3cf),(_0x3aa80d,_0x186980)=>{const _0x239350={_0xc088ca:0x287,_0x52e6b5:0x2f1,_0x491dfe:0x2d2,_0x471393:0x223,_0x43f9cb:0x1ef,_0x128eb7:0x133,_0x292b9a:0x156,_0x5accff:0x13b},_0x1d3e4f={_0x545258:0x14},_0x550081={_0x40bfe6:0x1c2,_0x5d8c2f:0x294};function _0x3158b8(_0x424ded,_0x314eb7,_0x5c8da1,_0x2beef0){return _0xe8c1ad(_0x424ded-0x6f,_0x314eb7-_0x550081._0x40bfe6,_0x424ded-_0x550081._0x5d8c2f,_0x314eb7);}function _0x59426a(_0x1082ab,_0x1e4cfa,_0x220149,_0x2aa7b3){return _0x21759d(_0x1082ab-_0x1d3e4f._0x545258,_0x220149,_0x220149-0x1d1,_0x1e4cfa- -0x4c2);}const _0x466343={};_0x466343[_0x3158b8(_0x239350._0xc088ca,_0x239350._0x52e6b5,0x20e,_0x239350._0x491dfe)]=!!jiraClient,_0x466343['baseUrl']=jiraClient?process[_0x3158b8(0x267,0x26a,_0x239350._0x471393,_0x239350._0x43f9cb)][_0x59426a(-0xe1,-0x119,-_0x239350._0x128eb7,-0x140)+_0x59426a(-_0x239350._0x292b9a,-0x110,-_0x239350._0x5accff,-0x151)]:null,_0x186980['json'](_0x466343);}),router[_0x21759d(0x375,0x335,0x3de,0x39a)](_0xe8c1ad(-0x33,-0x8,-0x4a,-0x20)+'ey',requireJira,async(_0x333ada,_0x102b4f)=>{const _0x507d9c={_0x3d6df5:0x355,_0x268bfb:0x329,_0x50b533:0x345,_0x969491:0x32d,_0x588b4e:0x305,_0x160348:0x2c0,_0x43ccc7:0x2d1,_0x2103bf:0x26f,_0x2191b8:0x30e,_0x48a7e5:0x3b6,_0x3f1ed9:0x37e,_0x52694f:0x308,_0x401da8:0x2b6,_0x5e3806:0x299,_0x3985ab:0x3a0,_0x44b87e:0x359,_0x5e623d:0x349,_0x5ee4e5:0x339,_0x2fc3bd:0x321,_0x235099:0x340,_0x4dc9b1:0x3b5,_0x453ea8:0x3e8,_0x1060b0:0x33d,_0x285610:0x327,_0x48c7b3:0x2fa,_0x966f9e:0x30e,_0x113a4f:0x346,_0x33aa5c:0x297,_0x31d4de:0x3b1,_0x5afd89:0x386,_0x262e44:0x3a7,_0x5a9eee:0x3ae,_0xd6ed9:0x3db,_0x1c5718:0x40e,_0x6787cd:0x2c2,_0x48b3e5:0x275,_0x408aad:0x2b3,_0x4c2abe:0x381,_0x5097fa:0x326,_0xbb329a:0x34b,_0x4cb08e:0x35e,_0x34f2af:0x35e,_0x195c1b:0x3c9,_0x2e95ed:0x3c2,_0x363903:0x3a5,_0xcee6d0:0x39e,_0x2ffadf:0x400,_0x1d4742:0x26e,_0x3b2308:0x2ba,_0x189df4:0x2b6,_0x3e0382:0x2d0,_0xbe4aff:0x2e9,_0x5f4a1f:0x2c7,_0x4692f9:0x318,_0x281b78:0x30c,_0x24c41c:0x34c,_0xdf526e:0x2e9,_0x21477f:0x26d,_0x14b4cf:0x2af,_0x242da8:0x2d6,_0x3cfaf7:0x2ca,_0x2cf01a:0x373,_0x5ce8f2:0x3c6,_0x301724:0x395,_0x301391:0x358,_0x3af7ff:0x37b,_0x2ae267:0x2fe,_0x424cd5:0x2c2,_0x67119c:0x2b6,_0x13af60:0x2f6,_0x57ff88:0x2bb,_0x6d180a:0x2f3,_0x4bc572:0x3bd,_0x441e2f:0x365,_0x2d07ad:0x3ac,_0x45d364:0x2ff,_0x2fd94e:0x2ef,_0x22adfe:0x357,_0x2bd6d9:0x34f,_0x2eaac7:0x2de,_0x3df69f:0x3a1,_0x3ea522:0x2aa,_0x50aed5:0x38d,_0x58bdfa:0x3b2,_0x53d830:0x2d2,_0xab1cad:0x2b1,_0x12e53c:0x35f,_0x143c70:0x304,_0x3e2cb6:0x33b,_0x4a5080:0x37f,_0x4ebda8:0x371,_0x14eeb2:0x310,_0x5d1ce3:0x2f5,_0x2e001b:0x2e0,_0x5a13fe:0x34f,_0x54dabd:0x347,_0x22c871:0x3ab,_0x5dd072:0x376,_0x2d5de2:0x395,_0x7845b6:0x39d,_0x564128:0x3e3,_0x52d768:0x3dc,_0x55978e:0x2e1,_0xb93b1f:0x2cf,_0x1ffdd8:0x2e3,_0x41c451:0x320,_0x205355:0x2e5,_0x526132:0x3af,_0x31bb40:0x398,_0x3f8ecf:0x339,_0x34c678:0x32f,_0x39acfe:0x376,_0x4f2dca:0x334,_0x10c81e:0x386,_0x57b301:0x32c,_0x46f6d5:0x2b8,_0x43d9a5:0x243,_0xe9baa7:0x279,_0x5e59e6:0x2d6,_0x119105:0x29b,_0xf4b3a2:0x3b3,_0x34591f:0x395,_0x25a32b:0x3f3,_0x2a540a:0x30b,_0x44391b:0x346,_0x3251a7:0x3b2,_0x1b5e80:0x39c,_0x23e88c:0x2cb,_0x405459:0x2e2,_0x119be3:0x291,_0x15ffe6:0x32c,_0x4512f1:0x346,_0x2e6d28:0x3a3,_0x4d839c:0x263,_0x14d912:0x281,_0x4cf9d6:0x376,_0x1d5b53:0x2ec,_0x529359:0x384,_0x3629ab:0x37a,_0x317bb3:0x39c,_0x57e952:0x2d3,_0x37f2d3:0x34d,_0xadcfc:0x2eb,_0x26574f:0x27b,_0x4fbffd:0x2b4,_0x46ff2e:0x316,_0x38783e:0x389,_0x11708d:0x2f3,_0x3d20cb:0x37c,_0x3fe321:0x379},_0x31d379={_0xa3032e:0x1e1,_0x400870:0x100},_0x592641={_0x181e20:0xb6,_0x420601:0x183,_0x1cb8aa:0x331};function _0x355ebb(_0x316e86,_0x43c613,_0x4c8adc,_0x29cb40){return _0xe8c1ad(_0x316e86-_0x592641._0x181e20,_0x43c613-_0x592641._0x420601,_0x316e86-_0x592641._0x1cb8aa,_0x4c8adc);}const _0x27c125={};_0x27c125[_0x355ebb(_0x507d9c._0x3d6df5,_0x507d9c._0x268bfb,_0x507d9c._0x50b533,0x317)]=_0x3239e5(0x40c,0x39e,0x32e,0x3cb)+'short',_0x27c125[_0x3239e5(0x3a3,_0x507d9c._0x969491,_0x507d9c._0x588b4e,0x397)]='Search\x20que'+_0x355ebb(_0x507d9c._0x160348,_0x507d9c._0x43ccc7,_0x507d9c._0x2103bf,_0x507d9c._0x2191b8)+_0x3239e5(_0x507d9c._0x48a7e5,_0x507d9c._0x3f1ed9,0x3a7,0x3c5)+'2\x20characte'+'rs',_0x27c125[_0x355ebb(_0x507d9c._0x52694f,0x2d4,0x31e,0x37a)]=_0x355ebb(0x2ba,_0x507d9c._0x52694f,_0x507d9c._0x401da8,_0x507d9c._0x5e3806)+_0x3239e5(_0x507d9c._0x3985ab,_0x507d9c._0x44b87e,_0x507d9c._0x5e623d,_0x507d9c._0x5ee4e5)+_0x355ebb(0x2f9,_0x507d9c._0x2fc3bd,0x2cd,0x292),_0x27c125[_0x355ebb(0x32f,_0x507d9c._0x235099,0x2ce,0x35f)]=_0x355ebb(0x378,0x3a0,_0x507d9c._0x4dc9b1,_0x507d9c._0x453ea8),_0x27c125[_0x3239e5(0x3a7,_0x507d9c._0x1060b0,_0x507d9c._0x285610,_0x507d9c._0x48c7b3)]=_0x355ebb(0x307,_0x507d9c._0x966f9e,_0x507d9c._0x113a4f,_0x507d9c._0x33aa5c)+_0x3239e5(0x344,0x378,_0x507d9c._0x31d4de,0x396),_0x27c125[_0x3239e5(0x3e9,_0x507d9c._0x5afd89,0x393,_0x507d9c._0x262e44)]=_0x3239e5(0x350,_0x507d9c._0x5a9eee,_0x507d9c._0xd6ed9,_0x507d9c._0x1c5718)+_0x355ebb(_0x507d9c._0x6787cd,0x2cd,_0x507d9c._0x48b3e5,_0x507d9c._0x408aad)+'d',_0x27c125['ViAqx']=function(_0x59e176,_0x2ceee6){return _0x59e176===_0x2ceee6;},_0x27c125[_0x3239e5(_0x507d9c._0x4c2abe,_0x507d9c._0x5097fa,0x375,_0x507d9c._0xbb329a)]=_0x3239e5(0x352,0x3a8,_0x507d9c._0x4cb08e,_0x507d9c._0x34f2af),_0x27c125[_0x3239e5(_0x507d9c._0x195c1b,0x3c9,_0x507d9c._0x2e95ed,_0x507d9c._0x363903)]='Authentica'+'tion\x20faile'+'d';function _0x3239e5(_0x576c87,_0x515b0f,_0x190b43,_0x42159e){return _0x21759d(_0x576c87-_0x31d379._0xa3032e,_0x42159e,_0x190b43-_0x31d379._0x400870,_0x515b0f- -0x19);}_0x27c125['ZfqzC']=_0x3239e5(_0x507d9c._0xcee6d0,0x388,0x388,_0x507d9c._0x2ffadf)+_0x355ebb(0x29e,_0x507d9c._0x1d4742,_0x507d9c._0x3b2308,_0x507d9c._0x189df4),_0x27c125['Nyokp']=_0x355ebb(_0x507d9c._0x3e0382,_0x507d9c._0xbe4aff,_0x507d9c._0x5f4a1f,_0x507d9c._0x4692f9)+_0x355ebb(_0x507d9c._0x281b78,_0x507d9c._0x24c41c,_0x507d9c._0xdf526e,0x2eb),_0x27c125[_0x355ebb(0x2a8,0x283,_0x507d9c._0x21477f,0x286)]=_0x355ebb(0x2ba,_0x507d9c._0x14b4cf,_0x507d9c._0x242da8,_0x507d9c._0x3cfaf7)+_0x3239e5(0x3b4,_0x507d9c._0x44b87e,_0x507d9c._0x2cf01a,_0x507d9c._0x5ce8f2)+_0x3239e5(_0x507d9c._0x301724,0x3bc,_0x507d9c._0x301391,_0x507d9c._0x3af7ff);const _0x38031d=_0x27c125;try{const _0x26192a=_0x333ada[_0x355ebb(_0x507d9c._0x2ae267,0x2c7,_0x507d9c._0x424cd5,0x2a3)][_0x355ebb(_0x507d9c._0x67119c,_0x507d9c._0x13af60,_0x507d9c._0x57ff88,_0x507d9c._0x281b78)][_0x3239e5(_0x507d9c._0x281b78,0x304,_0x507d9c._0x6d180a,0x2eb)]()[_0x3239e5(_0x507d9c._0x4bc572,_0x507d9c._0x441e2f,_0x507d9c._0x2d07ad,_0x507d9c._0x24c41c)+'e']();if(!/^[A-Z]+-\d+$/i[_0x355ebb(_0x507d9c._0x45d364,0x31a,_0x507d9c._0x2fd94e,_0x507d9c._0x22adfe)](_0x26192a)){const _0x346a40={};return _0x346a40[_0x3239e5(0x2d9,_0x507d9c._0x2bd6d9,_0x507d9c._0x2eaac7,_0x507d9c._0x3df69f)]=_0x355ebb(0x2a2,_0x507d9c._0x3ea522,0x246,0x312)+'sue\x20key\x20fo'+_0x3239e5(0x39e,0x3a1,0x37c,_0x507d9c._0x50aed5),_0x346a40['message']='Issue\x20key\x20'+'must\x20be\x20in'+_0x355ebb(0x2a9,0x2d8,0x2c3,0x255)+'OJECT-123',_0x102b4f[_0x3239e5(0x3e6,_0x507d9c._0x58bdfa,0x35d,_0x507d9c._0x34f2af)](0x2299+-0x194*-0x2+-0x2431)[_0x355ebb(0x2cb,_0x507d9c._0x53d830,0x259,_0x507d9c._0xab1cad)](_0x346a40);}logger[_0x355ebb(_0x507d9c._0x12e53c,_0x507d9c._0x143c70,_0x507d9c._0x3e2cb6,_0x507d9c._0x4a5080)](_0x3239e5(_0x507d9c._0x3f1ed9,_0x507d9c._0x4ebda8,0x2fb,_0x507d9c._0x14eeb2)+_0x355ebb(0x2ef,0x337,0x290,0x2d7)+'\x20'+_0x26192a);const _0x17c7fc=await jiraClient[_0x355ebb(0x2ae,0x2d1,_0x507d9c._0x5d1ce3,0x281)](_0x26192a);_0x102b4f['json'](_0x17c7fc);}catch(_0x501478){logger[_0x3239e5(_0x507d9c._0x2e001b,_0x507d9c._0x5a13fe,0x370,0x37f)](_0x38031d[_0x3239e5(_0x507d9c._0x54dabd,0x376,0x3e5,_0x507d9c._0x22c871)],_0x501478);if(_0x501478[_0x355ebb(0x346,0x2f5,0x37a,0x2f2)][_0x355ebb(_0x507d9c._0x5dd072,_0x507d9c._0x2d5de2,0x36b,0x30b)](_0x38031d[_0x3239e5(0x369,_0x507d9c._0x7845b6,_0x507d9c._0x564128,_0x507d9c._0x52d768)])){const _0x314367={};return _0x314367[_0x355ebb(_0x507d9c._0x55978e,0x2cc,_0x507d9c._0xb93b1f,_0x507d9c._0x1ffdd8)]=_0x38031d[_0x3239e5(_0x507d9c._0x41c451,_0x507d9c._0x1060b0,0x34e,0x361)],_0x314367['message']=_0x501478[_0x355ebb(0x346,0x37e,_0x507d9c._0x205355,_0x507d9c._0x526132)],_0x102b4f[_0x3239e5(0x368,0x3b2,_0x507d9c._0x31bb40,0x40b)](0x2551+0x137c+-0x3739*0x1)[_0x3239e5(_0x507d9c._0x3cfaf7,_0x507d9c._0x3f8ecf,0x387,_0x507d9c._0x5f4a1f)](_0x314367);}else{if(_0x501478[_0x355ebb(0x346,0x309,0x31b,_0x507d9c._0x34c678)][_0x355ebb(_0x507d9c._0x39acfe,0x3c3,0x384,0x38a)](_0x38031d[_0x3239e5(_0x507d9c._0x4f2dca,_0x507d9c._0x10c81e,0x3c0,_0x507d9c._0x2fc3bd)])){if(_0x38031d[_0x3239e5(0x339,_0x507d9c._0x57b301,0x308,0x316)](_0x38031d[_0x355ebb(_0x507d9c._0x46f6d5,_0x507d9c._0x43d9a5,_0x507d9c._0xe9baa7,_0x507d9c._0x5e59e6)],_0x38031d[_0x355ebb(_0x507d9c._0x46f6d5,_0x507d9c._0x119105,0x31b,0x2b1)])){const _0x404c1a={};return _0x404c1a[_0x3239e5(0x3ba,0x34f,0x31c,_0x507d9c._0xf4b3a2)]=_0x38031d[_0x3239e5(_0x507d9c._0x34591f,0x3c9,_0x507d9c._0x25a32b,0x407)],_0x404c1a[_0x355ebb(_0x507d9c._0x113a4f,0x390,_0x507d9c._0x2a540a,0x37b)]=_0x501478[_0x355ebb(_0x507d9c._0x44391b,_0x507d9c._0x3251a7,0x361,_0x507d9c._0x1b5e80)],_0x102b4f[_0x3239e5(0x371,0x3b2,0x3d8,0x427)](0xe00+0x2705+0x94*-0x59)[_0x355ebb(_0x507d9c._0x23e88c,_0x507d9c._0x405459,_0x507d9c._0x119be3,_0x507d9c._0x15ffe6)](_0x404c1a);}else{const _0x1d4dd0={};return _0x1d4dd0['error']=_0x38031d['YNpPR'],_0x1d4dd0[_0x355ebb(_0x507d9c._0x4512f1,0x343,_0x507d9c._0x2e6d28,0x383)]=_0x38031d[_0x355ebb(0x2bf,0x336,_0x507d9c._0x4d839c,_0x507d9c._0x14d912)],_0x4ebf7b['status'](-0x2*-0x377+-0x1*0x13b7+-0xe59*-0x1)[_0x3239e5(0x373,0x339,0x39c,0x390)](_0x1d4dd0);}}else{if(_0x501478['message'][_0x355ebb(_0x507d9c._0x4cf9d6,0x38e,_0x507d9c._0x3df69f,0x377)](_0x38031d['ZfqzC'])){const _0x2bf357={};return _0x2bf357[_0x3239e5(_0x507d9c._0x1d5b53,0x34f,_0x507d9c._0x529359,0x3c1)]=_0x38031d[_0x3239e5(_0x507d9c._0x3629ab,0x3d3,0x379,0x388)],_0x2bf357[_0x355ebb(0x346,_0x507d9c._0x317bb3,0x33b,_0x507d9c._0x57e952)]=_0x501478[_0x355ebb(0x346,0x2e4,_0x507d9c._0x37f2d3,0x361)],_0x102b4f['status'](0x35*-0x25+-0x22ca+-0x7*-0x64a)[_0x355ebb(0x2cb,0x27c,0x318,0x264)](_0x2bf357);}else{const _0x5a8e9d={};return _0x5a8e9d[_0x355ebb(0x2e1,0x326,_0x507d9c._0xadcfc,_0x507d9c._0x26574f)]=_0x38031d[_0x3239e5(_0x507d9c._0x4fbffd,_0x507d9c._0x46ff2e,0x378,_0x507d9c._0x38783e)],_0x5a8e9d['message']=_0x501478[_0x355ebb(0x346,_0x507d9c._0x11708d,0x306,_0x507d9c._0x3d20cb)],_0x102b4f['status'](0x1a0d+0x1*0x5e7+-0x300*0xa)[_0x3239e5(0x324,0x339,0x2fd,_0x507d9c._0x3fe321)](_0x5a8e9d);}}}}});function _0x21759d(_0x424143,_0x2f8106,_0x5f409f,_0x375155){const _0x14214d={_0x5b920a:0x262};return _0x2416(_0x375155-_0x14214d._0x5b920a,_0x2f8106);}router[_0x21759d(0x451,0x392,0x41a,0x3da)](_0x21759d(0x392,0x2ae,0x2a0,0x319),requireJira,async(_0x910276,_0x49731e)=>{const _0x5e1656={_0x76ea42:0x370,_0x558497:0x332,_0x28963b:0x3b4,_0xa74c9:0x3e6,_0x69c46:0x3b9,_0x11012a:0x3c2,_0x2cd464:0x422,_0x48124e:0x3f0,_0x4440fe:0x424,_0x50fcb5:0x3e5,_0x1f10a0:0x3be,_0x513ac3:0x33e,_0x4a5126:0x39b,_0x94749d:0x404,_0xc56569:0x3fa,_0x26e980:0x40d,_0x24f616:0x3bd,_0x64544a:0x317,_0x4ce3bb:0x36b,_0xb2e477:0x3d7,_0x3965f8:0x363,_0x131c51:0x3c9,_0x122573:0x32a,_0x1fe96e:0x399,_0x48167f:0x3ee,_0x3e6d55:0x3d8,_0xd79f6:0x3cb,_0xdb89d0:0x448,_0x5ebffb:0x367,_0x39bc2a:0x39b,_0x2a7d5f:0x305,_0x85aae2:0x2c0,_0x166ecd:0x322,_0x3417bc:0x359,_0x317234:0x395,_0xdda1c6:0x290,_0x40a644:0x2a4,_0x5bf0c8:0x305,_0x258537:0x468,_0x157d17:0x417,_0x31baf4:0x3a3,_0x4d9ac1:0x3e0,_0x44e8c1:0x3db,_0x560512:0x446,_0x4c62d3:0x47a,_0x470ff9:0x45b,_0x181acf:0x466,_0x1a69d6:0x339,_0x4198b4:0x2fc,_0x16f5b1:0x34b,_0x4d1fcd:0x3a5,_0x3ba5d2:0x396,_0x8e0d07:0x364,_0x3e0669:0x308,_0x28fb45:0x324,_0x5f4dc9:0x2aa,_0x2035ed:0x315,_0x8f38d1:0x3d4,_0x8a2f31:0x344,_0xc2fe41:0x31d,_0x58566a:0x3a6,_0x2251c4:0x2e7,_0x56a007:0x2ee,_0x3d51ed:0x32d,_0x56b891:0x389,_0x3781f4:0x3f3,_0xaa51f:0x32e,_0x496b6e:0x302,_0x1233f0:0x3e0,_0x354813:0x3d3,_0x247385:0x2f0,_0x4c41e7:0x3a0,_0x18d457:0x33a,_0x3c0116:0x391,_0x46fa91:0x356,_0x753f0d:0x3db,_0x583947:0x3e6,_0x8e5d4c:0x386,_0x454018:0x3ea,_0x5cecf2:0x3eb,_0x12fbe5:0x39c,_0x5cab2a:0x2db,_0x5452e2:0x369,_0x3c2dc5:0x3db,_0x358b6e:0x42d,_0x464e92:0x411,_0x5f4409:0x3b5,_0x295a93:0x36d,_0x15afed:0x447,_0x3c5d6a:0x406,_0xa6acc7:0x3a1,_0x502f66:0x365,_0x35799a:0x3bb,_0x1bee37:0x3c7,_0x40df9b:0x3fb,_0x20134a:0x3c3,_0x40d918:0x39d,_0x17890e:0x3fd,_0x38241b:0x403,_0x2d58ed:0x3a3,_0x5ab8e8:0x33c,_0x429052:0x3ad,_0x35fcc5:0x2c6,_0x1e4241:0x322,_0x978ed6:0x401,_0x1a0ce9:0x41d,_0x4700a5:0x418,_0x2a0588:0x3e1,_0x2ef2b3:0x3ac,_0x32b64:0x36f,_0x1a0c06:0x388,_0x5b2c47:0x34a,_0x5e5fa2:0x394,_0x4ef468:0x45a,_0x4d8fc9:0x3bf,_0x51524c:0x429,_0x28e62:0x360,_0x2de91e:0x387,_0x238e5f:0x3cf,_0x4ad825:0x383,_0x68554f:0x377,_0x2e9348:0x339,_0x2942ef:0x38c,_0x1a2cb3:0x349,_0x3b99ad:0x2e1,_0xbc0baa:0x358,_0x45b731:0x3fc,_0xed9f30:0x346,_0xcb21f:0x32f,_0x823189:0x3a2,_0x13b9ed:0x3ba,_0x2458a1:0x3b7,_0x7d0830:0x3ed,_0x2f16ca:0x38b,_0x138a21:0x3d7,_0x5b6c96:0x379,_0x1dafe1:0x315},_0xa4189d={_0x2359f3:0x117},_0x16ee4b={_0x3b4d61:0x3d8},_0x7275b6={};_0x7275b6[_0x410d61(0x380,_0x5e1656._0x76ea42,0x3a2,0x3cb)]=function(_0x46f35c,_0x2fc874){return _0x46f35c!==_0x2fc874;};function _0x410d61(_0x385b45,_0x5d73f3,_0x116959,_0x4f88ce){return _0xe8c1ad(_0x385b45-0x19f,_0x5d73f3-0x5,_0x5d73f3-_0x16ee4b._0x3b4d61,_0x116959);}function _0x44e785(_0x43be68,_0x5d545b,_0x213822,_0x58ce79){return _0x21759d(_0x43be68-_0xa4189d._0x2359f3,_0x5d545b,_0x213822-0x15e,_0x58ce79- -0x16);}_0x7275b6[_0x44e785(_0x5e1656._0x558497,0x378,0x395,0x35b)]=_0x410d61(_0x5e1656._0x28963b,_0x5e1656._0xa74c9,_0x5e1656._0x69c46,0x43b),_0x7275b6['doSHU']=_0x44e785(0x356,0x3ae,_0x5e1656._0x11012a,0x3a6)+'arch\x20query',_0x7275b6[_0x410d61(_0x5e1656._0x2cd464,_0x5e1656._0x48124e,0x445,0x3d2)]=_0x44e785(0x435,_0x5e1656._0x4440fe,_0x5e1656._0x50fcb5,_0x5e1656._0x1f10a0)+_0x44e785(0x360,_0x5e1656._0x513ac3,0x345,_0x5e1656._0x4a5126)+_0x44e785(_0x5e1656._0x94749d,_0x5e1656._0xc56569,0x328,0x39a)+_0x44e785(_0x5e1656._0x26e980,0x428,0x41c,_0x5e1656._0x24f616)+_0x410d61(0x34e,0x39a,0x32b,0x3ed),_0x7275b6[_0x44e785(_0x5e1656._0x64544a,_0x5e1656._0x1f10a0,0x3cb,_0x5e1656._0x4ce3bb)]=_0x410d61(0x411,_0x5e1656._0xb2e477,0x405,0x421)+_0x44e785(0x3b4,0x33b,_0x5e1656._0x3965f8,0x3af),_0x7275b6[_0x44e785(_0x5e1656._0x131c51,_0x5e1656._0x122573,0x3de,_0x5e1656._0x1fe96e)]=_0x410d61(_0x5e1656._0x48167f,_0x5e1656._0x3e6d55,_0x5e1656._0xd79f6,_0x5e1656._0xdb89d0)+_0x410d61(0x3cb,_0x5e1656._0x5ebffb,_0x5e1656._0x39bc2a,0x309)+_0x44e785(0x391,0x308,0x37b,0x381)+_0x44e785(_0x5e1656._0x2a7d5f,0x2e7,0x390,0x335)+'rs',_0x7275b6[_0x44e785(0x2f6,0x2cb,_0x5e1656._0x85aae2,_0x5e1656._0x166ecd)]=_0x410d61(_0x5e1656._0x3417bc,0x361,_0x5e1656._0x317234,0x3b3)+_0x44e785(_0x5e1656._0xdda1c6,0x2e6,_0x5e1656._0x40a644,_0x5e1656._0x5bf0c8)+_0x410d61(_0x5e1656._0x258537,_0x5e1656._0x157d17,_0x5e1656._0x31baf4,_0x5e1656._0x4d9ac1),_0x7275b6[_0x44e785(0x33e,0x370,0x3db,0x371)]=_0x410d61(0x40e,_0x5e1656._0x44e8c1,0x40c,_0x5e1656._0x560512)+_0x410d61(_0x5e1656._0x4c62d3,0x41b,_0x5e1656._0x470ff9,_0x5e1656._0x181acf),_0x7275b6[_0x44e785(0x295,_0x5e1656._0x1a69d6,0x2b2,_0x5e1656._0x4198b4)]=_0x44e785(_0x5e1656._0x16f5b1,0x3c3,0x36b,_0x5e1656._0x4d1fcd)+_0x410d61(_0x5e1656._0x3ba5d2,_0x5e1656._0x8e0d07,0x2f4,_0x5e1656._0x3e0669),_0x7275b6[_0x44e785(_0x5e1656._0x28fb45,0x374,_0x5e1656._0x5f4dc9,_0x5e1656._0x2035ed)]=_0x44e785(0x419,_0x5e1656._0x8f38d1,_0x5e1656._0x4d1fcd,0x3b1)+'tion\x20faile'+'d',_0x7275b6[_0x44e785(0x2dc,_0x5e1656._0x8a2f31,_0x5e1656._0xc2fe41,0x310)]=_0x44e785(_0x5e1656._0x58566a,_0x5e1656._0x2251c4,_0x5e1656._0x56a007,_0x5e1656._0x3d51ed)+'tion\x20faile'+'d',_0x7275b6[_0x410d61(_0x5e1656._0x56b891,0x3a2,_0x5e1656._0x3781f4,0x355)]=_0x410d61(0x300,0x361,0x368,0x38f)+'search\x20JIR'+_0x410d61(0x354,_0x5e1656._0xaa51f,_0x5e1656._0x496b6e,0x2e5);const _0x1d5e8c=_0x7275b6;try{const {query:_0x20b02f,maxResults:maxResults=-0x286+0xe51+-0xbb7*0x1}=_0x910276[_0x410d61(0x3e8,_0x5e1656._0x1233f0,_0x5e1656._0x354813,0x432)];if(!_0x20b02f||_0x1d5e8c[_0x44e785(0x325,_0x5e1656._0x247385,_0x5e1656._0x4c41e7,_0x5e1656._0x18d457)](typeof _0x20b02f,_0x1d5e8c[_0x410d61(0x3b7,_0x5e1656._0x3c0116,_0x5e1656._0x46fa91,0x36a)])){const _0xde053f={};return _0xde053f[_0x410d61(0x35f,0x388,_0x5e1656._0x753f0d,_0x5e1656._0x583947)]=_0x1d5e8c[_0x410d61(_0x5e1656._0x558497,_0x5e1656._0x8e5d4c,0x385,0x3e0)],_0xde053f['message']=_0x1d5e8c[_0x44e785(0x42b,_0x5e1656._0x454018,_0x5e1656._0xb2e477,0x3ba)],_0x49731e[_0x410d61(0x40d,_0x5e1656._0x5cecf2,0x464,0x38a)](0x2051*-0x1+0x120b*-0x1+0x33ec)[_0x44e785(0x2dd,_0x5e1656._0x12fbe5,_0x5e1656._0x5cab2a,0x33c)](_0xde053f);}if(_0x20b02f[_0x410d61(_0x5e1656._0x317234,0x33d,_0x5e1656._0x5452e2,0x39b)]()['length']<-0x2*-0x1242+-0x173*0x1+-0x230f){const _0x1a2463={};return _0x1a2463['error']=_0x1d5e8c[_0x410d61(0x41a,0x3a1,_0x5e1656._0x3c2dc5,0x38c)],_0x1a2463[_0x410d61(_0x5e1656._0x454018,0x3ed,0x3a9,_0x5e1656._0x358b6e)]=_0x1d5e8c['XXMML'],_0x49731e[_0x44e785(_0x5e1656._0x464e92,0x39c,0x423,_0x5e1656._0x5f4409)](-0x1d72+-0x1fb2+0x3eb4)[_0x44e785(_0x5e1656._0x295a93,0x322,0x2c3,0x33c)](_0x1a2463);}logger[_0x410d61(_0x5e1656._0x15afed,_0x5e1656._0x3c5d6a,0x3f5,_0x5e1656._0xa6acc7)](_0x410d61(_0x5e1656._0x502f66,0x381,0x357,_0x5e1656._0x35799a)+_0x410d61(0x3ac,_0x5e1656._0x1bee37,_0x5e1656._0x40df9b,_0x5e1656._0x20134a)+_0x20b02f+_0x44e785(0x317,0x38d,_0x5e1656._0x40d918,0x35a)+maxResults+')');const _0x1c9f16=await jiraClient[_0x410d61(_0x5e1656._0x17890e,_0x5e1656._0x38241b,_0x5e1656._0xb2e477,0x3a6)+'es'](_0x20b02f,maxResults);_0x49731e[_0x44e785(0x398,0x369,_0x5e1656._0x2d58ed,_0x5e1656._0x5ab8e8)](_0x1c9f16);}catch(_0x32ef45){logger[_0x410d61(0x3cc,0x388,_0x5e1656._0x429052,0x377)](_0x1d5e8c[_0x44e785(0x308,0x38d,_0x5e1656._0x35fcc5,_0x5e1656._0x1e4241)],_0x32ef45);if(_0x32ef45[_0x410d61(0x44a,0x3ed,0x42f,0x411)][_0x410d61(_0x5e1656._0x978ed6,_0x5e1656._0x1a0ce9,_0x5e1656._0x4700a5,_0x5e1656._0x2a0588)](_0x1d5e8c[_0x44e785(_0x5e1656._0x2ef2b3,_0x5e1656._0x454018,_0x5e1656._0x32b64,0x371)])){const _0x5d79fa={};return _0x5d79fa[_0x410d61(0x3fb,_0x5e1656._0x1a0c06,0x31a,_0x5e1656._0x5b2c47)]=_0x1d5e8c[_0x44e785(0x36a,0x2c8,0x2d3,0x2fc)],_0x5d79fa[_0x410d61(0x386,0x3ed,0x3b1,0x3bf)]=_0x32ef45[_0x410d61(_0x5e1656._0xc56569,0x3ed,0x3f8,0x3d1)],_0x49731e[_0x410d61(_0x5e1656._0x5e5fa2,_0x5e1656._0x5cecf2,_0x5e1656._0x4ef468,_0x5e1656._0x4d8fc9)](0x515*0x2+-0x1*0x21ec+-0x7*-0x39e)['json'](_0x5d79fa);}else{if(_0x32ef45[_0x44e785(_0x5e1656._0x51524c,_0x5e1656._0x28e62,0x3d7,0x3b7)][_0x44e785(_0x5e1656._0x2de91e,_0x5e1656._0x238e5f,0x3fc,0x3e7)](_0x1d5e8c[_0x410d61(_0x5e1656._0x4ad825,0x34b,0x32f,0x39b)])){const _0x20bd46={};return _0x20bd46[_0x44e785(_0x5e1656._0x68554f,_0x5e1656._0x2e9348,_0x5e1656._0x2942ef,0x352)]=_0x1d5e8c[_0x410d61(_0x5e1656._0x1a2cb3,0x346,_0x5e1656._0x3b99ad,0x2fb)],_0x20bd46['message']=_0x32ef45[_0x44e785(0x391,0x392,_0x5e1656._0xbc0baa,0x3b7)],_0x49731e[_0x44e785(_0x5e1656._0x45b731,0x365,_0x5e1656._0xed9f30,0x3b5)](-0x1e7+-0x3*0xb95+0x2637)[_0x44e785(_0x5e1656._0xcb21f,0x2fa,0x308,0x33c)](_0x20bd46);}else{const _0x578c18={};return _0x578c18['error']=_0x1d5e8c[_0x410d61(0x36d,_0x5e1656._0x823189,0x40f,0x3a4)],_0x578c18[_0x44e785(_0x5e1656._0x13b9ed,_0x5e1656._0x4d9ac1,0x3fd,_0x5e1656._0x2458a1)]=_0x32ef45[_0x410d61(_0x5e1656._0x48124e,_0x5e1656._0x7d0830,_0x5e1656._0x2f16ca,0x447)],_0x49731e[_0x410d61(_0x5e1656._0x138a21,0x3eb,_0x5e1656._0x5b6c96,0x411)](0xf1*0x4+-0x1*0x163d+-0x53*-0x3f)[_0x410d61(0x365,0x372,_0x5e1656._0x1dafe1,_0x5e1656._0x5f4409)](_0x578c18);}}}}),router['get'](_0x21759d(0x378,0x343,0x315,0x36e)+'ey/comment'+'s',requireJira,async(_0x21f120,_0x52a009)=>{const _0x52eff7={_0x756052:0x28d,_0x206160:0x2c7,_0x42060c:0x2f8,_0x1b2f96:0x2a8,_0x26e612:0x2b1,_0x5a3c7d:0x252,_0x312a7a:0x2a7,_0x2b6fe8:0x363,_0x5229f7:0x3d9,_0x191f0e:0x3e2,_0x4b39b0:0x283,_0x176294:0x2b5,_0x1c40ac:0x335,_0x3f8afa:0x331,_0x16bc62:0x3a6,_0x9545dc:0x30e,_0x24aeba:0x2c8,_0x51d641:0x27e,_0x258455:0x32d,_0x1f6f17:0x265,_0x5afd50:0x310,_0x23f950:0x344,_0x1d3a4c:0x262,_0x592a33:0x2b9,_0x4ff7dd:0x2f7,_0x26e0f8:0x303,_0x5369be:0x3ac,_0x41af8b:0x39f,_0x1e7758:0x2fc,_0x5c6333:0x286,_0x306ead:0x36b,_0x21056e:0x322,_0x551e5e:0x3b0,_0x952d4:0x360,_0x5f46bf:0x3d8,_0x4c202a:0x3a6,_0x55892e:0x381,_0xd5fd79:0x308,_0x264e91:0x327,_0x898146:0x317,_0x53b30c:0x268,_0x1b36d7:0x255,_0x50940c:0x2f1,_0x45e445:0x361,_0x31f3f7:0x3c5,_0x3389ec:0x2d5,_0x3618cf:0x2be,_0xbc479e:0x2b4,_0x2d1b5b:0x324,_0x3318bf:0x2b4,_0x7988fb:0x3c3,_0x131362:0x3cc,_0x4a7102:0x374,_0x51f891:0x305,_0x3d9ab2:0x299,_0x4c554f:0x313,_0x12c1ca:0x292,_0x511cd7:0x3bb,_0x34ae9a:0x2ff,_0x186c2f:0x3b3,_0x4b49ec:0x33f,_0x17a943:0x36c,_0x31bf54:0x2ce,_0x150015:0x2e6,_0x57fa95:0x2e3,_0x3939e2:0x2f7,_0x51388c:0x2b5,_0x11343a:0x23c,_0x58b09e:0x375,_0x1c2b44:0x394,_0x5ea2bb:0x2ac,_0x3a67d4:0x2ec,_0x2adb17:0x287,_0x2edbc6:0x33a,_0x347fe0:0x351,_0x5140f4:0x30d,_0x453a5b:0x3c1,_0x383ef8:0x2d9,_0x40835b:0x3c8,_0x579548:0x319,_0x3b3ecb:0x2f8,_0x1be39c:0x2be,_0x211d18:0x315,_0x224c91:0x412,_0x487441:0x321,_0x5d5bab:0x36a,_0x294d08:0x3b5,_0xbd52c2:0x34c,_0xc6b62e:0x3f1,_0x1db8b8:0x3c2,_0x925a83:0x3f0,_0x2169b4:0x2d3,_0x83800:0x2c0,_0x13f667:0x2e9,_0x4a6e3f:0x314,_0x4d1331:0x31f,_0x4ed1fe:0x345,_0x3ea181:0x2fb,_0x44faa9:0x32d,_0x1c96a7:0x2f5,_0x33a018:0x346,_0x5e8e5b:0x358,_0x410e94:0x368,_0x4e1f90:0x376,_0x45e3d8:0x22f,_0x295b89:0x2e5,_0x47f8be:0x2a2,_0x4a2807:0x26d,_0x17e20b:0x25a,_0x3e20aa:0x2b8,_0x22ac6b:0x29b,_0x419687:0x341,_0x4f238c:0x33c,_0x5c6846:0x31d,_0x1e0786:0x41e,_0x2fca64:0x43f,_0x31f033:0x3f9,_0xe005b9:0x3fb,_0x111486:0x34c,_0x1e7e29:0x2f6,_0x24c7a2:0x3a5,_0x4a2d93:0x37d,_0x30a2f0:0x2d4,_0x5dbdf2:0x31d,_0x59eb2a:0x397,_0x18f1ce:0x2ca,_0x5351e1:0x282,_0x2a1c23:0x2a2,_0x48cfca:0x382,_0x2b26b5:0x37b,_0x21171a:0x34d,_0x57b4e5:0x2aa,_0x397c89:0x2eb,_0x117f1:0x2bc,_0x1fd7ac:0x330,_0x167d8c:0x353,_0xa753e9:0x349,_0x2f63fe:0x2e4,_0x20ebbc:0x3c3,_0x157d06:0x40b,_0x1adb8c:0x3e4,_0x4bfdeb:0x40e,_0x83b4ad:0x3a1,_0x7169cb:0x39c,_0x3075ed:0x371,_0x2beac0:0x3b1,_0x22be54:0x35b,_0x57e4ca:0x23a,_0x265b87:0x29a,_0x45d700:0x35f,_0x2b72f8:0x2dd,_0x483ea6:0x31b,_0x1dfd4f:0x321,_0x54f97f:0x325,_0x10a837:0x323,_0x1bda20:0x3cc,_0x31ab5c:0x35a,_0x2dc741:0x33b,_0x301729:0x347,_0x5e18f6:0x3a4,_0x3bca1d:0x3bc,_0x4cb42f:0x289,_0x5ccded:0x32d,_0x970fe7:0x3f5,_0x21260b:0x2ed,_0x50ecf4:0x2df,_0x4d47ea:0x3af,_0x238915:0x3a6,_0x271523:0x2b9,_0x2481a7:0x2ea,_0x3061ec:0x30b,_0x9f2a2f:0x3c0,_0x4f4b1c:0x3d6,_0x4cf60a:0x2b1},_0x24b8d3={_0x5b3cf4:0x1a7,_0x58ba2e:0x31},_0x303950={};_0x303950[_0x3f0b01(0x2c4,_0x52eff7._0x756052,_0x52eff7._0x206160,0x29a)]=_0x14ca78(_0x52eff7._0x42060c,0x327,0x2d5,_0x52eff7._0x1b2f96)+_0x3f0b01(_0x52eff7._0x26e612,_0x52eff7._0x5a3c7d,_0x52eff7._0x312a7a,0x290)+_0x14ca78(0x389,_0x52eff7._0x2b6fe8,_0x52eff7._0x5229f7,_0x52eff7._0x191f0e),_0x303950[_0x14ca78(0x2f0,_0x52eff7._0x4b39b0,_0x52eff7._0x176294,0x2c2)]=_0x3f0b01(0x27b,0x317,_0x52eff7._0x1c40ac,0x2dd)+_0x14ca78(_0x52eff7._0x3f8afa,_0x52eff7._0x16bc62,0x2ca,_0x52eff7._0x9545dc)+_0x3f0b01(_0x52eff7._0x24aeba,0x256,_0x52eff7._0x51d641,0x280)+_0x3f0b01(0x379,0x38f,0x2d2,_0x52eff7._0x258455),_0x303950[_0x3f0b01(_0x52eff7._0x1f6f17,0x2b9,0x320,0x2dc)]=_0x14ca78(_0x52eff7._0x5afd50,_0x52eff7._0x23f950,0x32a,0x36c)+_0x3f0b01(_0x52eff7._0x1d3a4c,0x326,0x2ef,_0x52eff7._0x592a33)+_0x3f0b01(0x368,0x29d,_0x52eff7._0x4ff7dd,_0x52eff7._0x26e0f8)+_0x14ca78(0x3c9,0x388,_0x52eff7._0x5369be,_0x52eff7._0x41af8b)+_0x3f0b01(0x259,_0x52eff7._0x1e7758,0x235,0x29f),_0x303950[_0x14ca78(0x2e7,_0x52eff7._0x5c6333,0x336,0x2e4)]=_0x14ca78(0x310,0x318,_0x52eff7._0x306ead,0x35e)+'fetch\x20Jira'+_0x3f0b01(0x2da,0x2da,0x20e,0x26c),_0x303950[_0x3f0b01(_0x52eff7._0x21056e,0x34e,0x323,0x34e)]='not\x20found',_0x303950[_0x14ca78(0x344,0x309,_0x52eff7._0x551e5e,0x30c)]='Issue\x20not\x20'+_0x14ca78(_0x52eff7._0x952d4,0x3c5,_0x52eff7._0x5f46bf,_0x52eff7._0x4c202a),_0x303950['rvzuQ']=_0x3f0b01(_0x52eff7._0x55892e,_0x52eff7._0xd5fd79,_0x52eff7._0x264e91,_0x52eff7._0x898146)+'tion\x20faile'+'d',_0x303950[_0x3f0b01(_0x52eff7._0x53b30c,_0x52eff7._0x1b36d7,_0x52eff7._0x50940c,0x2bc)]=function(_0x559a2b,_0x1612f0){return _0x559a2b!==_0x1612f0;},_0x303950[_0x14ca78(0x397,0x37e,_0x52eff7._0x45e445,_0x52eff7._0x31f3f7)]=_0x3f0b01(_0x52eff7._0x26e0f8,_0x52eff7._0x3389ec,_0x52eff7._0x3618cf,_0x52eff7._0xbc479e),_0x303950['Ocglk']=_0x3f0b01(0x34f,_0x52eff7._0x2d1b5b,_0x52eff7._0x3318bf,0x2ed),_0x303950[_0x14ca78(_0x52eff7._0x7988fb,_0x52eff7._0x131362,0x42d,_0x52eff7._0x4a7102)]='Authentica'+_0x3f0b01(0x2e1,_0x52eff7._0x51f891,0x231,_0x52eff7._0x3d9ab2)+'d',_0x303950['ondYs']='No\x20permiss'+_0x14ca78(0x2f4,0x2b0,_0x52eff7._0x4c554f,_0x52eff7._0x12c1ca);function _0x14ca78(_0x18233e,_0x5abcdb,_0x16a798,_0x187c3b){return _0x21759d(_0x18233e-0xe8,_0x187c3b,_0x16a798-_0x24b8d3._0x5b3cf4,_0x18233e- -_0x24b8d3._0x58ba2e);}_0x303950['ukizZ']=_0x14ca78(0x383,0x385,0x3e7,_0x52eff7._0x511cd7),_0x303950[_0x14ca78(0x308,0x2fd,_0x52eff7._0x34ae9a,0x2c8)]='jMoXX',_0x303950[_0x14ca78(_0x52eff7._0x186c2f,0x41b,_0x52eff7._0x4b49ec,_0x52eff7._0x17a943)]=_0x14ca78(0x326,0x2e2,0x2b1,0x34c)+_0x3f0b01(_0x52eff7._0x31bf54,_0x52eff7._0x150015,0x2f8,_0x52eff7._0x57fa95),_0x303950['HLIZt']=_0x3f0b01(0x2c7,_0x52eff7._0x3939e2,_0x52eff7._0x51388c,0x291)+_0x3f0b01(_0x52eff7._0x11343a,0x223,0x2c4,0x28c)+_0x14ca78(0x3ae,_0x52eff7._0x23f950,_0x52eff7._0x58b09e,_0x52eff7._0x1c2b44);const _0x5663ae=_0x303950;function _0x3f0b01(_0x861f32,_0x2f3802,_0x488999,_0x447d1b){return _0x21759d(_0x861f32-0xc4,_0x861f32,_0x488999-0x17d,_0x447d1b- -0xb0);}try{const _0x387656=_0x21f120['params'][_0x14ca78(0x30c,0x30c,_0x52eff7._0x5ea2bb,0x2b6)][_0x14ca78(_0x52eff7._0x3a67d4,_0x52eff7._0x2adb17,_0x52eff7._0x2edbc6,_0x52eff7._0x347fe0)]()[_0x14ca78(0x34d,_0x52eff7._0x5140f4,_0x52eff7._0x453a5b,_0x52eff7._0x383ef8)+'e']();if(!/^[A-Z]+-\d+$/i[_0x14ca78(0x355,_0x52eff7._0x3a67d4,_0x52eff7._0x40835b,0x3b3)](_0x387656)){const _0x7e714f={};return _0x7e714f['error']=_0x5663ae[_0x14ca78(_0x52eff7._0x579548,_0x52eff7._0x3b3ecb,_0x52eff7._0x1be39c,_0x52eff7._0x211d18)],_0x7e714f['message']=_0x5663ae['Yjmkp'],_0x52a009[_0x14ca78(0x39a,0x382,_0x52eff7._0x224c91,0x3c0)](-0x7a3*-0x1+-0x1313+-0x20*-0x68)[_0x14ca78(_0x52eff7._0x487441,_0x52eff7._0x5d5bab,0x326,0x2f1)](_0x7e714f);}logger[_0x14ca78(_0x52eff7._0x294d08,0x377,_0x52eff7._0xbd52c2,_0x52eff7._0xc6b62e)](_0x14ca78(_0x52eff7._0x1db8b8,0x3ec,0x3cf,_0x52eff7._0x925a83)+_0x14ca78(0x2e6,_0x52eff7._0x2169b4,0x290,_0x52eff7._0x83800)+_0x14ca78(_0x52eff7._0x13f667,_0x52eff7._0x4a6e3f,_0x52eff7._0x4d1331,0x2e3)+'ue:\x20'+_0x387656);const _0x5b5e1e=await jiraClient[_0x3f0b01(0x349,_0x52eff7._0x4ed1fe,_0x52eff7._0x3ea181,0x31e)+'s'](_0x387656),_0x4f0e94={};_0x4f0e94[_0x3f0b01(0x2fa,_0x52eff7._0x44faa9,0x2b3,_0x52eff7._0x1c96a7)]=_0x5b5e1e[_0x14ca78(0x2ed,_0x52eff7._0x33a018,_0x52eff7._0x83800,0x2c4)],_0x4f0e94[_0x14ca78(_0x52eff7._0x5e8e5b,_0x52eff7._0x410e94,_0x52eff7._0x4e1f90,0x2e3)]=_0x5b5e1e,_0x52a009[_0x3f0b01(_0x52eff7._0x45e3d8,_0x52eff7._0x295b89,_0x52eff7._0x1b36d7,_0x52eff7._0x47f8be)](_0x4f0e94);}catch(_0x14b90c){logger[_0x3f0b01(0x2ce,_0x52eff7._0x4a2807,_0x52eff7._0x17e20b,_0x52eff7._0x3e20aa)](_0x5663ae[_0x14ca78(0x2e7,0x34b,_0x52eff7._0x22ac6b,_0x52eff7._0xbd52c2)],_0x14b90c);if(_0x14b90c[_0x3f0b01(0x300,_0x52eff7._0x419687,_0x52eff7._0x4f238c,_0x52eff7._0x5c6846)][_0x14ca78(_0x52eff7._0x131362,0x410,_0x52eff7._0x1e0786,_0x52eff7._0x2fca64)](_0x5663ae[_0x14ca78(0x3cd,_0x52eff7._0x31f033,_0x52eff7._0xe005b9,0x3c6)])){const _0x1b6417={};return _0x1b6417[_0x14ca78(0x337,_0x52eff7._0x111486,_0x52eff7._0x1e7e29,_0x52eff7._0x33a018)]=_0x5663ae[_0x14ca78(0x344,_0x52eff7._0x24c7a2,_0x52eff7._0x4a2d93,_0x52eff7._0x383ef8)],_0x1b6417['message']=_0x14b90c[_0x3f0b01(_0x52eff7._0x30a2f0,0x2b8,_0x52eff7._0x5dbdf2,_0x52eff7._0x5c6846)],_0x52a009[_0x14ca78(0x39a,0x385,0x3ed,_0x52eff7._0x59eb2a)](0x1*0x1a11+-0x46d+0x141*-0x10)[_0x3f0b01(_0x52eff7._0x18f1ce,_0x52eff7._0x5351e1,0x26e,_0x52eff7._0x2a1c23)](_0x1b6417);}else{if(_0x14b90c['message'][_0x3f0b01(0x32f,_0x52eff7._0x48cfca,_0x52eff7._0x2b26b5,_0x52eff7._0x21171a)](_0x5663ae[_0x14ca78(0x3cb,0x38b,0x3f8,0x374)])){if(_0x5663ae[_0x3f0b01(_0x52eff7._0x57b4e5,0x282,_0x52eff7._0x397c89,_0x52eff7._0x117f1)](_0x5663ae[_0x14ca78(_0x52eff7._0x59eb2a,0x327,_0x52eff7._0x1fd7ac,_0x52eff7._0x167d8c)],_0x5663ae[_0x3f0b01(0x2d2,0x2db,_0x52eff7._0xa753e9,_0x52eff7._0x2f63fe)])){const _0x115a40={};return _0x115a40[_0x14ca78(0x337,_0x52eff7._0x41af8b,0x325,0x39f)]=_0x5663ae[_0x14ca78(_0x52eff7._0x20ebbc,0x380,_0x52eff7._0x157d06,0x403)],_0x115a40[_0x14ca78(0x39c,_0x52eff7._0x1adb8c,_0x52eff7._0x4bfdeb,_0x52eff7._0x83b4ad)]=_0x14b90c[_0x14ca78(_0x52eff7._0x7169cb,0x39e,_0x52eff7._0x3075ed,_0x52eff7._0x2beac0)],_0x52a009[_0x3f0b01(_0x52eff7._0x22be54,0x2f2,0x328,0x31b)](0x3*-0xb2d+-0x1d*-0xce+0xbc2)['json'](_0x115a40);}else{const _0x4dc50e={};return _0x4dc50e['error']=_0x5663ae[_0x3f0b01(0x2b9,_0x52eff7._0x57e4ca,0x2c4,_0x52eff7._0x265b87)],_0x4dc50e['message']=_0x5663ae['Yjmkp'],_0x338ee8[_0x3f0b01(_0x52eff7._0x45d700,0x361,_0x52eff7._0x2b72f8,_0x52eff7._0x483ea6)](0x9cd+0x175b*0x1+-0x1f98)[_0x14ca78(_0x52eff7._0x1dfd4f,_0x52eff7._0x54f97f,0x30c,_0x52eff7._0x10a837)](_0x4dc50e);}}else{if(_0x14b90c[_0x14ca78(_0x52eff7._0x7169cb,0x3ac,0x3c1,0x399)][_0x14ca78(_0x52eff7._0x1bda20,0x363,_0x52eff7._0x453a5b,_0x52eff7._0x31ab5c)](_0x5663ae[_0x3f0b01(0x29d,0x32a,0x2af,0x30f)])){if(_0x5663ae[_0x14ca78(_0x52eff7._0x2dc741,_0x52eff7._0x301729,0x34f,_0x52eff7._0x5e18f6)](_0x5663ae[_0x14ca78(_0x52eff7._0x3bca1d,_0x52eff7._0x41af8b,0x3e2,0x378)],_0x5663ae[_0x3f0b01(0x274,0x265,0x2dd,_0x52eff7._0x4cb42f)])){const _0x11610c={};return _0x11610c[_0x3f0b01(0x31e,_0x52eff7._0x57b4e5,_0x52eff7._0x5ccded,0x2b8)]=_0x5663ae[_0x14ca78(0x3b3,0x366,_0x52eff7._0x970fe7,0x3c5)],_0x11610c['message']=_0x14b90c[_0x3f0b01(_0x52eff7._0x21260b,0x34d,0x2cf,0x31d)],_0x52a009['status'](-0x17*-0xe9+-0x476*-0x7+0x73a*-0x7)[_0x14ca78(0x321,_0x52eff7._0x50ecf4,0x2e2,0x2c8)](_0x11610c);}else _0x28fc13[_0x14ca78(0x337,0x37a,0x31d,_0x52eff7._0x4d47ea)](_0x5663ae[_0x14ca78(0x35b,0x3b8,0x38e,_0x52eff7._0x238915)],_0x11cbd3);}else{const _0x3a6698={};return _0x3a6698[_0x14ca78(0x337,0x36c,0x369,0x358)]=_0x5663ae['HLIZt'],_0x3a6698[_0x3f0b01(_0x52eff7._0x271523,0x2df,_0x52eff7._0x2481a7,0x31d)]=_0x14b90c[_0x3f0b01(0x36a,_0x52eff7._0x3061ec,0x30c,_0x52eff7._0x5dbdf2)],_0x52a009[_0x14ca78(0x39a,_0x52eff7._0x31f3f7,_0x52eff7._0x9f2a2f,_0x52eff7._0x4f4b1c)](-0x4*0x813+0x225a+-0x1a)[_0x14ca78(0x321,_0x52eff7._0x4cf60a,0x2c2,0x2eb)](_0x3a6698);}}}}}),router['post'](_0x21759d(0x376,0x35f,0x35d,0x36e)+_0x21759d(0x32b,0x35e,0x39b,0x37d),requireJira,async(_0x15bf42,_0x579e62)=>{const _0x16b527={_0x4f76dc:0x3a6,_0x2e8663:0x423,_0x4dea4a:0x495,_0x47d851:0x3ec,_0x1bb819:0x3f4,_0x312c68:0x3e2,_0x3d911c:0x3eb,_0x152e1e:0x425,_0xd238e4:0x450,_0x1fc59d:0x3eb,_0x1b7571:0x3c5,_0x4d7710:0x397,_0x873d2:0x4b7,_0x15f5b5:0x476,_0x345145:0x4ec,_0x419086:0x41d,_0x2f57de:0x44c,_0x29b265:0x472,_0x57bff2:0x40e,_0x3b1b84:0x442,_0x6754f8:0x3a3,_0x597726:0x3b9,_0x2b1be5:0x3b9,_0x461a14:0x3fc,_0x15fdf6:0x46f,_0x330a4f:0x39e,_0x1358dd:0x441,_0x448cdb:0x370,_0x550391:0x3e0,_0x5d280e:0x43a,_0x51d4e7:0x456,_0x3b730c:0x445,_0x111685:0x408,_0x15db6e:0x4c6,_0x8edf1d:0x430,_0xca5b19:0x415,_0x48c2ce:0x49f,_0x5dfedd:0x444,_0x83dbbe:0x460,_0x25dba3:0x41c,_0x345a77:0x4cd,_0x4ab7ba:0x4c8,_0x33f0cc:0x41b,_0x83590f:0x435,_0x5ba139:0x446,_0x33b55a:0x464,_0x5dd717:0x484,_0x314b90:0x427,_0x359a5c:0x4bd,_0x184eab:0x40a,_0x29e8bf:0x418,_0x2fb125:0x491,_0x4006cd:0x478,_0x3ddf4e:0x417,_0x3ead49:0x434,_0x5e2727:0x4a6,_0x1c50c7:0x43e,_0x21e5b8:0x464,_0x42f5fe:0x3bb,_0x31517f:0x45f,_0x3c8040:0x40b,_0x5c1beb:0x4c5,_0x5487ba:0x387,_0x35a01b:0x34f,_0x29d44a:0x46c,_0x14b506:0x3a3,_0x26ad5a:0x412,_0x343b29:0x395,_0x4082c8:0x469,_0x1f92b7:0x3af,_0x15c53f:0x3fe,_0x3a4c35:0x3e5,_0x39c1c6:0x3ad,_0x8e11fe:0x3ed,_0x982bcb:0x3b7,_0x342504:0x396,_0x4241e6:0x344,_0x26e89d:0x3dd,_0x199d5a:0x370,_0x2624de:0x42e,_0x26490f:0x3c7,_0x4284df:0x436,_0x194554:0x46a,_0x53f4f7:0x3f5,_0x30bae0:0x43b,_0x11e52e:0x429,_0x51c437:0x3b0,_0x257398:0x38d,_0x502735:0x418,_0x4970d9:0x43f,_0x5b6d32:0x457,_0x4d3fd7:0x40b,_0x460f24:0x4d9,_0x324cfa:0x44d,_0x5d9e08:0x4b2,_0x40f51c:0x507,_0x2b2843:0x463,_0x4deb4e:0x45a,_0x117900:0x43a,_0x1951f4:0x3cd,_0xad754a:0x3f3,_0x573eca:0x46f,_0x5f3d70:0x426,_0xf140d8:0x423,_0x467855:0x47d,_0x27994b:0x4be,_0x2ca1f5:0x444,_0x30042b:0x3d9,_0x2b82e6:0x402,_0x1184cf:0x3f5,_0x44dc09:0x428,_0x485587:0x496,_0x489ef6:0x411,_0x447f73:0x3e8,_0x52c3ee:0x44f,_0x1f58a3:0x418,_0x19e9c2:0x3f2,_0xdc27b0:0x473,_0x7f02f4:0x493,_0xc68b07:0x3bc,_0x5a358b:0x3ac,_0xfbd510:0x388,_0x1cfd2c:0x44b,_0x17ebd0:0x476,_0x193e2d:0x475,_0x1ae63d:0x481,_0x2f7786:0x414,_0x455ad2:0x406,_0x2c68e8:0x488,_0x4b2259:0x48d,_0x42bfe4:0x470,_0x50f1da:0x4f6,_0x15cae0:0x4ad,_0x391182:0x440,_0x318eab:0x423,_0x5520a6:0x47f,_0x565217:0x418,_0x456666:0x481,_0x4bfdc8:0x412,_0x4f4e0d:0x469,_0x333372:0x446,_0x1b600a:0x42f,_0x27be53:0x409,_0x2997d6:0x411,_0x64c506:0x44d,_0xd5e351:0x3c5,_0x42bd92:0x4a6,_0x77de3a:0x437,_0x1a2687:0x3c9,_0x2e2e32:0x3cd,_0x559a91:0x42d,_0x4b0f06:0x3de,_0x582065:0x3cb,_0xf4940e:0x422,_0xae0ba8:0x48e,_0x4acdc9:0x449,_0x4648ca:0x487,_0x576495:0x4fe,_0x4d8837:0x3d3,_0x17ea9a:0x448,_0x2f57ab:0x48c,_0x5f5c82:0x3fb},_0x58062c={_0x23e75e:0x79},_0xd792a1={_0x78e9cb:0x114,_0x4a55fc:0xb0},_0x56fd8b={};_0x56fd8b['JriTV']=_0x43e098(_0x16b527._0x4f76dc,0x3aa,0x37b,0x3f0)+_0x43e098(_0x16b527._0x2e8663,_0x16b527._0x4dea4a,0x472,0x43c)+_0x43e098(_0x16b527._0x47d851,_0x16b527._0x1bb819,0x44c,0x458)+_0x1ac8ec(0x3f8,_0x16b527._0x312c68,0x3f8,0x3f6),_0x56fd8b['YBJsO']='Failed\x20to\x20'+_0x1ac8ec(_0x16b527._0x3d911c,_0x16b527._0x152e1e,_0x16b527._0xd238e4,_0x16b527._0x1fc59d)+_0x1ac8ec(0x3d3,0x3d9,_0x16b527._0x1b7571,_0x16b527._0x4d7710)+_0x1ac8ec(_0x16b527._0x873d2,_0x16b527._0x15f5b5,0x49e,_0x16b527._0x345145)+'rs:',_0x56fd8b[_0x43e098(0x44a,_0x16b527._0x419086,0x47b,0x44d)]=function(_0x20c591,_0x58e87f){return _0x20c591===_0x58e87f;},_0x56fd8b[_0x1ac8ec(_0x16b527._0x2f57de,0x4da,_0x16b527._0x29b265,0x489)]='hiKut',_0x56fd8b[_0x43e098(_0x16b527._0x57bff2,_0x16b527._0x3b1b84,0x472,0x3a9)]=_0x43e098(0x3a2,0x413,_0x16b527._0x6754f8,0x368)+_0x43e098(_0x16b527._0x597726,0x38e,_0x16b527._0x2b1be5,0x364)+_0x43e098(0x433,0x417,_0x16b527._0x461a14,_0x16b527._0x15fdf6),_0x56fd8b['mBFTo']=_0x43e098(0x406,0x45f,_0x16b527._0x330a4f,_0x16b527._0x1358dd)+'must\x20be\x20in'+_0x1ac8ec(_0x16b527._0x448cdb,0x3ef,_0x16b527._0x550391,_0x16b527._0x5d280e)+_0x43e098(_0x16b527._0x51d4e7,_0x16b527._0x3b730c,_0x16b527._0x111685,_0x16b527._0x15db6e);function _0x1ac8ec(_0x5ebbff,_0x21bfe0,_0x5b7f2d,_0x2f6e6a){return _0x21759d(_0x5ebbff-0x78,_0x21bfe0,_0x5b7f2d-_0xd792a1._0x78e9cb,_0x5b7f2d-_0xd792a1._0x4a55fc);}_0x56fd8b[_0x1ac8ec(_0x16b527._0x8edf1d,0x46e,_0x16b527._0xca5b19,0x44b)]=function(_0x4cbb9d,_0x160d5e){return _0x4cbb9d!==_0x160d5e;},_0x56fd8b[_0x1ac8ec(0x4da,0x448,_0x16b527._0x48c2ce,_0x16b527._0x5dfedd)]='string',_0x56fd8b['OSxNI']=_0x43e098(_0x16b527._0x83dbbe,_0x16b527._0x25dba3,_0x16b527._0x345a77,_0x16b527._0x4ab7ba)+'mment',_0x56fd8b[_0x43e098(_0x16b527._0x33f0cc,0x41b,_0x16b527._0x83590f,_0x16b527._0x5ba139)]=_0x1ac8ec(_0x16b527._0x33b55a,0x411,_0x16b527._0x5dd717,_0x16b527._0x314b90)+_0x43e098(0x452,0x441,0x3f9,_0x16b527._0x359a5c)+'ment\x20in\x20th'+'e\x20request\x20'+_0x43e098(0x439,_0x16b527._0x184eab,0x449,0x47c),_0x56fd8b['jFXel']=_0x1ac8ec(0x385,_0x16b527._0x29e8bf,0x3f1,0x3c2)+'post\x20Jira\x20'+'comment:',_0x56fd8b[_0x1ac8ec(0x467,0x43f,0x473,_0x16b527._0x2fb125)]=_0x43e098(_0x16b527._0x4006cd,_0x16b527._0x3ddf4e,_0x16b527._0x3ead49,0x4eb),_0x56fd8b[_0x1ac8ec(0x4bb,0x48c,0x47c,_0x16b527._0x5e2727)]=_0x1ac8ec(0x3ea,0x3d8,_0x16b527._0x1c50c7,_0x16b527._0x21e5b8)+_0x43e098(_0x16b527._0x184eab,_0x16b527._0x42f5fe,0x459,_0x16b527._0x31517f);function _0x43e098(_0x2bec9d,_0x16b262,_0x511a39,_0x5d44a7){return _0x21759d(_0x2bec9d-0x86,_0x16b262,_0x511a39-0x105,_0x2bec9d-_0x58062c._0x23e75e);}_0x56fd8b[_0x1ac8ec(0x44d,_0x16b527._0x3c8040,0x456,_0x16b527._0x5c1beb)]='Authentica'+_0x43e098(0x3c2,_0x16b527._0x5487ba,0x3db,_0x16b527._0x35a01b)+'d',_0x56fd8b['GwJcN']=_0x1ac8ec(0x457,_0x16b527._0x152e1e,0x451,_0x16b527._0x29d44a)+_0x43e098(0x39e,_0x16b527._0x14b506,_0x16b527._0x26ad5a,0x32e),_0x56fd8b['zokyK']='LAbQd',_0x56fd8b[_0x43e098(0x3b7,0x3a4,_0x16b527._0x343b29,0x42c)]=_0x1ac8ec(_0x16b527._0x29e8bf,0x467,0x428,_0x16b527._0x4082c8),_0x56fd8b[_0x43e098(_0x16b527._0x14b506,0x341,_0x16b527._0x1f92b7,0x3ce)]=_0x43e098(0x3ba,0x3fa,0x3bb,0x3e4)+'post\x20comme'+'nt';const _0x54f8a9=_0x56fd8b;try{const _0x56e884=_0x15bf42[_0x43e098(_0x16b527._0x15c53f,0x42b,_0x16b527._0x3a4c35,_0x16b527._0x39c1c6)][_0x1ac8ec(0x3c7,_0x16b527._0xca5b19,_0x16b527._0x8e11fe,_0x16b527._0x982bcb)][_0x43e098(_0x16b527._0x342504,_0x16b527._0x4241e6,_0x16b527._0x26e89d,_0x16b527._0x199d5a)]()[_0x1ac8ec(_0x16b527._0x2624de,0x3d9,_0x16b527._0x2624de,_0x16b527._0x26490f)+'e'](),{comment:_0x382cb7}=_0x15bf42['body'];if(!/^[A-Z]+-\d+$/i[_0x1ac8ec(0x3de,0x3bf,_0x16b527._0x4284df,_0x16b527._0x194554)](_0x56e884)){if(_0x54f8a9[_0x43e098(0x44a,0x458,_0x16b527._0x1c50c7,_0x16b527._0x2fb125)](_0x1ac8ec(_0x16b527._0x53f4f7,0x4af,0x46e,_0x16b527._0x2e8663),_0x54f8a9[_0x43e098(_0x16b527._0x30bae0,0x441,0x48f,_0x16b527._0x11e52e)]))_0x1bc923['info'](_0x54f8a9[_0x43e098(_0x16b527._0x51c437,0x338,_0x16b527._0x257398,0x425)]);else{const _0x197884={};return _0x197884[_0x1ac8ec(0x468,_0x16b527._0x29b265,_0x16b527._0x502735,0x3f0)]=_0x54f8a9[_0x1ac8ec(0x448,0x476,0x445,_0x16b527._0x4970d9)],_0x197884[_0x43e098(0x446,0x481,0x4bf,_0x16b527._0x5d280e)]=_0x54f8a9[_0x1ac8ec(_0x16b527._0x5b6d32,_0x16b527._0x4d3fd7,0x440,0x407)],_0x579e62[_0x1ac8ec(0x4bf,_0x16b527._0x460f24,0x47b,0x472)](0x47b*0x6+-0x2126+0x2*0x3ea)[_0x1ac8ec(0x3f6,_0x16b527._0x6754f8,0x402,_0x16b527._0x324cfa)](_0x197884);}}if(!_0x382cb7||_0x54f8a9['fumlB'](typeof _0x382cb7,_0x54f8a9[_0x1ac8ec(_0x16b527._0x5d9e08,_0x16b527._0x40f51c,0x49f,0x478)])||_0x54f8a9[_0x1ac8ec(0x473,_0x16b527._0x2b2843,0x481,_0x16b527._0x4deb4e)](_0x382cb7[_0x1ac8ec(_0x16b527._0x117900,_0x16b527._0x1358dd,_0x16b527._0x1951f4,_0x16b527._0xad754a)]()['length'],0x285*-0x6+-0x619+-0x1*-0x1537)){const _0x277cfd={};return _0x277cfd['error']=_0x54f8a9[_0x43e098(_0x16b527._0x573eca,_0x16b527._0x5f3d70,_0x16b527._0xf140d8,_0x16b527._0x5c1beb)],_0x277cfd[_0x1ac8ec(0x4c8,0x472,_0x16b527._0x467855,_0x16b527._0x27994b)]=_0x54f8a9['sAUrK'],_0x579e62[_0x43e098(_0x16b527._0x2ca1f5,0x458,0x3f8,_0x16b527._0x30042b)](-0x1795*0x1+0x4*0x509+0x501)[_0x1ac8ec(0x3cf,0x428,_0x16b527._0x2b82e6,0x3d7)](_0x277cfd);}logger[_0x43e098(0x45f,0x409,0x4d0,_0x16b527._0x1184cf)](_0x1ac8ec(_0x16b527._0x44dc09,_0x16b527._0x485587,0x427,_0x16b527._0x489ef6)+_0x43e098(_0x16b527._0x447f73,_0x16b527._0x550391,0x399,0x412)+_0x43e098(0x45a,_0x16b527._0x52c3ee,_0x16b527._0x1f58a3,_0x16b527._0x19e9c2)+'\x20'+_0x56e884);const _0x771266=await jiraClient[_0x1ac8ec(0x4b4,_0x16b527._0xdc27b0,_0x16b527._0x4dea4a,_0x16b527._0x7f02f4)+'t'](_0x56e884,_0x382cb7['trim']()),_0x224be5={};_0x224be5['success']=!![],_0x224be5[_0x43e098(0x38c,_0x16b527._0xc68b07,_0x16b527._0x5a358b,0x3e1)]=_0x771266,_0x579e62['json'](_0x224be5);}catch(_0x19d026){logger[_0x43e098(0x3e1,0x406,_0x16b527._0xfbd510,0x43c)](_0x54f8a9[_0x1ac8ec(_0x16b527._0x1cfd2c,0x39c,0x40e,_0x16b527._0x982bcb)],_0x19d026);if(_0x19d026['message'][_0x43e098(_0x16b527._0x17ebd0,_0x16b527._0x193e2d,0x4e2,0x4c0)](_0x54f8a9['oGcTE'])){const _0x54e006={};return _0x54e006[_0x1ac8ec(_0x16b527._0x1ae63d,_0x16b527._0x2f7786,0x418,_0x16b527._0xdc27b0)]=_0x54f8a9[_0x1ac8ec(_0x16b527._0x455ad2,_0x16b527._0x2c68e8,0x47c,0x4e2)],_0x54e006['message']=_0x19d026['message'],_0x579e62[_0x43e098(0x444,_0x16b527._0xad754a,_0x16b527._0x4b2259,_0x16b527._0x17ebd0)](0x224a+0x21*-0x29+-0x1b6d)['json'](_0x54e006);}else{if(_0x19d026[_0x1ac8ec(0x4df,_0x16b527._0x42bfe4,_0x16b527._0x467855,0x44a)][_0x1ac8ec(_0x16b527._0x50f1da,0x4a9,_0x16b527._0x15cae0,0x4d4)](_0x43e098(_0x16b527._0x391182,0x3ea,0x446,_0x16b527._0x318eab)+_0x43e098(0x3c2,0x3c2,0x40b,0x388)+'d')){const _0x228fe3={};return _0x228fe3[_0x1ac8ec(0x448,_0x16b527._0x5520a6,_0x16b527._0x565217,_0x16b527._0x456666)]=_0x54f8a9[_0x43e098(0x41f,0x3bf,_0x16b527._0x4bfdc8,_0x16b527._0x4f4e0d)],_0x228fe3[_0x43e098(_0x16b527._0x333372,_0x16b527._0x1b600a,0x3fb,0x416)]=_0x19d026[_0x1ac8ec(_0x16b527._0x27be53,0x460,0x47d,0x44d)],_0x579e62[_0x1ac8ec(0x436,_0x16b527._0x2997d6,0x47b,_0x16b527._0x64c506)](-0x1732+-0x10df*0x1+0x2*0x14d1)[_0x1ac8ec(0x3c0,_0x16b527._0xd5e351,_0x16b527._0x2b82e6,0x3b4)](_0x228fe3);}else{if(_0x19d026[_0x1ac8ec(_0x16b527._0x42bd92,0x43a,0x47d,0x405)][_0x43e098(_0x16b527._0x15f5b5,0x4d8,0x400,0x404)](_0x54f8a9[_0x1ac8ec(0x37d,_0x16b527._0x77de3a,0x3d0,0x437)])){const _0x2dfb96={};return _0x2dfb96[_0x1ac8ec(0x3e1,_0x16b527._0x1a2687,0x418,0x453)]=_0x43e098(0x3d0,_0x16b527._0x2e2e32,0x3fd,_0x16b527._0x559a91)+'\x20denied',_0x2dfb96['message']=_0x19d026[_0x43e098(0x446,0x4b5,_0x16b527._0x4b0f06,0x4a3)],_0x579e62['status'](0x8eb+-0x1*-0x5c1+-0x1*0xd19)[_0x43e098(_0x16b527._0x582065,_0x16b527._0x1f92b7,0x3ff,0x3a5)](_0x2dfb96);}else{if(_0x54f8a9['UudEc'](_0x54f8a9[_0x1ac8ec(0x3d1,0x472,_0x16b527._0x333372,0x40c)],_0x54f8a9[_0x43e098(0x3b7,0x403,_0x16b527._0xf4940e,0x344)]))_0x5378aa['error'](_0x54f8a9[_0x1ac8ec(_0x16b527._0xae0ba8,_0x16b527._0x4acdc9,_0x16b527._0x4648ca,_0x16b527._0x576495)],_0x3c881a);else{const _0x407eab={};return _0x407eab[_0x1ac8ec(0x3b8,_0x16b527._0x4d8837,0x418,0x3ff)]=_0x54f8a9['zsRgm'],_0x407eab[_0x43e098(0x446,_0x16b527._0x111685,_0x16b527._0x17ea9a,0x44f)]=_0x19d026['message'],_0x579e62[_0x43e098(0x444,_0x16b527._0x2f57ab,_0x16b527._0x193e2d,0x476)](0x1dfa+0x20d0+-0x3cd6)[_0x1ac8ec(0x389,0x44e,0x402,_0x16b527._0x5f5c82)](_0x407eab);}}}}}});export default router;