@profoundlogic/coderflow-server 0.6.2 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/dist/base-image/Dockerfile +4 -2
  2. package/dist/base-image/agent-wrapper.sh +32 -4
  3. package/dist/base-image/entrypoint.sh +3 -0
  4. package/dist/coder-server.js +1 -1
  5. package/dist/config/cli-models.json +12 -0
  6. package/dist/config.js +1 -1
  7. package/dist/lib/agent-keepalive.js +1 -1
  8. package/dist/lib/agent-models.js +1 -1
  9. package/dist/lib/api-keys.js +1 -1
  10. package/dist/lib/apiKeys.js +1 -1
  11. package/dist/lib/app-server-ports.js +1 -1
  12. package/dist/lib/auto-judge.js +1 -1
  13. package/dist/lib/automation-service.js +1 -1
  14. package/dist/lib/basic-auth.js +1 -1
  15. package/dist/lib/bindings.js +1 -1
  16. package/dist/lib/build-history.js +1 -1
  17. package/dist/lib/build-output-service.js +1 -1
  18. package/dist/lib/build-scheduler.js +1 -1
  19. package/dist/lib/build-service.js +1 -1
  20. package/dist/lib/ca-certificates.js +1 -1
  21. package/dist/lib/claude-oauth-refresh.js +1 -1
  22. package/dist/lib/cli/build.js +1 -1
  23. package/dist/lib/cli/cleanup-users.js +1 -1
  24. package/dist/lib/cli/config-command.js +1 -1
  25. package/dist/lib/cli/config.js +1 -1
  26. package/dist/lib/cli/create-user.js +1 -1
  27. package/dist/lib/cli/grant-admin.js +1 -1
  28. package/dist/lib/cli/init.js +1 -1
  29. package/dist/lib/cli/jira.js +1 -1
  30. package/dist/lib/cli/license.js +1 -1
  31. package/dist/lib/cli/list-roles.js +1 -1
  32. package/dist/lib/cli/list-users.js +1 -1
  33. package/dist/lib/cli/server-manager.js +1 -1
  34. package/dist/lib/cli/set-password.js +1 -1
  35. package/dist/lib/config-migration.js +1 -1
  36. package/dist/lib/container-credential-sync.js +1 -1
  37. package/dist/lib/container-tokens.js +1 -1
  38. package/dist/lib/data-dir.js +1 -1
  39. package/dist/lib/deployment-history.js +1 -1
  40. package/dist/lib/deployment-service.js +1 -1
  41. package/dist/lib/docker-utils.js +1 -1
  42. package/dist/lib/email.js +1 -1
  43. package/dist/lib/emailTemplates.js +1 -1
  44. package/dist/lib/entitlement.js +1 -1
  45. package/dist/lib/external-connections.js +1 -1
  46. package/dist/lib/fetch-utils.js +1 -1
  47. package/dist/lib/git-commit-details-route.js +1 -1
  48. package/dist/lib/git-history-diff-guardrails.js +1 -1
  49. package/dist/lib/git-provider-service.js +1 -1
  50. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  51. package/dist/lib/git-provider-setup/index.js +1 -1
  52. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  53. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  54. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  55. package/dist/lib/git-providers/github-app-provider.js +1 -1
  56. package/dist/lib/git-providers/index.js +1 -1
  57. package/dist/lib/git-providers/provider-factory.js +1 -1
  58. package/dist/lib/git-providers/provider-interface.js +1 -1
  59. package/dist/lib/github-urls.js +1 -1
  60. package/dist/lib/group-objective-linking.js +1 -1
  61. package/dist/lib/ibmi-sync.js +1 -1
  62. package/dist/lib/jira-client.js +1 -1
  63. package/dist/lib/judge-blinding.js +1 -1
  64. package/dist/lib/logger.js +1 -1
  65. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  66. package/dist/lib/model-fetcher.js +1 -1
  67. package/dist/lib/notifications.js +1 -1
  68. package/dist/lib/objective-context.js +1 -1
  69. package/dist/lib/oidc-auth.js +1 -1
  70. package/dist/lib/oidc-device-flow.js +1 -1
  71. package/dist/lib/passwordTokens.js +1 -1
  72. package/dist/lib/permission-resolver.js +1 -1
  73. package/dist/lib/pin-cascade.js +1 -1
  74. package/dist/lib/provider-accounts.js +1 -1
  75. package/dist/lib/provider-oauth.js +1 -1
  76. package/dist/lib/provider-profile.js +1 -1
  77. package/dist/lib/provider-token-refresh.js +1 -1
  78. package/dist/lib/rbac-user-state.js +1 -1
  79. package/dist/lib/request-url.js +1 -1
  80. package/dist/lib/rewind.js +1 -1
  81. package/dist/lib/role-definitions.js +1 -1
  82. package/dist/lib/roles.js +1 -1
  83. package/dist/lib/secrets.js +1 -1
  84. package/dist/lib/setup-repo-git-auth.js +1 -1
  85. package/dist/lib/state-capture.js +1 -1
  86. package/dist/lib/static-files.js +1 -1
  87. package/dist/lib/task-name-format.js +1 -1
  88. package/dist/lib/task-name-generator.js +1 -1
  89. package/dist/lib/task-source-metadata.js +1 -1
  90. package/dist/lib/teams.js +1 -1
  91. package/dist/lib/user-git-oauth.js +1 -1
  92. package/dist/lib/user-git-tokens.js +1 -1
  93. package/dist/lib/users.js +1 -1
  94. package/dist/middleware/requireAuth.js +1 -1
  95. package/dist/middleware/requireInit.js +1 -1
  96. package/dist/middleware/requirePermission.js +1 -1
  97. package/dist/package.json +1 -1
  98. package/dist/playwright.config.js +1 -1
  99. package/dist/playwright.task-terminal.config.js +1 -1
  100. package/dist/routes/apiKeys.js +1 -1
  101. package/dist/routes/auth-oidc.js +1 -1
  102. package/dist/routes/auth.js +1 -1
  103. package/dist/routes/automations.js +1 -1
  104. package/dist/routes/bindings.js +1 -1
  105. package/dist/routes/build.js +1 -1
  106. package/dist/routes/containers.js +1 -1
  107. package/dist/routes/deploy-task.js +1 -1
  108. package/dist/routes/environment-management.js +1 -1
  109. package/dist/routes/environments.js +1 -1
  110. package/dist/routes/external-skills.js +1 -1
  111. package/dist/routes/git-credentials.js +1 -1
  112. package/dist/routes/git-oauth.js +1 -1
  113. package/dist/routes/git-provider-setup.js +1 -1
  114. package/dist/routes/health.js +1 -1
  115. package/dist/routes/jira.js +1 -1
  116. package/dist/routes/objective-management.js +1 -1
  117. package/dist/routes/password.js +1 -1
  118. package/dist/routes/prompt.js +1 -1
  119. package/dist/routes/provider-auth.js +1 -1
  120. package/dist/routes/qa.js +1 -1
  121. package/dist/routes/roles.js +1 -1
  122. package/dist/routes/settings.js +1 -1
  123. package/dist/routes/skill-management.js +1 -1
  124. package/dist/routes/skills.js +1 -1
  125. package/dist/routes/tasks.js +1 -1
  126. package/dist/routes/teams.js +1 -1
  127. package/dist/routes/templates.js +1 -1
  128. package/dist/routes/test-task.js +1 -1
  129. package/dist/routes/test.js +1 -1
  130. package/dist/routes/users.js +1 -1
  131. package/dist/routes/visualizations.js +1 -1
  132. package/dist/scripts/create-user.js +1 -1
  133. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  134. package/dist/start.js +1 -1
  135. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  136. package/dist/web-ui/public/activity-feed.js +1 -1
  137. package/dist/web-ui/public/activity-formatters.js +1 -1
  138. package/dist/web-ui/public/agent-event-parser.js +1 -1
  139. package/dist/web-ui/public/app.js +1 -1
  140. package/dist/web-ui/public/approve-dialog.js +1 -1
  141. package/dist/web-ui/public/automation-links.js +1 -1
  142. package/dist/web-ui/public/automation-schedule.js +1 -1
  143. package/dist/web-ui/public/comments-widget.js +1 -1
  144. package/dist/web-ui/public/diff-utils.js +1 -1
  145. package/dist/web-ui/public/environments.js +1 -1
  146. package/dist/web-ui/public/feedback-widget.js +1 -1
  147. package/dist/web-ui/public/file-selection-tree.js +1 -1
  148. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  149. package/dist/web-ui/public/git-history.js +1 -1
  150. package/dist/web-ui/public/git-status.js +1 -1
  151. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  152. package/dist/web-ui/public/index.html +39 -0
  153. package/dist/web-ui/public/index.js +1 -1
  154. package/dist/web-ui/public/login.js +1 -1
  155. package/dist/web-ui/public/markdown-editor.js +1 -1
  156. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  157. package/dist/web-ui/public/modal-maximize.js +1 -1
  158. package/dist/web-ui/public/notifications.js +1 -1
  159. package/dist/web-ui/public/permissions.js +1 -1
  160. package/dist/web-ui/public/pr-dialog.js +1 -1
  161. package/dist/web-ui/public/roles.js +1 -1
  162. package/dist/web-ui/public/server-health.js +1 -1
  163. package/dist/web-ui/public/settings.html +23 -0
  164. package/dist/web-ui/public/settings.js +1 -1
  165. package/dist/web-ui/public/setup-password.js +1 -1
  166. package/dist/web-ui/public/skills.js +1 -1
  167. package/dist/web-ui/public/sse-client.js +1 -1
  168. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  169. package/dist/web-ui/public/styles.css +101 -1
  170. package/dist/web-ui/public/task.html +46 -1
  171. package/dist/web-ui/public/task.js +1 -1
  172. package/dist/web-ui/public/teams.js +1 -1
  173. package/dist/web-ui/public/terminal.js +1 -1
  174. package/dist/web-ui/public/theme.js +1 -1
  175. package/dist/web-ui/public/users.js +1 -1
  176. package/dist/web-ui/public/variant-grouping.js +1 -1
  177. package/package.json +1 -1
  178. package/dist/.claude/settings.local.json +0 -20
  179. package/dist/playwright-test-results/.last-run.json +0 -54
@@ -1 +1 @@
1
- (function(_0x39665a,_0x4bb846){const _0x65efd2={_0x5d1e89:0x296,_0x1de079:0x248,_0x4d080c:0x200,_0x27ac55:0x134,_0xdbf548:0xcc,_0x4d78f5:0x2a3,_0x4d9881:0x254,_0x1dc57c:0x307,_0x92f53d:0x236,_0x47aa43:0x106,_0x56a74a:0x100,_0xe9234f:0x63,_0x1c69ee:0x2b,_0x4ee247:0x5,_0x247dcc:0x1dd,_0x448657:0x26a,_0x5588b8:0x218,_0x4ff71a:0x6c,_0x1e74e8:0x193,_0x299923:0x26e,_0xa70360:0x24c},_0x3033c6=_0x39665a();function _0x312c2a(_0x250154,_0x28d66b,_0x5ce92e,_0x176b28){return _0x1c2c(_0x250154-0x91,_0x176b28);}function _0x33dd74(_0x51a5cb,_0x2ecd97,_0x4c6593,_0x5a5c7c){return _0x1c2c(_0x51a5cb- -0xbc,_0x5a5c7c);}while(!![]){try{const _0x3d7eee=-parseInt(_0x312c2a(0x284,0x227,0x303,0x260))/(0x2*-0xf1c+0x1*0x9bd+-0x51f*-0x4)+parseInt(_0x312c2a(_0x65efd2._0x5d1e89,0x223,0x2c5,_0x65efd2._0x1de079))/(-0x5*-0x4e1+0x185b+-0x30be)*(-parseInt(_0x312c2a(_0x65efd2._0x4d080c,0x1a5,0x27c,0x1c6))/(0x32f*0xb+0x26f6+0x9*-0x838))+parseInt(_0x33dd74(0x139,_0x65efd2._0x27ac55,0xca,_0x65efd2._0xdbf548))/(-0x7e3+-0x17*-0xcf+-0xab2)*(-parseInt(_0x312c2a(_0x65efd2._0x4d78f5,_0x65efd2._0x4d9881,_0x65efd2._0x1dc57c,_0x65efd2._0x92f53d))/(-0x2137*0x1+-0x1*0x1b4f+0x3c8b))+parseInt(_0x33dd74(0x135,_0x65efd2._0x47aa43,_0x65efd2._0x56a74a,0x190))/(-0x1809*-0x1+0x215d+-0x3960)*(parseInt(_0x33dd74(_0x65efd2._0xe9234f,_0x65efd2._0x1c69ee,-_0x65efd2._0x4ee247,0x9c))/(0x24d1+0x1899+-0x7*0x8c5))+-parseInt(_0x312c2a(0x227,_0x65efd2._0x247dcc,0x258,_0x65efd2._0x448657))/(0x1725+-0x1*0x1192+-0x2b*0x21)*(-parseInt(_0x312c2a(_0x65efd2._0x5588b8,0x22d,0x28e,0x1f0))/(0x21c1*0x1+0x209*0x8+-0x3200))+parseInt(_0x33dd74(_0x65efd2._0x4ff71a,0xf2,0x18,0xa6))/(-0x4d7+0x33+-0x4ae*-0x1)*(parseInt(_0x312c2a(0x20a,_0x65efd2._0x1e74e8,0x286,0x1be))/(-0x1cec+-0x71*-0x39+0x3ce))+parseInt(_0x312c2a(0x1f3,_0x65efd2._0x299923,0x25c,_0x65efd2._0xa70360))/(-0x1982+-0x1a*-0x8e+0xb22);if(_0x3d7eee===_0x4bb846)break;else _0x3033c6['push'](_0x3033c6['shift']());}catch(_0x227e15){_0x3033c6['push'](_0x3033c6['shift']());}}}(_0x6a7a,-0x2c7b*0x6e+-0x6fa2e+0x246610));import _0x14a28d from'express';function _0x1c2c(_0x4b1a5e,_0x385ca0){_0x4b1a5e=_0x4b1a5e-(-0x555+0x177f+-0x3*0x5b3);const _0x5b9d41=_0x6a7a();let _0x5ebf51=_0x5b9d41[_0x4b1a5e];if(_0x1c2c['LVhxpu']===undefined){var _0x575e87=function(_0x1fe115){const _0x2c934a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1abb51='',_0x117fa3='';for(let _0x5c874a=-0x319+-0xa7*-0x1d+-0xfd2,_0x19a04d,_0x52dc85,_0x163368=-0x1c03+-0x84b+0x244e;_0x52dc85=_0x1fe115['charAt'](_0x163368++);~_0x52dc85&&(_0x19a04d=_0x5c874a%(0x1fb4+0x15*-0x49+-0x19b3)?_0x19a04d*(0x1*0x1b71+0x1*0x1ae5+-0x3616)+_0x52dc85:_0x52dc85,_0x5c874a++%(-0x1*0x1537+0x1*0x24ad+-0x293*0x6))?_0x1abb51+=String['fromCharCode'](0x103+-0x94c+0x108*0x9&_0x19a04d>>(-(-0x20f4+0xd2+0x2024)*_0x5c874a&0xf6d+-0x8a9+-0x35f*0x2)):-0x151*-0x1+0x14e0+-0x1631){_0x52dc85=_0x2c934a['indexOf'](_0x52dc85);}for(let _0x3b5139=-0x2b*0xc6+-0xe03+0x2f45*0x1,_0xfdfd9c=_0x1abb51['length'];_0x3b5139<_0xfdfd9c;_0x3b5139++){_0x117fa3+='%'+('00'+_0x1abb51['charCodeAt'](_0x3b5139)['toString'](0x1*0x460+-0x6cf+-0x9*-0x47))['slice'](-(-0x162*-0x13+-0x13a7+-0x1*0x69d));}return decodeURIComponent(_0x117fa3);};_0x1c2c['UytIcU']=_0x575e87,_0x1c2c['TusGsZ']={},_0x1c2c['LVhxpu']=!![];}const _0x193e2e=_0x5b9d41[0x1d86+-0x46*0x6f+0xd4],_0x66cc5a=_0x4b1a5e+_0x193e2e,_0x21fff7=_0x1c2c['TusGsZ'][_0x66cc5a];return!_0x21fff7?(_0x5ebf51=_0x1c2c['UytIcU'](_0x5ebf51),_0x1c2c['TusGsZ'][_0x66cc5a]=_0x5ebf51):_0x5ebf51=_0x21fff7,_0x5ebf51;}import{JiraClient}from'../lib/jira-client.js';import{loadJiraConfig}from'../config.js';import{logger}from'../lib/logger.js';const router=_0x14a28d[_0xa4ce78(0x2a0,0x309,0x386,0x2a0)]();let jiraClient=null;async function initializeJiraClient(){const _0x375138={_0x1d9598:0x4c9,_0x315d9f:0x4c1,_0x3f4a97:0x3fe,_0x931d60:0x43c,_0x3fbfdf:0x428,_0x3f6342:0x4bb,_0x4b1de4:0x44a,_0x54c063:0x48e,_0x4ea110:0x404,_0x24ee41:0x52e,_0x2e5105:0x4d6,_0xa722f0:0x3e9,_0x3e4eac:0x407,_0x59f955:0x4a8,_0x16042d:0x46d,_0x4c3802:0x45b,_0x21ef7e:0x4b1,_0x207966:0x56f,_0x1f60e0:0x44f,_0x4401f3:0x4f4,_0x224a54:0x4ab,_0xcd1316:0x348,_0x542703:0x49c,_0x51a338:0x4a6,_0x446854:0x3c7,_0x5f0c12:0x43a,_0x54d5b2:0x3bf,_0xda634a:0x46b,_0x3da0c8:0x4c8,_0x122c90:0x3b6,_0x4b6f8b:0x45f,_0x3754fd:0x3eb,_0xca706b:0x429,_0x58edd9:0x4cf,_0x71c8de:0x507,_0x2906e7:0x326,_0x20fdbb:0x39a,_0x725331:0x3f2,_0x1d4109:0x42b,_0x469e77:0x457,_0x527adc:0x3e2,_0x5d890c:0x39c,_0x556e52:0x45f,_0x91066a:0x4d0,_0x1558d6:0x4af,_0x115db8:0x490,_0x2dacc7:0x435,_0x6c0707:0x3ed,_0x4cc0e7:0x426,_0x294a09:0x3a6,_0x107269:0x3b8,_0x29ec0b:0x544,_0x374cd5:0x55e,_0x1b831a:0x4b7,_0x101490:0x43b,_0x3927d4:0x3a9,_0x4434f5:0x446,_0x2f83d6:0x461,_0x57cd67:0x459,_0x52299d:0x474,_0x29c140:0x4ae,_0x4818a9:0x463,_0x482b4a:0x479,_0x145090:0x4b4,_0x18cac0:0x3a7,_0xd2fd53:0x40c,_0x38f1f5:0x3bd,_0x289149:0x44d,_0x253cdd:0x4c7,_0x27e47d:0x546,_0x4aaa7b:0x510,_0x9bc896:0x4c0,_0x2f2353:0x4e2,_0x162c40:0x527,_0x37acbf:0x3f9,_0x18f017:0x3da,_0x306b82:0x36a,_0x544a43:0x455,_0xeb6115:0x434,_0x238b5d:0x489,_0x111fc7:0x42e,_0x2a5380:0x49f,_0x3b4710:0x4d1,_0x3cd555:0x4ca,_0x16e443:0x502,_0x4ac6a2:0x44c,_0x1f6701:0x47b,_0x158127:0x4cb,_0x1e6b99:0x47f,_0x2b5ef3:0x488,_0x4241b2:0x3c8,_0x3ad340:0x351,_0x5976cc:0x459,_0x539556:0x441,_0x4b103b:0x46a,_0x2b17fd:0x499,_0x2729d3:0x4e2,_0x376cce:0x4e5,_0x1eda7a:0x40d,_0x5ca88c:0x403,_0x5b5e63:0x3c9,_0x3dfdbf:0x3bb,_0x4901d2:0x368,_0xa83803:0x4ce,_0x3e0ae0:0x4a4,_0x344a3b:0x413,_0x1dbe7d:0x44d,_0x17601e:0x4aa,_0xdba1d3:0x401,_0xbb7e25:0x44d,_0x49d5a7:0x3d4,_0x233abe:0x454,_0x433dd5:0x500,_0x49049d:0x4d6,_0x46d5e6:0x562,_0x129603:0x4dc,_0x5e2a8b:0x47e,_0x56616c:0x3f7,_0x439cbd:0x39f,_0x3f2702:0x378,_0x465c92:0x516,_0x51a571:0x48a,_0xdb337d:0x430,_0x3a5b8e:0x42c,_0x37bf3c:0x45a,_0x4fa3ea:0x442,_0x1ff4bb:0x4ad,_0x353d27:0x4b8,_0x460695:0x49d,_0x472171:0x3f7},_0x521caa={_0x4f987d:0x133,_0x169657:0x73},_0x27bcb9={_0x22de87:0x16d,_0x1b1711:0xaa},_0x57ad26={'LpQwF':_0x2c8a27(0x43f,_0x375138._0x1d9598,0x461,_0x375138._0x315d9f)+'arch','Nhdte':'authentica'+_0x2dfeca(0x39d,0x3e0,_0x375138._0x3f4a97,0x465)+'d','oaCNS':_0x2dfeca(0x420,0x3d0,_0x375138._0x931d60,_0x375138._0x3fbfdf)+_0x2c8a27(_0x375138._0x3f6342,_0x375138._0x4b1de4,0x469,0x4c2)+'d','vicTm':_0x2c8a27(_0x375138._0x54c063,_0x375138._0x4ea110,0x486,0x4fd)+_0x2c8a27(0x459,_0x375138._0x24ee41,0x4a8,0x439)+_0x2dfeca(0x4d2,0x48a,_0x375138._0x2e5105,0x46c),'qAidq':_0x2dfeca(_0x375138._0xa722f0,0x398,_0x375138._0x3e4eac,0x3f7)+_0x2c8a27(0x48c,0x448,0x455,_0x375138._0x59f955),'OuBrq':function(_0x27061b){return _0x27061b();},'gvLlV':function(_0x10ecc7,_0xbb24ba){return _0x10ecc7!==_0xbb24ba;},'WIfqI':_0x2dfeca(0x44e,_0x375138._0x16042d,0x448,0x4e5)+_0x2c8a27(_0x375138._0x4c3802,0x451,0x46e,_0x375138._0x21ef7e)+'bled\x20from\x20'+_0x2c8a27(0x4e8,_0x375138._0x207966,0x52d,0x59e),'kNEVq':_0x2c8a27(_0x375138._0x1f60e0,_0x375138._0x4401f3,_0x375138._0x224a54,0x51d),'rlTZF':_0x2dfeca(0x35d,0x3b7,0x385,_0x375138._0xcd1316),'IUhIN':'Failed\x20to\x20'+_0x2dfeca(0x4d1,0x4a8,_0x375138._0x542703,_0x375138._0x51a338)+'\x20JIRA\x20clie'+_0x2dfeca(_0x375138._0x446854,_0x375138._0x5f0c12,0x405,_0x375138._0x54d5b2)+'TA_DIR:','tAvki':function(_0x1e728d,_0x21bcd7){return _0x1e728d===_0x21bcd7;},'Zrcuz':_0x2c8a27(_0x375138._0xda634a,0x3fb,0x466,0x41f),'ORyBy':_0x2c8a27(0x47c,_0x375138._0x3da0c8,0x4f6,0x558)+_0x2dfeca(0x3a4,0x3e5,_0x375138._0x122c90,0x466)+_0x2dfeca(_0x375138._0x3f4a97,_0x375138._0x4b6f8b,0x424,0x4ca)+'environmen'+'t\x20variable'+'s','KPIvd':_0x2dfeca(_0x375138._0x3754fd,0x3fd,0x3bd,_0x375138._0xca706b)+_0x2c8a27(_0x375138._0x58edd9,0x56e,0x531,_0x375138._0x71c8de)+_0x2dfeca(_0x375138._0x2906e7,0x39d,0x37d,_0x375138._0x20fdbb)+_0x2dfeca(_0x375138._0x725331,_0x375138._0x1d4109,0x3e3,0x451)+'v\x20vars:'},_0x51dcdb=await _0x57ad26['OuBrq'](loadJiraConfig);if(_0x51dcdb)try{if(_0x57ad26[_0x2dfeca(_0x375138._0x469e77,0x3f2,0x42a,0x367)](_0x2dfeca(0x357,_0x375138._0x527adc,_0x375138._0x5d890c,0x443),_0x2c8a27(_0x375138._0x556e52,0x4f9,_0x375138._0x91066a,0x47e))){jiraClient=new JiraClient(_0x51dcdb),logger['info'](_0x57ad26[_0x2c8a27(_0x375138._0x1558d6,_0x375138._0x115db8,0x4c4,0x488)]);return;}else{_0x12f662['error'](_0x2dfeca(0x419,0x3fd,_0x375138._0x2dacc7,_0x375138._0x6c0707)+_0x2dfeca(0x42b,0x41f,_0x375138._0x4cc0e7,0x41b)+_0x2dfeca(_0x375138._0x294a09,_0x375138._0x107269,0x3fb,0x3d7),_0x19ed03);if(_0x3364e8[_0x2c8a27(_0x375138._0x29ec0b,_0x375138._0x374cd5,0x4e2,_0x375138._0x1b831a)][_0x2dfeca(_0x375138._0x101490,0x3de,0x456,_0x375138._0x3927d4)](_0x57ad26['LpQwF'])){const _0xd07b02={};return _0xd07b02['error']=_0x2dfeca(_0x375138._0x4434f5,0x3d8,0x382,0x3c5)+_0x2c8a27(0x4b6,0x3b8,0x42b,0x434),_0xd07b02[_0x2dfeca(_0x375138._0x2f83d6,_0x375138._0x57cd67,0x3d8,_0x375138._0x52299d)]=_0x88a29b[_0x2c8a27(0x50f,0x537,0x4e2,0x565)],_0x88fd99[_0x2c8a27(_0x375138._0x29c140,0x3e9,_0x375138._0x4818a9,_0x375138._0x482b4a)](0x1798+0x2449+0x3a51*-0x1)['json'](_0xd07b02);}else{if(_0x37023b[_0x2dfeca(0x4ab,0x459,_0x375138._0x145090,0x3cf)]['includes'](_0x57ad26[_0x2dfeca(_0x375138._0x18cac0,_0x375138._0xd2fd53,0x385,_0x375138._0x38f1f5)])){const _0x396ca8={};return _0x396ca8['error']=_0x57ad26[_0x2c8a27(_0x375138._0x289149,0x4a1,_0x375138._0x253cdd,_0x375138._0x27e47d)],_0x396ca8[_0x2c8a27(_0x375138._0x4aaa7b,0x50b,0x4e2,0x562)]=_0x35169b[_0x2c8a27(_0x375138._0x9bc896,_0x375138._0x482b4a,_0x375138._0x2f2353,_0x375138._0x162c40)],_0x19b147[_0x2dfeca(_0x375138._0x37acbf,_0x375138._0x18f017,0x40d,_0x375138._0x306b82)](-0x1*-0xe68+0x1278+0x23*-0xe5)['json'](_0x396ca8);}else{const _0x50a098={};return _0x50a098['error']=_0x57ad26[_0x2dfeca(0x475,_0x375138._0x544a43,_0x375138._0xeb6115,0x4cc)],_0x50a098[_0x2dfeca(_0x375138._0x238b5d,_0x375138._0x57cd67,_0x375138._0x111fc7,_0x375138._0x2a5380)]=_0xb93dd0[_0x2dfeca(0x4e4,_0x375138._0x57cd67,_0x375138._0x3b4710,_0x375138._0x3cd555)],_0x436975['status'](-0x15cd*0x1+0x4*0x2d7+-0x1*-0xc65)['json'](_0x50a098);}}}}catch(_0x19d05e){if(_0x57ad26[_0x2c8a27(_0x375138._0x16e443,_0x375138._0x4ac6a2,_0x375138._0x1f6701,0x423)](_0x57ad26['kNEVq'],_0x57ad26['rlTZF']))logger[_0x2dfeca(_0x375138._0x158127,_0x375138._0x1e6b99,_0x375138._0x2b5ef3,0x408)](_0x57ad26[_0x2dfeca(0x403,_0x375138._0x4241b2,_0x375138._0x3ad340,_0x375138._0xca706b)],_0x19d05e);else{const _0x22721b={};return _0x22721b['error']=_0x57ad26['qAidq'],_0x22721b[_0x2dfeca(0x3d8,_0x375138._0x5976cc,_0x375138._0x539556,_0x375138._0x4b103b)]=_0x340806[_0x2c8a27(0x568,_0x375138._0x2b17fd,_0x375138._0x2729d3,_0x375138._0x376cce)],_0x5e08b7[_0x2c8a27(_0x375138._0x1eda7a,0x3de,0x463,_0x375138._0x5ca88c)](0x3*-0x3b2+-0xd*-0x5d+0x7f1)['json'](_0x22721b);}}function _0x2dfeca(_0x597580,_0x2c3e17,_0x1a0b5e,_0x3b565f){return _0xa4ce78(_0x597580-_0x27bcb9._0x22de87,_0x2c3e17-_0x27bcb9._0x1b1711,_0x1a0b5e-0xcb,_0x3b565f);}function _0x2c8a27(_0x5b198e,_0x1ecc13,_0x4185a2,_0xecb7b5){return _0xa4ce78(_0x5b198e-0x9c,_0x4185a2-_0x521caa._0x4f987d,_0x4185a2-_0x521caa._0x169657,_0xecb7b5);}if(_0x57ad26['tAvki'](process['env'][_0x2dfeca(_0x375138._0x5b5e63,_0x375138._0x3dfdbf,_0x375138._0x4901d2,_0x375138._0x18f017)+'ED'],_0x57ad26[_0x2c8a27(_0x375138._0xa83803,0x48c,_0x375138._0x3e0ae0,0x49d)]))try{const _0x395317={'baseUrl':process[_0x2dfeca(_0x375138._0x344a3b,_0x375138._0x1dbe7d,_0x375138._0x17601e,0x4bd)][_0x2dfeca(0x463,0x483,0x43d,_0x375138._0xdba1d3)+'URL'],...process[_0x2dfeca(0x4ad,_0x375138._0xbb7e25,0x4a4,_0x375138._0x49d5a7)]['JIRA_CLOUD'+_0x2dfeca(0x462,_0x375138._0x233abe,0x3e0,0x43d)]?{'cloudId':process[_0x2c8a27(_0x375138._0x433dd5,_0x375138._0x1f60e0,_0x375138._0x49049d,_0x375138._0x2729d3)][_0x2c8a27(_0x375138._0x46d5e6,_0x375138._0x129603,0x4f5,0x56c)+_0x2c8a27(0x50e,0x4ae,0x4dd,0x487)]}:{}};_0x395317[_0x2c8a27(_0x375138._0x5e2a8b,_0x375138._0x56616c,_0x375138._0xdb337d,0x496)]={},_0x395317[_0x2c8a27(_0x375138._0x5e2a8b,_0x375138._0x56616c,_0x375138._0xdb337d,0x496)][_0x2dfeca(_0x375138._0x439cbd,0x3db,_0x375138._0x3f2702,0x398)]=process[_0x2c8a27(0x4e9,_0x375138._0x465c92,0x4d6,0x505)][_0x2dfeca(_0x375138._0x51a571,0x408,_0x375138._0xeb6115,0x46c)],_0x395317[_0x2c8a27(_0x375138._0x5e2a8b,_0x375138._0x56616c,_0x375138._0xdb337d,0x496)][_0x2c8a27(0x4ae,0x3f3,_0x375138._0x3a5b8e,0x4a7)]=process[_0x2dfeca(0x47b,0x44d,0x41b,0x456)][_0x2dfeca(_0x375138._0x3e4eac,_0x375138._0x4ea110,_0x375138._0x37bf3c,_0x375138._0x4fa3ea)+_0x2c8a27(_0x375138._0x1ff4bb,0x541,0x4b9,_0x375138._0x2b5ef3)],jiraClient=new JiraClient(_0x395317),logger['info'](_0x57ad26['ORyBy']);}catch(_0x58e0a2){logger[_0x2c8a27(0x570,_0x375138._0x353d27,0x508,_0x375138._0x460695)](_0x57ad26[_0x2dfeca(0x37c,_0x375138._0x472171,0x422,0x42f)],_0x58e0a2);}}export async function initializeJira(){await initializeJiraClient();}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x47196c={_0x3f0350:0x14c,_0x436ab1:0xf8,_0x1dcb14:0x6b,_0x3e23dd:0x310,_0x187077:0x345,_0x4a7ca9:0x2c1,_0x3e0a01:0x34a,_0x1ca5dd:0x16b,_0x598324:0x140,_0x15058e:0x2db,_0x2d5842:0x2fa,_0x3c8189:0x3c6,_0x45bfe4:0x384,_0x598296:0x383,_0x5ee2fa:0xd0,_0xb76d5a:0x336,_0x66933:0x2b0,_0x5c654e:0x31c,_0x344b8e:0x30a,_0x1d4ec8:0x325,_0x52c2e7:0x303,_0x3dd48a:0x396,_0x24cf2b:0x3eb,_0x3c78ff:0xc7,_0x2f70f8:0x104,_0x33f50a:0x13c,_0x569ff9:0x2b7,_0x384452:0x315,_0x2a1ba3:0x2eb,_0x14d151:0x33e,_0x486df6:0x325,_0x5e76bd:0x386,_0x4c5034:0x2bf,_0x432d3c:0x32b,_0x3196b7:0x11a,_0x22615e:0x71,_0x2aa752:0xcc,_0x264033:0x150,_0x2e6880:0xfc,_0x2257f7:0x95,_0x17f223:0x4f,_0x49ec6a:0x113,_0x25ef3a:0xd3,_0x3d8fd0:0xa7,_0x166c4b:0x3af,_0x53f67a:0x3f2,_0x242b2d:0xdf,_0x57156e:0xfc,_0x56208d:0x8b,_0x2866f1:0x1b3,_0x42cf16:0x160,_0x4a7aaf:0x195,_0x1021fa:0xd8,_0x2081ad:0x1e2,_0x49e4a5:0x109,_0x56afa4:0x13d,_0x1e29d2:0x74,_0x4e2049:0x37,_0x2729c3:0xea,_0x42f52b:0x111,_0x19050a:0xd0,_0x435b29:0x125,_0x4fa14b:0x15a,_0x25a6dd:0x2ab,_0x4d183e:0x3cd,_0x47c460:0x361,_0x31d062:0x3c1,_0x536925:0x39f,_0x12e893:0x374,_0x5521ff:0x9a,_0x2fefa1:0x5f,_0x307ba8:0x136,_0x426268:0x389,_0x3cb771:0x155,_0x12762b:0x1d4,_0xade133:0x120,_0x11f39d:0x11d,_0x4f1220:0x378,_0x45a4e9:0x375,_0x20d69f:0x3ed,_0x17f7a2:0x32f,_0x5ce92f:0x2a3,_0xf1b43:0x39e,_0x39b802:0x1a,_0x150f5e:0x12,_0x4e9962:0x52,_0x279b41:0x324,_0x2e1bd7:0x13,_0x355d40:0x1e,_0x5f4215:0x2ff,_0x57c292:0x36c,_0x4eb4bf:0x377,_0x51a5f1:0x417,_0x4922eb:0x320,_0x532b8:0xe0,_0x25b310:0xc2,_0x2ca3a1:0x339,_0x419ec5:0x3ee,_0x36f6bd:0x38b,_0x1def54:0x361,_0x25ccd0:0x3ec,_0x101241:0x373,_0x2f64c7:0x38a,_0x3a88b2:0x31a,_0x57c650:0x131,_0x48e31a:0x38b,_0x298175:0x326,_0x491f0f:0x158,_0x170103:0x12a,_0x32460e:0xfe,_0x269981:0xf1,_0x56ee07:0x344,_0x4fd4df:0x296,_0x2ed74b:0x11e,_0x23330c:0xd0,_0x200e77:0x135,_0x4c040a:0xde,_0x5405f6:0x104,_0x176703:0x2c6,_0x225599:0x33f,_0x3e8431:0x357,_0x212c6e:0x331,_0x7f6465:0x3ae,_0x17c430:0x358,_0x322d72:0x338,_0x52a0dc:0x318,_0x40b75e:0x14a,_0x4d88ab:0x336,_0x19644e:0x3ba,_0x36183b:0x330,_0x4b6b9b:0x337,_0x3d98a6:0x3ab,_0x43884f:0x12b,_0x47434d:0xfd,_0x16f125:0x155,_0x2c4d8a:0xe2,_0x471ee9:0x72,_0x16eef:0x39e,_0x59dfb6:0x33a,_0x222240:0xe7,_0x2508a3:0x124,_0x2a5f44:0xba,_0x481bcc:0xd6,_0x59ee1a:0x39e,_0x210d8b:0x359,_0x47c0e1:0x3bb,_0x3622aa:0x35c,_0x3a0b6c:0xad,_0x51dd17:0x12f,_0x153b10:0x13f,_0xc094f8:0x104,_0x7d3e8b:0x15b,_0x33c934:0x143,_0x7cb2c5:0x2ea,_0x2e9b0e:0x2e9,_0x4df704:0x16a,_0x554d14:0x128,_0x99fee9:0x127,_0x2bf30b:0x13d,_0x4dc05f:0xcf,_0x336772:0x35d,_0xdedda4:0x397},_0x21eecd={_0xe2f46d:0x37,_0x36915d:0xfa},_0x3d4f83={'yQgll':_0x3b670f(0x14f,0xd3,_0x47196c._0x3f0350,0x72)+_0x3b670f(_0x47196c._0x436ab1,0xf5,0x85,_0x47196c._0x1dcb14)+'A\x20issues','MvOrA':_0x5ca1d3(_0x47196c._0x3e23dd,_0x47196c._0x187077,0x305,0x2ed)+_0x5ca1d3(_0x47196c._0x4a7ca9,_0x47196c._0x3e0a01,0x318,0x341),'fEsIL':_0x3b670f(0x15a,_0x47196c._0x1ca5dd,_0x47196c._0x598324,0x10a)+_0x5ca1d3(_0x47196c._0x15058e,0x255,_0x47196c._0x2d5842,0x323)+_0x5ca1d3(_0x47196c._0x3c8189,0x3f8,_0x47196c._0x45bfe4,_0x47196c._0x598296)+_0x3b670f(0x104,0xfe,0x17e,_0x47196c._0x5ee2fa)+_0x5ca1d3(0x2f3,_0x47196c._0xb76d5a,0x35a,_0x47196c._0x66933),'pCNgS':_0x5ca1d3(_0x47196c._0x5c654e,_0x47196c._0x344b8e,_0x47196c._0x1d4ec8,_0x47196c._0x52c2e7)+'reload\x20JIR'+'A\x20client\x20f'+_0x5ca1d3(0x367,_0x47196c._0x3dd48a,_0x47196c._0x24cf2b,0x334)+_0x3b670f(_0x47196c._0x3c78ff,_0x47196c._0x2f70f8,_0x47196c._0x33f50a,0x15e),'zRrtR':_0x5ca1d3(_0x47196c._0x569ff9,0x2bd,0x256,_0x47196c._0x384452)+_0x5ca1d3(_0x47196c._0x2a1ba3,_0x47196c._0x14d151,0x291,_0x47196c._0x486df6),'XyVwJ':function(_0x4af000){return _0x4af000();},'vSHUu':function(_0x44a16b,_0x59b76d){return _0x44a16b!==_0x59b76d;},'JTqKe':_0x5ca1d3(0x2d1,0x275,0x268,0x359),'SostF':function(_0x559123,_0x5a7829){return _0x559123===_0x5a7829;},'CDtLq':_0x5ca1d3(0x35c,_0x47196c._0x5e76bd,0x36a,0x30b),'uoaVU':_0x5ca1d3(_0x47196c._0x4c5034,0x2b8,_0x47196c._0x432d3c,0x305)+'t\x20reloaded'+'\x20from\x20envi'+_0x3b670f(0xa0,_0x47196c._0x3196b7,0xf1,0x125)+_0x3b670f(_0x47196c._0x22615e,_0x47196c._0x2aa752,_0x47196c._0x264033,0xf4),'gBbfR':_0x3b670f(_0x47196c._0x2e6880,0xc5,0x9a,0xed),'XedVh':_0x3b670f(0xe9,_0x47196c._0x2257f7,0x36,_0x47196c._0x17f223),'dNhiy':_0x3b670f(_0x47196c._0x49ec6a,_0x47196c._0x25ef3a,_0x47196c._0x3d8fd0,0x59)+'reload\x20JIR'+_0x5ca1d3(_0x47196c._0x166c4b,_0x47196c._0x53f67a,0x436,0x3c3)+_0x3b670f(0xd1,_0x47196c._0x242b2d,_0x47196c._0x57156e,_0x47196c._0x56208d)+_0x3b670f(_0x47196c._0x2866f1,0x137,_0x47196c._0x42cf16,0x158),'exXWH':_0x3b670f(_0x47196c._0x3f0350,_0x47196c._0x3f0350,_0x47196c._0x4a7aaf,0x1c9)+_0x3b670f(0xb5,_0x47196c._0x1021fa,0x81,0xd1)+_0x3b670f(0x130,0x171,_0x47196c._0x2081ad,_0x47196c._0x49e4a5)+'ion\x20reload'};logger[_0x3b670f(0x1bd,_0x47196c._0x56afa4,0xc9,0x160)]('Reloading\x20'+'JIRA\x20clien'+_0x3b670f(0x9d,0x115,0xf2,0x142)+_0x3b670f(_0x47196c._0x1e29d2,0xc0,_0x47196c._0x4e2049,_0x47196c._0x2729c3)),jiraClient=null;function _0x5ca1d3(_0x1e2b4a,_0x42f7e3,_0x4ec9ef,_0x48ae13){return _0xa4ce78(_0x1e2b4a-0x150,_0x1e2b4a- -_0x21eecd._0xe2f46d,_0x4ec9ef-_0x21eecd._0x36915d,_0x42f7e3);}const _0x3d595f=await _0x3d4f83[_0x3b670f(_0x47196c._0x42f52b,_0x47196c._0x19050a,0xd1,_0x47196c._0x435b29)](loadJiraConfig);if(_0x3d595f)try{jiraClient=new JiraClient(_0x3d595f),logger[_0x3b670f(0x159,0x13d,_0x47196c._0x4fa14b,0x10d)](_0x5ca1d3(0x2bf,0x25f,0x306,_0x47196c._0x25a6dd)+_0x5ca1d3(0x354,_0x47196c._0x4d183e,_0x47196c._0x47c460,_0x47196c._0x31d062)+_0x5ca1d3(_0x47196c._0x536925,_0x47196c._0x12e893,0x3d8,0x35d)+_0x3b670f(_0x47196c._0x5521ff,0xaf,_0x47196c._0x2fefa1,_0x47196c._0x307ba8));return;}catch(_0x7c28b5){if(_0x3d4f83[_0x5ca1d3(_0x47196c._0x426268,_0x47196c._0x14d151,0x30f,0x3bb)](_0x3d4f83['JTqKe'],_0x3d4f83['JTqKe'])){const _0x330217={};return _0x330217[_0x3b670f(0xcd,_0x47196c._0x3cb771,_0x47196c._0x12762b,_0x47196c._0x1021fa)]=_0x3d4f83[_0x3b670f(0x98,_0x47196c._0xade133,0xdf,0x158)],_0x330217[_0x3b670f(_0x47196c._0x11f39d,0x12f,0x11d,0x165)]=_0x556d06[_0x5ca1d3(_0x47196c._0x4f1220,_0x47196c._0x45a4e9,_0x47196c._0x20d69f,0x3fe)],_0x375922[_0x5ca1d3(0x2f9,_0x47196c._0x17f7a2,_0x47196c._0x5ce92f,_0x47196c._0x66933)](-0x2*-0x5ec+-0x2a*0x2c+-0x2ac)['json'](_0x330217);}else logger[_0x5ca1d3(_0x47196c._0xf1b43,0x331,0x3c8,0x362)](_0x3d4f83[_0x3b670f(0xeb,0x72,_0x47196c._0x39b802,_0x47196c._0x150f5e)],_0x7c28b5);}function _0x3b670f(_0x3827ec,_0x2ef4c9,_0x4a437d,_0x3449dd){return _0xa4ce78(_0x3827ec-0x60,_0x2ef4c9- -0x280,_0x4a437d-0x1be,_0x4a437d);}if(_0x3d4f83[_0x3b670f(_0x47196c._0x4e9962,0x8b,0xdf,0xee)](process[_0x5ca1d3(0x36c,0x348,0x360,_0x47196c._0x279b41)][_0x3b670f(_0x47196c._0x2e1bd7,0x91,0x97,_0x47196c._0x355d40)+'ED'],'true')){if(_0x3d4f83[_0x5ca1d3(0x37a,_0x47196c._0x5f4215,0x321,0x3cf)]===_0x3d4f83[_0x5ca1d3(0x37a,0x387,0x329,0x304)])try{if('vOBYR'===_0x5ca1d3(0x397,0x395,0x370,0x354)){const _0xe77648={'baseUrl':process[_0x5ca1d3(_0x47196c._0x57c292,0x307,_0x47196c._0x4eb4bf,0x315)][_0x5ca1d3(0x3a2,0x3e2,_0x47196c._0x51a5f1,_0x47196c._0x4922eb)+_0x3b670f(-0x3,0x7a,_0x47196c._0x532b8,_0x47196c._0x25b310)],...process[_0x5ca1d3(0x36c,_0x47196c._0x2ca3a1,0x335,_0x47196c._0x419ec5)][_0x5ca1d3(_0x47196c._0x36f6bd,0x3c2,_0x47196c._0x1def54,_0x47196c._0x25ccd0)+_0x5ca1d3(_0x47196c._0x101241,_0x47196c._0x2f64c7,_0x47196c._0x3e23dd,_0x47196c._0x3a88b2)]?{'cloudId':process[_0x3b670f(0x145,0x123,_0x47196c._0x57c650,0xb4)][_0x5ca1d3(_0x47196c._0x48e31a,0x3b1,_0x47196c._0x298175,0x308)+_0x3b670f(_0x47196c._0x491f0f,_0x47196c._0x170103,_0x47196c._0x32460e,_0x47196c._0x269981)]}:{}};_0xe77648[_0x5ca1d3(_0x47196c._0x176703,_0x47196c._0x56ee07,_0x47196c._0x1d4ec8,_0x47196c._0x4fd4df)]={},_0xe77648[_0x5ca1d3(_0x47196c._0x176703,_0x47196c._0x56ee07,_0x47196c._0x1d4ec8,_0x47196c._0x4fd4df)][_0x3b670f(0x12b,0xb1,_0x47196c._0x2ed74b,_0x47196c._0x23330c)]=process[_0x3b670f(0x140,0x123,_0x47196c._0x200e77,0xb9)][_0x3b670f(0x13f,_0x47196c._0x4c040a,_0x47196c._0x5405f6,0xda)],_0xe77648[_0x5ca1d3(_0x47196c._0x176703,_0x47196c._0x56ee07,_0x47196c._0x1d4ec8,_0x47196c._0x4fd4df)][_0x5ca1d3(0x2c2,0x334,0x274,_0x47196c._0x225599)]=process['env'][_0x5ca1d3(0x323,0x388,0x2b4,0x2af)+_0x5ca1d3(0x34f,0x338,_0x47196c._0x3e8431,_0x47196c._0x212c6e)],jiraClient=new JiraClient(_0xe77648),logger[_0x5ca1d3(0x386,_0x47196c._0x7f6465,0x38c,_0x47196c._0x17c430)](_0x3d4f83[_0x5ca1d3(0x322,0x2ba,_0x47196c._0x322d72,_0x47196c._0x52a0dc)]);}else{const _0x421157={};return _0x421157[_0x3b670f(0xfa,0x155,0x13c,_0x47196c._0x40b75e)]=_0x3d4f83[_0x5ca1d3(0x357,_0x47196c._0x4d88ab,_0x47196c._0x19644e,_0x47196c._0x36183b)],_0x421157['message']=_0x3d4f83[_0x5ca1d3(0x3be,_0x47196c._0x4b6b9b,0x387,_0x47196c._0x3d98a6)],_0x483d63[_0x5ca1d3(0x2f9,0x2fe,0x32a,0x279)](-0x1d4*-0x4+-0xf0e+0x94e)['json'](_0x421157);}}catch(_0x3dd3fd){_0x3d4f83['SostF'](_0x3d4f83[_0x3b670f(0xfb,0xb2,0xc0,_0x47196c._0x43884f)],_0x3d4f83['XedVh'])?_0xe7a563[_0x3b670f(_0x47196c._0x47434d,_0x47196c._0x16f125,_0x47196c._0x2c4d8a,0x155)](_0x3d4f83[_0x3b670f(0x1c,_0x47196c._0x471ee9,0x34,0xbc)],_0x38afcd):logger[_0x5ca1d3(_0x47196c._0x16eef,_0x47196c._0x59dfb6,0x426,_0x47196c._0x3dd48a)](_0x3d4f83[_0x3b670f(_0x47196c._0x222240,_0x47196c._0x2508a3,_0x47196c._0x2a5f44,_0x47196c._0x481bcc)],_0x3dd3fd);}else{const _0x1b6fa6={};return _0x1b6fa6[_0x5ca1d3(_0x47196c._0x59ee1a,0x37b,_0x47196c._0x31d062,_0x47196c._0x210d8b)]=_0x3d4f83[_0x5ca1d3(_0x47196c._0x47c0e1,0x342,0x36c,_0x47196c._0x3622aa)],_0x1b6fa6[_0x3b670f(_0x47196c._0x3a0b6c,_0x47196c._0x51dd17,_0x47196c._0x153b10,0xfb)]=_0x2b6ee6[_0x3b670f(_0x47196c._0xc094f8,0x12f,_0x47196c._0x7d3e8b,_0x47196c._0x33c934)],_0x59ea09[_0x5ca1d3(0x2f9,_0x47196c._0x7cb2c5,0x2a4,_0x47196c._0x2e9b0e)](0x7fd+0x193c+0x1*-0x1fa5)[_0x3b670f(_0x47196c._0x4df704,_0x47196c._0x554d14,_0x47196c._0x99fee9,0x123)](_0x1b6fa6);}}else logger[_0x3b670f(0xb4,_0x47196c._0x2bf30b,0x18b,_0x47196c._0x4dc05f)](_0x3d4f83[_0x5ca1d3(0x394,_0x47196c._0x336772,0x316,_0x47196c._0xdedda4)]);}function requireJira(_0x3166cf,_0x29e2ee,_0x3f66cc){const _0x8808bd={_0x16302f:0x1ca,_0x2c0d7b:0x160,_0x5730a4:0x1b0,_0x47e90a:0x9a,_0x57b9fb:0x5d,_0x33e05e:0xc1,_0x569042:0x4d,_0x43a749:0xa4,_0xfb0531:0x6,_0x5a8973:0x14,_0x510ec9:0x2,_0x548420:0x1de,_0xdd32b7:0x17f,_0x598096:0x187,_0x5bab90:0x1f9,_0x312e14:0x48,_0x465e28:0x85,_0x211555:0x86,_0x586873:0x105,_0x533680:0x179,_0x25d73a:0xa5,_0x1ec29e:0x79,_0x495ac5:0xc4,_0x38dfe6:0xae,_0x22a109:0x82,_0x454282:0x67,_0x22d669:0xcd,_0x31532e:0xc2,_0x3fc411:0x6a,_0x52359a:0xcf,_0x308be5:0x10f,_0x3d4549:0x13e,_0x4c2341:0x10f,_0x1c6ffc:0x12d,_0x5383a8:0x9e,_0x55ca64:0x32,_0x5c6d28:0x19,_0x2d1a5a:0x52,_0x286b71:0x13c,_0x388021:0x36,_0x22049e:0x7a,_0x3ba7c4:0xc4,_0x500283:0x71,_0x12814c:0x7f,_0x5f4620:0x39,_0x344f0f:0x18,_0xda1678:0x55,_0x2eeb14:0x73,_0x5d53b2:0x4d,_0x2da7aa:0xa8,_0x375f43:0xa7,_0x48fb18:0x3b,_0x4f6541:0x76,_0x10cae7:0xd2,_0x5a760b:0x7b,_0x551284:0x186,_0x50bd9c:0x169,_0x4506a2:0x11b,_0x2caacf:0x143,_0x355204:0x113,_0x3f2a03:0x69,_0x119fa3:0xcb,_0x25497e:0xf6,_0x2be331:0x73},_0x31f42b={_0x8f1e81:0x15c},_0x2777e1={_0x2b335f:0x473};function _0x3a7ff1(_0xb297c3,_0x2c73ac,_0x1b9799,_0x169cc3){return _0xa4ce78(_0xb297c3-0x120,_0x2c73ac- -_0x2777e1._0x2b335f,_0x1b9799-0xca,_0xb297c3);}function _0x2e1f23(_0x22dc20,_0x5dd921,_0x2997ee,_0x43c6da){return _0xa4ce78(_0x22dc20-0xf9,_0x22dc20- -0x335,_0x2997ee-_0x31f42b._0x8f1e81,_0x5dd921);}const _0x12a175={'CcswI':_0x3a7ff1(-_0x8808bd._0x16302f,-_0x8808bd._0x2c0d7b,-0x1c4,-0x151)+_0x3a7ff1(-_0x8808bd._0x5730a4,-0x125,-0x17d,-_0x8808bd._0x47e90a)+'rmat','rMsCl':function(_0x479bcf,_0x3404e0){return _0x479bcf!==_0x3404e0;},'zOYUo':_0x2e1f23(0x93,0x43,0x1d,0x12),'TFtIV':_0x2e1f23(0x8e,0x20,0x4c,0x54)+_0x2e1f23(0x87,_0x8808bd._0x57b9fb,0xb,_0x8808bd._0x33e05e)+_0x2e1f23(_0x8808bd._0x569042,_0x8808bd._0x43a749,-_0x8808bd._0xfb0531,-0x14),'szlUP':'JIRA\x20integ'+_0x2e1f23(-_0x8808bd._0x5a8973,0x48,-0x1e,-_0x8808bd._0x510ec9)+_0x3a7ff1(-_0x8808bd._0x548420,-_0x8808bd._0xdd32b7,-_0x8808bd._0x598096,-_0x8808bd._0x5bab90)+_0x3a7ff1(-_0x8808bd._0x312e14,-0xa3,-0x93,-_0x8808bd._0x465e28)+_0x3a7ff1(-_0x8808bd._0x211555,-_0x8808bd._0x586873,-_0x8808bd._0x533680,-0xc1)+'\x20Please\x20co'+_0x2e1f23(_0x8808bd._0x25d73a,_0x8808bd._0x1ec29e,_0x8808bd._0x495ac5,_0x8808bd._0x38dfe6)+_0x3a7ff1(-0xc9,-0xdb,-0x139,-_0x8808bd._0x22a109)+_0x2e1f23(_0x8808bd._0x454282,0x85,_0x8808bd._0x22d669,0x62),'XBKMP':function(_0x4a7577){return _0x4a7577();}};if(!jiraClient){if(_0x12a175[_0x2e1f23(_0x8808bd._0x31532e,_0x8808bd._0x3fc411,0x94,_0x8808bd._0x52359a)](_0x12a175[_0x3a7ff1(-0xa1,-_0x8808bd._0x308be5,-_0x8808bd._0x3d4549,-0x139)],_0x12a175[_0x3a7ff1(-0xe4,-_0x8808bd._0x4c2341,-_0x8808bd._0x1c6ffc,-_0x8808bd._0x52359a)])){const _0x7f1bd3={};return _0x7f1bd3[_0x3a7ff1(-0x10e,-_0x8808bd._0x5383a8,-0x9c,-0x58)]=_0x12a175[_0x2e1f23(_0x8808bd._0x55ca64,-_0x8808bd._0x5c6d28,-_0x8808bd._0x2d1a5a,-0x49)],_0x7f1bd3[_0x3a7ff1(-0x143,-0xc4,-_0x8808bd._0x286b71,-0xc4)]=_0x2e1f23(-0x10,-0x1f,_0x8808bd._0x388021,_0x8808bd._0x22049e)+_0x2e1f23(_0x8808bd._0x3ba7c4,_0x8808bd._0x500283,_0x8808bd._0x3d4549,0xb7)+_0x2e1f23(_0x8808bd._0x510ec9,-_0x8808bd._0x12814c,_0x8808bd._0x5f4620,-_0x8808bd._0x344f0f)+_0x2e1f23(0xf,0x2f,0x8a,_0x8808bd._0xda1678),_0x452454[_0x2e1f23(-0x5,0x42,0x5e,_0x8808bd._0xfb0531)](0x108c+-0x785*-0x5+0x7*-0x783)[_0x2e1f23(_0x8808bd._0x2eeb14,_0x8808bd._0x5d53b2,_0x8808bd._0x2da7aa,0xae)](_0x7f1bd3);}else{const _0x47a2b1={};return _0x47a2b1[_0x3a7ff1(-0x11f,-_0x8808bd._0x5383a8,-_0x8808bd._0x375f43,-0x7d)]=_0x12a175[_0x2e1f23(0x22,0x92,-_0x8808bd._0x48fb18,_0x8808bd._0x4f6541)],_0x47a2b1[_0x2e1f23(_0x8808bd._0x22049e,_0x8808bd._0x10cae7,_0x8808bd._0x5a760b,0xcf)]=_0x12a175[_0x3a7ff1(-_0x8808bd._0x551284,-0x124,-0x1a9,-_0x8808bd._0x50bd9c)],_0x29e2ee[_0x3a7ff1(-_0x8808bd._0x4506a2,-_0x8808bd._0x2caacf,-_0x8808bd._0x355204,-0xed)](0x1*-0x255f+0x1bac*0x1+0x5d5*0x2)[_0x3a7ff1(-_0x8808bd._0x3f2a03,-_0x8808bd._0x119fa3,-0x12f,-_0x8808bd._0x25497e)](_0x47a2b1);}}_0x12a175[_0x3a7ff1(-_0x8808bd._0x5383a8,-0x8b,-_0x8808bd._0x2be331,-0x13)](_0x3f66cc);}router[_0x820b7c(0x2cd,0x267,0x26c,0x2c4)]('/config',(_0x150d97,_0x1655c2)=>{const _0x464f48={_0x4ceb6e:0x7f,_0x226fa1:0x107,_0x50ac7e:0x6e,_0x1a65b1:0xbf,_0x4baec2:0x5d,_0xcd580:0x69,_0x141553:0x1c2,_0xf0e711:0x1f7,_0x568fc9:0x8e},_0x360aab={_0x4dbdae:0xc9},_0x4ac093={_0x24151a:0x120,_0xebc86e:0x141};function _0x3f448b(_0x3bffa3,_0x2c777d,_0x3c864a,_0x274271){return _0x820b7c(_0x3c864a,_0x2c777d-0xf5,_0x3c864a-_0x4ac093._0x24151a,_0x3bffa3- -_0x4ac093._0xebc86e);}function _0x41d1a6(_0x36be0a,_0x55b0de,_0x386f6d,_0x29492b){return _0x820b7c(_0x36be0a,_0x55b0de-0x0,_0x386f6d-_0x360aab._0x4dbdae,_0x55b0de- -0x2e9);}const _0x579bee={};_0x579bee['enabled']=!!jiraClient,_0x579bee[_0x41d1a6(0xdb,_0x464f48._0x4ceb6e,0x1f,_0x464f48._0x226fa1)]=jiraClient?process[_0x41d1a6(_0x464f48._0x50ac7e,0x89,0xcb,0x5a)][_0x41d1a6(0xbc,_0x464f48._0x1a65b1,_0x464f48._0x4baec2,_0x464f48._0xcd580)+_0x3f448b(0x188,0x12e,_0x464f48._0x141553,_0x464f48._0xf0e711)]:null,_0x1655c2[_0x41d1a6(0x3e,_0x464f48._0x568fc9,0x103,0x72)](_0x579bee);});function _0x820b7c(_0x660a04,_0x1ed60e,_0x20201d,_0x5110fe){const _0x5c41c9={_0x3c42c5:0x1ab};return _0x1c2c(_0x5110fe-_0x5c41c9._0x3c42c5,_0x660a04);}router[_0xa4ce78(0x280,0x2f5,0x35b,0x2d3)](_0xa4ce78(0x40c,0x3bb,0x344,0x3bc)+'ey',requireJira,async(_0x40d439,_0x2391c1)=>{const _0xeaed33={_0x445065:0x48b,_0x3bb5f4:0x4d5,_0x5c89c0:0x519,_0x2ae0bb:0x4f1,_0x54ece2:0x5fb,_0x13e952:0x600,_0x2d1f4d:0x58d,_0xed80b2:0x4af,_0xee464f:0x537,_0x1c1d4f:0x509,_0x372137:0x57e,_0x566b56:0x50f,_0x1526f6:0x4cb,_0x301f75:0x474,_0x1e95c9:0x49d,_0x53c07e:0x4a9,_0xd19cf2:0x4cc,_0x3cf602:0x4c3,_0x4131d1:0x540,_0x2008b9:0x546,_0x40a7be:0x5d0,_0x21e4f4:0x551,_0x62d27:0x58e,_0x2b2298:0x5aa,_0x118a8b:0x4d8,_0x30e38a:0x50d,_0x2440f9:0x4c9,_0x58f1fc:0x56e,_0x41ad55:0x52d,_0x5ee83e:0x589,_0x597594:0x421,_0x16e9af:0x4aa,_0x193408:0x49c,_0x48c615:0x453,_0x490886:0x43c,_0x4d1cfd:0x46e,_0x1494ef:0x4de,_0x13c07e:0x442,_0x5e7184:0x505,_0x3f54a2:0x4a7,_0x4b308a:0x5c9,_0x289554:0x582,_0x30756d:0x573,_0x2aa52f:0x482,_0x45350e:0x579,_0xaf7a7:0x488,_0x3113e4:0x4f5,_0x7531ae:0x48e,_0x5422e2:0x4ab,_0x13e247:0x477,_0x4f6d7d:0x4ed,_0x3a140c:0x51a,_0x47876a:0x4b3,_0x578617:0x54f,_0x550895:0x4fc,_0x2e2cb0:0x5d0,_0x391221:0x57b,_0x400c40:0x533,_0x2c4e27:0x5ce,_0x282170:0x4da,_0x27f8c2:0x564,_0x5d9dd0:0x537,_0x3ab7af:0x512,_0x538aea:0x4a4,_0x25bde6:0x45f,_0x513791:0x4da,_0x4a8c17:0x4b9,_0x1e391e:0x486,_0x28db0e:0x51d,_0x4bf23d:0x575,_0x25f967:0x5d1,_0x19b516:0x462,_0x1cd793:0x526,_0x166456:0x4df,_0x3e7605:0x4b6,_0x3c3661:0x538,_0x394b30:0x46f,_0x12de85:0x48f,_0x5779cd:0x499,_0xc47d3c:0x44a,_0x59ee4a:0x4a6,_0x568440:0x500,_0x85b7f1:0x606,_0xe7a3bf:0x5d7,_0x145d4e:0x57f,_0xe9b68a:0x53c,_0x1cf9c0:0x533,_0x5cb106:0x51f,_0x124440:0x487,_0x36600c:0x4f5,_0x4a0e9b:0x570,_0xa65027:0x548,_0x433ced:0x4cf,_0x156381:0x56b,_0x42363f:0x481,_0x4d0598:0x56d,_0x49917e:0x597,_0x4832d:0x5f7,_0xfc0533:0x59b,_0x2323a0:0x4ec,_0x414edd:0x5e2,_0x1cf7b7:0x4bf,_0x4686ec:0x4f7,_0x553298:0x4d2,_0x51295b:0x59c,_0x447a0d:0x50c,_0x1d5ded:0x58b,_0x415502:0x48a,_0x3b911f:0x507,_0x531ae5:0x628,_0x6d38d5:0x4a6,_0x39c7f5:0x515,_0x42e2bb:0x3f8,_0x3c6613:0x477,_0x324f7a:0x41f,_0x4afdd0:0x49f,_0x4f7076:0x4d1,_0x14cf38:0x55b,_0x5f5d9f:0x572,_0x432ae7:0x509,_0xa33597:0x521,_0x1bec8f:0x4c0,_0x252df6:0x4e2,_0x4ac8e5:0x4dc,_0x259c1e:0x563,_0x51b153:0x527,_0x37ef87:0x510,_0x3c616d:0x4b9,_0x52c885:0x54b,_0x4ba0fa:0x5d4,_0x302b5f:0x5ef,_0x2eebdb:0x4c5,_0x3df8d8:0x52d,_0x347a76:0x510,_0x3117a8:0x50c,_0x5f0a85:0x5b7,_0x3f54ba:0x58b,_0x30e8eb:0x53b,_0x2e1a72:0x565,_0x4206e5:0x4ce,_0x514c6b:0x589,_0x4cfca0:0x52f,_0x84b412:0x56c,_0x289b49:0x59e,_0x3d6689:0x5a4,_0x2d3bba:0x578,_0x9986a4:0x4fa,_0x599df1:0x525,_0x37553a:0x4a0,_0x19e876:0x528,_0x421145:0x5af,_0x1a7d49:0x50a,_0x3cfcdd:0x555,_0x304c2c:0x44c,_0x3e1013:0x4c7,_0x3afd8c:0x54a,_0x47f691:0x4ca,_0x5a8c88:0x52a,_0x1e34a4:0x520,_0x54f9f9:0x565,_0x241299:0x4b0,_0x4ad44a:0x585,_0x495362:0x53d,_0x2900a4:0x532,_0x4c1610:0x55e,_0x239484:0x567,_0x46ba55:0x4d8,_0x95fcda:0x4c8,_0x1fe4b1:0x518,_0x212dab:0x52f,_0x93d780:0x504,_0xd0fbe1:0x4c7,_0x42c50d:0x4e6,_0x7576ce:0x528,_0x104009:0x4ce,_0x3ead12:0x44a,_0x2dac95:0x4de,_0x31435f:0x51a,_0x1ce652:0x517,_0x5cd6a1:0x52f,_0x37fa9b:0x506},_0x562f9d={_0xb6ffcb:0x1b1},_0x576e48={_0x31bc67:0x51,_0x29a8af:0x1b6},_0x13c139={};_0x13c139[_0x1ccd50(0x55b,0x49b,0x4f7,_0xeaed33._0x445065)]='JIRA\x20integ'+_0x5f2a88(_0xeaed33._0x3bb5f4,_0xeaed33._0x5c89c0,0x570,_0xeaed33._0x2ae0bb)+'bled\x20from\x20'+_0x5f2a88(_0xeaed33._0x54ece2,0x5dc,0x568,0x5b0),_0x13c139[_0x1ccd50(_0xeaed33._0x13e952,_0xeaed33._0x2d1f4d,0x581,0x597)]=_0x5f2a88(_0xeaed33._0xed80b2,0x4ce,_0xeaed33._0xee464f,_0xeaed33._0x1c1d4f)+_0x1ccd50(0x584,0x528,_0xeaed33._0x372137,_0xeaed33._0x566b56)+_0x5f2a88(_0xeaed33._0x1526f6,_0xeaed33._0x301f75,_0xeaed33._0x1e95c9,_0xeaed33._0x53c07e)+_0x5f2a88(_0xeaed33._0xd19cf2,_0xeaed33._0x3cf602,_0xeaed33._0x4131d1,_0xeaed33._0x2008b9)+_0x5f2a88(_0xeaed33._0x40a7be,_0xeaed33._0x21e4f4,_0xeaed33._0x62d27,_0xeaed33._0x2b2298),_0x13c139['gfkBy']='Missing\x20co'+'mment',_0x13c139[_0x1ccd50(_0xeaed33._0x118a8b,0x4c6,_0xeaed33._0x30e38a,_0xeaed33._0x2440f9)]=_0x5f2a88(0x5a3,_0xeaed33._0x58f1fc,_0xeaed33._0x41ad55,0x5a1)+_0x5f2a88(0x548,0x5a7,0x558,_0xeaed33._0x5ee83e)+'ment\x20in\x20th'+_0x1ccd50(0x416,_0xeaed33._0x597594,0x47f,0x4e2)+_0x1ccd50(_0xeaed33._0x16e9af,0x4f1,_0xeaed33._0x193408,0x45e),_0x13c139['plmks']=_0x1ccd50(0x4ed,_0xeaed33._0x48c615,0x493,_0xeaed33._0x490886)+_0x1ccd50(0x4a2,_0xeaed33._0x4d1cfd,0x4ce,_0xeaed33._0x1494ef)+_0x5f2a88(_0xeaed33._0x13c07e,0x42d,_0xeaed33._0x5e7184,_0xeaed33._0x3f54a2),_0x13c139[_0x1ccd50(0x5b5,_0xeaed33._0x4b308a,_0xeaed33._0x289554,_0xeaed33._0x30756d)]=_0x5f2a88(0x4d2,_0xeaed33._0x2aa52f,0x53d,0x4db)+_0x1ccd50(0x5df,0x5ba,_0xeaed33._0x45350e,0x5ff)+_0x5f2a88(_0xeaed33._0xaf7a7,_0xeaed33._0x3113e4,0x47d,0x4ed)+_0x5f2a88(_0xeaed33._0x7531ae,_0xeaed33._0x5422e2,_0xeaed33._0x13e247,0x4fa),_0x13c139[_0x5f2a88(_0xeaed33._0x4f6d7d,_0xeaed33._0x3a140c,_0xeaed33._0x47876a,0x4c0)]=_0x5f2a88(_0xeaed33._0x578617,_0xeaed33._0x550895,0x4d5,0x509)+_0x1ccd50(0x55d,_0xeaed33._0x2e2cb0,_0xeaed33._0x391221,0x5c1)+_0x5f2a88(_0xeaed33._0x400c40,0x5c2,_0xeaed33._0x2c4e27,0x551),_0x13c139[_0x5f2a88(_0xeaed33._0x282170,_0xeaed33._0x27f8c2,_0xeaed33._0x5d9dd0,_0xeaed33._0x3ab7af)]=_0x5f2a88(0x557,_0xeaed33._0x538aea,_0xeaed33._0x25bde6,_0xeaed33._0xd19cf2),_0x13c139['cDumR']=function(_0x31e0d5,_0x40d7ca){return _0x31e0d5!==_0x40d7ca;},_0x13c139[_0x1ccd50(0x4e6,_0xeaed33._0x513791,_0xeaed33._0x4a8c17,_0xeaed33._0x1e391e)]='dnVdn';function _0x5f2a88(_0xd585e4,_0xdbd8,_0x3b59f7,_0x2ff3b7){return _0xa4ce78(_0xd585e4-_0x576e48._0x31bc67,_0x2ff3b7-_0x576e48._0x29a8af,_0x3b59f7-0x179,_0x3b59f7);}_0x13c139[_0x5f2a88(_0xeaed33._0x28db0e,_0xeaed33._0x4bf23d,_0xeaed33._0x25f967,0x580)]='Issue\x20not\x20'+_0x5f2a88(0x541,_0xeaed33._0x19b516,0x4f6,_0xeaed33._0x118a8b),_0x13c139[_0x5f2a88(0x52d,0x4aa,0x592,_0xeaed33._0x1cd793)]='authentica'+_0x1ccd50(0x514,_0xeaed33._0x166456,_0xeaed33._0x3e7605,0x499)+'d',_0x13c139['GbZMb']=function(_0x3f84f7,_0x57c0b7){return _0x3f84f7===_0x57c0b7;},_0x13c139[_0x5f2a88(_0xeaed33._0x3c3661,0x5bf,0x5e5,0x5ae)]=_0x1ccd50(_0xeaed33._0x394b30,0x4dc,_0xeaed33._0x12de85,_0xeaed33._0x5779cd),_0x13c139[_0x1ccd50(0x4f9,0x56b,0x56d,0x5aa)]='lAzOR',_0x13c139['DpIOf']=_0x1ccd50(0x479,_0xeaed33._0xc47d3c,_0xeaed33._0x59ee4a,_0xeaed33._0x568440)+'tion\x20faile'+'d',_0x13c139[_0x5f2a88(_0xeaed33._0x85b7f1,_0xeaed33._0xe7a3bf,0x5c8,_0xeaed33._0x145d4e)]=_0x1ccd50(_0xeaed33._0xe9b68a,0x539,0x547,_0xeaed33._0x1cf9c0)+_0x5f2a88(_0xeaed33._0x5cb106,_0xeaed33._0x124440,0x481,_0xeaed33._0x36600c),_0x13c139[_0x5f2a88(0x4d9,_0xeaed33._0x4a0e9b,0x565,_0xeaed33._0xa65027)]='Permission'+_0x5f2a88(_0xeaed33._0x433ced,_0xeaed33._0x156381,0x4ba,0x51c),_0x13c139[_0x5f2a88(0x489,0x4aa,0x517,0x4bc)]=_0x1ccd50(0x496,_0xeaed33._0x42363f,0x4d3,0x510)+_0x1ccd50(_0xeaed33._0x4d0598,_0xeaed33._0x49917e,0x57b,0x600)+'\x20issue';function _0x1ccd50(_0x2c6633,_0x59c1fc,_0x127bdd,_0x3e43fa){return _0x820b7c(_0x59c1fc,_0x59c1fc-0x20,_0x127bdd-0x49,_0x127bdd-_0x562f9d._0xb6ffcb);}const _0x28beef=_0x13c139;try{const _0x41b910=_0x40d439[_0x5f2a88(_0xeaed33._0x4832d,_0xeaed33._0x4d0598,0x54b,_0xeaed33._0xfc0533)][_0x5f2a88(0x5b7,0x56b,0x578,0x5b2)][_0x5f2a88(0x501,_0xeaed33._0x2323a0,_0xeaed33._0x414edd,0x558)]()[_0x1ccd50(0x4bd,_0xeaed33._0x1cf7b7,0x4db,0x521)+'e']();if(!/^[A-Z]+-\d+$/i[_0x1ccd50(0x463,_0xeaed33._0x4686ec,_0xeaed33._0x553298,0x539)](_0x41b910)){const _0x1a000d={};return _0x1a000d[_0x5f2a88(_0xeaed33._0x51295b,0x598,_0xeaed33._0x447a0d,_0xeaed33._0x1d5ded)]=_0x28beef[_0x5f2a88(0x531,_0xeaed33._0x415502,0x548,_0xeaed33._0x3b911f)],_0x1a000d[_0x1ccd50(0x55e,0x4a6,0x52f,0x561)]=_0x28beef[_0x5f2a88(0x5a7,0x631,_0xeaed33._0x531ae5,0x5b8)],_0x2391c1[_0x1ccd50(_0xeaed33._0x6d38d5,_0xeaed33._0x39c7f5,0x4b0,0x4c6)](-0x1*-0xc2f+-0x19e9*-0x1+-0x8*0x491)['json'](_0x1a000d);}logger[_0x1ccd50(_0xeaed33._0x42e2bb,0x489,_0xeaed33._0x3c6613,0x4a4)]('Fetching\x20J'+_0x1ccd50(0x4f1,_0xeaed33._0x324f7a,_0xeaed33._0x4afdd0,_0xeaed33._0x4f7076)+'\x20'+_0x41b910);const _0x16871f=await jiraClient[_0x1ccd50(_0xeaed33._0x14cf38,_0xeaed33._0x5f5d9f,_0xeaed33._0x432ae7,0x50f)](_0x41b910);_0x2391c1[_0x1ccd50(_0xeaed33._0xa33597,0x51f,0x528,0x4a9)](_0x16871f);}catch(_0x714bbb){logger['error'](_0x28beef[_0x5f2a88(0x444,_0xeaed33._0x568440,0x447,_0xeaed33._0x1bec8f)],_0x714bbb);if(_0x714bbb['message']['includes'](_0x28beef[_0x1ccd50(_0xeaed33._0x252df6,0x4d2,_0xeaed33._0x4ac8e5,0x551)])){if(_0x28beef[_0x1ccd50(0x4b7,_0xeaed33._0x259c1e,_0xeaed33._0x51b153,0x576)](_0x28beef[_0x1ccd50(_0xeaed33._0x37ef87,0x4c4,_0xeaed33._0x3c616d,0x457)],_0x28beef[_0x5f2a88(0x56a,_0xeaed33._0x3b911f,_0xeaed33._0x52c885,0x4ef)]))try{_0x50fb9d=new _0x476bff(_0x1ab6dd),_0x512e9b[_0x5f2a88(_0xeaed33._0x4ba0fa,0x5de,_0xeaed33._0x302b5f,0x573)](_0x28beef[_0x5f2a88(_0xeaed33._0x2eebdb,0x526,0x53d,_0xeaed33._0x3df8d8)]);return;}catch(_0x471ef0){_0x5cc65c[_0x5f2a88(0x5b1,_0xeaed33._0x347a76,_0xeaed33._0x3117a8,0x58b)](_0x28beef[_0x5f2a88(0x617,0x60f,0x5f8,_0xeaed33._0x5f0a85)],_0x471ef0);}else{const _0x54d8c0={};return _0x54d8c0[_0x5f2a88(0x5a2,0x5c4,0x616,_0xeaed33._0x3f54ba)]=_0x28beef['DjdUT'],_0x54d8c0[_0x5f2a88(_0xeaed33._0x30e8eb,0x537,_0xeaed33._0x62d27,0x565)]=_0x714bbb[_0x5f2a88(0x5ab,0x541,0x5e5,_0xeaed33._0x2e1a72)],_0x2391c1[_0x5f2a88(0x530,_0xeaed33._0x4a0e9b,0x51f,0x4e6)](0x5*-0x9f+0x112b+-0xc7c)['json'](_0x54d8c0);}}else{if(_0x714bbb[_0x1ccd50(_0xeaed33._0x4206e5,_0xeaed33._0x514c6b,_0xeaed33._0x4cfca0,_0xeaed33._0x84b412)]['includes'](_0x28beef['dstiz'])){if(_0x28beef['GbZMb'](_0x28beef[_0x1ccd50(_0xeaed33._0x289b49,_0xeaed33._0x3d6689,_0xeaed33._0x2d3bba,0x506)],_0x28beef['oDOpk'])){const _0x53165e={};return _0x53165e[_0x1ccd50(_0xeaed33._0x9986a4,0x5b3,0x555,0x5ce)]=_0x28beef[_0x1ccd50(0x473,0x48e,0x4f3,0x4b5)],_0x53165e[_0x1ccd50(0x587,_0xeaed33._0x599df1,_0xeaed33._0x4cfca0,0x5a4)]=_0x28beef['KizHf'],_0x513f93['status'](-0x50*0x35+0x65*-0x27+-0x17*-0x175)[_0x1ccd50(0x4b3,_0xeaed33._0x37553a,_0xeaed33._0x19e876,_0xeaed33._0x421145)](_0x53165e);}else{const _0x43ba37={};return _0x43ba37[_0x1ccd50(_0xeaed33._0x1a7d49,_0xeaed33._0xfc0533,_0xeaed33._0x3cfcdd,0x4d5)]=_0x28beef[_0x5f2a88(_0xeaed33._0x304c2c,_0xeaed33._0x3e1013,_0xeaed33._0x3afd8c,_0xeaed33._0x47f691)],_0x43ba37[_0x5f2a88(_0xeaed33._0x5a8c88,0x4e1,0x5cb,_0xeaed33._0x2e1a72)]=_0x714bbb[_0x5f2a88(0x544,_0xeaed33._0x1e34a4,0x4e6,_0xeaed33._0x54f9f9)],_0x2391c1[_0x1ccd50(0x4b2,0x49b,_0xeaed33._0x241299,0x439)](0x185d+-0x24c6+0x2*0x6fd)[_0x5f2a88(_0xeaed33._0x4ad44a,_0xeaed33._0x495362,_0xeaed33._0x2900a4,_0xeaed33._0x4c1610)](_0x43ba37);}}else{if(_0x714bbb['message'][_0x5f2a88(_0xeaed33._0x2440f9,_0xeaed33._0x239484,0x550,0x4ea)](_0x28beef['gtLzA'])){const _0x3f54a7={};return _0x3f54a7['error']=_0x28beef[_0x1ccd50(0x57c,_0xeaed33._0x46ba55,0x512,0x4bb)],_0x3f54a7[_0x1ccd50(_0xeaed33._0x95fcda,_0xeaed33._0x1fe4b1,_0xeaed33._0x212dab,0x4df)]=_0x714bbb[_0x1ccd50(_0xeaed33._0x93d780,_0xeaed33._0x538aea,_0xeaed33._0x212dab,0x4ec)],_0x2391c1[_0x5f2a88(0x55e,0x4a5,_0xeaed33._0xd0fbe1,_0xeaed33._0x42c50d)](0x22*0x1d+-0x12da+-0x1*-0x1093)[_0x1ccd50(_0xeaed33._0x1cd793,_0xeaed33._0x19e876,_0xeaed33._0x7576ce,_0xeaed33._0x104009)](_0x3f54a7);}else{const _0x5d33cb={};return _0x5d33cb[_0x1ccd50(0x4e7,0x5df,0x555,0x5b6)]=_0x28beef[_0x1ccd50(_0xeaed33._0x3ead12,_0xeaed33._0x37ef87,0x486,_0xeaed33._0x2dac95)],_0x5d33cb[_0x1ccd50(0x50d,_0xeaed33._0x31435f,0x52f,0x504)]=_0x714bbb[_0x1ccd50(_0xeaed33._0x1ce652,0x599,_0xeaed33._0x5cd6a1,0x509)],_0x2391c1['status'](0x3dd+0x24d4*-0x1+0x4fd*0x7)[_0x5f2a88(0x57d,_0xeaed33._0x145d4e,_0xeaed33._0x37fa9b,_0xeaed33._0x4c1610)](_0x5d33cb);}}}}}),router[_0x820b7c(0x2f5,0x29f,0x280,0x2ec)](_0x820b7c(0x2d7,0x39a,0x2f3,0x319),requireJira,async(_0x564f7a,_0x227794)=>{const _0x15f18a={_0x1b1eee:0x4b2,_0x226682:0x516,_0x7a2db3:0xe9,_0x42e505:0x4f6,_0x8e5a03:0x111,_0x3eef18:0x8d,_0x5aca27:0xd0,_0x3309d6:0x448,_0x4b3a2e:0x47b,_0x3d02e9:0x40d,_0x38fc8c:0x535,_0x4ffb88:0x4b6,_0x1f5e14:0xed,_0x5961fb:0x184,_0x1c0495:0x144,_0x389048:0x14c,_0x5f504c:0x1ba,_0x1270eb:0x458,_0x2cf23b:0x48a,_0x28bd42:0x50d,_0x287dd3:0x517,_0x45023b:0x4c9,_0x2f7e12:0x483,_0x45af61:0x186,_0x1c8519:0x51a,_0x19152f:0x4ee,_0xc5416:0x10b,_0x3571d1:0x10f,_0x2cada7:0xba,_0x47c614:0x126,_0x58114f:0x4fb,_0x4d36dd:0x4b1,_0x52daeb:0xe5,_0x51d8be:0x102,_0x17f014:0xac,_0x2043d5:0xd1,_0x4ffe6a:0x12e,_0x13a2ba:0x103,_0x5407f8:0x1a1,_0x4fc108:0x176,_0x59d377:0x4aa,_0x5a58b2:0x448,_0x323fb6:0x4f,_0x5553c0:0x500,_0x352c95:0x5cc,_0x3e4b1e:0x5dd,_0x4abcaa:0x460,_0x40051a:0x4b0,_0x2c128f:0x4a3,_0x503378:0xbc,_0x4c18c1:0x3e0,_0x11e6a8:0x54b,_0x365b46:0x49e,_0x3231b0:0x52e,_0x1e18a5:0x5bc,_0x1bc96d:0x9a,_0x5dd165:0x66,_0x358280:0x110,_0x276bc9:0x10a,_0x566db8:0x11,_0x133049:0xc2,_0x2807d4:0x53,_0x3dc3d3:0xe,_0x6d4fd6:0x509,_0x4775b5:0x48e,_0x296b6b:0x51d,_0x2011f3:0x49e,_0x37e638:0xf,_0x301538:0x5,_0x13c7b8:0x164,_0x29aacf:0xe6,_0x3670c9:0xaa,_0xd9abf:0xa2,_0x1203be:0x17a,_0x156017:0x8,_0x1ee6f2:0x7,_0x5524ac:0x526,_0x26594d:0x565,_0x374da6:0x147,_0x4f4e39:0xd5,_0x59e695:0x65,_0x265d5d:0x517,_0x52517d:0x57e,_0x2ae6f6:0x4c1,_0x5dad30:0x4d6,_0x45c5cc:0x510,_0x382b49:0x4cb,_0x3199be:0x17a,_0x3b1852:0x132,_0x33bbac:0x4f0,_0x3cf869:0x4d1,_0x40a7bf:0x4a0,_0x2187ab:0x81,_0x6c21ad:0x4d3,_0x50c441:0x529,_0x56b625:0x536,_0x1dd2b0:0x4e8,_0x52b415:0x5b5,_0xd8130e:0x59a,_0x227454:0x52f,_0x28ea84:0x44f,_0x45429a:0x4d2,_0x1d90ef:0x4e7,_0x52d6d4:0x564,_0x50c899:0xaf,_0x37f8b5:0x115,_0x231d4e:0xad,_0x228ee9:0x4b5,_0x391bb4:0x516,_0x39c83e:0x508,_0x8bbab1:0x498,_0x1e4449:0x597,_0x546319:0x7e,_0xc8241a:0xd1,_0x449134:0x11b,_0x280381:0xf6,_0x5358fd:0x17f,_0x1d6bef:0x11f,_0x2d1417:0x498,_0x23238e:0x99,_0x515c6b:0x10,_0x50ac55:0x92,_0x2b470b:0x13,_0x5706a4:0x49d,_0x5bdaf9:0x50a,_0x51f7e5:0x485,_0x1d0ed6:0xb6,_0x1bd820:0xb2,_0x1d2910:0xab,_0x6acc2e:0x178,_0x3e8fb7:0x501,_0x2fc9b1:0x494,_0x1bec87:0x44e,_0x52b195:0x517,_0x195722:0x508,_0x2f2203:0x10a,_0x2fbe14:0xc3,_0x103d3e:0x3d,_0x58d120:0x2f,_0x6c0771:0xf9,_0x19abbc:0x10a,_0x448058:0x4b2,_0x2be658:0x583,_0x4d5d1a:0x14a,_0x113e04:0x143,_0x156d3c:0x1c1,_0x43121a:0x52e,_0x340638:0x492,_0x54fd5e:0x4ce,_0x718162:0xed,_0x1a18ec:0x170,_0x40f8e3:0x146,_0x2ba52b:0x41f,_0x3cd273:0xcb,_0x43d07a:0x524,_0x39e38f:0x53d,_0x4af223:0xcf,_0x2f84ba:0x86,_0x48dbbf:0x56c,_0x32b0cd:0x4cf,_0x5b84dc:0x489,_0x26cf66:0x445,_0x3f5785:0x496,_0xb42ddf:0x442,_0x4d724c:0x5ae,_0x518770:0x43d,_0x367ae9:0xe2,_0x17d238:0x158,_0x4b1658:0x517,_0x1d44c1:0x4fd,_0xbf4f02:0xb,_0x42f81b:0x8b,_0x585a86:0x4e,_0x25f4eb:0x4a2,_0x2c28a4:0x4bb,_0x11175d:0x49c,_0x2eba7c:0x2d,_0xfa284b:0x4,_0x2f58f3:0x25,_0x18d8a6:0x65,_0x32560e:0x54,_0x42c77d:0x502,_0x5107bc:0x59f,_0x25a1b7:0x54f,_0x299c32:0x52d,_0x353b8b:0xc1,_0x3f1e04:0x193,_0xe4d711:0x10a,_0x36e930:0x80,_0x135f9d:0x1b6,_0x3db1d0:0x12d,_0x49c1e9:0x4c5,_0x4d2d80:0x4bc,_0x4e19a3:0x548,_0x299d6e:0x4dd,_0x5741d4:0x522,_0x462272:0x517,_0x593656:0x10a,_0x242bed:0xce,_0x760417:0x8f,_0x38c206:0x51b,_0x3cb0e4:0x8b,_0x3d850e:0x41,_0x39d2f9:0x45c,_0x16c4b6:0x466,_0x429662:0x542,_0x2a26e1:0x58a,_0x588959:0x90,_0x126559:0x48b,_0x23b6c7:0x19,_0x7f89cf:0x83,_0x5a34f9:0x92,_0x344709:0x10a},_0x359123={_0xf49a0a:0xcf,_0xfc3c85:0x6c,_0x14dfc6:0x409},_0x480aaf={_0x205310:0x63,_0x22381a:0x168},_0x5867c2={};_0x5867c2[_0x56a799(_0x15f18a._0x1b1eee,_0x15f18a._0x226682,0x4cd,0x47b)]=_0x377252(-0xa9,-0xcd,-0x121,-_0x15f18a._0x7a2db3)+_0x56a799(_0x15f18a._0x42e505,0x48c,0x4ce,0x557),_0x5867c2[_0x377252(-_0x15f18a._0x8e5a03,-_0x15f18a._0x3eef18,-_0x15f18a._0x5aca27,-0x4c)]=_0x56a799(0x4fe,_0x15f18a._0x3309d6,_0x15f18a._0x4b3a2e,_0x15f18a._0x3d02e9)+_0x56a799(_0x15f18a._0x38fc8c,0x540,_0x15f18a._0x4ffb88,0x520)+_0x377252(-0x177,-0x1a6,-0x149,-_0x15f18a._0x1f5e14),_0x5867c2['sLrli']=_0x377252(-_0x15f18a._0x5961fb,-_0x15f18a._0x1c0495,-_0x15f18a._0x389048,-_0x15f18a._0x5f504c)+_0x56a799(_0x15f18a._0x1270eb,0x498,_0x15f18a._0x2cf23b,_0x15f18a._0x28bd42),_0x5867c2[_0x56a799(_0x15f18a._0x287dd3,0x529,_0x15f18a._0x45023b,_0x15f18a._0x2f7e12)]='Query\x20too\x20'+_0x377252(-0xff,-_0x15f18a._0x45af61,-0x113,-0xe2),_0x5867c2['VrEKL']=function(_0x25a8d7,_0xf56161){return _0x25a8d7!==_0xf56161;},_0x5867c2[_0x56a799(0x506,0x520,_0x15f18a._0x1c8519,_0x15f18a._0x19152f)]=_0x377252(-_0x15f18a._0xc5416,-_0x15f18a._0x3571d1,-_0x15f18a._0x2cada7,-_0x15f18a._0x47c614),_0x5867c2['uiSyc']=function(_0x56cda9,_0x4cb395){return _0x56cda9!==_0x4cb395;};function _0x56a799(_0x4256ad,_0x302571,_0x22281a,_0xf963b9){return _0xa4ce78(_0x4256ad-_0x480aaf._0x205310,_0x22281a-_0x480aaf._0x22381a,_0x22281a-0xe5,_0x302571);}_0x5867c2[_0x56a799(_0x15f18a._0x58114f,0x4dc,_0x15f18a._0x4d36dd,0x4d4)]=_0x377252(-_0x15f18a._0x52daeb,-0xdc,-0x14b,-0x186),_0x5867c2[_0x377252(-_0x15f18a._0x51d8be,-_0x15f18a._0x17f014,-_0x15f18a._0x2043d5,-_0x15f18a._0x4ffe6a)]='Missing\x20se'+_0x377252(-_0x15f18a._0x13a2ba,-_0x15f18a._0x5407f8,-0x142,-_0x15f18a._0x4fc108),_0x5867c2[_0x56a799(0x4fa,_0x15f18a._0x59d377,_0x15f18a._0x2f7e12,_0x15f18a._0x5a58b2)]=_0x377252(-0xbb,-0xab,-_0x15f18a._0x323fb6,-0x23)+_0x377252(-0x147,-0x1a4,-0x128,-0x119)+_0x56a799(_0x15f18a._0x5553c0,_0x15f18a._0x352c95,0x565,_0x15f18a._0x3e4b1e)+_0x56a799(0x4bb,0x4b4,0x4e6,_0x15f18a._0x4abcaa)+'uest\x20body',_0x5867c2[_0x56a799(0x545,_0x15f18a._0x40051a,0x4e7,_0x15f18a._0x2c128f)]=function(_0x20bc43,_0x544276){return _0x20bc43<_0x544276;},_0x5867c2[_0x377252(-0xb7,-0xf0,-0x75,-_0x15f18a._0x503378)]='IZKbA',_0x5867c2['yxRjX']=_0x56a799(_0x15f18a._0x4c18c1,0x428,0x466,0x4ae)+_0x56a799(0x523,0x4d7,_0x15f18a._0x11e6a8,0x516)+_0x56a799(0x531,0x551,0x4ed,_0x15f18a._0x365b46)+_0x56a799(0x4b8,0x59c,0x51e,_0x15f18a._0x3231b0)+'rs',_0x5867c2[_0x56a799(0x54c,_0x15f18a._0x1e18a5,0x557,0x53d)]='Failed\x20to\x20'+_0x377252(-0xad,-0xe2,-0xc5,-_0x15f18a._0x1bc96d)+'A\x20issues:';function _0x377252(_0x269433,_0xb8534c,_0x50f000,_0x2ce06b){return _0x820b7c(_0xb8534c,_0xb8534c-_0x359123._0xf49a0a,_0x50f000-_0x359123._0xfc3c85,_0x50f000- -_0x359123._0x14dfc6);}_0x5867c2['itSlO']=_0x377252(-_0x15f18a._0x5dd165,-0x14f,-0xcd,-_0x15f18a._0x358280)+_0x377252(-0x14e,-0x127,-0x104,-_0x15f18a._0x276bc9)+'d',_0x5867c2[_0x377252(-_0x15f18a._0x566db8,-_0x15f18a._0x133049,-_0x15f18a._0x2807d4,-_0x15f18a._0x3dc3d3)]=_0x56a799(_0x15f18a._0x6d4fd6,0x4cf,_0x15f18a._0x4775b5,0x47c)+_0x56a799(0x51f,_0x15f18a._0x296b6b,_0x15f18a._0x2011f3,0x4f6)+'d',_0x5867c2['nhrzH']=_0x377252(_0x15f18a._0x37e638,_0x15f18a._0x301538,-0x63,-0xab),_0x5867c2[_0x377252(-_0x15f18a._0x13c7b8,-0xe7,-_0x15f18a._0x29aacf,-_0x15f18a._0x3670c9)]=_0x56a799(0x50a,0x419,0x495,0x46b);const _0x218e49=_0x5867c2;try{if(_0x218e49[_0x377252(-0x92,-_0x15f18a._0xd9abf,-0x10f,-_0x15f18a._0x1203be)](_0x218e49[_0x377252(-_0x15f18a._0x156017,-_0x15f18a._0x1ee6f2,-0x88,-0x9a)],_0x218e49[_0x56a799(_0x15f18a._0x5524ac,_0x15f18a._0x26594d,0x51a,0x4a6)])){const _0x24b10f={};return _0x24b10f['error']=_0x218e49[_0x377252(-0x10b,-_0x15f18a._0x374da6,-_0x15f18a._0x4f4e39,-0x69)],_0x24b10f[_0x377252(-0xdc,-0x46,-0x8b,-_0x15f18a._0x59e695)]=_0x1a574a[_0x56a799(0x50b,0x567,_0x15f18a._0x265d5d,_0x15f18a._0x52517d)],_0x34d91d[_0x377252(-0x170,-0x159,-_0x15f18a._0x276bc9,-0xe7)](0xdd9+-0x1a*0xfe+0xd86)[_0x56a799(_0x15f18a._0x2ae6f6,_0x15f18a._0x5dad30,_0x15f18a._0x45c5cc,_0x15f18a._0x382b49)](_0x24b10f);}else{const {query:_0x29ef79,maxResults:maxResults=-0xd08+0x1*0x21c4+0x4*-0x52a}=_0x564f7a[_0x377252(-_0x15f18a._0x3199be,-_0x15f18a._0x3b1852,-0x11e,-0xb6)];if(!_0x29ef79||_0x218e49[_0x56a799(_0x15f18a._0x33bbac,_0x15f18a._0x3cf869,0x493,_0x15f18a._0x40a7bf)](typeof _0x29ef79,_0x377252(-0x18,-0x18,-_0x15f18a._0x2187ab,-0x87))){if(_0x218e49[_0x56a799(0x4d1,_0x15f18a._0x6c21ad,_0x15f18a._0x50c441,0x548)](_0x218e49[_0x56a799(0x49c,0x45f,0x4b1,0x428)],_0x218e49[_0x56a799(0x53b,_0x15f18a._0x6d4fd6,0x4b1,_0x15f18a._0x56b625)])){const _0x3fc7d2={};return _0x3fc7d2[_0x56a799(_0x15f18a._0x1dd2b0,_0x15f18a._0x52b415,0x53d,_0x15f18a._0xd8130e)]=_0x218e49[_0x56a799(_0x15f18a._0x227454,_0x15f18a._0x28ea84,_0x15f18a._0x45429a,_0x15f18a._0x1d90ef)],_0x3fc7d2[_0x56a799(_0x15f18a._0x52d6d4,0x4bf,_0x15f18a._0x265d5d,0x583)]=_0x377252(-0x15f,-_0x15f18a._0x50c899,-_0x15f18a._0x37f8b5,-_0x15f18a._0x231d4e)+'must\x20be\x20in'+_0x56a799(0x450,0x515,0x49f,0x43d)+_0x56a799(_0x15f18a._0x228ee9,_0x15f18a._0x391bb4,0x4ac,0x45b),_0x356395[_0x56a799(_0x15f18a._0x39c83e,0x4fe,_0x15f18a._0x8bbab1,0x4f5)](-0x65*-0x14+0x15*0xbd+-0x15d5)[_0x56a799(_0x15f18a._0x1e4449,0x485,_0x15f18a._0x45c5cc,0x501)](_0x3fc7d2);}else{const _0x1f923d={};return _0x1f923d['error']=_0x218e49[_0x377252(-0x142,-_0x15f18a._0x546319,-_0x15f18a._0xc8241a,-_0x15f18a._0x449134)],_0x1f923d['message']=_0x218e49[_0x377252(-_0x15f18a._0x280381,-_0x15f18a._0x5358fd,-_0x15f18a._0x1d6bef,-0x170)],_0x227794[_0x56a799(0x4e6,0x430,_0x15f18a._0x2d1417,0x426)](0x11c+0xa7*0xb+-0x1*0x6b9)[_0x377252(-_0x15f18a._0x23238e,-_0x15f18a._0x515c6b,-_0x15f18a._0x50ac55,-_0x15f18a._0x2b470b)](_0x1f923d);}}if(_0x218e49['ioqcU'](_0x29ef79[_0x56a799(0x544,_0x15f18a._0x5706a4,_0x15f18a._0x5bdaf9,_0x15f18a._0x51f7e5)]()[_0x377252(-_0x15f18a._0x1d0ed6,-0x112,-_0x15f18a._0x1bd820,-_0x15f18a._0x1d2910)],-0x32e*0x1+0x16f4+-0x37*0x5c)){if(_0x218e49['uiSyc'](_0x377252(-_0x15f18a._0x6acc2e,-0x138,-0x12a,-0x10d),_0x218e49['tarXB'])){const _0x828366={};return _0x828366['error']=_0x218e49[_0x56a799(_0x15f18a._0x3e8fb7,_0x15f18a._0x2fc9b1,_0x15f18a._0x45023b,_0x15f18a._0x1bec87)],_0x828366[_0x56a799(0x4d2,0x4d0,_0x15f18a._0x52b195,_0x15f18a._0x195722)]=_0x218e49[_0x56a799(0x47e,0x50c,0x4a4,0x428)],_0x227794[_0x377252(-0x11b,-0x188,-_0x15f18a._0x2f2203,-_0x15f18a._0x2fbe14)](0x12c9*-0x1+0x1*-0x17cb+-0x71*-0x64)['json'](_0x828366);}else{const _0x2f9233={};return _0x2f9233['error']=_0x218e49[_0x377252(-0x5a,-_0x15f18a._0x103d3e,-0x47,-_0x15f18a._0x58d120)],_0x2f9233['message']=_0x550cd2['message'],_0x3434ad[_0x377252(-0x8d,-_0x15f18a._0x6c0771,-_0x15f18a._0x19abbc,-0xd5)](-0x240b+0x1c46+-0x1*-0x959)[_0x56a799(_0x15f18a._0x448058,_0x15f18a._0x2be658,0x510,_0x15f18a._0x2cf23b)](_0x2f9233);}}logger[_0x377252(-_0x15f18a._0x4d5d1a,-0xca,-_0x15f18a._0x113e04,-_0x15f18a._0x156d3c)](_0x56a799(0x4be,_0x15f18a._0x43121a,0x52c,0x4c8)+_0x56a799(_0x15f18a._0x340638,0x458,0x4c8,_0x15f18a._0x54fd5e)+_0x29ef79+_0x377252(-_0x15f18a._0x718162,-_0x15f18a._0x1a18ec,-0xf9,-_0x15f18a._0x40f8e3)+maxResults+')');const _0x2a9949=await jiraClient[_0x56a799(0x4cd,_0x15f18a._0x2ba52b,0x480,_0x15f18a._0x39c83e)+'es'](_0x29ef79,maxResults);_0x227794[_0x377252(-_0x15f18a._0x3cd273,-0xad,-0x92,-0x64)](_0x2a9949);}}catch(_0x4e9868){logger[_0x56a799(_0x15f18a._0x5553c0,_0x15f18a._0x43d07a,_0x15f18a._0x39e38f,0x53a)](_0x218e49[_0x377252(-0xb8,-_0x15f18a._0x4af223,-0x4b,-_0x15f18a._0x2f84ba)],_0x4e9868);if(_0x4e9868[_0x56a799(0x503,0x552,_0x15f18a._0x265d5d,_0x15f18a._0x48dbbf)][_0x56a799(_0x15f18a._0x32b0cd,0x4fb,0x49c,_0x15f18a._0x5b84dc)](_0x56a799(0x439,_0x15f18a._0x26cf66,_0x15f18a._0x3f5785,_0x15f18a._0xb42ddf)+'arch')){const _0x3a0bc5={};return _0x3a0bc5[_0x56a799(_0x15f18a._0x4d724c,_0x15f18a._0x1e18a5,_0x15f18a._0x39e38f,0x4cc)]=_0x56a799(0x521,0x4a5,0x496,_0x15f18a._0x518770)+_0x377252(-_0x15f18a._0x367ae9,-0x14f,-0x142,-_0x15f18a._0x17d238),_0x3a0bc5[_0x56a799(0x499,0x5a2,0x517,0x50d)]=_0x4e9868[_0x56a799(0x4fc,_0x15f18a._0x228ee9,_0x15f18a._0x4b1658,_0x15f18a._0x1d44c1)],_0x227794['status'](0x100+0x440+-0x3b0)[_0x377252(-_0x15f18a._0xbf4f02,-0x96,-0x92,-0x87)](_0x3a0bc5);}else{if(_0x4e9868[_0x377252(-0x82,-_0x15f18a._0x1f5e14,-_0x15f18a._0x42f81b,-_0x15f18a._0x585a86)][_0x56a799(_0x15f18a._0x25f4eb,_0x15f18a._0x2c28a4,_0x15f18a._0x11175d,0x45c)](_0x218e49[_0x377252(-0x31,-_0x15f18a._0x2eba7c,-0x62,-0x1d)])){const _0x203a98={};return _0x203a98[_0x377252(_0x15f18a._0xfa284b,_0x15f18a._0x2f58f3,-_0x15f18a._0x18d8a6,-_0x15f18a._0x32560e)]=_0x218e49[_0x56a799(_0x15f18a._0x42c77d,_0x15f18a._0x5107bc,_0x15f18a._0x25a1b7,0x545)],_0x203a98[_0x56a799(_0x15f18a._0x299c32,0x588,0x517,0x599)]=_0x4e9868[_0x377252(-_0x15f18a._0x353b8b,-0xf,-_0x15f18a._0x42f81b,-0x23)],_0x227794[_0x377252(-_0x15f18a._0x3f1e04,-0xc8,-_0x15f18a._0xe4d711,-_0x15f18a._0x36e930)](0xd8*0x2a+0x127d+0x1174*-0x3)[_0x377252(-0x1f,-0x9c,-0x92,-0x8f)](_0x203a98);}else{if(_0x218e49['VrEKL'](_0x218e49[_0x377252(-_0x15f18a._0x135f9d,-0xe5,-0x13a,-_0x15f18a._0x3db1d0)],_0x218e49[_0x56a799(0x4a9,_0x15f18a._0x49c1e9,_0x15f18a._0x4d2d80,0x49e)])){const _0x45ce32={};return _0x45ce32['error']='Failed\x20to\x20'+_0x377252(-0x88,-0x10f,-0xc5,-0x141)+_0x56a799(0x4c0,0x51a,_0x15f18a._0x4e19a3,_0x15f18a._0x299d6e),_0x45ce32[_0x56a799(0x504,0x555,0x517,0x536)]=_0x4e9868[_0x56a799(_0x15f18a._0x5741d4,0x4eb,_0x15f18a._0x462272,0x55a)],_0x227794[_0x377252(-_0x15f18a._0x2cada7,-0xbd,-_0x15f18a._0x593656,-0x96)](0x31*-0x9+0xe6a+0x1*-0xabd)[_0x377252(-_0x15f18a._0x2cada7,-_0x15f18a._0x242bed,-0x92,-_0x15f18a._0x760417)](_0x45ce32);}else{const _0x3a0b29={};return _0x3a0b29['error']=_0x218e49[_0x56a799(_0x15f18a._0x38c206,_0x15f18a._0x340638,_0x15f18a._0x45023b,0x514)],_0x3a0b29[_0x377252(-0x8d,-0x26,-_0x15f18a._0x3cb0e4,-_0x15f18a._0x3d850e)]=_0x56a799(0x449,_0x15f18a._0x39d2f9,_0x15f18a._0x16c4b6,0x4c3)+_0x56a799(_0x15f18a._0x429662,_0x15f18a._0x2a26e1,0x54b,0x5d5)+'\x20at\x20least\x20'+_0x377252(-_0x15f18a._0x588959,-0x11,-0x84,-0xa7)+'rs',_0x27ffcd[_0x56a799(_0x15f18a._0x126559,0x482,0x498,0x515)](0x1efc*-0x1+0x2705+-0x1*0x679)[_0x377252(-_0x15f18a._0x23b6c7,-_0x15f18a._0x7f89cf,-_0x15f18a._0x5a34f9,-_0x15f18a._0x344709)](_0x3a0b29);}}}}});function _0x6a7a(){const _0x45c8a9=['EuXoDwC','B21Tzw50CYbMBW','ugXLyxnLihbYBW','uKrRB0S','B0rpCgS','mZbpsw5buNm','Den5u0C','Ew9ssvC','y29UzMLNDxjHDa','ELjYDfi','C0XYBgK','vefFreLsoG','zKvZsuW','Bvzguw8','CK1Zq2W','wfDgAeO','BxvZDcbIzsbPBG','refuqv9esvi','zMv0y2GGsKLsqq','A2v5','CMnOihf1zxj5ia','Aw5PDgLHBgL6zq','Be1Ntu4','DuXPuxG','wefcD2S','Bfvwv1G','ignVBw1LBNrZoG','sxnZDwuGBM90ia','DLn5rNe','zw50CW','CM1HDa','Cenoz1m','iePjuKeGy2XPzq','BM90ignVBMzPzW','z2v0','sKLsqsbJBgLLBG','zgvIDwC','yxjJAcbXDwvYEq','yxbPvg9Rzw4','vvjm','nJKYnteWze1RCxLO','zMv0y2GGsMLYyq','yxv0Aa','u2vHCMnOihf1zq','zsbYzxf1zxn0ia','BMHYEKG','AgPRqxm','sg5sEeW','vMPeyu0','otC3oduYmg1ewNz1tq','DwDuwMe','revmBM4','AxjHigLZC3vLoG','EenYzwi','uM91DgvY','whjNrey','u29ZDey','Cg9ZDcbkAxjHia','AKD4ugu','qsbPC3n1zxm6','whnYBKG','z3bLEeW','sKLsqv9ftKfcta','DMLKzsbHihnLyq','sw52ywXPzcbPCW','rhbjt2y','CNnTvge','BM90igzVDw5K','z05PuwG','C2vHCMnOsxnZDq','ugvYBwLZC2LVBG','DKnPvhm','B2D6Avq','yM9KEq','Cg9ZDa','svvOsu4','svjbigLZC3vLoG','igLZC3vL','CMf0Aw9UigLZia','zM91BMq','BNjsA1C','tLr0BNC','sxnZDwuGA2v5ia','qxv0AgvUDgLJyq','C2HVCNq','uuPZyvu','u2DLvM0','DwvZDcbIB2r5','vNjfs0W','Cg9ZDenVBw1LBG','AMHmDvO','sw52ywXPzcbZzq','x0rjuG','C3rHDhvZ','zw1HAwW','z0jIzLi','Dhj1zq','Aw5JBhvKzxm','Dg90ywW','DgLVBIbMywLSzq','igzVCM1HDcbquG','wLf5t3G','sKf5tMW','CIbkAxjHigLZCW','CMf0Aw9UigvUyq','ExHsALG','yuDtEwS','nZG2ndiWAKXRDfHx','Aw9U','yxrPB24','iIaOBwf4oIa','ifbSzwfZzsbJBW','Cg9ZDcbJB21Tzq','t0Pfq1qTmtiZ','u0L1zNq','BuXpAuS','twLZC2LUzYbZzq','z3zmBfy','uuLxEvu','l3nLyxjJAa','mZG5muHuAuDkyW','CMLHyMXLCW','s1bjDMq','C3vLigTLEsbMBW','C3PSvva','whLwD0O','CgXTA3m','DgvZDa','rMfPBgvKihrVia','yvnfEMq','mtfmt0vls2y','Defquve','vez0svy','BgvKigfMDgvYia','Dw9HvLu','sKLsqv9bueLFva','Dg9vChbLCKnHCW','wuPmAM0','z2Pyuue','sKLsqv9ftufjta','CM9TigvUDIb2yq','sKLsqtOGiG','zer5r3q','tMHKDgu','nJn4zxfNq2y','EK9zvw8','sLrws3y','igrLBMLLza','q2nZD0K','CxP4B2q','rfjnv3u','wg9uAMe','zw52AxjVBM1LBG','vvzeDKG','yxv0AgvUDgLJyq','AxmGC2vYDMvYlG','qNjvvxO','zhn0AxO','wNjJDxO','mtaXndCXmNLiz2Tpqq','z2zRqNK','rKj3CM8','C2vHCMnOiePjuG','wfz1yKK','AwzLuLi','Dgzgt2O','BLHMqMe','rxvqyLi','z21iC1y','Dwu6ia','rxHJDeK','Aw4GDgHLihjLCq','Aw9Xy1u','AMnMu0y','BNqGzNjVBsbLBG','igvUywjSzwq','C3vJy2vZCW','svi6','igf0igXLyxn0ia','t0TftG','wMTewe8','BgvUz3rO','z2v0sxnZDwu','q21TqMu','DcbYzwXVywrLza','t1zNwfK','s2L6sgy','txzpCKe','ug9ZDgLUzYbJBW','BNqGzNjVBsbeqq','v0LMCuK','wMfju1m','BM1IzNm','B2fdtLm','DcbJB25MAwD1CG','AxrOzxe','wvfLu2y','igfKBwLUAxn0CG','yMfZzvvYBa','CM9UBwvUDcb2yq','igLZC3vLoG','yxrVCI4','u29gC0y','CM9TierbvefFra','y2XVDwrjza','EvfNBgW','CfH2ExG','DhjPBq','zw52','ze5OAxK','vuDdwKK','zef0CKu','y0r1Bvi','ANnVBG','r09Qy1i','x0Le','DMLJvg0','zxKVy29TBwvUDa','twLZC2LUzYbJBW','z09Rtw0','BwvZC2fNzq','ug1ztu4','q0r0the','Cw5Pz2G','zhDitfu','CNf5zuu','yMXLzcbMCM9Tia','mIbJAgfYywn0zq','CNm6','rMv0y2HPBMCGyW','C3rYAw5N','Du1ouNq','l2LZC3vLCY86AW','CMf0Aw9Uig5VDa','Aw5MBW','DIb2yxjZoG','Dhzcvwe','DLnivxu','DwLtEwm','sKLsqv9dte9vra','sKLsqsbPBNrLzW','u2vHCMnOAw5Nia','DgfYwei','zw9Rz1C','tM8GCgvYBwLZCW','zNDMr1a','z3rmEKe','rgPKvvq','zxHyv0G','sKLsqsbKAxnHyG','mtHqt2z5tum','DK9cwvi','mJi0mJiZCKT5EuHy','DxjLzcbVBIb0Aa','nZi3mJu2t3DSBwDm','Bw1LBNqGDg8GsG','DMLKzsbHignVBq','z2v0q29TBwvUDa','zxjYB3i','igzYB20Grefuqq','vhvquxi','AxrtBe8','sKLsqv9cqvnfxW','BNrHy3qGEw91CG','DgXNwKy','CefoBfK','zeX0t0m','u0rKv2O','Dfncr3C','qsbPC3n1zxm','mZy2r1vXwfrK','y29TBwvUDa','CNKGBxvZDcbIzq','u1nYBM8','CgfYyw1Z','qsbJBgLLBNqGzG','D29TC0O','wejltva'];_0x6a7a=function(){return _0x45c8a9;};return _0x6a7a();}function _0xa4ce78(_0x25184a,_0x2eaa7d,_0x1de37f,_0x3d3fc3){return _0x1c2c(_0x2eaa7d-0x1dc,_0x3d3fc3);}router['get'](_0x820b7c(0x411,0x319,0x3f4,0x38a)+_0xa4ce78(0x351,0x3ac,0x3a0,0x3c7)+'s',requireJira,async(_0x2cf3ad,_0x538ddc)=>{const _0xe1d0d6={_0x10d5a6:0x439,_0x4a9dff:0x3f8,_0x46cf41:0x46,_0x3f9be6:0x33,_0x58cdde:0x4c5,_0x51cf39:0x482,_0x3c71c3:0xd0,_0x4aef23:0x75,_0x338a16:0x464,_0x57581f:0x8,_0x29fa27:0x48c,_0x3b825b:0x4ff,_0x301fd7:0x4c3,_0xfe2de1:0x46f,_0x540e2f:0x44a,_0x3acced:0x476,_0x20cf2b:0x471,_0x245bc2:0x483,_0x21fe6d:0x57,_0x307db1:0x515,_0x28d599:0x4cb,_0x143aed:0xfc,_0x5ab44f:0x86,_0x342544:0x495,_0x1cdcaa:0x446,_0x58ceef:0x2c,_0xd9d5ef:0x58,_0x14d042:0x12,_0x1d0501:0x512,_0x83bbaa:0x497,_0x2fd1c4:0x4fc,_0x579663:0x446,_0x231793:0xb1,_0x3a21c4:0x4a7,_0xfd9a87:0x52b,_0x4dd9a2:0x48b,_0x2018f5:0x473,_0x2b4a4d:0x476,_0x5b5857:0x525,_0x3510a0:0xc0,_0x28e39e:0xcf,_0x5f0b74:0x11f,_0x34be83:0x4a6,_0x469cc2:0x3b1,_0xb71c4a:0x431,_0xaab42f:0x3f2,_0x3f90c7:0x3ef,_0x3cef3d:0x60,_0x3e9ca0:0x1a,_0x3fef7c:0x44,_0x48dbfc:0x76,_0x200fe2:0x4f,_0x44d97f:0x47,_0x3520ed:0xb3,_0x1594af:0x4a8,_0x89b284:0xcc,_0x1ddff9:0x10e,_0x2aadda:0x6b,_0x54b3e6:0x2f,_0x398669:0x59,_0x60bd62:0x3b,_0x347d26:0x4c2,_0x1bada3:0x4c6,_0xeed1e1:0x49c,_0x45ac2d:0x27,_0x1f7ca8:0x81,_0x3f015b:0x549,_0x21bf45:0x4f6,_0xd5c0d9:0xb8,_0x5664c0:0x2,_0x28ebbe:0xda,_0x1fdc18:0x83,_0x1beab4:0x35,_0x6a96c9:0x2b,_0x31850e:0x3cf,_0x1a276f:0x432,_0x1bc91d:0x4d1,_0x308bd5:0x4ce,_0x595059:0x48a,_0x8edc6f:0x4f2,_0x412938:0x4fc,_0x158dc1:0x457,_0x3892ab:0x13d,_0x21db6e:0x47d,_0x4b9b5d:0x468,_0x385ce7:0x2,_0x3fa84f:0x21,_0x33bb10:0x68,_0x21e3d5:0x4e1,_0x34d4f6:0xb5,_0x1572df:0xba,_0x339b3e:0x5e,_0x224981:0x59,_0x5c2727:0x6f,_0x1e26cf:0xf7,_0x29ade5:0xaa,_0xc6542b:0xde,_0x2e4c94:0x404,_0x2ec51f:0x469,_0x5067cb:0x43d,_0x5ea66a:0x89,_0x5020cc:0x3f,_0x56d43e:0xe1,_0x5d6c57:0x61,_0x3f987c:0x145,_0x5dc196:0x141,_0x1793ae:0x41f,_0x1ee5db:0x49c,_0x428133:0x4c0,_0x2a4b46:0x4c0,_0x2b6663:0x50d,_0x4d3afd:0x4aa,_0x147e00:0xbc,_0x20a390:0x126,_0x46214f:0x130,_0x30262a:0x7a,_0x4eb143:0x3d,_0x3af8fe:0xd3,_0x51d305:0xd5,_0x4ba81c:0x139,_0x39803f:0x555,_0x32a59:0x4b2,_0x5b4a8a:0xe9,_0x59743a:0x10d,_0x45ec42:0xf0,_0x3fbab7:0x4e2,_0x8595bb:0x4c3,_0x4e5d26:0x504,_0x3293f9:0x47e,_0x402ffd:0x7e,_0x2eb156:0x84,_0x105d9d:0x554,_0x57f263:0x52c,_0x32e8cf:0x401,_0x29291f:0x10b,_0x27a4e3:0x17f,_0x51cb78:0x9b,_0x19b53a:0x422,_0x2e2478:0x3cb,_0x184fd9:0x4b0,_0x2d1de1:0x4d3,_0x599f5a:0x47c,_0x4ba5cf:0x4ed,_0x5e2fc7:0x76,_0x28a670:0x9b,_0x39ec67:0x9f,_0x47f274:0x5d,_0x5c073b:0x4b2,_0x1d0de7:0x4e7,_0x582fa3:0x50c,_0x18fd4a:0x4da,_0x21b6fe:0x507,_0x42fae4:0x4e4,_0x4eb819:0x1a,_0x58797e:0x33,_0x4bc9ca:0x4a,_0x1907d6:0xaf,_0x3ca53f:0x42a,_0x27d477:0x455,_0x58f797:0x3f9,_0x108a69:0x43,_0x2fdfa8:0x66,_0x3110ad:0x30,_0x1036c1:0xf,_0x5c8e76:0xb5,_0x6d8de4:0x106,_0x5f221e:0x5c,_0x5641b1:0x504,_0x50da44:0x440,_0x200668:0x479,_0x10422f:0x47f,_0x49de05:0x472,_0x4b3d31:0x40d,_0x49d99e:0x458,_0x37a23d:0x4de,_0x574c37:0xc,_0x4c05bb:0xd,_0x474e38:0x92,_0x810356:0x511,_0x216ed5:0x449,_0x214477:0x4d3,_0x285e40:0x3d3,_0x8eab2a:0x4bd,_0x15dcf7:0x504,_0x50f17d:0x55a,_0x36b432:0x505,_0x33d950:0x4b1,_0x19bc24:0x4a1,_0x71a5c1:0x499,_0x24d32d:0x45f,_0x5ef0b2:0x482,_0x5c0990:0xd3,_0x154852:0xae,_0xf30243:0x461,_0x576c54:0x48f,_0x16fa50:0x34,_0xc0af8d:0x4cf,_0x2f0b89:0x48d,_0x1885de:0x4a0,_0x8b2a6c:0x1b,_0x8c338b:0xd1,_0x15908e:0x9d,_0xb97e5c:0x4e,_0x5830a3:0x122,_0x310dc6:0x38,_0x3de2d7:0x114,_0x1b4f03:0xe2,_0x152d1f:0x10f,_0x3e4967:0x4a9,_0x5e2f5b:0x35,_0x3164e6:0x102,_0x17b343:0x45f,_0x4c0f70:0x46a,_0x45dd95:0x405,_0x518b87:0x4d7,_0x4ef097:0x47a},_0x5cc39d={_0x5ef781:0x16a,_0x26ca37:0x160},_0x26e198={_0x4bdf36:0x9b,_0xaadeba:0xf,_0x5ac6ab:0x2c2},_0x1f72e0={};_0x1f72e0['gmHsV']=_0x4970e5(_0xe1d0d6._0x10d5a6,0x455,_0xe1d0d6._0x4a9dff,0x491)+_0x4e6cc2(0x43,-_0xe1d0d6._0x46cf41,_0xe1d0d6._0x3f9be6,0xbf)+'d',_0x1f72e0[_0x4970e5(0x4af,_0xe1d0d6._0x58cdde,0x484,_0xe1d0d6._0x51cf39)]=_0x4e6cc2(_0xe1d0d6._0x3c71c3,0x8f,_0xe1d0d6._0x4aef23,0x70)+_0x4970e5(0x3d6,0x450,_0xe1d0d6._0x338a16,0x491)+_0x4e6cc2(0x1,-0x4,0x2f,-_0xe1d0d6._0x57581f)+_0x4970e5(_0xe1d0d6._0x29fa27,_0xe1d0d6._0x3b825b,_0xe1d0d6._0x301fd7,0x519)+_0x4970e5(_0xe1d0d6._0xfe2de1,0x49d,_0xe1d0d6._0x540e2f,0x431)+_0x4970e5(_0xe1d0d6._0x3acced,_0xe1d0d6._0x20cf2b,_0xe1d0d6._0x245bc2,0x4f4)+_0x4e6cc2(0xe7,0xba,0x75,0xe8)+_0x4e6cc2(0xa5,0x91,0xb7,_0xe1d0d6._0x21fe6d)+_0x4970e5(_0xe1d0d6._0x307db1,_0xe1d0d6._0x28d599,0x4a4,0x50c);function _0x4e6cc2(_0x71da86,_0x388fcb,_0x3f93c4,_0x9dbd21){return _0x820b7c(_0x9dbd21,_0x388fcb-_0x26e198._0x4bdf36,_0x3f93c4-_0x26e198._0xaadeba,_0x71da86- -_0x26e198._0x5ac6ab);}_0x1f72e0[_0x4e6cc2(0xeb,0xad,0xef,_0xe1d0d6._0x143aed)]=_0x4e6cc2(0x26,_0xe1d0d6._0x5ab44f,0x5d,-0x64)+_0x4970e5(0x4e0,_0xe1d0d6._0x342544,_0xe1d0d6._0x245bc2,_0xe1d0d6._0x1cdcaa),_0x1f72e0['eokgW']=function(_0x1fdb90,_0x88b53d){return _0x1fdb90!==_0x88b53d;},_0x1f72e0[_0x4e6cc2(0x35,-_0xe1d0d6._0x58ceef,_0xe1d0d6._0xd9d5ef,_0xe1d0d6._0x14d042)]=_0x4970e5(_0xe1d0d6._0x1d0501,_0xe1d0d6._0x83bbaa,_0xe1d0d6._0x2fd1c4,0x40c),_0x1f72e0[_0x4970e5(0x4af,0x432,_0xe1d0d6._0x579663,0x3be)]=_0x4e6cc2(0xea,_0xe1d0d6._0x231793,0x159,0x84),_0x1f72e0['EuPbR']=_0x4970e5(0x48c,0x454,_0xe1d0d6._0x3a21c4,0x423)+_0x4970e5(_0xe1d0d6._0xfd9a87,0x528,0x569,0x4a3)+_0x4970e5(0x476,0x466,0x3e3,0x410)+_0x4970e5(_0xe1d0d6._0x4dd9a2,_0xe1d0d6._0x2018f5,0x485,_0xe1d0d6._0x2b4a4d),_0x1f72e0[_0x4970e5(0x488,0x4e3,0x48a,0x4d2)]=function(_0x5e0b71,_0x2528d1){return _0x5e0b71!==_0x2528d1;},_0x1f72e0['pANlY']=_0x4970e5(0x51e,_0xe1d0d6._0x5b5857,0x4f5,0x4d2),_0x1f72e0[_0x4e6cc2(_0xe1d0d6._0x3510a0,0x4a,_0xe1d0d6._0x28e39e,_0xe1d0d6._0x5f0b74)]=_0x4970e5(0x48f,0x4b6,0x46e,_0xe1d0d6._0x34be83),_0x1f72e0[_0x4970e5(_0xe1d0d6._0x469cc2,_0xe1d0d6._0xb71c4a,_0xe1d0d6._0xaab42f,_0xe1d0d6._0x3f90c7)]=_0x4e6cc2(_0xe1d0d6._0x3cef3d,0x65,-0xb,0xe3)+_0x4e6cc2(0x9,_0xe1d0d6._0x3e9ca0,_0xe1d0d6._0x3fef7c,-0x59)+_0x4e6cc2(-0x6,-_0xe1d0d6._0x48dbfc,-0x47,-_0xe1d0d6._0x200fe2),_0x1f72e0['xbXjJ']=_0x4e6cc2(0x23,0x7a,-_0xe1d0d6._0x44d97f,0x8d);function _0x4970e5(_0x35df36,_0x44b793,_0x441646,_0xd6a401){return _0x820b7c(_0x35df36,_0x44b793-0x18d,_0x441646-_0x5cc39d._0x5ef781,_0x44b793-_0x5cc39d._0x26ca37);}_0x1f72e0['UVDvH']=function(_0x500b8d,_0x3d40f0){return _0x500b8d===_0x3d40f0;},_0x1f72e0[_0x4e6cc2(_0xe1d0d6._0x3520ed,0x8c,0x67,0x103)]='shSsd',_0x1f72e0[_0x4970e5(0x4d1,0x4d4,0x549,0x4ae)]=_0x4970e5(_0xe1d0d6._0x1594af,0x458,0x45e,0x3f6),_0x1f72e0[_0x4e6cc2(_0xe1d0d6._0x89b284,_0xe1d0d6._0x1ddff9,0xe4,_0xe1d0d6._0x2aadda)]='Issue\x20not\x20'+_0x4e6cc2(_0xe1d0d6._0x54b3e6,0x7e,_0xe1d0d6._0x398669,-_0xe1d0d6._0x60bd62),_0x1f72e0[_0x4970e5(0x45e,0x4a8,0x44b,_0xe1d0d6._0x347d26)]=_0x4970e5(_0xe1d0d6._0x1bada3,_0xe1d0d6._0xeed1e1,0x47d,0x4cd)+'tion\x20faile'+'d',_0x1f72e0['aGSyk']='EboDX',_0x1f72e0[_0x4e6cc2(_0xe1d0d6._0x45ac2d,0xa3,_0xe1d0d6._0x1f7ca8,_0xe1d0d6._0x200fe2)]=_0x4970e5(_0xe1d0d6._0x3f015b,_0xe1d0d6._0x21bf45,0x4fe,0x56f)+_0x4e6cc2(0x4c,_0xe1d0d6._0xd5c0d9,0x43,_0xe1d0d6._0x5664c0),_0x1f72e0['pXvyx']='BrsOz';const _0x10fe34=_0x1f72e0;try{if(_0x10fe34[_0x4e6cc2(0xd3,_0xe1d0d6._0x28ebbe,0xfc,_0xe1d0d6._0x1fdc18)](_0x10fe34[_0x4e6cc2(_0xe1d0d6._0x1beab4,-0x41,0x9b,_0xe1d0d6._0x6a96c9)],_0x10fe34[_0x4970e5(_0xe1d0d6._0x31850e,_0xe1d0d6._0x1a276f,0x42d,0x48d)])){const _0x20779e=_0x2cf3ad['params'][_0x4970e5(0x5b5,_0xe1d0d6._0xfd9a87,0x514,0x50f)][_0x4970e5(0x4f4,_0xe1d0d6._0x1bc91d,_0xe1d0d6._0x308bd5,0x477)]()[_0x4970e5(0x515,_0xe1d0d6._0x595059,_0xe1d0d6._0x8edc6f,0x485)+'e']();if(!/^[A-Z]+-\d+$/i[_0x4970e5(0x421,0x481,_0xe1d0d6._0x412938,_0xe1d0d6._0x158dc1)](_0x20779e)){const _0x100c1a={};return _0x100c1a[_0x4e6cc2(0xe2,0x58,_0xe1d0d6._0x3892ab,0xf5)]=_0x4e6cc2(0x20,0x3b,0x1c,-0x16)+_0x4970e5(0x446,_0xe1d0d6._0x21db6e,_0xe1d0d6._0x4b9b5d,0x40e)+_0x4e6cc2(-_0xe1d0d6._0x385ce7,-_0xe1d0d6._0x3fa84f,_0xe1d0d6._0x33bb10,0x6e),_0x100c1a['message']=_0x10fe34[_0x4970e5(0x4ff,0x4a9,0x4e8,_0xe1d0d6._0x21e3d5)],_0x538ddc['status'](-0x131+0x535*-0x5+0x1cca)[_0x4e6cc2(_0xe1d0d6._0x34d4f6,_0xe1d0d6._0x1572df,0xee,_0xe1d0d6._0x339b3e)](_0x100c1a);}logger[_0x4e6cc2(0x4,-0x2f,-_0xe1d0d6._0x224981,-_0xe1d0d6._0x5c2727)](_0x4e6cc2(0xc5,0x101,0x8a,0x4a)+_0x4e6cc2(_0xe1d0d6._0x1e26cf,_0xe1d0d6._0x29ade5,0x12d,_0xe1d0d6._0xc6542b)+_0x4970e5(_0xe1d0d6._0x2e4c94,_0xe1d0d6._0x2ec51f,0x457,_0xe1d0d6._0x5067cb)+_0x4e6cc2(_0xe1d0d6._0x5ea66a,0xf6,_0xe1d0d6._0x5020cc,0x88)+_0x20779e);const _0x44a61d=await jiraClient[_0x4e6cc2(_0xe1d0d6._0x56d43e,_0xe1d0d6._0x5d6c57,_0xe1d0d6._0x3f987c,_0xe1d0d6._0x5dc196)+'s'](_0x20779e),_0x17927f={};_0x17927f[_0x4970e5(_0xe1d0d6._0x1793ae,0x464,0x478,0x42e)]=_0x44a61d[_0x4970e5(_0xe1d0d6._0x1ee5db,0x4b7,_0xe1d0d6._0x428133,0x46f)],_0x17927f['comments']=_0x44a61d,_0x538ddc['json'](_0x17927f);}else{const _0x3517f0={};return _0x3517f0[_0x4970e5(_0xe1d0d6._0x2a4b46,0x504,0x555,0x52e)]=_0x10fe34[_0x4970e5(_0xe1d0d6._0x2b6663,_0xe1d0d6._0x4d3afd,0x50d,0x439)],_0x3517f0[_0x4e6cc2(_0xe1d0d6._0x147e00,0x133,_0xe1d0d6._0x20a390,0x8d)]=_0x27df3d[_0x4e6cc2(_0xe1d0d6._0x147e00,_0xe1d0d6._0x46214f,_0xe1d0d6._0x30262a,0x139)],_0x15366e[_0x4e6cc2(_0xe1d0d6._0x4eb143,-0x4e,0x1,0x6e)](0x3f3*0x9+-0x414+-0x1de6)[_0x4e6cc2(_0xe1d0d6._0x34d4f6,_0xe1d0d6._0x3af8fe,_0xe1d0d6._0x51d305,_0xe1d0d6._0x4ba81c)](_0x3517f0);}}catch(_0x2b0dbb){if(_0x10fe34[_0x4970e5(0x53e,0x4e3,_0xe1d0d6._0x39803f,_0xe1d0d6._0x32a59)](_0x10fe34[_0x4e6cc2(_0xe1d0d6._0x5b4a8a,_0xe1d0d6._0x59743a,0x95,_0xe1d0d6._0x45ec42)],_0x10fe34[_0x4970e5(0x460,_0xe1d0d6._0x3fbab7,0x4bd,0x526)])){logger[_0x4970e5(_0xe1d0d6._0x8595bb,_0xe1d0d6._0x4e5d26,_0xe1d0d6._0x3293f9,0x566)](_0x10fe34[_0x4970e5(0x421,0x431,0x3b9,0x481)],_0x2b0dbb);if(_0x2b0dbb[_0x4e6cc2(0xbc,_0xe1d0d6._0x402ffd,_0xe1d0d6._0x2eb156,0xf6)][_0x4970e5(0x432,0x463,_0xe1d0d6._0x308bd5,0x42e)](_0x10fe34['xbXjJ'])){if(_0x10fe34[_0x4e6cc2(0x79,0xaa,0xa3,0x67)](_0x10fe34[_0x4970e5(_0xe1d0d6._0x105d9d,0x4d5,0x4e7,0x48d)],_0x10fe34[_0x4970e5(_0xe1d0d6._0x57f263,0x4d4,0x500,0x46d)]))_0x1a54a7['error'](_0x4970e5(0x42b,_0xe1d0d6._0x51cf39,_0xe1d0d6._0x32e8cf,0x4df)+_0x4e6cc2(_0xe1d0d6._0x29291f,_0xe1d0d6._0x27a4e3,_0xe1d0d6._0x51cb78,0xec)+_0x4970e5(0x43d,_0xe1d0d6._0x19b53a,_0xe1d0d6._0x2e2478,0x42f)+_0x4970e5(0x48b,_0xe1d0d6._0x184fd9,_0xe1d0d6._0x2d1de1,0x45c)+_0x4970e5(_0xe1d0d6._0x599f5a,_0xe1d0d6._0x4ba5cf,0x512,0x523),_0x1668d7);else{const _0x5b9019={};return _0x5b9019[_0x4e6cc2(0xe2,_0xe1d0d6._0x5e2fc7,0xad,0x128)]=_0x10fe34[_0x4e6cc2(0xcc,0x120,_0xe1d0d6._0x28a670,0xdc)],_0x5b9019['message']=_0x2b0dbb[_0x4e6cc2(0xbc,_0xe1d0d6._0x39ec67,_0xe1d0d6._0x47f274,0x41)],_0x538ddc[_0x4970e5(_0xe1d0d6._0x5c073b,0x45f,0x4ba,0x4de)](-0x1c6+0xa*-0x343+0x23f8)[_0x4970e5(_0xe1d0d6._0x1d0de7,0x4d7,_0xe1d0d6._0x582fa3,_0xe1d0d6._0x18fd4a)](_0x5b9019);}}else{if(_0x2b0dbb[_0x4970e5(0x490,0x4de,_0xe1d0d6._0x21b6fe,_0xe1d0d6._0x42fae4)][_0x4e6cc2(0x41,0x20,-_0xe1d0d6._0x4eb819,_0xe1d0d6._0x58797e)](_0x10fe34['nXfBa'])){if(_0x10fe34['UVDvH'](_0x10fe34['aGSyk'],_0x10fe34[_0x4e6cc2(_0xe1d0d6._0x4bc9ca,0xe,-0x9,_0xe1d0d6._0x1907d6)])){const _0xb13594={};return _0xb13594['error']=_0x4970e5(_0xe1d0d6._0x3ca53f,_0xe1d0d6._0x27d477,0x4c7,_0xe1d0d6._0x58f797)+_0x4e6cc2(_0xe1d0d6._0x108a69,_0xe1d0d6._0x2fdfa8,-_0xe1d0d6._0x3110ad,_0xe1d0d6._0x1036c1)+'d',_0xb13594['message']=_0x2b0dbb['message'],_0x538ddc['status'](0xf*-0x193+0x15c6+0x368)[_0x4e6cc2(_0xe1d0d6._0x5c8e76,0x94,_0xe1d0d6._0x6d8de4,_0xe1d0d6._0x5f221e)](_0xb13594);}else{const _0x197619={};return _0x197619[_0x4970e5(0x49c,_0xe1d0d6._0x5641b1,0x4c5,0x4fc)]=_0x4970e5(0x4bd,_0xe1d0d6._0x51cf39,_0xe1d0d6._0x50da44,_0xe1d0d6._0x200668)+_0x4970e5(_0xe1d0d6._0x10422f,_0xe1d0d6._0x49de05,_0xe1d0d6._0x4b3d31,0x4f8)+'nt',_0x197619[_0x4970e5(_0xe1d0d6._0x49d99e,_0xe1d0d6._0x37a23d,0x54c,0x4b7)]=_0x7df8cd['message'],_0x5b4b43[_0x4e6cc2(0x3d,-_0xe1d0d6._0x574c37,-_0xe1d0d6._0x4c05bb,_0xe1d0d6._0x474e38)](0x3e1*-0x2+-0x42*0x86+0xce*0x37)[_0x4970e5(0x521,0x4d7,0x4c1,_0xe1d0d6._0x810356)](_0x197619);}}else{if(_0x2b0dbb['message']['includes'](_0x10fe34[_0x4970e5(0x4d4,_0xe1d0d6._0x216ed5,_0xe1d0d6._0x214477,_0xe1d0d6._0x285e40)])){const _0x3bb7d0={};return _0x3bb7d0[_0x4970e5(_0xe1d0d6._0x8eab2a,_0xe1d0d6._0x15dcf7,_0xe1d0d6._0x50f17d,0x4ed)]=_0x10fe34['SDdWj'],_0x3bb7d0[_0x4970e5(0x4fd,0x4de,_0xe1d0d6._0x36b432,0x49b)]=_0x2b0dbb[_0x4970e5(_0xe1d0d6._0x33d950,0x4de,0x538,_0xe1d0d6._0x19bc24)],_0x538ddc[_0x4970e5(_0xe1d0d6._0x71a5c1,_0xe1d0d6._0x24d32d,0x4e3,_0xe1d0d6._0x5ef0b2)](0x2*0xb+0x1*-0x13bf+-0x1c5*-0xc)['json'](_0x3bb7d0);}else{if(_0x10fe34[_0x4e6cc2(_0xe1d0d6._0x5c0990,0x13a,0x62,_0xe1d0d6._0x154852)](_0x10fe34[_0x4e6cc2(0xae,0xb8,_0xe1d0d6._0x29291f,0xeb)],_0x10fe34[_0x4970e5(0x519,0x4d0,0x4bf,_0xe1d0d6._0xf30243)])){const _0x2e93bf={};return _0x2e93bf['error']='JIRA\x20integ'+'ration\x20not'+'\x20enabled',_0x2e93bf[_0x4970e5(0x4be,0x4de,_0xe1d0d6._0x576c54,0x543)]=_0x10fe34['itheq'],_0xcfedcf[_0x4e6cc2(_0xe1d0d6._0x4eb143,-0x4d,-_0xe1d0d6._0x16fa50,0x10)](-0x72*0x4c+-0x2524+0x19f*0x2d)['json'](_0x2e93bf);}else{const _0x1fcee8={};return _0x1fcee8[_0x4970e5(_0xe1d0d6._0xc0af8d,0x504,_0xe1d0d6._0x2f0b89,_0xe1d0d6._0x1885de)]=_0x4e6cc2(0x60,0xdb,0x63,_0xe1d0d6._0x8b2a6c)+'fetch\x20comm'+_0x4e6cc2(-0x3,0x2a,-0x1f,_0xe1d0d6._0x60bd62),_0x1fcee8['message']=_0x2b0dbb[_0x4e6cc2(_0xe1d0d6._0x147e00,0xd4,0xe1,_0xe1d0d6._0x8c338b)],_0x538ddc[_0x4e6cc2(0x3d,_0xe1d0d6._0x15908e,0x30,_0xe1d0d6._0xb97e5c)](0x14e8+0x258c+-0x3880)[_0x4e6cc2(0xb5,_0xe1d0d6._0x5830a3,_0xe1d0d6._0x310dc6,_0xe1d0d6._0x3de2d7)](_0x1fcee8);}}}}}else{const _0x554b89={};return _0x554b89[_0x4e6cc2(_0xe1d0d6._0x1b4f03,_0xe1d0d6._0x152d1f,0x13e,0x108)]=_0x10fe34['SDdWj'],_0x554b89[_0x4970e5(_0xe1d0d6._0x3e4967,_0xe1d0d6._0x37a23d,0x555,0x511)]=_0x45f702[_0x4e6cc2(0xbc,_0xe1d0d6._0x5e2f5b,_0xe1d0d6._0x3164e6,0x45)],_0x9b2f1[_0x4970e5(0x497,_0xe1d0d6._0x17b343,_0xe1d0d6._0x4c0f70,_0xe1d0d6._0x45dd95)](0x20ed*-0x1+0x1*-0xd9+0x1*0x2359)[_0x4970e5(0x4c3,_0xe1d0d6._0x518b87,0x484,_0xe1d0d6._0x4ef097)](_0x554b89);}}}),router[_0x820b7c(0x294,0x2a1,0x26c,0x2ec)](_0xa4ce78(0x41a,0x3bb,0x3f3,0x3d6)+_0xa4ce78(0x326,0x3ac,0x40d,0x34f),requireJira,async(_0x31088b,_0x51c170)=>{const _0x51827f={_0x59e12e:0x12e,_0x2dfa3a:0x86,_0x178bff:0xe1,_0x115027:0x215,_0x3b4bc6:0x199,_0x218d10:0x1d0,_0x2fd782:0x1b6,_0x5a649b:0x1c8,_0x2452d6:0x19f,_0x541c17:0x24c,_0x499441:0x204,_0x579eb5:0x1aa,_0x4298c4:0x151,_0x4737de:0x1d2,_0x413e87:0x122,_0x366fd3:0x25a,_0x159813:0x1f8,_0x5b731c:0x1c9,_0x404c20:0x1cc,_0x567330:0x11d,_0x3254cb:0xe4,_0x318b06:0x198,_0x12c988:0x189,_0x4ac22d:0x17d,_0x5ba4aa:0x171,_0x9accc2:0x127,_0x3881ce:0x180,_0x313819:0xfb,_0x1897c3:0x15a,_0x560510:0x192,_0x21482f:0x12e,_0x40a77e:0x1b2,_0x2c80c3:0x15e,_0x1790ef:0xe6,_0x10efd4:0x98,_0x3fe7a2:0x1a5,_0x5e1977:0x1d9,_0x1bd9df:0x1cf,_0x185e29:0x1f2,_0x445db1:0x16e,_0x4f4451:0xab,_0x3f5796:0x3e,_0x47b4e1:0x72,_0x344d75:0xb2,_0x3abb5a:0x134,_0x2c5846:0x76,_0x3a2d51:0xf8,_0x499bdd:0xdd,_0x5e199a:0x14a,_0x4f578a:0xf7,_0x50aecc:0xf5,_0x16143c:0x18c,_0x1c7a52:0x12f,_0x50cfbe:0x88,_0x195d94:0x6d,_0x4492bf:0x1cc,_0x226f7f:0x7b,_0x25f6d2:0x230,_0x5784ea:0x1a7,_0x4adbd3:0x14d,_0x2699fa:0x16e,_0x4e78c7:0x198,_0x453603:0x1c6,_0xa0b980:0x1c9,_0xbd1c3:0x242,_0x202587:0x1bf,_0xf59251:0x144,_0x57e2fb:0x1c1,_0x33d381:0x23e,_0x202b24:0x1d5,_0x494d62:0x22b,_0x39cf12:0x1b6,_0x3451b9:0x1cf,_0xb92bb3:0x96,_0x3e5460:0x165,_0x240c1e:0x146,_0x27a442:0x182,_0x3de323:0x1a8,_0xe6e6d7:0x1a2,_0x3b3c01:0x133,_0x38c146:0x12a,_0x125fca:0xd4,_0x21b8a7:0xf0,_0x41ab3b:0x49,_0x4f4455:0x14c,_0x33a1b6:0xdd,_0x1e1b2b:0x85,_0xacbef1:0x10c,_0x132a20:0x1dd,_0x245506:0x15a,_0x34eee0:0x13c,_0x1ca21f:0x151,_0x4926ec:0x196,_0x263c0c:0x211,_0x7ca8f1:0x198,_0x29d9c1:0x1ad,_0x5b7c10:0x11a,_0x2a2b94:0xfb,_0x2eefdf:0xbf,_0x45a060:0x3a,_0x458026:0x217,_0x55d28a:0x1bd,_0x1aea51:0x176,_0x4cffff:0x121,_0x31936f:0x188,_0x1982fc:0x1bc,_0x72f40d:0x19b,_0x411fa8:0x1b5,_0xd1a602:0x160,_0x436160:0x187,_0x4e5356:0x1ff,_0x16d320:0x1e3,_0x3e5358:0x1f0,_0x503558:0x265,_0x101ffd:0x17e,_0x5ad868:0xa9,_0x19557f:0x19e,_0x1047f7:0x1ca,_0x2554c9:0x1e4,_0x336210:0x17d,_0x12fcf8:0x85,_0xb9b511:0x142,_0x1c5d1f:0x1a2,_0x1780b2:0x102,_0x9b9239:0xfc,_0x2fd66a:0x1a3,_0xe97c72:0x236,_0x175f5c:0x1c3,_0x320aa8:0x230,_0x47d7ae:0x147,_0x51f5cc:0x192,_0x564027:0x1c2,_0x443b15:0x177,_0xc3cb7f:0xb0,_0x1184df:0xb7,_0x139b29:0xf4,_0x2a8504:0x160,_0x277230:0x116,_0xc8d3ff:0x1af,_0x50dce5:0x1f0,_0x5b3de1:0x169,_0x528a88:0x1b6,_0x45f6db:0x71,_0x21311f:0xa8,_0x5edbea:0xdc,_0x36f6cd:0xc5,_0x30b089:0xb4,_0x5276b4:0xc1,_0xe27775:0x106,_0x3489e4:0x125,_0x4c2672:0x255,_0x14afc7:0x1ed,_0x40dc96:0x218,_0x3ae2fe:0x9a,_0x49d323:0x122,_0x1915d2:0x149,_0x1bdb83:0x131,_0x269132:0x152,_0x35c658:0x1bd,_0x4da6e0:0x1a2,_0x3fac9e:0x1f6,_0x28dd5c:0x179,_0x379440:0x254,_0x5b1ba1:0x1fd,_0x51406f:0x1dd,_0x586856:0x1c3,_0x187bb9:0x249,_0x2b7484:0x15f,_0x51fcac:0x105,_0x5a5fd1:0x9d,_0x10c156:0x15f,_0x2d0e21:0x1fe,_0x51e725:0x1be,_0x221e04:0x216,_0x509bee:0x1dd,_0x1f03be:0x186,_0xe8b2df:0x1b6,_0x2156c:0x16c,_0x12e94f:0xfa,_0x48f013:0x127,_0x97a968:0x101,_0xffaf7a:0x7f,_0xa23cb5:0x13d,_0x3738aa:0x20d,_0x41cd73:0x119,_0x54a0d7:0x17c,_0x5ad272:0xa3,_0x42687f:0x160,_0x6c22a4:0x244,_0x305a42:0x21f,_0x20766c:0x1d8,_0xd612bb:0x252,_0x434d13:0x185,_0x5d5103:0x10d,_0xe56a77:0x1e2,_0xa4a007:0x175,_0xaee98f:0x25b,_0x3e797e:0x1f6,_0x2a2edf:0xfb,_0x292a3a:0xb5,_0x39fb3a:0xf6,_0x38cfbd:0x1ba,_0xb9ee01:0x167,_0x58ce18:0x1b9,_0xeb35f0:0x1dd,_0x1f675b:0x191,_0x542368:0x168,_0x36253c:0xc1,_0x3b384b:0xb8,_0x28e14f:0xc4,_0x471861:0x1e4,_0x4e5feb:0x205,_0x651132:0x1fb,_0x517bbf:0x157,_0x54b173:0x1f4,_0x20012d:0x223,_0x5c3eed:0x1aa,_0x459e97:0x158,_0x45a99a:0x19b,_0x1acd36:0x118,_0x6b086a:0xe7,_0x5bd4b4:0xae,_0x497227:0x15f,_0x47c230:0xc2,_0x2905c2:0x93,_0x2ce409:0x53,_0x10ff27:0xcf,_0x23fd0f:0xd3,_0x29fc99:0xaa,_0x1c3933:0xf4,_0x5f5d66:0xc3,_0x3efcf7:0xb9,_0x349f8d:0xc4,_0x4e5b0d:0x1d4,_0x1edd01:0x17f,_0x3a1b52:0xb9,_0x592a79:0xfc,_0x533d10:0xb6,_0x27cf82:0x170,_0x34b812:0x1ce,_0x4d11a3:0x1ca,_0x8c119e:0x21b,_0x21d626:0xc9,_0x397673:0x174,_0x3326db:0x135,_0x4b58cf:0x1df,_0x557357:0x20a,_0x5ae2e0:0x1ee,_0x4b537b:0x1fc,_0x4a7823:0x1ca,_0x4439d3:0x231,_0x500117:0x159,_0x493719:0x174,_0x3bda58:0x19a,_0x14806d:0x266,_0x28d811:0x263,_0x515bfe:0x1d6,_0x3f46bb:0x166,_0x3aaa60:0xf5,_0x4a5ef6:0x16a,_0x2c5870:0xd6,_0x51ebbe:0x14b,_0x2d8964:0xc0,_0x5c0f09:0x1b6,_0x4895df:0x243},_0x464ad3={_0x20e20e:0x10a,_0x4d2dc5:0x1b4},_0x5c49c5={_0x36bdb8:0x100,_0x348e1e:0xc0,_0x4af26a:0x473},_0x5bd833={};_0x5bd833[_0x458aef(-0xbb,-_0x51827f._0x59e12e,-0x17a,-0x18a)]=_0x458aef(-_0x51827f._0x2dfa3a,-_0x51827f._0x178bff,-0x144,-0x61)+'ration\x20ena'+'bled\x20from\x20'+_0x5ea294(0x1c6,_0x51827f._0x115027,0x1b4,_0x51827f._0x3b4bc6),_0x5bd833['YQeSf']='JIRA\x20integ'+'ration\x20ena'+_0x5ea294(0x18f,_0x51827f._0x218d10,_0x51827f._0x2fd782,_0x51827f._0x5a649b)+_0x458aef(-_0x51827f._0x2452d6,-0x139,-0x185,-0xe5)+'t\x20variable'+'s',_0x5bd833[_0x5ea294(_0x51827f._0x541c17,_0x51827f._0x499441,0x1c5,_0x51827f._0x579eb5)]=_0x458aef(-0x150,-_0x51827f._0x4298c4,-_0x51827f._0x4737de,-_0x51827f._0x413e87)+_0x5ea294(_0x51827f._0x366fd3,0x219,_0x51827f._0x159813,0x295)+_0x458aef(-_0x51827f._0x5b731c,-0x1b1,-0x136,-_0x51827f._0x404c20)+_0x458aef(-_0x51827f._0x567330,-0x123,-_0x51827f._0x3254cb,-0x11c)+'v\x20vars:',_0x5bd833['BrUUz']=function(_0x788b4d,_0x16c049){return _0x788b4d===_0x16c049;},_0x5bd833[_0x5ea294(0x114,_0x51827f._0x318b06,0x182,_0x51827f._0x12c988)]=_0x5ea294(_0x51827f._0x4ac22d,_0x51827f._0x5ba4aa,_0x51827f._0x9accc2,0x1dd),_0x5bd833['SSrno']=_0x458aef(-0x1a2,-_0x51827f._0x3881ce,-_0x51827f._0x313819,-_0x51827f._0x1897c3);function _0x458aef(_0x22b452,_0x5efaf5,_0x757c4a,_0x35b13f){return _0x820b7c(_0x35b13f,_0x5efaf5-_0x5c49c5._0x36bdb8,_0x757c4a-_0x5c49c5._0x348e1e,_0x5efaf5- -_0x5c49c5._0x4af26a);}_0x5bd833[_0x458aef(-_0x51827f._0x560510,-0x1a3,-0x18c,-0x1da)]=_0x5ea294(0x166,_0x51827f._0x21482f,0x13c,0x136)+_0x458aef(-_0x51827f._0x40a77e,-0x156,-0xfa,-_0x51827f._0x2c80c3)+_0x5ea294(_0x51827f._0x1790ef,0x10c,_0x51827f._0x10efd4,_0x51827f._0x3254cb),_0x5bd833[_0x5ea294(0x18d,_0x51827f._0x3fe7a2,0x16a,_0x51827f._0x5e1977)]=_0x458aef(-_0x51827f._0x1bd9df,-0x17f,-_0x51827f._0x185e29,-_0x51827f._0x445db1)+_0x458aef(-0x128,-_0x51827f._0x4f4451,-0x45,-_0x51827f._0x3f5796)+'\x20format\x20PR'+'OJECT-123',_0x5bd833['gjXQA']=_0x458aef(-0x77,-0xeb,-0x162,-_0x51827f._0x47b4e1),_0x5bd833[_0x458aef(-_0x51827f._0x344d75,-0xb4,-_0x51827f._0x3abb5a,-0xde)]=function(_0x495221,_0x560b7c){return _0x495221===_0x560b7c;},_0x5bd833[_0x458aef(-_0x51827f._0x2c5846,-0xa4,-_0x51827f._0x3a2d51,-_0x51827f._0x499bdd)]=_0x458aef(-_0x51827f._0x5e199a,-_0x51827f._0x4f578a,-_0x51827f._0x50aecc,-0xab)+'mment';function _0x5ea294(_0x16eb4a,_0x189e82,_0x3c646e,_0x226b57){return _0x820b7c(_0x226b57,_0x189e82-_0x464ad3._0x20e20e,_0x3c646e-0x88,_0x189e82- -_0x464ad3._0x4d2dc5);}_0x5bd833[_0x5ea294(0x1ca,0x1fa,0x1d1,_0x51827f._0x16143c)]=_0x5ea294(0x251,0x206,0x280,0x231)+_0x458aef(-0xc8,-0xd1,-0x11f,-0x115)+'ment\x20in\x20th'+_0x458aef(-_0x51827f._0x1c7a52,-0x1a5,-0x214,-0x1ed)+'body',_0x5bd833[_0x458aef(-_0x51827f._0x50cfbe,-0xc9,-0x92,-_0x51827f._0x195d94)]=_0x458aef(-_0x51827f._0x4492bf,-0x18d,-0x129,-0x10c),_0x5bd833[_0x458aef(-0x10a,-_0x51827f._0x313819,-0x8f,-_0x51827f._0x226f7f)]=_0x5ea294(_0x51827f._0x25f6d2,_0x51827f._0x5784ea,0x16e,_0x51827f._0x4adbd3),_0x5bd833['PmYMN']=_0x5ea294(0x1de,_0x51827f._0x2699fa,0x1e6,0x14a)+_0x458aef(-0x169,-_0x51827f._0x4e78c7,-_0x51827f._0x453603,-0x146)+'comment:',_0x5bd833[_0x5ea294(0x1cd,_0x51827f._0xa0b980,_0x51827f._0xbd1c3,_0x51827f._0x202587)]=_0x458aef(-0x14a,-0x18e,-_0x51827f._0xf59251,-_0x51827f._0x57e2fb),_0x5bd833[_0x5ea294(_0x51827f._0x33d381,_0x51827f._0x202b24,0x1be,0x256)]=_0x458aef(-_0x51827f._0x494d62,-_0x51827f._0x39cf12,-_0x51827f._0x3451b9,-_0x51827f._0x185e29)+'found',_0x5bd833[_0x458aef(-0x6e,-0xa5,-_0x51827f._0xb92bb3,-0xf8)]=_0x458aef(-0x162,-0x137,-0x14b,-_0x51827f._0x3e5460)+'tion\x20faile'+'d',_0x5bd833[_0x5ea294(_0x51827f._0x240c1e,0x120,_0x51827f._0x27a442,0x18b)]=_0x5ea294(_0x51827f._0x3de323,0x141,_0x51827f._0xe6e6d7,0xf4)+_0x5ea294(0x15d,0x151,_0x51827f._0x3b3c01,_0x51827f._0x38c146)+'d',_0x5bd833[_0x458aef(-_0x51827f._0x125fca,-0xb8,-_0x51827f._0x21b8a7,-_0x51827f._0x41ab3b)]=_0x458aef(-_0x51827f._0x4f4455,-_0x51827f._0x33a1b6,-_0x51827f._0x1e1b2b,-_0x51827f._0xacbef1)+_0x5ea294(_0x51827f._0x132a20,_0x51827f._0x245506,0x1c1,0x1a4),_0x5bd833['nrRkW']=_0x458aef(-_0x51827f._0x34eee0,-_0x51827f._0x1ca21f,-0x1bd,-_0x51827f._0x4926ec)+'post\x20comme'+'nt';const _0x28150b=_0x5bd833;try{if(_0x28150b['BrUUz'](_0x28150b[_0x5ea294(_0x51827f._0x263c0c,_0x51827f._0x7ca8f1,_0x51827f._0x29d9c1,_0x51827f._0x5b7c10)],_0x5ea294(0x1d3,0x171,0x18f,_0x51827f._0x2a2b94))){const _0x41b73c=_0x31088b[_0x458aef(-0xcb,-_0x51827f._0x2eefdf,-_0x51827f._0x45a060,-0xef)][_0x5ea294(0x1c9,_0x51827f._0x458026,0x1a3,0x233)][_0x5ea294(0x208,_0x51827f._0x55d28a,0x192,0x16d)]()[_0x5ea294(0x132,_0x51827f._0x1aea51,0x187,0x181)+'e'](),{comment:_0x2c4cb9}=_0x31088b[_0x458aef(-_0x51827f._0x4cffff,-_0x51827f._0x31936f,-0x1cf,-_0x51827f._0x4ac22d)];if(!/^[A-Z]+-\d+$/i[_0x5ea294(_0x51827f._0x1982fc,0x16d,_0x51827f._0x72f40d,0x143)](_0x41b73c)){if(_0x458aef(-_0x51827f._0x411fa8,-0x130,-_0x51827f._0xd1a602,-_0x51827f._0x436160)===_0x28150b[_0x5ea294(0x1eb,_0x51827f._0x4e5356,_0x51827f._0x16d320,0x25c)]){const _0xe35fd5={};return _0xe35fd5[_0x5ea294(0x212,_0x51827f._0x3e5358,_0x51827f._0x503558,_0x51827f._0x101ffd)]='Failed\x20to\x20'+_0x458aef(-0x94,-_0x51827f._0x5ad868,-0xa9,-0x80)+_0x458aef(-_0x51827f._0x19557f,-0x184,-0x119,-0x1d0),_0xe35fd5[_0x5ea294(0x166,_0x51827f._0x1047f7,_0x51827f._0x2554c9,_0x51827f._0x336210)]=_0x4266d0[_0x458aef(-0xfc,-_0x51827f._0x50aecc,-_0x51827f._0x12fcf8,-_0x51827f._0xb9b511)],_0x362fee[_0x458aef(-_0x51827f._0x1c5d1f,-0x174,-_0x51827f._0x1780b2,-0x1ef)](0x12a9+0xdee*0x1+0x1f*-0xfd)[_0x458aef(-0x128,-_0x51827f._0x9b9239,-_0x51827f._0x3a2d51,-0xce)](_0xe35fd5);}else{const _0x4af448={};return _0x4af448[_0x5ea294(0x1cb,_0x51827f._0x3e5358,0x1ac,_0x51827f._0x4e5356)]=_0x28150b[_0x458aef(-0x1c0,-_0x51827f._0x2fd66a,-0x184,-0x125)],_0x4af448['message']=_0x28150b[_0x5ea294(0x145,_0x51827f._0x3fe7a2,0x172,0x1fc)],_0x51c170['status'](0x5*-0x73a+-0x26d+0x281f)[_0x5ea294(_0x51827f._0xe97c72,_0x51827f._0x175f5c,_0x51827f._0x320aa8,0x1fd)](_0x4af448);}}if(!_0x2c4cb9||typeof _0x2c4cb9!==_0x28150b[_0x458aef(-0x13f,-_0x51827f._0x47d7ae,-_0x51827f._0x51f5cc,-0x15e)]||_0x28150b['BrUUz'](_0x2c4cb9['trim']()[_0x5ea294(_0x51827f._0xa0b980,_0x51827f._0x2fd66a,_0x51827f._0x564027,_0x51827f._0x443b15)],0xbab+0xea3+-0x25*0xb6)){if(_0x28150b[_0x458aef(-_0x51827f._0xc3cb7f,-0xb4,-_0x51827f._0x1184df,-0x128)](_0x458aef(-_0x51827f._0x139b29,-0x15e,-_0x51827f._0x2a8504,-_0x51827f._0x277230),'mLOiK')){const _0xa5ac63={};return _0xa5ac63[_0x5ea294(_0x51827f._0xc8d3ff,_0x51827f._0x50dce5,_0x51827f._0x5b3de1,0x1f5)]=_0x28150b[_0x5ea294(0x259,0x21b,0x284,_0x51827f._0x528a88)],_0xa5ac63[_0x458aef(-_0x51827f._0x5ba4aa,-0xf5,-_0x51827f._0x45f6db,-_0x51827f._0x21311f)]=_0x28150b[_0x458aef(-_0x51827f._0x5edbea,-_0x51827f._0x36f6cd,-0x55,-_0x51827f._0x30b089)],_0x51c170['status'](-0xa04+0x1*-0x202a+0x15df*0x2)[_0x458aef(-0x164,-0xfc,-_0x51827f._0x5b3de1,-_0x51827f._0x5276b4)](_0xa5ac63);}else{_0x5c734b=new _0x3a934c(_0x2881d5),_0x399c58['info'](_0x28150b[_0x5ea294(_0x51827f._0xe27775,0x191,_0x51827f._0x3489e4,0x113)]);return;}}logger['debug'](_0x458aef(-_0x51827f._0x413e87,-0x115,-0x184,-0x17c)+_0x5ea294(_0x51827f._0x4c2672,_0x51827f._0x14afc7,0x1b1,_0x51827f._0x40dc96)+_0x5ea294(_0x51827f._0x3ae2fe,_0x51827f._0x49d323,_0x51827f._0x1915d2,_0x51827f._0x1bdb83)+'\x20'+_0x41b73c);const _0xf59781=await jiraClient[_0x5ea294(0xc7,0x147,_0x51827f._0x269132,0x1ce)+'t'](_0x41b73c,_0x2c4cb9[_0x5ea294(0x132,_0x51827f._0x35c658,_0x51827f._0x4da6e0,_0x51827f._0x3fac9e)]()),_0x108718={};_0x108718[_0x458aef(-_0x51827f._0x28dd5c,-0x121,-0x164,-0x1a6)]=!![],_0x108718[_0x5ea294(_0x51827f._0x379440,_0x51827f._0x5b1ba1,0x250,0x19b)]=_0xf59781,_0x51c170[_0x5ea294(_0x51827f._0x51406f,_0x51827f._0x586856,_0x51827f._0x187bb9,_0x51827f._0x2b7484)](_0x108718);}else{const _0x4bd271={};_0x4bd271[_0x458aef(-0x16d,-_0x51827f._0x51fcac,-_0x51827f._0x5a5fd1,-_0x51827f._0x10c156)]=_0x372a4b[_0x5ea294(_0x51827f._0x2d0e21,_0x51827f._0x51e725,_0x51827f._0x221e04,0x1ac)][_0x5ea294(_0x51827f._0x12c988,_0x51827f._0x509bee,_0x51827f._0x1f03be,_0x51827f._0xe8b2df)+_0x458aef(-_0x51827f._0x2156c,-_0x51827f._0x12e94f,-_0x51827f._0x48f013,-0x180)];const _0x53e521={};_0x53e521['email']=_0x19ecab[_0x458aef(-0x17e,-_0x51827f._0x97a968,-0x11a,-_0x51827f._0xffaf7a)]['JIRA_EMAIL'],_0x53e521[_0x458aef(-0x17b,-0x1ab,-_0x51827f._0xa23cb5,-_0x51827f._0x3738aa)]=_0x53b982[_0x458aef(-0xbb,-0x101,-0x8b,-_0x51827f._0x41cd73)][_0x458aef(-0xf0,-0x14a,-0x142,-0x109)+'OKEN'];const _0x31fbc7={'baseUrl':_0xe0c98e[_0x5ea294(_0x51827f._0x54a0d7,0x1be,0x17c,0x17a)]['JIRA_BASE_'+'URL'],..._0xbe4fc9[_0x458aef(-_0x51827f._0x5ad272,-_0x51827f._0x97a968,-_0x51827f._0x42687f,-0x170)][_0x5ea294(_0x51827f._0x6c22a4,_0x51827f._0x132a20,_0x51827f._0x305a42,0x17f)+'_ID']?_0x4bd271:{}};_0x31fbc7['auth']=_0x53e521,_0x17b3f5=new _0x39d1a8(_0x31fbc7),_0xaa50f9[_0x5ea294(0x1f9,_0x51827f._0x20766c,_0x51827f._0xd612bb,_0x51827f._0x434d13)](_0x28150b[_0x458aef(-0xe2,-_0x51827f._0x5d5103,-0x181,-0x16d)]);}}catch(_0x1950ef){if(_0x28150b[_0x5ea294(0x1e1,0x18a,_0x51827f._0xe56a77,_0x51827f._0xa4a007)](_0x28150b[_0x5ea294(_0x51827f._0xaee98f,_0x51827f._0x3e797e,0x197,0x1b9)],_0x28150b[_0x458aef(-_0x51827f._0x2156c,-_0x51827f._0x2a2edf,-_0x51827f._0x292a3a,-_0x51827f._0x39fb3a)]))try{const _0x2a6824={};_0x2a6824[_0x5ea294(0x1d9,_0x51827f._0x38cfbd,0x1eb,_0x51827f._0x16d320)]=_0x7187a1[_0x5ea294(_0x51827f._0xb9ee01,_0x51827f._0x51e725,_0x51827f._0x58ce18,0x1aa)][_0x5ea294(_0x51827f._0x218d10,_0x51827f._0xeb35f0,_0x51827f._0x1f675b,0x1ad)+'_ID'];const _0x279225={};_0x279225['email']=_0x1e969a[_0x5ea294(_0x51827f._0x542368,_0x51827f._0x51e725,0x177,0x1b3)][_0x458aef(-_0x51827f._0x453603,-0x146,-_0x51827f._0x36253c,-0x145)],_0x279225[_0x5ea294(_0x51827f._0x3b384b,0x114,_0x51827f._0x28e14f,0xcd)]=_0x37ca10[_0x5ea294(_0x51827f._0x471861,0x1be,_0x51827f._0x4e5feb,0x1de)]['JIRA_API_T'+'OKEN'];const _0x2e306e={'baseUrl':_0x1dbcf6[_0x5ea294(_0x51827f._0x651132,_0x51827f._0x51e725,0x1d6,_0x51827f._0x517bbf)][_0x5ea294(0x1f6,_0x51827f._0x54b173,0x208,0x270)+_0x458aef(-_0x51827f._0x20012d,-_0x51827f._0x5c3eed,-_0x51827f._0x459e97,-0x1ce)],..._0x508eae['env']['JIRA_CLOUD'+'_ID']?_0x2a6824:{}};_0x2e306e[_0x5ea294(_0x51827f._0x45a99a,_0x51827f._0x1acd36,_0x51827f._0x4f578a,_0x51827f._0x27a442)]=_0x279225,_0x5eef82=new _0xeac3bf(_0x2e306e),_0x1be47f[_0x458aef(-0xfb,-_0x51827f._0x6b086a,-_0x51827f._0x39fb3a,-0x82)](_0x28150b[_0x458aef(-_0x51827f._0x5bd4b4,-0x10d,-0xf4,-_0x51827f._0x497227)]);}catch(_0x3f3821){_0x3b10df[_0x458aef(-_0x51827f._0x47c230,-0xcf,-_0x51827f._0x33a1b6,-_0x51827f._0x2905c2)](_0x28150b['yLNug'],_0x3f3821);}else{logger[_0x458aef(-_0x51827f._0x2ce409,-_0x51827f._0x10ff27,-_0x51827f._0x23fd0f,-_0x51827f._0x29fc99)](_0x28150b[_0x458aef(-0x100,-_0x51827f._0x1c3933,-_0x51827f._0x5f5d66,-0x12f)],_0x1950ef);if(_0x1950ef[_0x458aef(-_0x51827f._0x9b9239,-0xf5,-_0x51827f._0x3efcf7,-0xde)][_0x5ea294(_0x51827f._0x349f8d,0x14f,_0x51827f._0x4e5b0d,0x171)](_0x28150b['gOkMm'])){const _0x433df4={};return _0x433df4['error']=_0x28150b['uMNRt'],_0x433df4[_0x5ea294(0x1d4,0x1ca,0x1ca,0x1d4)]=_0x1950ef[_0x458aef(-0x143,-0xf5,-_0x51827f._0x1edd01,-0xcf)],_0x51c170['status'](-0x18f7+-0x89c+0x2327)[_0x458aef(-_0x51827f._0x3a1b52,-_0x51827f._0x592a79,-_0x51827f._0x533d10,-0xb9)](_0x433df4);}else{if(_0x1950ef['message'][_0x458aef(-0x1b6,-_0x51827f._0x27cf82,-0x198,-_0x51827f._0x5e199a)](_0x28150b['lMgMN'])){const _0x390c03={};return _0x390c03[_0x5ea294(_0x51827f._0x34b812,_0x51827f._0x3e5358,_0x51827f._0x6c22a4,0x263)]=_0x28150b[_0x458aef(-_0x51827f._0x34eee0,-0x19f,-0x13d,-0x1c8)],_0x390c03[_0x5ea294(0x156,_0x51827f._0x4d11a3,_0x51827f._0x8c119e,0x203)]=_0x1950ef[_0x458aef(-_0x51827f._0x21d626,-_0x51827f._0x50aecc,-0xad,-0x94)],_0x51c170[_0x458aef(-0x112,-_0x51827f._0x397673,-0x1ad,-_0x51827f._0x3326db)](0x1*-0x2483+0x1cda+-0x2*-0x49d)['json'](_0x390c03);}else{if(_0x1950ef['message'][_0x458aef(-0x1eb,-_0x51827f._0x27cf82,-0x1e9,-0x1f5)](_0x28150b[_0x5ea294(_0x51827f._0x4b58cf,0x207,_0x51827f._0x557357,_0x51827f._0x5ae2e0)])){const _0xa6c40f={};return _0xa6c40f[_0x5ea294(0x22e,0x1f0,0x22c,_0x51827f._0xbd1c3)]=_0x458aef(-_0x51827f._0x4b537b,-0x18b,-0x19e,-0x19c)+'\x20denied',_0xa6c40f[_0x5ea294(0x141,_0x51827f._0x4a7823,_0x51827f._0x4439d3,0x1f0)]=_0x1950ef[_0x458aef(-0x11f,-_0x51827f._0x50aecc,-0x89,-_0x51827f._0x500117)],_0x51c170[_0x458aef(-0x136,-_0x51827f._0x493719,-0xff,-_0x51827f._0x3bda58)](0x47*-0x3e+-0x4*0x195+0x5*0x505)['json'](_0xa6c40f);}else{const _0x2afe08={};return _0x2afe08[_0x5ea294(_0x51827f._0x14806d,_0x51827f._0x50dce5,_0x51827f._0x28d811,_0x51827f._0x515bfe)]=_0x28150b[_0x458aef(-0x1c9,-0x181,-_0x51827f._0x3f46bb,-0x1a9)],_0x2afe08[_0x458aef(-0x80,-_0x51827f._0x3aaa60,-_0x51827f._0x4a5ef6,-_0x51827f._0x2c5870)]=_0x1950ef['message'],_0x51c170[_0x5ea294(0xc1,_0x51827f._0x51ebbe,_0x51827f._0x2d8964,0xc3)](0x1ff4*0x1+-0x15d2+0x417*-0x2)[_0x5ea294(_0x51827f._0x5c0f09,_0x51827f._0x586856,_0x51827f._0x4895df,0x1f7)](_0x2afe08);}}}}}});export default router;
1
+ (function(_0xdb9650,_0x1353d5){const _0x503ea3={_0x5b1cc3:0x166,_0x43ca26:0x16b,_0x5c8b47:0x157,_0x437be2:0x103,_0x58c5d4:0x1ae,_0x124fc9:0x1a5,_0x1053f4:0x17a,_0x5da67d:0x14a,_0x5551ff:0x16b,_0x1d2d22:0x136,_0x46b730:0x187,_0x107fee:0x143,_0x46a54d:0x181},_0x226295={_0x223125:0x35a};function _0x35bf39(_0x427596,_0x1faaf8,_0xe51528,_0x4b939a){return _0x5abb(_0x427596- -0x2ec,_0x4b939a);}const _0x350d4d=_0xdb9650();function _0x36aafc(_0xff5950,_0x13aee9,_0x35f9a7,_0x493cf3){return _0x5abb(_0x493cf3- -_0x226295._0x223125,_0x13aee9);}while(!![]){try{const _0x89d621=-parseInt(_0x35bf39(-0x101,-0x135,-_0x503ea3._0x5b1cc3,-0xf9))/(-0x1*0x718+0xc2a+-0x511)*(-parseInt(_0x36aafc(-_0x503ea3._0x43ca26,-0x140,-0x1ab,-_0x503ea3._0x5c8b47))/(0x29*-0x9f+0x1cd2+0x1*-0x359))+-parseInt(_0x35bf39(-0x14f,-_0x503ea3._0x437be2,-_0x503ea3._0x58c5d4,-0x151))/(0x1cc4+-0x2a7+-0x1a1a)*(-parseInt(_0x36aafc(-0x201,-0x1b2,-0x144,-_0x503ea3._0x124fc9))/(0x6*0x4cd+-0x5ad+0x3d*-0x61))+parseInt(_0x36aafc(-0x146,-0xf4,-0x10f,-0x124))/(0x1*0x167f+-0x1*0xfb7+-0x6c3)+parseInt(_0x36aafc(-0x131,-_0x503ea3._0x1053f4,-_0x503ea3._0x5da67d,-0x171))/(0x24fa+0x752*-0x3+-0x13*0xca)+parseInt(_0x36aafc(-0x14d,-_0x503ea3._0x5551ff,-0x1a6,-0x147))/(-0x72f*-0x2+-0x1*0x4f0+-0x967)+parseInt(_0x36aafc(-_0x503ea3._0x1d2d22,-_0x503ea3._0x46b730,-0xdd,-_0x503ea3._0x107fee))/(0xa25*-0x1+0x2*-0x713+0x1*0x1853)*(-parseInt(_0x36aafc(-0xde,-0xf6,-0x1ae,-0x14c))/(0x1038+0x165e+-0x268d))+parseInt(_0x36aafc(-0x117,-_0x503ea3._0x43ca26,-0x1b9,-_0x503ea3._0x46a54d))/(-0x9ac+-0xbe1+0x1*0x1597)*(-parseInt(_0x35bf39(-0x14a,-0x1b9,-0x184,-0x126))/(-0x1b14+-0xcc2+0x27e1));if(_0x89d621===_0x1353d5)break;else _0x350d4d['push'](_0x350d4d['shift']());}catch(_0x2d5c36){_0x350d4d['push'](_0x350d4d['shift']());}}}(_0x5b8b,0x30329+0x1*0x5cf52+-0x4d859));import _0x1ea20f from'express';import{JiraClient}from'../lib/jira-client.js';function _0x2c682d(_0xf89957,_0x3011ae,_0x4d2953,_0x396235){return _0x5abb(_0xf89957-0x1ed,_0x396235);}function _0x5d4d26(_0x2431cc,_0x6acc5b,_0x34773e,_0x63e09f){const _0x563f10={_0x1b5bb3:0x122};return _0x5abb(_0x63e09f- -_0x563f10._0x1b5bb3,_0x2431cc);}import{loadJiraConfig}from'../config.js';import{logger}from'../lib/logger.js';const router=_0x1ea20f[_0x2c682d(0x382,0x3a1,0x3cb,0x389)]();let jiraClient=null;async function initializeJiraClient(){const _0x411016={_0x3e9581:0x332,_0x5b0213:0x3ab,_0x36efe2:0x35b,_0x28bb6c:0x30a,_0x37277d:0x34d,_0x59b525:0x85,_0x2e7a7d:0x16,_0x38a81d:0xe,_0x3ebb98:0x32,_0x5e8a58:0x3a8,_0x3e1242:0x324,_0x1810ee:0x32e,_0x21d9f0:0x321,_0x3ba60c:0x36d,_0x298912:0x80,_0x5569fc:0x2b3,_0x3cbdcd:0x2c,_0x267da5:0x58,_0x31337b:0x320,_0x9f623e:0x2d4,_0x4108e5:0x3e,_0xb9aedf:0x24c,_0x194c91:0x274,_0x59bab0:0x29e,_0x32c7fb:0x2ae,_0x58db98:0x315,_0x3cefe7:0xba,_0x222d3e:0x2fb,_0x3bc4ed:0x2b2,_0x4ca481:0x5f,_0x414589:0x4d,_0x558121:0x26,_0x481ab3:0x314,_0x53bd63:0x2d6,_0x191118:0x325,_0x177102:0x243,_0x4c8543:0x2ac,_0x46183b:0x33f,_0x31ade9:0x2a3,_0x2c7566:0x33a,_0xed74a4:0x295,_0x5c2f4c:0xb,_0x49a02e:0x3c,_0x13cd29:0x3f,_0x50d7bf:0x1,_0x438990:0x48,_0x5153af:0x5,_0xa11002:0x5b,_0x4777ce:0x47,_0x54fe74:0x53,_0x11bb9c:0x2bf,_0x47f0d2:0x39,_0x4850b9:0x10,_0x42a201:0xb7,_0x22a52e:0x5b,_0x209356:0x336,_0x44e4be:0x2c6,_0x1dd0b8:0x2f5,_0x3f848b:0x26e,_0x30806c:0x306,_0x32bfaa:0x2c9,_0x1fd92c:0x2ff,_0x1bb369:0x328,_0x28bbb7:0x62,_0x1d08ff:0x5b,_0x282b08:0x82,_0x1b2d92:0x313,_0x3f3d77:0x307,_0x5805cb:0x2ce,_0x5ca094:0x313,_0x5c1b84:0x2eb,_0x4530c5:0x2ea,_0x43f517:0x36a,_0xbdd0c1:0x2c7,_0x4ef0b7:0x7a,_0x393921:0x5d,_0x48dd03:0x23,_0x10d40d:0x12,_0x3254cd:0x2a8,_0x458657:0x24e,_0x3699f9:0x2b8,_0x35e10a:0x298,_0x42c936:0x26d,_0x1b9a3e:0x2fd,_0xde0417:0x34c,_0x39f3c5:0x33c,_0x568296:0x357,_0x5ea7b4:0xc,_0x29dd8e:0x7a,_0x3f536b:0x1c,_0x4bc667:0x26d,_0x36b5f8:0x255,_0x1e1fd0:0x29f,_0xda4996:0x25,_0x162e8a:0x96,_0x221817:0x56,_0x136862:0x2d},_0x3fb9b0={_0x51cce5:0x13d},_0x51baad={_0x2b67be:0x393,_0x38203d:0x16e,_0x280e51:0xea},_0x40d0a0={'IPEfl':_0x2e8e11(_0x411016._0x3e9581,_0x411016._0x5b0213,_0x411016._0x36efe2,_0x411016._0x28bb6c)+_0x2e8e11(0x33b,0x3af,0x364,_0x411016._0x37277d)+_0x55d9a8(-_0x411016._0x59b525,_0x411016._0x2e7a7d,-_0x411016._0x38a81d,-_0x411016._0x3ebb98)+_0x2e8e11(_0x411016._0x5e8a58,0x382,0x369,0x32c)+'rs','pGZeg':function(_0x2acad1){return _0x2acad1();},'IfWnM':_0x55d9a8(0x53,-0x65,-0x2c,-0xd)+_0x2e8e11(_0x411016._0x3e1242,_0x411016._0x1810ee,_0x411016._0x21d9f0,_0x411016._0x3ba60c)+_0x55d9a8(0x61,0xce,0x5d,_0x411016._0x298912)+_0x2e8e11(0x35a,0x285,0x2ec,0x2dd),'qjIEm':'Failed\x20to\x20'+_0x2e8e11(0x31e,_0x411016._0x5569fc,0x2dd,0x323)+_0x55d9a8(0x61,0xa7,_0x411016._0x3cbdcd,_0x411016._0x267da5)+_0x2e8e11(_0x411016._0x31337b,0x297,_0x411016._0x9f623e,0x289)+_0x55d9a8(0x20,0x6,_0x411016._0x4108e5,0x36),'ZuztI':function(_0x2586ac,_0x59371b){return _0x2586ac===_0x59371b;},'Ipfyc':_0x2e8e11(_0x411016._0xb9aedf,_0x411016._0x194c91,_0x411016._0x59bab0,_0x411016._0x32c7fb),'nsNnl':_0x2e8e11(0x24f,_0x411016._0x58db98,0x2c0,0x2d0)+_0x2e8e11(0x2b6,0x2b1,0x321,0x2e2)+_0x55d9a8(0x47,_0x411016._0x3cefe7,0xbe,0x80)+'environmen'+_0x2e8e11(0x39f,0x3bb,0x366,_0x411016._0x222d3e)+'s','uybJu':function(_0x34112c,_0x952d45){return _0x34112c!==_0x952d45;},'KyxVu':_0x2e8e11(_0x411016._0x3bc4ed,0x2e0,0x2b8,0x2a8),'ZvAQq':_0x55d9a8(_0x411016._0x4ca481,_0x411016._0x3ebb98,0x1a,0x46)+_0x55d9a8(-_0x411016._0x414589,_0x411016._0x558121,0x3a,0x10)+_0x2e8e11(_0x411016._0x481ab3,_0x411016._0x53bd63,_0x411016._0x191118,0x2db)+_0x2e8e11(_0x411016._0x177102,0x283,_0x411016._0x4c8543,0x29f)+_0x2e8e11(_0x411016._0x46183b,_0x411016._0x31ade9,0x2d5,0x2b0)};function _0x55d9a8(_0x9da194,_0x301c0a,_0x563435,_0x5412c3){return _0x2c682d(_0x5412c3- -_0x51baad._0x2b67be,_0x301c0a-_0x51baad._0x38203d,_0x563435-_0x51baad._0x280e51,_0x563435);}function _0x2e8e11(_0x5b988b,_0x5c8168,_0x194781,_0x4c02b4){return _0x2c682d(_0x194781- -0xc6,_0x5c8168-_0x3fb9b0._0x51cce5,_0x194781-0x1ef,_0x5b988b);}const _0x22222b=await _0x40d0a0[_0x55d9a8(-0x73,-0x64,-0x47,-0xe)](loadJiraConfig);if(_0x22222b)try{jiraClient=new JiraClient(_0x22222b),logger[_0x2e8e11(_0x411016._0x2c7566,_0x411016._0xed74a4,0x2c7,0x2e5)](_0x40d0a0[_0x55d9a8(-0x9,0xb0,0x1,0x44)]);return;}catch(_0x402ca2){logger['error'](_0x40d0a0[_0x55d9a8(-_0x411016._0x5c2f4c,_0x411016._0x49a02e,0x11,_0x411016._0x13cd29)],_0x402ca2);}if(_0x40d0a0['ZuztI'](process[_0x55d9a8(_0x411016._0x50d7bf,_0x411016._0x438990,_0x411016._0x5153af,_0x411016._0xa11002)]['JIRA_ENABL'+'ED'],_0x40d0a0['Ipfyc']))try{const _0x582530={'baseUrl':process[_0x55d9a8(0xa1,_0x411016._0x4777ce,-0xf,0x5b)][_0x55d9a8(-0x52,-_0x411016._0x54fe74,_0x411016._0x414589,-0x20)+_0x55d9a8(-0x5e,-0x53,0x9,_0x411016._0x5153af)],...process[_0x2e8e11(0x37f,_0x411016._0x11bb9c,0x328,0x2e9)]['JIRA_CLOUD'+'_ID']?{'cloudId':process[_0x55d9a8(_0x411016._0x47f0d2,-_0x411016._0x4850b9,_0x411016._0x42a201,_0x411016._0x22a52e)]['JIRA_CLOUD'+_0x2e8e11(_0x411016._0x209356,_0x411016._0x44e4be,_0x411016._0x1dd0b8,0x33a)]}:{}};_0x582530[_0x2e8e11(_0x411016._0x3f848b,_0x411016._0x30806c,0x2d7,0x2d6)]={},_0x582530[_0x2e8e11(_0x411016._0x3f848b,_0x411016._0x30806c,0x2d7,0x2d6)][_0x2e8e11(0x366,_0x411016._0x32bfaa,_0x411016._0x1fd92c,_0x411016._0x1bb369)]=process[_0x55d9a8(0x5e,0x9d,_0x411016._0x28bbb7,_0x411016._0x1d08ff)]['JIRA_EMAIL'],_0x582530[_0x2e8e11(_0x411016._0x3f848b,_0x411016._0x30806c,0x2d7,0x2d6)][_0x55d9a8(-0x46,-0x4,-_0x411016._0x282b08,-0x18)]=process[_0x2e8e11(_0x411016._0x1b2d92,_0x411016._0x3f3d77,_0x411016._0x1bb369,_0x411016._0x5805cb)][_0x2e8e11(_0x411016._0x5ca094,_0x411016._0x5c1b84,_0x411016._0x4530c5,0x2e6)+_0x2e8e11(0x348,0x326,_0x411016._0x43f517,0x346)],jiraClient=new JiraClient(_0x582530),logger[_0x2e8e11(0x301,0x279,_0x411016._0xbdd0c1,0x2ec)](_0x40d0a0[_0x55d9a8(-_0x411016._0x4ef0b7,-_0x411016._0x393921,-_0x411016._0x48dd03,-_0x411016._0x10d40d)]);}catch(_0x1a65e1){if(_0x40d0a0[_0x2e8e11(_0x411016._0x21d9f0,_0x411016._0x3254cd,0x2c2,0x2ae)](_0x2e8e11(0x264,_0x411016._0x458657,_0x411016._0x3699f9,_0x411016._0x35e10a),_0x40d0a0[_0x2e8e11(0x31b,_0x411016._0x42c936,0x2d9,_0x411016._0x1b9a3e)])){const _0x16debd={};return _0x16debd['error']=_0x2e8e11(_0x411016._0xde0417,0x38c,_0x411016._0x39f3c5,_0x411016._0x568296)+_0x55d9a8(0x70,_0x411016._0x5ea7b4,0x5f,0x4d),_0x16debd[_0x55d9a8(-0x26,-0x1,0x56,-_0x411016._0x4850b9)]=_0x40d0a0[_0x55d9a8(0x1e,-0x8b,-_0x411016._0x29dd8e,-_0x411016._0x3f536b)],_0x4f3812[_0x2e8e11(_0x411016._0x4bc667,_0x411016._0x36b5f8,_0x411016._0x1e1fd0,0x2ea)](-0xa2*0xd+0x1e9d+-0x14d3*0x1)['json'](_0x16debd);}else logger[_0x55d9a8(-0x4b,0x8c,_0x411016._0x59b525,_0x411016._0xda4996)](_0x40d0a0[_0x55d9a8(0x17,_0x411016._0x162e8a,_0x411016._0x221817,_0x411016._0x136862)],_0x1a65e1);}}export async function initializeJira(){const _0x44590d={_0x56c179:0x108,_0x5c2080:0x101,_0x571d12:0x109},_0x18613d={_0x5b3663:0x4d},_0x178e1e={'biKSG':function(_0x12ae87){return _0x12ae87();}};function _0x4688c4(_0x10d24c,_0x3bf692,_0x55bbb5,_0x3df293){return _0x2c682d(_0x10d24c- -0x4a8,_0x3bf692-0xf8,_0x55bbb5-_0x18613d._0x5b3663,_0x55bbb5);}await _0x178e1e[_0x4688c4(-_0x44590d._0x56c179,-_0x44590d._0x5c2080,-_0x44590d._0x571d12,-0x12f)](initializeJiraClient);}function _0x5b8b(){const _0x144ab9=['sKLsqv9cqvnfxW','y1PXuxq','DLzqDMi','AxmGC2vYDMvYlG','svbfzMW','Aw5JBhvKzxm','y29TBwvUDdO','svi6','yxbPvg9Rzw4','C3vJy2vZCW','Bff4vK4','A25MB2C','t0Pfq1qTmtiZ','yMfZzvvYBa','BNnoBMW','uM91DgvY','BwvZC2fNzq','zKTRDeW','CeDAzwC','sKLsqsbPBNrLzW','tfLKrha','DxLIsNu','sKLsqv9ftKfcta','mtC5ntyYA3zZuhrW','igfKBwLUAxn0CG','igrLBMLLza','Aw5MBW','C1zpBeG','mtf2svnzyLu','yxrPB24','zMv0y2GGy29TBq','AuvZvuO','qwftre4','igzVCM1HDcbquG','DujfBvu','ifbSzwfZzsbJBW','l3nLyxjJAa','vvjm','y0fJq1u','BNqGzNjVBsbeqq','DIb2yxjZoG','CNm6','yxv0Aa','DgvZDa','s3L4vNu','yMLlu0C','AvrsDgu','mtjSAhjqEgC','Aw5PDgLHBgL6zq','C3vLigTLEsbMBW','DMLKzsbHignVBq','y2XVDwrjza','A2v5','CMvSB2fKiePjuG','BwvUDcbPBIb0Aa','igvUywjSzwq','yxrVCI4','wvr4v3u','ELDOB3e','zM91BMq','Awnbt2W','sKLsqv9bueLFva','rMjwsM8','refuqv9esvi','CMf0Aw9Uig5VDa','AxjHigLZC3vLoG','D3jsvgu','zwn5zvi','Bw1LBNq','zxjYB3i','qsbPC3n1zxm','BMHNrfu','x0Le','qKnns1O','BM90igzVDw5K','C211z2i','vuzLqM8','wNzbuxe','zw13whq','l2nVBMzPzW','Cg9ZDenVBw1LBG','rgHYB24','zw1HAwW','otCZotG2mg1IuLrKtG','svjbigLZC3vLoG','tfvMtvC','vefFreLsoG','zMv0y2GGsMLYyq','rvPQBMy','AKPHB0K','wxH0vxa','A3bICxu','y3zorMe','quzntxy','veLAqMu','CwPjrw0','wvrXvwO','sKLsqsbJBgLLBG','BwP1wfq','mtuYmJu5nLrtzuHQvq','swzxBK0','nJi5n3ncverKwa','rMfPBgvKihrVia','yxjJAa','sKLsqv9ftufjta','z2vsEuq','AhHmAgO','ugXLyxnLihbYBW','igzYB20Gzw52Aq','C2HVCNq','zxzkDMC','uvr0whK','Dg90ywW','DKHlCfm','DhjPBq','C3rYAw5N','CMf0Aw9UigvUyq','uhLKvNO','CM9TierbvefFra','B0LnEe0','iePjuKeGy2XPzq','zsbYzxf1zxn0ia','zw50CW','zw52','sKLsqsbKAxnHyG','mtu2y0HoELrt','DxjLzcbVBIb0Aa','EvbvtuS','zNjHuNq','DgLVBIbMywLSzq','tNvlq1i','yxPOBKi','CKDuwuq','zxKVy29TBwvUDa','yxv0AgvUDgLJyq','y3vvD3a','otq1mdLhwK9MBhy','Cg9ZDcbJB21Tzq','x0rjuG','CMnOihf1zxj5ia','BM90ignVBMzPzW','mtK0otK5sg1XCLb0','wKHlr0e','uxvLCNKGDg9Via','Dg9vChbLCKnHCW','odHPBNzdy1e','s0zvC0K','BMzbzgK','Cg9ZDa','C2vHCMnOiePjuG','s3DVBhi','DgPPB1y','zfrjuuK','qsbJBgLLBNqGzG','ANnVBG','CMf0Aw9UigLZia','AvLcAuS','CffZsKu','qxv0AgvUDgLJyq','se9wzMi','yMXLzcbMCM9Tia','vK9lzNi','DMLKzsbHihnLyq','uKjvB24','CM9UBwvUDcb2yq','r3DdBvC','DcbYzwXVywrLza','BvPzC0u','Bw1LBNqGDg8GsG','rMPLv0m','sw52ywXPzcbPCW','yxjJAcbXDwvYEq','z2v0','u3jMDwC','u2vHCMnOihf1zq','sw52ywXPzcbZzq','mtK4odK0mgnpvhvYwq','ugvYBwLZC2LVBG','z1v0Cw0','ug9ZDgLUzYbJBW','DgXny2C','CefJsKW','zu1ws3u','CNKGBxvZDcbIzq','BgvUz3rO','Dcb2yxjPywjSzq','uhjXzhy','CgfYyw1Z','mIbJAgfYywn0zq','t0TftG','vKvgtK0','zw52AxjVBM1LBG','Aw4GDgHLihjLCq','r1v1Cuy','sKLsqv9dte9vra','DLzOwKW','BxvZDcbIzsbPBG','whHQsLi','tKHmzxC','Ehzsz2K','yxzzwLq','Aw9U','sxnZDwuGBM90ia','uLzztuG','ExzwCM0','BNrHy3qGEw91CG','B0jZzgG','uxfIA0i','rLjIEwG','twLZC2LUzYbZzq','rMv0y2HPBMCGsG','CM1HDa','igf0igXLyxn0ia','CM9TigvUDIb2yq','ChjivKi','Dhj1zq','C3rHDhvZ','s0TyrMq','wen4ENa','u1rUzKy','tM8GCgvYBwLZCW','zgvIDwC','sxnZDwuGA2v5ia','DgvvqKO','yM9KEq','z2v0q29TBwvUDa','sLrHy0W','igLZC3vLoG','DcbJB25MAwD1CG','BNqGzNjVBsbLBG'];_0x5b8b=function(){return _0x144ab9;};return _0x5b8b();}export function getJiraClient(){return jiraClient;}export async function reloadJiraClient(){const _0x324fb6={_0x42d100:0x1f,_0x545f3e:0x44,_0x5520b2:0x56,_0x3b556b:0x381,_0xa72ec3:0x3e0,_0x5e4769:0x3e4,_0x1e4173:0x414,_0x27f3c9:0x428,_0x41b78e:0x4f,_0x1700fd:0x42,_0x2dd927:0x402,_0x319dd8:0x3d1,_0x40e61c:0x420,_0x28c615:0x89,_0x14dce4:0x85,_0x2b46c7:0x3da,_0x1484fb:0x3fa,_0x212c79:0x3f6,_0x2e7034:0x39b,_0xd1ece3:0x340,_0x11403b:0x401,_0x3425bd:0x53,_0x3f1b12:0x29,_0x538321:0x7e,_0x4fbbbf:0x8,_0x2f7beb:0xa2,_0x277532:0x9a,_0x12591d:0x71,_0x2ac3a6:0x470,_0x49a10e:0x444,_0x45a6c1:0x3ff,_0xdbd8e9:0x4d,_0x4abffe:0x15,_0x5820f3:0x26,_0x24aceb:0x41f,_0x281298:0x423,_0x7221c2:0x3c9,_0x4ae947:0x37e,_0x55b08c:0x3cf,_0x6a2fae:0x3a2,_0x5444c9:0x36b,_0x266746:0x8d,_0x2a2713:0xc,_0x789017:0x5c,_0x101c49:0x3db,_0x28a2f2:0x386,_0x2b0056:0x37a,_0x2448b4:0x459,_0x53b776:0x3f5,_0x148de5:0x430,_0x519edc:0x406,_0x228e65:0x43c,_0x237dfd:0x60,_0x466e03:0x436,_0x2e19a5:0x409,_0x14cac5:0x3d2,_0x19fcbe:0x3c2,_0x3c63ee:0x370,_0x513703:0x33b,_0x5d2ccd:0x3a4,_0x2c7624:0x3fd,_0x16a63d:0x3d,_0x3ee1d1:0xc4,_0x5aa50d:0x5c,_0xecfaf3:0x382,_0x178211:0x3a4,_0x3d2838:0x32a,_0x265e47:0x377,_0x273564:0x3cc,_0x30a1ed:0x47,_0x416836:0x3c,_0x4cc904:0x16,_0x55287d:0x448,_0x26d711:0x3ae,_0x4e79e0:0x3a3,_0x477892:0x2d,_0x3f28b3:0x84},_0x22d89a={_0x35d8d0:0xf8},_0x31e8b4={_0x55a789:0x1a};function _0x1b61de(_0x461806,_0x4b305a,_0x535435,_0x616911){return _0x2c682d(_0x616911- -0x392,_0x4b305a-0x85,_0x535435-_0x31e8b4._0x55a789,_0x461806);}function _0x204d4c(_0x498bb9,_0x4e5cc7,_0x32c432,_0xf1e70d){return _0x2c682d(_0xf1e70d-0x7,_0x4e5cc7-_0x22d89a._0x35d8d0,_0x32c432-0xbb,_0x498bb9);}const _0x3dad59={'pQsJE':'Reloading\x20'+'JIRA\x20clien'+_0x1b61de(0x40,-_0x324fb6._0x42d100,_0x324fb6._0x545f3e,-0x21)+_0x1b61de(-_0x324fb6._0x5520b2,-0x51,0xb,-0x2),'IgwJI':function(_0x1f7a56){return _0x1f7a56();},'dWAQN':_0x204d4c(0x433,_0x324fb6._0x3b556b,0x3ae,_0x324fb6._0xa72ec3)+_0x1b61de(-0x48,0x25,-0x38,0x16)+_0x204d4c(_0x324fb6._0x5e4769,0x472,_0x324fb6._0x1e4173,0x413)+_0x204d4c(_0x324fb6._0x27f3c9,0x3cd,0x3bc,0x3f0)+'IR:','FjeWC':function(_0x564016,_0x136cfc){return _0x564016===_0x136cfc;},'veiBf':_0x1b61de(0x5c,_0x324fb6._0x41b78e,0x9d,_0x324fb6._0x1700fd)+_0x204d4c(0x483,_0x324fb6._0x2dd927,_0x324fb6._0x319dd8,_0x324fb6._0x40e61c)+_0x1b61de(_0x324fb6._0x42d100,0x1f,0x1d,0x4d)+_0x1b61de(0xa8,_0x324fb6._0x28c615,0x49,_0x324fb6._0x14dce4)+'riables','RBUon':_0x204d4c(_0x324fb6._0x2b46c7,0x443,_0x324fb6._0x1484fb,_0x324fb6._0x212c79)+'led\x20after\x20'+'configurat'+'ion\x20reload'};logger[_0x204d4c(_0x324fb6._0x2e7034,_0x324fb6._0xd1ece3,_0x324fb6._0x11403b,0x394)](_0x3dad59[_0x1b61de(_0x324fb6._0x3425bd,0x96,_0x324fb6._0x3f1b12,_0x324fb6._0x538321)]),jiraClient=null;const _0x4b1ba4=await _0x3dad59['IgwJI'](loadJiraConfig);if(_0x4b1ba4)try{jiraClient=new JiraClient(_0x4b1ba4),logger[_0x1b61de(-_0x324fb6._0x4fbbbf,0x1f,0x59,-0x5)](_0x1b61de(_0x324fb6._0x2f7beb,_0x324fb6._0x277532,_0x324fb6._0x12591d,0x42)+_0x204d4c(0x44d,_0x324fb6._0x2ac3a6,_0x324fb6._0x49a10e,0x420)+'\x20from\x20DATA'+_0x204d4c(_0x324fb6._0x45a6c1,0x3ee,0x407,0x404));return;}catch(_0x592302){logger[_0x1b61de(-_0x324fb6._0xdbd8e9,0x14,-_0x324fb6._0x4abffe,_0x324fb6._0x5820f3)](_0x3dad59['dWAQN'],_0x592302);}if(_0x3dad59[_0x204d4c(0x40b,0x3fb,_0x324fb6._0x24aceb,_0x324fb6._0x281298)](process['env'][_0x204d4c(_0x324fb6._0x7221c2,_0x324fb6._0x4ae947,0x3ff,0x390)+'ED'],_0x204d4c(0x35f,_0x324fb6._0x55b08c,_0x324fb6._0x6a2fae,_0x324fb6._0x5444c9)))try{const _0x35a1ed={'baseUrl':process[_0x1b61de(0x2f,_0x324fb6._0x266746,_0x324fb6._0x2a2713,_0x324fb6._0x789017)][_0x204d4c(_0x324fb6._0x101c49,_0x324fb6._0x28a2f2,0x316,_0x324fb6._0x2b0056)+'URL'],...process[_0x204d4c(_0x324fb6._0x2448b4,0x45c,0x3cd,_0x324fb6._0x53b776)][_0x204d4c(_0x324fb6._0x148de5,_0x324fb6._0x519edc,0x424,_0x324fb6._0x228e65)+_0x1b61de(-0x46,_0x324fb6._0x237dfd,0x19,_0x324fb6._0x3f1b12)]?{'cloudId':process[_0x204d4c(_0x324fb6._0x466e03,0x45f,0x44b,_0x324fb6._0x53b776)][_0x204d4c(_0x324fb6._0x2e19a5,_0x324fb6._0x14cac5,0x46b,_0x324fb6._0x228e65)+_0x204d4c(_0x324fb6._0x1e4173,0x3e9,0x392,_0x324fb6._0x19fcbe)]}:{}};_0x35a1ed[_0x204d4c(_0x324fb6._0x3c63ee,0x34b,_0x324fb6._0x513703,_0x324fb6._0x5d2ccd)]={},_0x35a1ed[_0x204d4c(_0x324fb6._0x3c63ee,0x34b,_0x324fb6._0x513703,_0x324fb6._0x5d2ccd)][_0x204d4c(_0x324fb6._0x2c7624,0x36e,0x3a0,0x3cc)]=process[_0x1b61de(0xa,_0x324fb6._0x16a63d,_0x324fb6._0x3ee1d1,_0x324fb6._0x5aa50d)][_0x204d4c(_0x324fb6._0xecfaf3,0x40c,0x43c,0x3e2)],_0x35a1ed[_0x204d4c(_0x324fb6._0x3c63ee,0x34b,_0x324fb6._0x513703,_0x324fb6._0x5d2ccd)]['apiToken']=process['env'][_0x1b61de(0x45,-_0x324fb6._0x4fbbbf,-0x3d,0x1e)+'OKEN'],jiraClient=new JiraClient(_0x35a1ed),logger[_0x204d4c(_0x324fb6._0x178211,_0x324fb6._0x3d2838,0x34f,0x394)](_0x3dad59['veiBf']);}catch(_0x1046e2){logger[_0x204d4c(_0x324fb6._0x265e47,0x402,_0x324fb6._0x273564,0x3bf)](_0x1b61de(0x76,0x4f,0xb8,_0x324fb6._0x30a1ed)+_0x1b61de(-0x56,-_0x324fb6._0x416836,-0x2c,_0x324fb6._0x4cc904)+_0x204d4c(0x429,_0x324fb6._0xa72ec3,_0x324fb6._0x55287d,0x413)+_0x204d4c(0x303,0x376,0x315,0x369)+_0x204d4c(0x38a,_0x324fb6._0x26d711,0x360,_0x324fb6._0x4e79e0),_0x1046e2);}else logger['info'](_0x3dad59[_0x1b61de(_0x324fb6._0x477892,0x80,0x64,_0x324fb6._0x3f28b3)]);}function requireJira(_0x16cd65,_0x4249a9,_0x443a38){const _0xc70697={_0x3d3437:0x18a,_0x50f3b4:0x15a,_0x571ad2:0x15d,_0x2622df:0x194,_0x108c1b:0xf8,_0x1a7aa2:0x10a,_0x4a5f98:0x1,_0x285d55:0x4b,_0x31f182:0x22,_0x335d65:0x94,_0x425cf4:0x165,_0x5eb204:0x102,_0x4274a0:0xb2,_0x5b2f3a:0xb7,_0x867824:0x4e,_0x19c720:0x11f,_0x30cdff:0x15f,_0x5299bf:0x154,_0x4bb636:0x15,_0x1fa3a5:0x3,_0x4b5832:0x79,_0x1454ac:0x89,_0x30b4ce:0xc2,_0x5b1871:0x7d,_0x2120ad:0xd0,_0x5786ba:0x71},_0xfd1d15={_0x5c807d:0x3b7},_0xe4fc89={_0x57388a:0x510};function _0x12bd77(_0x509143,_0x563db8,_0x32e796,_0x4290ef){return _0x2c682d(_0x509143- -_0xe4fc89._0x57388a,_0x563db8-0x14c,_0x32e796-0x103,_0x32e796);}const _0x222d1e={'uBEmU':_0x12bd77(-_0xc70697._0x3d3437,-_0xc70697._0x50f3b4,-0x1e0,-0x1b4)+_0x12bd77(-_0xc70697._0x571ad2,-0x1a1,-0x1a7,-_0xc70697._0x2622df)+_0x12bd77(-0x166,-_0xc70697._0x108c1b,-0x11e,-_0xc70697._0x1a7aa2),'pAcJL':function(_0x31ee3d){return _0x31ee3d();}};if(!jiraClient){const _0x52865b={};return _0x52865b[_0x5975ac(-0x3,_0xc70697._0x4a5f98,0x64,-_0xc70697._0x285d55)]=_0x222d1e[_0x5975ac(0x19,-_0xc70697._0x31f182,-_0xc70697._0x335d65,0x23)],_0x52865b['message']=_0x12bd77(-_0xc70697._0x3d3437,-_0xc70697._0x425cf4,-0x1f0,-0x15d)+_0x12bd77(-_0xc70697._0x5eb204,-0x10e,-_0xc70697._0x4274a0,-0xd9)+_0x5975ac(_0xc70697._0x5b2f3a,0x48,_0xc70697._0x867824,0x9)+_0x12bd77(-_0xc70697._0x19c720,-_0xc70697._0x30cdff,-0xe7,-_0xc70697._0x5299bf)+'is\x20server.'+_0x5975ac(-0x8b,-0x21,_0xc70697._0x4bb636,-_0xc70697._0x1fa3a5)+_0x5975ac(_0xc70697._0x4b5832,_0xc70697._0x1454ac,_0xc70697._0x30b4ce,_0xc70697._0x5b1871)+_0x12bd77(-0x185,-0x15e,-0x1c4,-0x121)+'ator.',_0x4249a9['status'](-0x290+0x1a96+-0x160f)['json'](_0x52865b);}function _0x5975ac(_0x27c733,_0xe1f63b,_0x291d9b,_0x1c5443){return _0x2c682d(_0xe1f63b- -_0xfd1d15._0x5c807d,_0xe1f63b-0x185,_0x291d9b-0x15e,_0x1c5443);}_0x222d1e[_0x5975ac(_0xc70697._0x2120ad,_0xc70697._0x5786ba,0x9b,0x2b)](_0x443a38);}function _0x5abb(_0x43a10b,_0x10ded0){_0x43a10b=_0x43a10b-(0x7c6*0x1+-0x1*-0xb83+-0x11da);const _0x1f5899=_0x5b8b();let _0x55206d=_0x1f5899[_0x43a10b];if(_0x5abb['xDJmaU']===undefined){var _0x150c77=function(_0x46737c){const _0x88e5f0='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x312f89='',_0x469d43='';for(let _0x456aba=0xa49*0x3+0x1*-0x17f6+-0x6e5,_0x295ef9,_0x55942e,_0x22c0d7=0x2*0x1ca+-0x173+-0x221;_0x55942e=_0x46737c['charAt'](_0x22c0d7++);~_0x55942e&&(_0x295ef9=_0x456aba%(0x1ba4+0x23*-0x9+-0x1a65)?_0x295ef9*(0x7d3+0xe72*0x2+-0x74b*0x5)+_0x55942e:_0x55942e,_0x456aba++%(-0x1c5*-0x1+0xa54+-0x1*0xc15))?_0x312f89+=String['fromCharCode'](-0x23df+0x84c+0x1c92&_0x295ef9>>(-(0x1*0x1c1+-0x1bbf+0x1a00)*_0x456aba&0x140b+0xaf7+-0x1efc)):-0xbb*-0xe+-0x2c1+-0x1*0x779){_0x55942e=_0x88e5f0['indexOf'](_0x55942e);}for(let _0x1a88d=-0x48b+0x22d6+-0x1e4b,_0xb61a64=_0x312f89['length'];_0x1a88d<_0xb61a64;_0x1a88d++){_0x469d43+='%'+('00'+_0x312f89['charCodeAt'](_0x1a88d)['toString'](-0x1ef0+-0x7*-0x304+-0x4*-0x279))['slice'](-(-0x29*0xa4+0x1e92+0xb*-0x64));}return decodeURIComponent(_0x469d43);};_0x5abb['fINozE']=_0x150c77,_0x5abb['tfRXRT']={},_0x5abb['xDJmaU']=!![];}const _0xd2269a=_0x1f5899[0x26f*0xa+0xc11+-0x2467*0x1],_0x49c4ca=_0x43a10b+_0xd2269a,_0x1fb298=_0x5abb['tfRXRT'][_0x49c4ca];return!_0x1fb298?(_0x55206d=_0x5abb['fINozE'](_0x55206d),_0x5abb['tfRXRT'][_0x49c4ca]=_0x55206d):_0x55206d=_0x1fb298,_0x55206d;}router[_0x2c682d(0x41f,0x3ff,0x3e6,0x3c8)](_0x2c682d(0x3c2,0x386,0x3d2,0x431),(_0xe04785,_0x2de931)=>{const _0x37efff={_0x17b04e:0x1f8,_0x12af94:0x140,_0x357046:0x1e1,_0x5e0ae0:0x273,_0x208f1c:0x210,_0x432849:0x15f,_0x273038:0x1b0,_0x2f2489:0xe6,_0x49ab60:0x120},_0x29c06f={_0x22183e:0x95},_0x2bf276={_0x3fee04:0x158,_0x1bfc34:0x131};function _0x1fb163(_0x42f1af,_0x6730a3,_0x67cfdb,_0x46fdcd){return _0x5d4d26(_0x42f1af,_0x6730a3-_0x2bf276._0x3fee04,_0x67cfdb-0x153,_0x46fdcd-_0x2bf276._0x1bfc34);}function _0x528083(_0xa95ac0,_0x26da18,_0xa0c061,_0x4a04d2){return _0x2c682d(_0x4a04d2- -0x2ed,_0x26da18-0x189,_0xa0c061-_0x29c06f._0x22183e,_0xa0c061);}const _0x480ce3={};_0x480ce3['enabled']=!!jiraClient,_0x480ce3[_0x1fb163(0x148,_0x37efff._0x17b04e,_0x37efff._0x12af94,0x1a2)]=jiraClient?process[_0x1fb163(_0x37efff._0x357046,0x207,_0x37efff._0x5e0ae0,_0x37efff._0x208f1c)]['JIRA_BASE_'+_0x1fb163(_0x37efff._0x432849,_0x37efff._0x273038,0x1b9,0x1ba)]:null,_0x2de931[_0x528083(0x17b,0x103,_0x37efff._0x2f2489,_0x37efff._0x49ab60)](_0x480ce3);}),router[_0x5d4d26(0xa9,0x155,0x163,0x110)]('/issues/:k'+'ey',requireJira,async(_0x863407,_0xc149f3)=>{const _0x1ec390={_0x4cd866:0x481,_0x41905b:0x4b6,_0x35f838:0x511,_0x5ae721:0x56a,_0x3ad2d4:0x3f4,_0x211611:0x481,_0x52d384:0x510,_0x231116:0x42a,_0x5c0c21:0x415,_0x20203d:0x453,_0x3d5d01:0x4c0,_0x5cf817:0x41f,_0x2d8851:0x4ab,_0x447daa:0x4ac,_0x276497:0x46f,_0x4dbdba:0x43f,_0x2a4e97:0x436,_0x44251f:0x47d,_0x4d2fa0:0x4a1,_0x1c868a:0x4cb,_0x27e2b4:0x4dc,_0xb61443:0x4cd,_0x2f9bd4:0x4e6,_0xf1369d:0x4a0,_0x18d616:0x4d8,_0xa70357:0x54a,_0x40ea7d:0x474,_0xd64970:0x4f3,_0x2402b9:0x413,_0x307ef0:0x3c7,_0x1ceb65:0x4fb,_0x408b5a:0x538,_0x1f03ef:0x566,_0x53d716:0x4dd,_0xd4125e:0x514,_0x3271d0:0x498,_0x34b701:0x4c6,_0x2bc508:0x483,_0x59d150:0x4cc,_0x10af3d:0x4b7,_0x358d14:0x55f,_0x2681b8:0x4c2,_0x2ba3f5:0x4c8,_0x4429fe:0x424,_0x3a9dfa:0x4bd,_0x152c8a:0x465,_0x35575e:0x46c,_0x11240d:0x4b2,_0x30100e:0x445,_0x28518e:0x4b7,_0x56c694:0x4ef,_0x19489b:0x4b4,_0x329476:0x41f,_0x2b05dd:0x449,_0x4c25f7:0x3f5,_0x38e0df:0x417,_0x3de212:0x4e8,_0x4349ac:0x54e,_0x59100e:0x4b5,_0x3086a4:0x51f,_0x53f4b5:0x41e,_0x4ed81d:0x486,_0x11bd9b:0x49e,_0x3cb912:0x42d,_0x2944b9:0x427,_0x4b1395:0x455,_0x1cbb04:0x462,_0x28fbee:0x470,_0x440611:0x496,_0x357a47:0x40d,_0x2eeb45:0x50f,_0x3ec0e1:0x517,_0x45e41b:0x57c,_0x13ef5f:0x50d,_0x4f0c1f:0x480,_0x442a69:0x42f,_0x3ce6a5:0x4bb,_0x801b66:0x442,_0x11a518:0x49b,_0x570903:0x480,_0xde6222:0x43e,_0x4dc451:0x4e3,_0x441e98:0x4b5,_0x4b41ac:0x54c,_0x217678:0x4a5,_0x700ed9:0x479,_0x3a12cd:0x40e,_0x549671:0x4db,_0x28f0fc:0x526,_0x25ccea:0x442,_0x4e3248:0x437,_0x538ece:0x3cf,_0x4e0901:0x50d,_0x525d97:0x529,_0x881c0e:0x4f6,_0xfe4eba:0x504,_0x27c123:0x545,_0x451759:0x42f,_0x3162e2:0x439,_0x1a5ef9:0x48b,_0x241027:0x47d,_0x3fecb4:0x3e8,_0xb2e155:0x3d2,_0x23c694:0x4dd,_0x68b411:0x47b,_0x57cc21:0x3d0,_0x4fffc8:0x404,_0xc12d5e:0x4df},_0x3b7821={_0x487ff0:0x0,_0x1a55e3:0x127},_0x261eaa={_0x21ade3:0xbf,_0x3ff196:0x100},_0x19f148={};_0x19f148[_0x3ec6b6(0x49f,0x490,_0x1ec390._0x4cd866,0x455)]=_0x6d495c(_0x1ec390._0x41905b,0x459,0x4fc,0x4c1),_0x19f148[_0x3ec6b6(_0x1ec390._0x35f838,_0x1ec390._0x5ae721,0x4e0,0x54b)]=_0x3ec6b6(0x446,0x4a3,_0x1ec390._0x3ad2d4,_0x1ec390._0x211611),_0x19f148[_0x3ec6b6(_0x1ec390._0x52d384,0x4a7,0x4a2,0x4ae)]=_0x6d495c(_0x1ec390._0x231116,0x46d,0x41d,_0x1ec390._0x5c0c21)+'must\x20be\x20in'+_0x6d495c(_0x1ec390._0x20203d,0x3ef,0x47f,_0x1ec390._0x3d5d01)+_0x3ec6b6(0x451,_0x1ec390._0x5cf817,0x40b,0x483),_0x19f148['STnfF']=_0x3ec6b6(_0x1ec390._0x2d8851,_0x1ec390._0x447daa,_0x1ec390._0x276497,_0x1ec390._0x4dbdba)+'fetch\x20JIRA'+_0x3ec6b6(0x442,_0x1ec390._0x2a4e97,0x45b,0x3e6);function _0x6d495c(_0x2c888d,_0x44c02e,_0x230aff,_0x3939c7){return _0x2c682d(_0x2c888d-_0x261eaa._0x21ade3,_0x44c02e-0x1b6,_0x230aff-_0x261eaa._0x3ff196,_0x230aff);}_0x19f148['icAOl']='not\x20found';function _0x3ec6b6(_0x407324,_0x438879,_0x5731eb,_0x3e9bc8){return _0x2c682d(_0x407324-0xd2,_0x438879-_0x3b7821._0x487ff0,_0x5731eb-_0x3b7821._0x1a55e3,_0x3e9bc8);}_0x19f148[_0x6d495c(_0x1ec390._0x44251f,_0x1ec390._0x4d2fa0,0x457,0x461)]=_0x3ec6b6(_0x1ec390._0x1c868a,_0x1ec390._0x27e2b4,0x4c7,_0x1ec390._0xb61443)+_0x6d495c(0x4b3,_0x1ec390._0x2f9bd4,0x526,_0x1ec390._0xf1369d)+'d',_0x19f148[_0x3ec6b6(_0x1ec390._0x18d616,_0x1ec390._0xa70357,_0x1ec390._0x40ea7d,_0x1ec390._0xd64970)]=_0x6d495c(0x428,_0x1ec390._0x2402b9,_0x1ec390._0x307ef0,0x48c)+_0x6d495c(_0x1ec390._0x1ceb65,_0x1ec390._0x408b5a,_0x1ec390._0x1f03ef,0x55d),_0x19f148[_0x3ec6b6(_0x1ec390._0x53d716,0x52c,0x46e,_0x1ec390._0xd4125e)]=_0x6d495c(_0x1ec390._0x3271d0,_0x1ec390._0x34b701,0x4c5,_0x1ec390._0x2bc508)+'fetch\x20JIRA'+'\x20issue';const _0x1cb986=_0x19f148;try{if(_0x1cb986[_0x6d495c(0x48c,0x45c,_0x1ec390._0x59d150,0x482)]===_0x1cb986[_0x6d495c(0x4fe,_0x1ec390._0x10af3d,0x532,_0x1ec390._0x358d14)])_0x219cb7[_0x3ec6b6(0x48a,_0x1ec390._0x2681b8,0x4c1,0x478)]('Failed\x20to\x20'+_0x6d495c(0x462,_0x1ec390._0x2ba3f5,0x481,_0x1ec390._0x4429fe)+_0x3ec6b6(_0x1ec390._0x3a9dfa,0x486,_0x1ec390._0x152c8a,0x52d)+_0x3ec6b6(_0x1ec390._0x35575e,0x499,_0x1ec390._0x20203d,_0x1ec390._0x20203d)+_0x6d495c(0x488,0x47e,0x41f,_0x1ec390._0x11240d),_0x5ef1c8);else{const _0x465c70=_0x863407[_0x6d495c(0x4ed,0x548,0x512,0x4e1)][_0x3ec6b6(0x479,0x48f,0x448,_0x1ec390._0x30100e)][_0x3ec6b6(_0x1ec390._0x28518e,0x51f,0x460,0x487)]()[_0x3ec6b6(0x4d5,_0x1ec390._0x56c694,0x4f4,0x4f2)+'e']();if(!/^[A-Z]+-\d+$/i[_0x3ec6b6(0x470,0x4c9,0x4af,0x47b)](_0x465c70)){const _0x6d30f0={};return _0x6d30f0['error']=_0x6d495c(_0x1ec390._0x27e2b4,_0x1ec390._0x19489b,0x50e,0x4f0)+'sue\x20key\x20fo'+_0x6d495c(_0x1ec390._0x329476,_0x1ec390._0x2b05dd,_0x1ec390._0x4c25f7,_0x1ec390._0x38e0df),_0x6d30f0[_0x6d495c(0x442,0x3dd,0x447,0x3f7)]=_0x1cb986[_0x6d495c(0x4fd,_0x1ec390._0x3de212,0x531,_0x1ec390._0x4349ac)],_0xc149f3['status'](-0x1c5b+-0x732+0x251d)[_0x3ec6b6(0x4df,_0x1ec390._0x59100e,_0x1ec390._0x3086a4,0x4fc)](_0x6d30f0);}logger[_0x6d495c(0x429,0x409,0x435,0x455)](_0x6d495c(_0x1ec390._0x53f4b5,0x3c2,0x3e0,0x3f6)+_0x6d495c(_0x1ec390._0x4ed81d,_0x1ec390._0x11bd9b,0x49e,_0x1ec390._0x3cb912)+'\x20'+_0x465c70);const _0x2e0fc0=await jiraClient['getIssue'](_0x465c70);_0xc149f3[_0x6d495c(_0x1ec390._0x59d150,0x4f7,0x520,0x485)](_0x2e0fc0);}}catch(_0x42248b){logger['error'](_0x1cb986[_0x6d495c(_0x1ec390._0x2944b9,0x45c,0x46c,0x44a)],_0x42248b);if(_0x42248b[_0x3ec6b6(_0x1ec390._0x4b1395,0x408,_0x1ec390._0x1cbb04,_0x1ec390._0x28fbee)][_0x3ec6b6(0x44a,0x4b1,_0x1ec390._0x440611,_0x1ec390._0x357a47)](_0x1cb986[_0x3ec6b6(0x481,0x45c,0x449,0x41f)])){const _0x12b6a8={};return _0x12b6a8['error']=_0x3ec6b6(_0x1ec390._0x2eeb45,_0x1ec390._0x3ec0e1,_0x1ec390._0x45e41b,_0x1ec390._0x13ef5f)+_0x3ec6b6(_0x1ec390._0x4f0c1f,0x44d,_0x1ec390._0x442a69,_0x1ec390._0x3ce6a5),_0x12b6a8[_0x6d495c(_0x1ec390._0x801b66,_0x1ec390._0x11a518,0x40a,0x459)]=_0x42248b[_0x3ec6b6(_0x1ec390._0x4b1395,0x47c,0x428,_0x1ec390._0x570903)],_0xc149f3['status'](-0x909+0x1*-0x260d+0x30aa)['json'](_0x12b6a8);}else{if(_0x42248b['message'][_0x3ec6b6(0x44a,_0x1ec390._0xde6222,0x4a9,0x3e6)](_0x1cb986['smugb'])){const _0x1c4bd7={};return _0x1c4bd7['error']=_0x3ec6b6(_0x1ec390._0x4dc451,_0x1ec390._0x441e98,0x4bb,_0x1ec390._0x4b41ac)+_0x3ec6b6(0x4c6,0x453,_0x1ec390._0x217678,0x455)+'d',_0x1c4bd7[_0x3ec6b6(_0x1ec390._0x4b1395,0x4af,0x3e5,0x450)]=_0x42248b[_0x6d495c(_0x1ec390._0x801b66,_0x1ec390._0xde6222,_0x1ec390._0x700ed9,0x43d)],_0xc149f3[_0x6d495c(0x424,_0x1ec390._0x53f4b5,0x413,_0x1ec390._0x3a12cd)](0x1*0x2196+-0x1545+-0xac0)[_0x6d495c(0x4cc,_0x1ec390._0x549671,_0x1ec390._0x28f0fc,0x4a5)](_0x1c4bd7);}else{if(_0x42248b[_0x6d495c(_0x1ec390._0x25ccea,0x496,0x45f,0x474)][_0x6d495c(_0x1ec390._0x4e3248,_0x1ec390._0x538ece,0x424,0x44f)](_0x1cb986[_0x3ec6b6(0x4d8,_0x1ec390._0x4e0901,_0x1ec390._0x525d97,_0x1ec390._0x217678)])){const _0x386a03={};return _0x386a03[_0x6d495c(0x477,0x4ea,0x48c,0x428)]=_0x3ec6b6(_0x1ec390._0x881c0e,0x486,_0x1ec390._0xfe4eba,_0x1ec390._0x27c123)+_0x3ec6b6(0x45e,_0x1ec390._0x451759,_0x1ec390._0x3162e2,_0x1ec390._0x1a5ef9),_0x386a03['message']=_0x42248b[_0x3ec6b6(0x455,_0x1ec390._0x241027,0x48a,0x4c7)],_0xc149f3[_0x3ec6b6(0x437,_0x1ec390._0x3fecb4,_0x1ec390._0x4e3248,_0x1ec390._0xb2e155)](0x238e+-0xf9*-0x9+-0xa*0x446)['json'](_0x386a03);}else{const _0x41bc88={};return _0x41bc88['error']=_0x1cb986[_0x3ec6b6(_0x1ec390._0x23c694,_0x1ec390._0x700ed9,_0x1ec390._0x68b411,0x498)],_0x41bc88[_0x3ec6b6(0x455,0x431,0x4a8,0x3f4)]=_0x42248b[_0x6d495c(0x442,_0x1ec390._0x57cc21,0x43c,0x44b)],_0xc149f3[_0x6d495c(_0x1ec390._0x4429fe,0x47e,_0x1ec390._0x4fffc8,0x414)](-0x10a3+-0xf86*-0x1+0x311*0x1)[_0x3ec6b6(_0x1ec390._0xc12d5e,0x46c,0x47e,0x512)](_0x41bc88);}}}}}),router[_0x2c682d(0x407,0x426,0x394,0x41b)](_0x5d4d26(0xdc,0x5b,0x7b,0x88),requireJira,async(_0x348ab6,_0x23b0c1)=>{const _0x2892a9={_0x3bd343:0x269,_0x1ddfad:0x249,_0x245a67:0x2bf,_0x58eabb:0x2d1,_0x5607f2:0x284,_0x12a60e:0x29c,_0xbbd5cd:0x300,_0x385559:0x2b4,_0xe7ab33:0x222,_0xb414a8:0x239,_0x100bb3:0x25e,_0x43047b:0x2c9,_0x3c0ae8:0x2ea,_0x2ad8ed:0x303,_0x311e5f:0xa4,_0x3bcf2b:0x10d,_0x119e8e:0x2a9,_0x3ea483:0x213,_0x184892:0x2d4,_0xee517:0x2e1,_0x204294:0x2f7,_0x371168:0x128,_0x3c0297:0x180,_0x39e9e6:0x1df,_0x338662:0x187,_0x29c458:0x1b5,_0x2eb85b:0x13a,_0x2cdd28:0x127,_0x52f5f4:0x1bd,_0x131139:0x162,_0x2e5c11:0x106,_0x2010ab:0x1ac,_0x2188ae:0x1de,_0x11159d:0x1b3,_0x523fca:0x222,_0x565fb5:0x2ce,_0x1dce5e:0x2bd,_0x18917c:0x294,_0x5e2088:0x2bc,_0x560398:0x1de,_0x4f3f38:0x1a9,_0x2328aa:0x2b2,_0x4d7297:0x309,_0x243d72:0x28e,_0x3244e9:0x2a8,_0x181912:0x29d,_0x13ea21:0x142,_0x138cdf:0x1a4,_0x57d29d:0x188,_0x3445d6:0x189,_0x3e94f9:0x2b6,_0x10f94c:0x33b,_0x2bf331:0x16c,_0xe6757:0x17b,_0x44d27b:0x196,_0x48426b:0x169,_0x4a6ff3:0xdd,_0x480216:0x146,_0x97587b:0x144,_0x103fe2:0x126,_0x10a69f:0x193,_0x240fb:0x218,_0x1e80d1:0x232,_0x55def0:0x2ef,_0x11d5bf:0x20b,_0x24bcdc:0x260,_0x27226c:0x1d9,_0x4341d2:0x1c1,_0x7a9d90:0x21f,_0x8352bd:0x209,_0x1aa8d7:0x2cb,_0x5cbc54:0x28b,_0x45d275:0xe7,_0x5bdcc8:0x343,_0xfd3281:0x2d0,_0xe2eff4:0x329,_0x4d91b4:0x251,_0xc1574e:0x291,_0x32c595:0x2bb,_0x4a07b0:0x235,_0x13953a:0x2a8,_0x35adfc:0x280,_0x369501:0x255,_0x1de1b6:0x29e,_0x577066:0x110,_0x3f7ab1:0xe8,_0x5e0333:0x93,_0x2a3fa7:0x243,_0x3af0eb:0x255,_0x316bd4:0x201,_0x40d27b:0x14a,_0x3b824f:0x16a,_0xedfa8:0x18f,_0x2b53c9:0x146,_0xf49c2d:0x15b,_0x5773e7:0x253,_0x7fb6ef:0x1e6,_0x5dc2b4:0x246,_0x4263f1:0x314,_0x31ce2a:0x1d1,_0x47f08e:0x2b1,_0x17dab0:0x95,_0x4d099c:0x14e,_0x5e2932:0x176,_0x33de99:0xde,_0x125ce8:0x140,_0x2a0a96:0x117,_0x4131d2:0x143,_0x16af39:0x10b,_0x302e52:0x154,_0x1f2e4c:0x27f,_0x50c173:0x1f1,_0x4080fc:0x1f7,_0x330809:0x12c,_0x55f37e:0x2c6,_0x226059:0x301,_0x3d1ee2:0x2d0,_0x3a2925:0x304,_0x48113d:0x320,_0x64773e:0x1ba,_0x65434:0x178,_0x520c61:0x130,_0x24a100:0x151,_0x2845dd:0x152,_0xa5879f:0x105,_0x4901b6:0x149,_0x2fea2a:0x2ae,_0x5e8e58:0x22a,_0x16036c:0x240,_0x495885:0x1f5,_0x2787b1:0x137,_0x2a2b61:0x128,_0x1e3d74:0x8e,_0x21955f:0xf3,_0x414c1f:0x18a,_0x2b2604:0x185,_0x4a4013:0x255,_0xf20cb9:0x157,_0x4a6669:0x123,_0x235323:0x208,_0x2a92c1:0x2bb,_0x3c358:0x178,_0x19dd49:0xec,_0x517280:0xd8,_0x243e60:0xab,_0x8d9ebf:0x19b,_0x487191:0x18f,_0x4f66e9:0x1d4,_0x6a3577:0xd6,_0x3d82ee:0x2ea,_0x711f5d:0x154,_0x347541:0x11d,_0x363daa:0x28d,_0x28e3a5:0x1d7,_0x21ab58:0x26e,_0x514cf1:0x17d,_0x1d25c1:0x2c5,_0x313afb:0x223,_0x2b43f8:0x221,_0x39bb23:0x27b,_0x6662ec:0x17e,_0x19590a:0x129,_0xc526db:0x1aa,_0x329ae7:0x259,_0x440d38:0xbf,_0x38fff7:0x122,_0x321f6b:0x13b,_0x59a821:0xe4,_0x83c660:0x13a,_0xa41c6c:0x149,_0x506bac:0x23c},_0x3243f6={_0x3252f0:0xdb,_0x1023ef:0x1d2},_0x4fe8ba={_0x4c4b2e:0xa7,_0x489442:0x91};function _0x1107dc(_0x2be4c8,_0x35534c,_0x25ae9a,_0x2462ce){return _0x5d4d26(_0x2be4c8,_0x35534c-_0x4fe8ba._0x4c4b2e,_0x25ae9a-0x26,_0x35534c-_0x4fe8ba._0x489442);}function _0x4dfa49(_0x448ad6,_0x4a121f,_0x253ad5,_0x6a6bce){return _0x5d4d26(_0x6a6bce,_0x4a121f-0x7e,_0x253ad5-_0x3243f6._0x3252f0,_0x253ad5-_0x3243f6._0x1023ef);}const _0x1345b9={'YTqUj':_0x4dfa49(_0x2892a9._0x3bd343,0x249,_0x2892a9._0x1ddfad,0x1ea)+_0x4dfa49(0x2cb,_0x2892a9._0x245a67,_0x2892a9._0x58eabb,0x287)+_0x4dfa49(_0x2892a9._0x5607f2,_0x2892a9._0x12a60e,0x2c2,_0x2892a9._0xbbd5cd)+_0x4dfa49(0x2d3,0x31a,_0x2892a9._0x385559,0x30c)+_0x4dfa49(0x1ff,_0x2892a9._0xe7ab33,_0x2892a9._0xb414a8,_0x2892a9._0x100bb3)+_0x4dfa49(_0x2892a9._0x43047b,0x1e8,0x259,0x21e)+_0x4dfa49(_0x2892a9._0x12a60e,_0x2892a9._0x3c0ae8,_0x2892a9._0x2ad8ed,0x334)+_0x1107dc(_0x2892a9._0x311e5f,_0x2892a9._0x3bcf2b,0x180,0xfa)+_0x4dfa49(0x2cc,0x2ab,0x26e,0x24a),'cuUwp':function(_0x18788a){return _0x18788a();},'LVbui':_0x4dfa49(0x2ef,0x2a7,_0x2892a9._0x119e8e,0x31c),'QqbkB':_0x4dfa49(0x1e1,0x271,0x221,_0x2892a9._0x3ea483)+_0x4dfa49(0x2f9,_0x2892a9._0x184892,_0x2892a9._0xee517,0x280),'LUfMW':'Please\x20pro'+_0x4dfa49(0x339,0x338,0x2d8,_0x2892a9._0x204294)+_0x1107dc(_0x2892a9._0x371168,_0x2892a9._0x3c0297,0x1af,_0x2892a9._0x39e9e6)+_0x1107dc(_0x2892a9._0x338662,_0x2892a9._0x29c458,0x156,0x1e7)+'uest\x20body','kpbqu':function(_0x317ca4,_0x4cdfc9){return _0x317ca4<_0x4cdfc9;},'KKXFd':'iEsUJ','hxLhj':_0x1107dc(_0x2892a9._0x2eb85b,0x184,_0x2892a9._0x2cdd28,_0x2892a9._0x52f5f4)+_0x1107dc(0x14f,_0x2892a9._0x131139,0x101,_0x2892a9._0x2e5c11),'gUtqm':'Search\x20que'+_0x1107dc(0x1b1,_0x2892a9._0x2010ab,0x145,_0x2892a9._0x2188ae)+_0x4dfa49(_0x2892a9._0x11159d,0x229,0x224,0x212)+_0x1107dc(0x20d,0x1b1,0x210,_0x2892a9._0x523fca)+'rs','BcmuB':function(_0x500625,_0x324b81){return _0x500625!==_0x324b81;},'BCMKZ':_0x4dfa49(_0x2892a9._0x565fb5,_0x2892a9._0x1dce5e,_0x2892a9._0x18917c,_0x2892a9._0x5e2088),'VEFNM':_0x4dfa49(0x296,0x2df,0x29c,0x2cd)+_0x1107dc(0x14c,0x18a,_0x2892a9._0x560398,_0x2892a9._0x4f3f38)+'A\x20issues:','Srfug':_0x4dfa49(_0x2892a9._0x2328aa,_0x2892a9._0x4d7297,0x2e5,_0x2892a9._0x243d72)+_0x4dfa49(0x304,_0x2892a9._0x3244e9,_0x2892a9._0x181912,0x2b9),'rQlHG':_0x1107dc(_0x2892a9._0x13ea21,_0x2892a9._0x138cdf,_0x2892a9._0x57d29d,_0x2892a9._0x3445d6)+_0x4dfa49(0x2d5,_0x2892a9._0x3e94f9,_0x2892a9._0xee517,_0x2892a9._0x10f94c),'EZjnf':_0x1107dc(_0x2892a9._0x2bf331,_0x2892a9._0xe6757,_0x2892a9._0x44d27b,0x158)+'tion\x20faile'+'d','NuKCR':_0x1107dc(_0x2892a9._0x3445d6,0x137,_0x2892a9._0x48426b,0x161),'iTRte':_0x1107dc(_0x2892a9._0x4a6ff3,_0x2892a9._0x480216,_0x2892a9._0x97587b,0x195),'sVOlH':_0x1107dc(_0x2892a9._0x103fe2,_0x2892a9._0x10a69f,0x1e4,0x191)+_0x1107dc(0x175,0x176,0x1e0,0x1a1)+'d','oIMxM':_0x4dfa49(_0x2892a9._0x240fb,_0x2892a9._0x1ddfad,_0x2892a9._0x1e80d1,0x207),'PydVz':_0x4dfa49(_0x2892a9._0x55def0,0x257,0x29c,0x2b9)+'search\x20JIR'+_0x4dfa49(0x23e,_0x2892a9._0x11d5bf,0x27c,0x287)};try{const {query:_0x4f7bff,maxResults:maxResults=0x3*0x626+-0x9f9+0x7*-0x133}=_0x348ab6[_0x4dfa49(_0x2892a9._0x24bcdc,_0x2892a9._0x27226c,0x230,0x221)];if(!_0x4f7bff||typeof _0x4f7bff!==_0x1345b9['LVbui']){const _0x2284c7={};return _0x2284c7[_0x4dfa49(0x2d8,0x246,0x27b,0x290)]=_0x1345b9[_0x4dfa49(_0x2892a9._0x4341d2,0x28e,_0x2892a9._0x7a9d90,_0x2892a9._0x8352bd)],_0x2284c7[_0x4dfa49(0x286,0x26a,0x246,0x205)]=_0x1345b9[_0x4dfa49(_0x2892a9._0x1aa8d7,0x2fd,_0x2892a9._0x5cbc54,0x291)],_0x23b0c1[_0x1107dc(0x11c,_0x2892a9._0x45d275,0xb5,0x148)](0x1088+0x38a*0x2+0x11*-0x14c)[_0x4dfa49(_0x2892a9._0x5bdcc8,0x262,_0x2892a9._0xfd3281,_0x2892a9._0xe2eff4)](_0x2284c7);}if(_0x1345b9[_0x4dfa49(0x2a2,_0x2892a9._0x4d91b4,_0x2892a9._0xc1574e,_0x2892a9._0x32c595)](_0x4f7bff[_0x4dfa49(0x27f,_0x2892a9._0x4a07b0,_0x2892a9._0x13953a,0x305)]()[_0x4dfa49(_0x2892a9._0x565fb5,0x2e2,0x2ee,0x358)],-0x5b2+-0x1bcc+0x2*0x10c0)){if(_0x4dfa49(0x203,_0x2892a9._0x35adfc,_0x2892a9._0x369501,_0x2892a9._0x1de1b6)!==_0x1345b9[_0x1107dc(_0x2892a9._0x577066,_0x2892a9._0x3f7ab1,_0x2892a9._0x3bcf2b,_0x2892a9._0x5e0333)]){const _0x56cd9e={};return _0x56cd9e['error']=_0x1107dc(0x161,0x1a6,0x218,0x188)+_0x4dfa49(_0x2892a9._0x2a3fa7,_0x2892a9._0x3af0eb,0x24f,_0x2892a9._0x316bd4),_0x56cd9e['message']=_0x2a9a2e[_0x1107dc(_0x2892a9._0x40d27b,0x105,0x104,_0x2892a9._0x3b824f)],_0x48d9f0['status'](-0x1c97+0x1*0x1c0f+0x21b)[_0x1107dc(0x1be,_0x2892a9._0xedfa8,_0x2892a9._0x2b53c9,_0x2892a9._0xf49c2d)](_0x56cd9e);}else{const _0x721b32={};return _0x721b32[_0x4dfa49(0x2cf,0x2bf,0x27b,_0x2892a9._0x5773e7)]=_0x1345b9[_0x4dfa49(0x27a,0x239,0x2a0,0x304)],_0x721b32[_0x4dfa49(0x1f9,_0x2892a9._0x7fb6ef,_0x2892a9._0x5dc2b4,0x1d7)]=_0x1345b9[_0x4dfa49(_0x2892a9._0x4263f1,0x34c,0x2e8,0x2a3)],_0x23b0c1[_0x4dfa49(_0x2892a9._0x31ce2a,0x251,0x228,0x299)](-0x10*0x80+-0x35*0x9f+-0x7d*-0x57)[_0x4dfa49(0x33e,_0x2892a9._0x47f08e,0x2d0,_0x2892a9._0x5cbc54)](_0x721b32);}}logger[_0x1107dc(0x119,0xec,0x151,_0x2892a9._0x17dab0)]('Searching\x20'+'JIRA:\x20\x22'+_0x4f7bff+'\x22\x20(max:\x20'+maxResults+')');const _0xb4eb12=await jiraClient['searchIssu'+'es'](_0x4f7bff,maxResults);_0x23b0c1['json'](_0xb4eb12);}catch(_0x3ec076){if(_0x1345b9['BcmuB'](_0x1345b9[_0x1107dc(_0x2892a9._0x44d27b,0x13e,0x166,0xd2)],_0x1345b9[_0x1107dc(0x1a7,0x13e,0x12e,_0x2892a9._0x4d099c)])){if(!_0x531a6e){const _0x5355eb={};return _0x5355eb[_0x1107dc(0x169,_0x2892a9._0x2eb85b,_0x2892a9._0x5e2932,_0x2892a9._0x33de99)]=_0x1107dc(0x11b,0x108,_0x2892a9._0x125ce8,_0x2892a9._0x2a0a96)+_0x1107dc(_0x2892a9._0x4131d2,0x135,_0x2892a9._0x16af39,0x15e)+_0x1107dc(_0x2892a9._0x302e52,0x12c,0xc5,_0x2892a9._0x48426b),_0x5355eb[_0x4dfa49(_0x2892a9._0x1f2e4c,_0x2892a9._0x50c173,0x246,_0x2892a9._0x4080fc)]=_0x1345b9[_0x1107dc(_0x2892a9._0x330809,0x155,0x12d,0x194)],_0x1f3daf['status'](0x13d9*-0x1+0xf5a+-0x676*-0x1)[_0x4dfa49(_0x2892a9._0x55f37e,_0x2892a9._0x226059,_0x2892a9._0x3d1ee2,0x264)](_0x5355eb);}_0x1345b9[_0x4dfa49(_0x2892a9._0x3a2925,_0x2892a9._0x48113d,0x2bd,0x327)](_0x42c635);}else{logger['error'](_0x1345b9[_0x1107dc(_0x2892a9._0x64773e,0x1b3,0x141,_0x2892a9._0x65434)],_0x3ec076);if(_0x3ec076['message']['includes'](_0x1345b9[_0x1107dc(_0x2892a9._0x520c61,0x1a2,_0x2892a9._0x24a100,_0x2892a9._0x2845dd)])){const _0x3ccada={};return _0x3ccada['error']=_0x1345b9['rQlHG'],_0x3ccada[_0x1107dc(_0x2892a9._0x5e2932,_0x2892a9._0xa5879f,0xdb,_0x2892a9._0x4901b6)]=_0x3ec076[_0x4dfa49(_0x2892a9._0x2fea2a,0x262,_0x2892a9._0x5dc2b4,_0x2892a9._0x5e8e58)],_0x23b0c1[_0x4dfa49(_0x2892a9._0x16036c,_0x2892a9._0x495885,0x228,0x201)](0x2*0x3c7+0xbd*-0x23+-0x1*-0x13d9)['json'](_0x3ccada);}else{if(_0x3ec076[_0x1107dc(_0x2892a9._0x2787b1,0x105,0x139,0x104)][_0x1107dc(_0x2892a9._0x2a2b61,0xfa,_0x2892a9._0x1e3d74,_0x2892a9._0x21955f)](_0x1345b9[_0x1107dc(_0x2892a9._0x414c1f,0x14d,0x111,_0x2892a9._0x2b2604)])){if(_0x1345b9[_0x4dfa49(0x324,_0x2892a9._0x4a4013,0x2b8,0x30e)]!==_0x1345b9[_0x1107dc(_0x2892a9._0xf20cb9,_0x2892a9._0x4a6669,0x150,0x109)]){const _0x38c7a8={};return _0x38c7a8[_0x4dfa49(_0x2892a9._0x235323,_0x2892a9._0x2a92c1,0x27b,0x2c6)]=_0x1345b9[_0x1107dc(0x107,_0x2892a9._0x577066,_0x2892a9._0x3c358,_0x2892a9._0x19dd49)],_0x38c7a8[_0x1107dc(0xc3,0x105,_0x2892a9._0x517280,_0x2892a9._0x243e60)]=_0x3ec076['message'],_0x23b0c1['status'](0x42*-0x97+0xd*0x22f+0xc1c)[_0x1107dc(_0x2892a9._0x8d9ebf,_0x2892a9._0x487191,0x13f,_0x2892a9._0x4f66e9)](_0x38c7a8);}else{const _0x2310dd={};return _0x2310dd[_0x1107dc(_0x2892a9._0x6a3577,0x13a,0x11e,0xe3)]=_0x4dfa49(_0x2892a9._0x3d82ee,0x2ba,0x2d4,0x2aa)+_0x1107dc(0x17f,_0x2892a9._0x5e2932,_0x2892a9._0x711f5d,_0x2892a9._0x347541)+'d',_0x2310dd[_0x4dfa49(0x2ac,0x20e,0x246,_0x2892a9._0x363daa)]=_0x4bb459[_0x4dfa49(_0x2892a9._0x28e3a5,0x1ec,0x246,0x265)],_0x29bfee[_0x4dfa49(0x1ca,_0x2892a9._0x21ab58,0x228,0x236)](-0x363+-0x5d*-0x9+-0x1*-0x1af)[_0x4dfa49(0x31a,0x32e,_0x2892a9._0xfd3281,0x311)](_0x2310dd);}}else{if(_0x1345b9[_0x1107dc(0x184,_0x2892a9._0x2bf331,_0x2892a9._0x514cf1,0x1ae)]!==_0x1345b9[_0x4dfa49(0x301,0x26c,0x2ad,_0x2892a9._0x1d25c1)]){const _0x511089={};return _0x511089[_0x4dfa49(_0x2892a9._0x313afb,_0x2892a9._0x2b43f8,_0x2892a9._0x39bb23,0x284)]='Failed\x20to\x20'+_0x1107dc(0x1ec,_0x2892a9._0x6662ec,_0x2892a9._0x19590a,_0x2892a9._0xc526db)+'nt',_0x511089[_0x4dfa49(0x299,_0x2892a9._0x329ae7,_0x2892a9._0x5dc2b4,0x23b)]=_0x25cf1e[_0x4dfa49(0x267,0x1d8,_0x2892a9._0x5dc2b4,0x1f8)],_0xa470e0[_0x1107dc(_0x2892a9._0x440d38,0xe7,_0x2892a9._0x38fff7,0x14d)](0x16ad+-0xd43+0x5*-0x17e)[_0x1107dc(0x1b8,0x18f,_0x2892a9._0x7fb6ef,_0x2892a9._0x321f6b)](_0x511089);}else{const _0x43ecf7={};return _0x43ecf7[_0x1107dc(_0x2892a9._0x59a821,_0x2892a9._0x83c660,0x102,_0x2892a9._0xa41c6c)]=_0x1345b9[_0x4dfa49(0x2ec,0x2cb,0x2ab,_0x2892a9._0x506bac)],_0x43ecf7[_0x1107dc(0x106,_0x2892a9._0xa5879f,0xad,0xed)]=_0x3ec076['message'],_0x23b0c1[_0x1107dc(0x10d,0xe7,0xcd,0x83)](-0x1813*0x1+0x11e+-0x1*-0x18e9)['json'](_0x43ecf7);}}}}}}),router[_0x2c682d(0x41f,0x40d,0x3e6,0x426)]('/issues/:k'+_0x2c682d(0x3f8,0x39a,0x44c,0x44d)+'s',requireJira,async(_0xb1c277,_0x23eadb)=>{const _0x2cc076={_0xf0c8d:0x127,_0x43fb51:0x124,_0x4a7eea:0x114,_0x4e9ebe:0x2f7,_0x540dce:0x2ee,_0x1230f5:0x288,_0xe0f198:0x180,_0x521853:0x1cc,_0x47085a:0x1ce,_0x4eb78a:0x2d2,_0x375062:0x10f,_0x4e684c:0x121,_0x3413b8:0xde,_0x24aefa:0xc0,_0x4b5a4c:0x2b8,_0x3dd148:0x2a7,_0x4abf35:0x251,_0x3367e3:0x1de,_0x1d496b:0x239,_0x274a74:0x194,_0x4f40ea:0x1f7,_0x414ea5:0x193,_0x2605ae:0x191,_0x30d4a0:0x1f4,_0x42e793:0x1c2,_0x188fca:0x15b,_0x2c76fb:0x343,_0xc698a4:0x302,_0x118fa1:0x2d0,_0x29afae:0x339,_0x5e02e7:0x14d,_0x300d6f:0x15f,_0x519004:0x274,_0x302c41:0x279,_0x40f412:0x27d,_0x57dfbc:0x28e,_0x52eb67:0x2df,_0x5e9c14:0x298,_0x3b126a:0x2dc,_0x3f047a:0x26d,_0x23f0fd:0x1f9,_0x5b5fcd:0x16e,_0x129bf9:0x1df,_0x403b1e:0x32c,_0x28824a:0x30d,_0x5cd0eb:0x275,_0x305f8d:0x1f2,_0x34975f:0x185,_0x5c1652:0x110,_0x48322d:0x17d,_0x18ea49:0x1d3,_0x582d48:0x348,_0x4c4a41:0x2e5,_0x1694cd:0x26e,_0x408af3:0x317,_0x187caf:0x33a,_0x9eeee4:0x346,_0x17d9da:0x230,_0x3ccf4d:0x1bf,_0x447b94:0x1a3,_0x16f191:0x17a,_0x55a236:0x287,_0x34ffba:0x2bb,_0x589d69:0x2fb,_0x404af2:0x319,_0x4bb192:0x2d0,_0x558b64:0x28b,_0xe3141:0x2d2,_0x33851b:0x2b4,_0x5dbe80:0x32f,_0x539407:0x31b,_0x1910b9:0x2f7,_0x152edd:0x2f6,_0x16efff:0x214,_0x319536:0x1d5,_0x1861e5:0x1c9,_0x2822fb:0x39e,_0xa5910d:0x29a,_0x32b54b:0x2f5,_0xbfc423:0x2de,_0x5508e2:0x367,_0x436928:0x1db,_0x83fec6:0x38b,_0x3d6396:0x388,_0x450571:0x26a,_0x37c18f:0x2af,_0x3a6244:0x139,_0x21d057:0x11e,_0xffd145:0x2d3,_0x3f1f70:0x30f,_0x72856a:0x28d,_0x1e51c6:0x169,_0x31640a:0x29d,_0x420371:0x2b4,_0x4a41b9:0x306,_0x2a0abc:0x186,_0x29fba7:0x16d,_0x52d34c:0x286,_0xcc7041:0x254,_0x3eaf1a:0x2ef,_0x361689:0x16b,_0xb8a6fb:0x18d,_0x53bb59:0x240,_0x719dcf:0x1d9,_0x145e03:0xcb,_0x5aec3f:0x131,_0xe2e5a4:0x122,_0x5b2960:0xfe,_0x41d56d:0x2ab,_0x32fee6:0x301,_0x2605e8:0x2d1,_0x494aba:0x1d0,_0x11d777:0x23b,_0x281e28:0x329,_0x1093f3:0x2c2,_0x4bcb90:0xd0,_0x16b2c7:0x113,_0xf4adbb:0xb9,_0x290492:0x186,_0x21f364:0x399,_0xe5582b:0x33b,_0x3bf20a:0x3a4,_0x3d19d5:0x1a8,_0x431c7d:0x24c,_0x12cc80:0x282,_0x49efe6:0x2c9,_0x545a23:0x268,_0x5b0b2c:0x152,_0x4e9c87:0x15a,_0x3a6db9:0x2bb,_0x579a77:0x297,_0x150017:0x309,_0x569c64:0x2dc,_0x54d328:0x2d2,_0x1e8dee:0x2cd,_0x95ab78:0x1fc,_0x5db446:0x167,_0x1ac707:0x1da,_0x576492:0x27a,_0x55fe5c:0x16f,_0x197640:0x20e,_0x5464af:0x290,_0x594fe6:0x2b1,_0x56cc76:0x2e4,_0x4ff8ff:0x192,_0x2ecfa5:0x22b,_0x506bb4:0x25d,_0x3a8628:0x27d,_0x3791bf:0x333,_0x47930e:0x382,_0x425461:0x16b,_0x34d8bf:0x14e,_0x58ed8b:0x173,_0x2543ff:0x1b9,_0x4295cd:0x18b,_0x3b46be:0x163,_0x1c74a3:0x1d0,_0x5f38b2:0x27e,_0x270681:0x289,_0x24b865:0x150,_0x5458c8:0x101,_0x41b551:0x18e,_0x2be095:0x13d,_0x325ac2:0x248,_0x2ee7f8:0x1b4,_0x4fd9e9:0x1a6,_0x3bcb33:0xf6,_0x492d9c:0x150,_0x346d16:0x15d,_0x3757db:0xe7,_0x1baf79:0x28f,_0x4a20f5:0x2a0,_0x77c986:0x2a8,_0x7529d5:0x2b0,_0x27b1ff:0x2ea,_0x1a1d7c:0x174,_0x2d9628:0x12b,_0x55bd32:0x13b,_0x3c3017:0x14a,_0x59fae3:0xf7,_0x16f200:0x162,_0x41eaef:0x142,_0x412d4f:0x19f,_0x276d31:0x178,_0x164012:0xfd,_0x1652da:0xcf,_0x1be885:0x317,_0xe03927:0x25e,_0x2f4ced:0x12d,_0x39c817:0x123,_0x54f349:0x344,_0x2f26dc:0x1bb,_0x2cdc78:0x187,_0x11651e:0x1bb,_0x44043e:0x1b1,_0x4e1402:0x16c,_0x6e9069:0x141,_0x2eafd4:0x1e3,_0x153108:0x2c9,_0x1fc952:0x27b,_0x7ac9eb:0x2ca,_0x5c5284:0x34a,_0x4de096:0x32a,_0xe32384:0x357,_0x1acb87:0x315,_0x5e716c:0x266,_0x5c20b9:0x258,_0x576f3c:0x223,_0x4a234e:0x1f1,_0x2db758:0x159,_0x25d33c:0x178,_0x37b738:0x1d4,_0x1bfa9d:0x188,_0x550fa9:0x1ee,_0x49b80f:0x228,_0xc25b39:0x2d1,_0x2cea0d:0x2e5,_0x5c0c04:0x310,_0x36f4cf:0x186,_0x27d2b6:0x12e,_0x2e6dbd:0x13c,_0x5ec8b1:0x28a,_0xea122c:0x1b2,_0x5f2739:0x153,_0x57d92b:0x1bb,_0x478d49:0x29f,_0xfd2df0:0x160,_0x3e40c3:0x186,_0x236a7c:0x1e1,_0x35405e:0x249,_0x8205de:0x2da,_0x2078fc:0x209,_0x2c00e9:0x268,_0x14d349:0x358,_0x187378:0x2b9,_0xc39fcd:0x265,_0x43ba87:0x286,_0x29ac03:0x267,_0x5e729b:0x292,_0x32834a:0x212,_0x18f99e:0x12a},_0x430552={_0x4ba374:0x158},_0x5701dc={_0x29ccda:0x11b},_0x370214={};_0x370214[_0x565272(-0x11f,-0x13d,-_0x2cc076._0xf0c8d,-_0x2cc076._0x43fb51)]=_0x565272(-0x199,-0x165,-0x1cc,-_0x2cc076._0x4a7eea)+'initialize'+_0x3ce0c5(_0x2cc076._0x4e9ebe,_0x2cc076._0x540dce,_0x2cc076._0x1230f5,0x32d)+_0x565272(-_0x2cc076._0xe0f198,-_0x2cc076._0x521853,-0x21e,-_0x2cc076._0x47085a)+'v\x20vars:',_0x370214[_0x3ce0c5(_0x2cc076._0x4eb78a,0x33b,0x309,0x2c9)]=_0x565272(-_0x2cc076._0x375062,-_0x2cc076._0x4e684c,-_0x2cc076._0x3413b8,-_0x2cc076._0x24aefa)+_0x3ce0c5(_0x2cc076._0x4b5a4c,_0x2cc076._0x3dd148,0x308,_0x2cc076._0x4abf35)+_0x565272(-0x24b,-_0x2cc076._0x3367e3,-_0x2cc076._0x1d496b,-0x247),_0x370214['xvRgi']='JIRA\x20integ'+'ration\x20not'+_0x565272(-0x130,-_0x2cc076._0x274a74,-_0x2cc076._0x4f40ea,-_0x2cc076._0x414ea5),_0x370214[_0x565272(-0x141,-_0x2cc076._0x2605ae,-_0x2cc076._0x30d4a0,-_0x2cc076._0x42e793)]=_0x565272(-_0x2cc076._0x188fca,-0x1b8,-0x228,-0x187)+_0x565272(-0x120,-0x130,-0xc8,-0x128)+_0x3ce0c5(_0x2cc076._0x2c76fb,_0x2cc076._0xc698a4,_0x2cc076._0x118fa1,_0x2cc076._0x29afae)+_0x565272(-0x114,-_0x2cc076._0x5e02e7,-_0x2cc076._0x300d6f,-0x119)+_0x3ce0c5(_0x2cc076._0x519004,_0x2cc076._0x302c41,0x287,0x21d)+_0x3ce0c5(_0x2cc076._0x40f412,0x299,_0x2cc076._0x519004,0x252)+'ntact\x20your'+_0x3ce0c5(0x264,_0x2cc076._0x57dfbc,_0x2cc076._0x52eb67,_0x2cc076._0x5e9c14)+_0x565272(-0x184,-0x193,-0x192,-0x147),_0x370214['ecyeR']=_0x3ce0c5(0x34b,_0x2cc076._0x3b126a,0x2a6,_0x2cc076._0x3f047a)+_0x565272(-_0x2cc076._0x23f0fd,-0x1ad,-0x201,-0x1c3)+_0x3ce0c5(0x2a6,0x2f0,0x2a0,0x31c),_0x370214[_0x565272(-0x179,-_0x2cc076._0x5b5fcd,-_0x2cc076._0x129bf9,-0x105)]=_0x3ce0c5(_0x2cc076._0x403b1e,0x2dc,_0x2cc076._0x28824a,_0x2cc076._0x5cd0eb)+_0x3ce0c5(0x37a,0x30b,0x371,0x2b0)+_0x565272(-_0x2cc076._0x305f8d,-_0x2cc076._0x34975f,-_0x2cc076._0x274a74,-0x15f),_0x370214['mjuXT']=function(_0x6ddb9b,_0x174296){return _0x6ddb9b!==_0x174296;},_0x370214[_0x565272(-0x15a,-0x105,-0x143,-_0x2cc076._0x5c1652)]=_0x565272(-0x164,-_0x2cc076._0x48322d,-_0x2cc076._0x18ea49,-0x113),_0x370214['FbVJo']='aLvHN',_0x370214[_0x3ce0c5(_0x2cc076._0x582d48,_0x2cc076._0x4c4a41,0x2c6,0x341)]=_0x3ce0c5(_0x2cc076._0x1230f5,_0x2cc076._0x1694cd,0x2af,0x268)+_0x3ce0c5(_0x2cc076._0x408af3,_0x2cc076._0x187caf,0x3a0,_0x2cc076._0x9eeee4)+_0x3ce0c5(0x27d,0x297,_0x2cc076._0x17d9da,0x2b0)+_0x565272(-0x22f,-_0x2cc076._0x3ccf4d,-_0x2cc076._0x447b94,-_0x2cc076._0x16f191),_0x370214[_0x3ce0c5(_0x2cc076._0x55a236,0x2bd,_0x2cc076._0x34ffba,_0x2cc076._0x589d69)]=function(_0x124bb5,_0xcb433d){return _0x124bb5===_0xcb433d;},_0x370214['PlMLI']='exdjm',_0x370214['lQxVN']=_0x3ce0c5(0x2e3,0x2d2,_0x2cc076._0x1230f5,_0x2cc076._0x404af2),_0x370214['evJvg']=_0x3ce0c5(_0x2cc076._0x4bb192,0x340,0x304,0x379)+'found',_0x370214['geRyD']=_0x3ce0c5(_0x2cc076._0x558b64,0x2fc,0x2bf,_0x2cc076._0xe3141)+_0x3ce0c5(_0x2cc076._0x33851b,_0x2cc076._0x4e9ebe,_0x2cc076._0x5dbe80,0x360)+'d',_0x370214['oBsdh']=_0x3ce0c5(0x347,_0x2cc076._0x539407,0x369,0x356),_0x370214[_0x3ce0c5(_0x2cc076._0x1910b9,0x32a,0x368,_0x2cc076._0x152edd)]=_0x565272(-_0x2cc076._0x16efff,-_0x2cc076._0x319536,-0x1bc,-_0x2cc076._0x1861e5)+_0x3ce0c5(_0x2cc076._0x2822fb,0x33f,0x2d5,0x376);function _0x565272(_0x2339d3,_0x271560,_0x28f6e8,_0x58979f){return _0x2c682d(_0x271560- -0x53e,_0x271560-_0x5701dc._0x29ccda,_0x28f6e8-0xf8,_0x2339d3);}_0x370214[_0x3ce0c5(_0x2cc076._0xa5910d,_0x2cc076._0x32b54b,_0x2cc076._0xbfc423,_0x2cc076._0x5508e2)]=function(_0x3d4dfe,_0x56bb36){return _0x3d4dfe===_0x56bb36;},_0x370214[_0x565272(-0x246,-_0x2cc076._0x436928,-_0x2cc076._0x1861e5,-0x179)]=_0x3ce0c5(_0x2cc076._0x83fec6,0x31d,_0x2cc076._0x3d6396,0x327);function _0x3ce0c5(_0x29a7b8,_0x36e233,_0x4188d3,_0x37d1d6){return _0x5d4d26(_0x37d1d6,_0x36e233-0x123,_0x4188d3-_0x430552._0x4ba374,_0x36e233-0x212);}_0x370214[_0x3ce0c5(0x278,_0x2cc076._0x450571,0x28e,0x21b)]='xsDxL',_0x370214[_0x3ce0c5(_0x2cc076._0x37c18f,0x296,0x2cf,0x249)]=_0x565272(-0x199,-_0x2cc076._0x3a6244,-_0x2cc076._0x21d057,-0xe1),_0x370214[_0x3ce0c5(0x378,0x30c,0x378,_0x2cc076._0xffd145)]=_0x565272(-0xdf,-0x111,-0xd1,-0xcf);const _0x266ff6=_0x370214;try{const _0x3cbc06=_0xb1c277['params'][_0x3ce0c5(_0x2cc076._0x3f1f70,0x2aa,_0x2cc076._0x72856a,0x2b0)]['trim']()['toUpperCas'+'e']();if(!/^[A-Z]+-\d+$/i[_0x565272(-0x1b3,-0x1a0,-0x1ff,-_0x2cc076._0x521853)](_0x3cbc06)){if(_0x266ff6[_0x565272(-0x197,-_0x2cc076._0x1e51c6,-0x107,-0x1b4)](_0x266ff6['NHLew'],_0x266ff6[_0x3ce0c5(_0x2cc076._0x31640a,_0x2cc076._0x420371,0x2fb,_0x2cc076._0x4a41b9)])){const _0x27cde9={};return _0x27cde9[_0x565272(-0x1f4,-_0x2cc076._0x2a0abc,-_0x2cc076._0x29fba7,-_0x2cc076._0x5b5fcd)]=_0x266ff6['XxjJR'],_0x27cde9[_0x3ce0c5(0x28c,_0x2cc076._0x52d34c,_0x2cc076._0xcc7041,_0x2cc076._0x3eaf1a)]=_0x266ff6[_0x565272(-0x184,-0x15c,-_0x2cc076._0x361689,-_0x2cc076._0xb8a6fb)],_0x23eadb[_0x565272(-_0x2cc076._0x53bb59,-_0x2cc076._0x719dcf,-0x186,-0x1e7)](0xd*0xb2+0x1601+0x1*-0x1d7b)[_0x565272(-_0x2cc076._0x145e03,-_0x2cc076._0x5aec3f,-_0x2cc076._0xe2e5a4,-_0x2cc076._0x5b2960)](_0x27cde9);}else _0x50c8f2[_0x3ce0c5(_0x2cc076._0x41d56d,0x2bb,_0x2cc076._0x32fee6,0x266)](_0x266ff6[_0x565272(-0xeb,-0x13d,-_0x2cc076._0x2605ae,-0x120)],_0x5addb4);}logger[_0x3ce0c5(_0x2cc076._0x2605e8,0x26d,_0x2cc076._0x1d496b,0x244)]('Fetching\x20c'+'omments\x20fo'+'r\x20Jira\x20iss'+'ue:\x20'+_0x3cbc06);const _0x20b293=await jiraClient[_0x565272(-0x16c,-_0x2cc076._0x494aba,-_0x2cc076._0x11d777,-0x160)+'s'](_0x3cbc06),_0x51784b={};_0x51784b[_0x3ce0c5(_0x2cc076._0x281e28,0x2e6,_0x2cc076._0x1093f3,0x357)]=_0x20b293[_0x565272(-_0x2cc076._0x4bcb90,-_0x2cc076._0x16b2c7,-_0x2cc076._0x21d057,-0xcf)],_0x51784b['comments']=_0x20b293,_0x23eadb['json'](_0x51784b);}catch(_0x1c42f7){if(_0x266ff6['nhgDU'](_0x565272(-_0x2cc076._0xf4adbb,-0x10a,-0x138,-_0x2cc076._0x16b2c7),_0x266ff6['PlMLI'])){const _0x56b6ab={};return _0x56b6ab[_0x565272(-0x16d,-_0x2cc076._0x290492,-0x128,-0x1e5)]=_0x266ff6[_0x3ce0c5(_0x2cc076._0x21f364,_0x2cc076._0xe5582b,0x2fb,_0x2cc076._0x3bf20a)],_0x56b6ab[_0x3ce0c5(0x28c,0x286,0x2db,0x225)]='Issue\x20key\x20'+_0x565272(-0x138,-0x107,-0x155,-0x168)+_0x565272(-0x13c,-0x1aa,-0x21b,-_0x2cc076._0x3d19d5)+_0x3ce0c5(_0x2cc076._0x431c7d,_0x2cc076._0x12cc80,0x272,0x2e2),_0xfdaa5e[_0x3ce0c5(_0x2cc076._0x49efe6,_0x2cc076._0x545a23,0x2bb,0x237)](-0x400*-0x5+-0x2616+0x13a6)[_0x565272(-_0x2cc076._0x5b0b2c,-_0x2cc076._0x5aec3f,-0x15d,-_0x2cc076._0x4e9c87)](_0x56b6ab);}else{logger[_0x3ce0c5(0x29e,_0x2cc076._0x3a6db9,_0x2cc076._0x579a77,_0x2cc076._0x150017)](_0x3ce0c5(_0x2cc076._0x539407,_0x2cc076._0x569c64,0x2a8,0x2f3)+_0x3ce0c5(_0x2cc076._0x54d328,_0x2cc076._0x1e8dee,0x287,_0x2cc076._0x72856a)+'\x20comments:',_0x1c42f7);if(_0x1c42f7['message'][_0x565272(-_0x2cc076._0x95ab78,-0x1c6,-_0x2cc076._0x5db446,-_0x2cc076._0x1ac707)](_0x3ce0c5(0x331,0x2c0,0x25a,_0x2cc076._0x576492))){if('cvNFa'===_0x266ff6[_0x565272(-_0x2cc076._0x55fe5c,-0x1c1,-_0x2cc076._0x197640,-0x22c)]){const _0x2d9d30={};return _0x2d9d30[_0x3ce0c5(0x255,_0x2cc076._0x34ffba,_0x2cc076._0x5464af,_0x2cc076._0x594fe6)]=_0x266ff6[_0x3ce0c5(0x27f,_0x2cc076._0x56cc76,0x298,0x313)],_0x2d9d30[_0x565272(-0x1ae,-0x1bb,-_0x2cc076._0x4ff8ff,-_0x2cc076._0x2ecfa5)]=_0x1c42f7['message'],_0x23eadb[_0x3ce0c5(0x275,_0x2cc076._0x545a23,_0x2cc076._0x506bb4,_0x2cc076._0x3a8628)](0x2486+-0x1267*0x1+-0x108b)[_0x3ce0c5(_0x2cc076._0x3791bf,0x310,0x2b2,_0x2cc076._0x47930e)](_0x2d9d30);}else{const _0x3cf351={};_0x3cf351[_0x565272(-_0x2cc076._0x425461,-0x198,-_0x2cc076._0x34d8bf,-0x1a5)]=_0x5d4f45['env']['JIRA_CLOUD'+_0x565272(-0x1b4,-0x183,-_0x2cc076._0x58ed8b,-_0x2cc076._0x2543ff)];const _0x4fa6c5={};_0x4fa6c5['email']=_0x3eae70['env'][_0x565272(-_0x2cc076._0x4295cd,-_0x2cc076._0x3b46be,-_0x2cc076._0x1c74a3,-0x10a)],_0x4fa6c5[_0x3ce0c5(0x25a,_0x2cc076._0x5f38b2,0x2b1,_0x2cc076._0x270681)]=_0x4d6493[_0x565272(-0x134,-_0x2cc076._0x24b865,-_0x2cc076._0x5458c8,-0x19d)][_0x565272(-0x1b1,-_0x2cc076._0x41b551,-0x19a,-0x1df)+'OKEN'];const _0x329dd4={'baseUrl':_0x1b1365[_0x565272(-0x10b,-0x150,-0x14c,-_0x2cc076._0x2be095)][_0x3ce0c5(_0x2cc076._0x31640a,0x276,0x299,_0x2cc076._0x325ac2)+_0x565272(-_0x2cc076._0x2ee7f8,-_0x2cc076._0x4fd9e9,-0x1e5,-0x1ef)],..._0x7a29e0[_0x565272(-_0x2cc076._0x3bcb33,-_0x2cc076._0x492d9c,-_0x2cc076._0x346d16,-0x12e)][_0x565272(-_0x2cc076._0x3757db,-0x109,-0xf7,-0x148)+'_ID']?_0x3cf351:{}};_0x329dd4[_0x3ce0c5(_0x2cc076._0x1baf79,_0x2cc076._0x4a20f5,0x251,_0x2cc076._0x77c986)]=_0x4fa6c5,_0x54ff82=new _0x3f181d(_0x329dd4),_0x3e6a76[_0x3ce0c5(_0x2cc076._0x7529d5,0x290,0x2ae,0x25c)](_0x3ce0c5(0x275,0x289,_0x2cc076._0x5f38b2,0x2b1)+_0x3ce0c5(0x2b7,_0x2cc076._0x27b1ff,0x331,0x2bd)+_0x565272(-_0x2cc076._0x1a1d7c,-_0x2cc076._0x2d9628,-_0x2cc076._0x55bd32,-_0x2cc076._0x3c3017)+_0x3ce0c5(0x313,0x335,0x37b,0x3a6)+_0x3ce0c5(0x381,_0x2cc076._0x5dbe80,0x380,0x34a)+'s');}}else{if(_0x1c42f7[_0x565272(-0x1b9,-0x1bb,-0x15e,-0x14f)]['includes'](_0x266ff6[_0x565272(-_0x2cc076._0x59fae3,-_0x2cc076._0x16f200,-_0x2cc076._0x41eaef,-0x109)])){if(_0x266ff6[_0x565272(-_0x2cc076._0x412d4f,-0x169,-0x1b2,-0x1bd)](_0x565272(-0x1eb,-0x1ba,-_0x2cc076._0x276d31,-0x1e3),_0x266ff6[_0x565272(-0xa7,-_0x2cc076._0x164012,-_0x2cc076._0x1652da,-0x163)])){const _0x3690c2={};return _0x3690c2[_0x3ce0c5(_0x2cc076._0x1be885,0x2bb,_0x2cc076._0xe03927,0x28a)]=_0x565272(-_0x2cc076._0x5aec3f,-_0x2cc076._0x2f4ced,-_0x2cc076._0x39c817,-0x129)+_0x3ce0c5(0x309,0x2f7,_0x2cc076._0x54f349,0x30c)+'d',_0x3690c2[_0x565272(-0x1bd,-_0x2cc076._0x2f26dc,-0x1fc,-_0x2cc076._0x2cdc78)]=_0x1c42f7[_0x565272(-0x195,-_0x2cc076._0x11651e,-0x1d3,-_0x2cc076._0x44043e)],_0x23eadb['status'](0xf12+-0x1f*0x13d+-0x18e2*-0x1)[_0x565272(-0xc8,-0x131,-0x182,-0x14a)](_0x3690c2);}else{const _0x2af0d0={};return _0x2af0d0[_0x3ce0c5(0x273,0x2bb,_0x2cc076._0x5f38b2,0x2a2)]=_0x266ff6[_0x565272(-_0x2cc076._0x4e1402,-0x104,-_0x2cc076._0x6e9069,-0xcd)],_0x2af0d0['message']=_0x266ff6[_0x565272(-0x1c8,-0x191,-_0x2cc076._0x2eafd4,-0x1d4)],_0x4d98f5['status'](-0x6*0x3d6+0x8*-0x64+0x1c1b)['json'](_0x2af0d0);}}else{if(_0x1c42f7['message'][_0x3ce0c5(_0x2cc076._0x153108,_0x2cc076._0x1fc952,0x2ab,_0x2cc076._0x7ac9eb)](_0x266ff6[_0x3ce0c5(_0x2cc076._0x5c5284,_0x2cc076._0x4de096,_0x2cc076._0xe32384,_0x2cc076._0x1acb87)])){if(_0x266ff6['yPUMK'](_0x266ff6[_0x3ce0c5(0x22b,_0x2cc076._0x5e716c,_0x2cc076._0x5c20b9,_0x2cc076._0x576f3c)],_0x266ff6[_0x565272(-0x17a,-0x1d7,-_0x2cc076._0x274a74,-_0x2cc076._0x4a234e)])){const _0x4fee16={};return _0x4fee16[_0x565272(-_0x2cc076._0x2db758,-_0x2cc076._0x2a0abc,-_0x2cc076._0x25d33c,-_0x2cc076._0x4a234e)]=_0x266ff6[_0x565272(-_0x2cc076._0x37b738,-_0x2cc076._0x1bfa9d,-0x1a9,-_0x2cc076._0x550fa9)],_0x4fee16['message']=_0x2acc41[_0x3ce0c5(_0x2cc076._0x49b80f,0x286,_0x2cc076._0xc25b39,_0x2cc076._0x2cea0d)],_0x9f1033['status'](-0x6fe+-0x514*0x4+0xe*0x217)[_0x3ce0c5(_0x2cc076._0xffd145,_0x2cc076._0x5c0c04,0x2da,0x2c7)](_0x4fee16);}else{const _0x16642f={};return _0x16642f[_0x565272(-0x1a7,-_0x2cc076._0x36f4cf,-_0x2cc076._0x27d2b6,-_0x2cc076._0x2e6dbd)]=_0x3ce0c5(0x398,0x327,0x368,0x372)+_0x3ce0c5(_0x2cc076._0x4abf35,0x28f,0x24d,_0x2cc076._0x5ec8b1),_0x16642f[_0x565272(-_0x2cc076._0xea122c,-_0x2cc076._0x2f26dc,-_0x2cc076._0x5f2739,-0x195)]=_0x1c42f7[_0x565272(-0x198,-_0x2cc076._0x57d92b,-0x158,-0x186)],_0x23eadb['status'](-0x1b80+-0xb34+0x3*0xd6d)[_0x3ce0c5(_0x2cc076._0x478d49,0x310,0x2ad,0x33c)](_0x16642f);}}else{if(_0x266ff6['nhgDU'](_0x266ff6['AaSDN'],_0x266ff6['Kwolr'])){const _0x1b6a43={};return _0x1b6a43[_0x565272(-_0x2cc076._0xfd2df0,-_0x2cc076._0x3e40c3,-0x1f7,-0x159)]=_0x266ff6[_0x565272(-0x146,-0x16e,-_0x2cc076._0x236a7c,-_0x2cc076._0x4ff8ff)],_0x1b6a43[_0x565272(-0x1b9,-0x1bb,-0x228,-0x1b2)]=_0x1c36dc[_0x3ce0c5(_0x2cc076._0x35405e,0x286,_0x2cc076._0x8205de,0x2a6)],_0x44c17f[_0x3ce0c5(_0x2cc076._0x2078fc,_0x2cc076._0x2c00e9,0x2b1,0x231)](-0x3*-0xb15+-0xb*0x382+0x1*0x74b)[_0x3ce0c5(_0x2cc076._0x14d349,0x310,0x337,_0x2cc076._0x9eeee4)](_0x1b6a43);}else{const _0x38c389={};return _0x38c389['error']=_0x266ff6[_0x3ce0c5(_0x2cc076._0x52eb67,_0x2cc076._0x187378,0x2dc,0x329)],_0x38c389[_0x3ce0c5(_0x2cc076._0xc39fcd,_0x2cc076._0x43ba87,_0x2cc076._0x29ac03,_0x2cc076._0x5e729b)]=_0x1c42f7[_0x565272(-0x19e,-0x1bb,-0x1da,-_0x2cc076._0x32834a)],_0x23eadb['status'](0x1231+0x2e7+-0x2bc*0x7)[_0x565272(-_0x2cc076._0x18f99e,-0x131,-0x187,-0x111)](_0x38c389);}}}}}}}),router[_0x5d4d26(0xea,0xc2,0x142,0xf8)]('/issues/:k'+'ey/comment',requireJira,async(_0x21eb9f,_0x226959)=>{const _0x3c7a48={_0x4f8f0f:0x269,_0x326403:0x3b3,_0x3da00f:0x392,_0x56af03:0x3e0,_0x264d16:0x2f9,_0x22d8ec:0x320,_0x1c90e9:0x34c,_0x23c3a1:0x35f,_0x5d7389:0x33a,_0x3b3f3e:0x39c,_0x477717:0x3a2,_0x1894a9:0x2a0,_0x3d9b3a:0x277,_0x3078b6:0x30f,_0x4c6cb1:0x34b,_0x173033:0x365,_0x2eff66:0x37a,_0x4d7047:0x38a,_0x5f3728:0x34d,_0x2786db:0x27d,_0x2295a3:0x2c8,_0x8913e7:0x273,_0x5bcb35:0x2b0,_0x310da2:0x301,_0x366256:0x339,_0x3b2f55:0x303,_0x4868d4:0x38d,_0x2b5ed7:0x35e,_0x3a872b:0x2fb,_0x1ea0d2:0x3a9,_0x327b9a:0x349,_0x194e70:0x362,_0x2289c8:0x347,_0x2335cf:0x3a5,_0x188845:0x415,_0x188e0a:0x2f0,_0x442599:0x326,_0x1dbc02:0x3d4,_0x95c51f:0x355,_0x309e57:0x35d,_0x2d55a7:0x377,_0x4b7382:0x2db,_0xb94b2:0x3e2,_0x4a7fe7:0x413,_0x460674:0x3b9,_0x4391c5:0x39d,_0x5a23b7:0x345,_0x383512:0x2d5,_0x536abe:0x31f,_0x2bcc0b:0x3ef,_0x308113:0x391,_0x588ee4:0x3e7,_0x1ac05e:0x38e,_0x4575f0:0x3ca,_0x296461:0x346,_0x192f17:0x3ba,_0x452cee:0x3af,_0x3bb4d9:0x378,_0x9ecd0f:0x3d7,_0x152ad0:0x322,_0x4f65ee:0x38e,_0x3d68ea:0x380,_0x1b7e67:0x3c5,_0x4451b3:0x2e6,_0x5c30cc:0x3a1,_0xa3af5b:0x34f,_0x2b5e41:0x3e7,_0x53886a:0x382,_0x4a0fae:0x31b,_0x27da31:0x2c0,_0x244839:0x30b,_0x45e189:0x3bc,_0x37adc3:0x284,_0x42e1a9:0x2d2,_0x111353:0x2d6,_0x5d438b:0x2b6,_0x86da84:0x3f7,_0x4722b6:0x369,_0x554f7f:0x3c6,_0x47589d:0x3e0,_0x44250b:0x2ba,_0x277506:0x321,_0x2eeeee:0x326,_0x455dec:0x2b9,_0x422375:0x3ae,_0x3e2ba3:0x32a,_0x514807:0x3d8,_0x5ef91f:0x37e,_0x5ef4a1:0x2b1,_0x58ddd8:0x2dc,_0x2dbdc3:0x28f,_0x1c8799:0x35c,_0x240768:0x366,_0xfe7f11:0x391,_0x12bc12:0x403,_0x17addd:0x3df,_0x1c5a34:0x389,_0x29b1b1:0x36e,_0x4589e4:0x327,_0x1275dc:0x3a0,_0x4d84ae:0x36d,_0x46c230:0x316,_0x13f62d:0x38e,_0x4e8b07:0x335,_0x53fe09:0x382,_0x529ba3:0x39a,_0x6f4c48:0x3c6,_0x243871:0x30b,_0x24fed5:0x371,_0x139360:0x344,_0x1b0f88:0x2da,_0x5993d4:0x2e5,_0x474290:0x268,_0x2d1250:0x2c2,_0x45b2fd:0x266,_0x11b6d6:0x2cb,_0x3e84c2:0x367,_0x3500cc:0x3dc,_0x23a3c2:0x332,_0x3d2c85:0x31c,_0x3186dd:0x438,_0x32d3a4:0x3a4,_0x3f3ecc:0x2bc,_0x259145:0x304,_0xa22714:0x2be,_0x55e1ae:0x2eb,_0x79c65e:0x394,_0x364c76:0x2de,_0x147b70:0x301,_0x395c44:0x2b8,_0x2aeff4:0x338,_0x3e98a1:0x3b3,_0x1b69a0:0x3c3,_0x340573:0x3ec,_0x1afdf5:0x3c9,_0xa385af:0x36c,_0x365be2:0x277,_0x1337a6:0x373,_0x4c36e4:0x31e,_0x38b705:0x325,_0x5f08c3:0x360,_0x4809f8:0x355,_0x3e0f74:0x31e,_0x3c7831:0x3a8,_0x1d9e31:0x30e,_0x959567:0x31a,_0x4957aa:0x316,_0x452bcc:0x378,_0x4bd726:0x25c,_0x41b6f7:0x302,_0x52adae:0x2d4,_0x274aaa:0x2cb,_0x586086:0x3d1,_0x13977a:0x3c2,_0x1142f1:0x3b9,_0x47f89c:0x2f8,_0x507735:0x381,_0xa0bb0f:0x3c6,_0xa8b48b:0x3fe,_0x286c54:0x337,_0x3d4b49:0x30b,_0xb9c5e7:0x318,_0x2478f2:0x350,_0x167c5a:0x33c,_0x2318c8:0x345,_0x26ab9f:0x32d,_0xb9ec6a:0x330,_0x402975:0x34f,_0x1661eb:0x360,_0xc3e962:0x2f7,_0x301fcc:0x2f4,_0xd7ab97:0x30b,_0x36afb6:0x3b0},_0x5dc509={_0x8eeda3:0x156,_0x4b65a0:0x2c8},_0x4abe10={_0x48ff8f:0xad,_0x2a1b46:0xe4},_0x29f1e9={};_0x29f1e9[_0x13ef60(0x2b6,_0x3c7a48._0x4f8f0f,0x2a6,0x2bf)]=_0x446944(_0x3c7a48._0x326403,0x383,_0x3c7a48._0x3da00f,_0x3c7a48._0x56af03)+_0x13ef60(_0x3c7a48._0x264d16,0x337,0x2b0,0x2fb)+_0x13ef60(0x395,_0x3c7a48._0x22d8ec,_0x3c7a48._0x1c90e9,_0x3c7a48._0x23c3a1)+_0x446944(_0x3c7a48._0x5d7389,_0x3c7a48._0x3b3f3e,_0x3c7a48._0x477717,0x364)+_0x13ef60(_0x3c7a48._0x1894a9,_0x3c7a48._0x3d9b3a,_0x3c7a48._0x3078b6,0x2cd),_0x29f1e9['avYZT']='Invalid\x20is'+'sue\x20key\x20fo'+'rmat',_0x29f1e9[_0x446944(_0x3c7a48._0x4c6cb1,0x37c,_0x3c7a48._0x173033,0x31e)]='Issue\x20key\x20'+_0x13ef60(0x342,0x3ba,_0x3c7a48._0x2eff66,_0x3c7a48._0x4d7047)+_0x446944(0x367,0x353,_0x3c7a48._0x5f3728,0x314)+_0x446944(0x37a,0x302,0x338,0x33c),_0x29f1e9[_0x13ef60(_0x3c7a48._0x2786db,0x28d,0x2e8,_0x3c7a48._0x2295a3)]=function(_0x54d079,_0x46bc0f){return _0x54d079!==_0x46bc0f;},_0x29f1e9[_0x13ef60(_0x3c7a48._0x8913e7,0x29d,0x2b7,_0x3c7a48._0x5bcb35)]=_0x13ef60(0x2ce,0x394,_0x3c7a48._0x310da2,_0x3c7a48._0x366256),_0x29f1e9[_0x446944(0x382,0x34b,0x340,0x33d)]=function(_0x3ff385,_0x48801f){return _0x3ff385===_0x48801f;},_0x29f1e9[_0x13ef60(0x3ab,0x30e,_0x3c7a48._0x3b2f55,0x362)]=_0x446944(_0x3c7a48._0x4868d4,_0x3c7a48._0x366256,0x397,0x3a4)+_0x446944(0x3cb,0x31c,_0x3c7a48._0x2b5ed7,_0x3c7a48._0x3a872b)+_0x446944(_0x3c7a48._0x1ea0d2,_0x3c7a48._0x327b9a,_0x3c7a48._0x194e70,0x2fa)+_0x446944(0x3d8,_0x3c7a48._0x2289c8,_0x3c7a48._0x2335cf,_0x3c7a48._0x188845)+_0x446944(0x2b5,_0x3c7a48._0x188e0a,_0x3c7a48._0x442599,0x2f3),_0x29f1e9[_0x446944(0x343,_0x3c7a48._0x1dbc02,0x3af,0x372)]='not\x20found',_0x29f1e9[_0x13ef60(0x2ea,0x361,_0x3c7a48._0x95c51f,_0x3c7a48._0x309e57)]='authentica'+_0x13ef60(0x2e1,_0x3c7a48._0x2d55a7,_0x3c7a48._0x4b7382,_0x3c7a48._0x2289c8)+'d';function _0x13ef60(_0x4e8ef0,_0x4274e1,_0x46364f,_0x240af2){return _0x2c682d(_0x240af2- -_0x4abe10._0x48ff8f,_0x4274e1-0x1da,_0x46364f-_0x4abe10._0x2a1b46,_0x46364f);}function _0x446944(_0x34f969,_0x1bc96e,_0x1dda97,_0x2d9f6c){return _0x5d4d26(_0x34f969,_0x1bc96e-0x60,_0x1dda97-_0x5dc509._0x8eeda3,_0x1dda97-_0x5dc509._0x4b65a0);}_0x29f1e9[_0x446944(0x426,0x36f,_0x3c7a48._0xb94b2,_0x3c7a48._0x4a7fe7)]=function(_0x2f4d64,_0xdb3b4f){return _0x2f4d64!==_0xdb3b4f;},_0x29f1e9[_0x446944(_0x3c7a48._0x460674,0x3c2,0x3ac,0x385)]=_0x446944(0x340,0x332,_0x3c7a48._0x4391c5,_0x3c7a48._0x5a23b7),_0x29f1e9[_0x13ef60(_0x3c7a48._0x383512,0x2b0,0x2e9,_0x3c7a48._0x536abe)]=_0x446944(0x431,0x45a,_0x3c7a48._0x2bcc0b,_0x3c7a48._0x308113),_0x29f1e9['cAcCU']=_0x446944(_0x3c7a48._0x588ee4,_0x3c7a48._0x1ac05e,_0x3c7a48._0x4575f0,0x3e9)+_0x446944(0x409,0x3b9,0x3ad,_0x3c7a48._0x296461)+'d',_0x29f1e9[_0x446944(_0x3c7a48._0x192f17,_0x3c7a48._0x452cee,_0x3c7a48._0x3bb4d9,_0x3c7a48._0x9ecd0f)]=_0x446944(0x351,0x361,_0x3c7a48._0x152ad0,0x383)+_0x446944(0x409,0x3d1,0x3f5,_0x3c7a48._0x4f65ee),_0x29f1e9['VOKfr']=_0x446944(0x3f9,_0x3c7a48._0x3d68ea,_0x3c7a48._0x3da00f,_0x3c7a48._0x1b7e67)+_0x13ef60(0x329,_0x3c7a48._0x4451b3,_0x3c7a48._0x5c30cc,_0x3c7a48._0xa3af5b)+'nt';const _0x29a13d=_0x29f1e9;try{const _0x3d6963=_0x21eb9f[_0x446944(0x3af,0x3db,_0x3c7a48._0x2b5e41,0x3fe)]['key'][_0x13ef60(0x2f8,0x2d7,0x36d,0x338)]()[_0x446944(0x3be,0x42a,0x3bc,_0x3c7a48._0x53886a)+'e'](),{comment:_0x23abb5}=_0x21eb9f[_0x13ef60(0x2c8,0x2bf,_0x3c7a48._0x4a0fae,_0x3c7a48._0x27da31)];if(!/^[A-Z]+-\d+$/i['test'](_0x3d6963)){const _0x565a0b={};return _0x565a0b[_0x13ef60(0x33f,0x2ed,_0x3c7a48._0x310da2,_0x3c7a48._0x244839)]=_0x29a13d[_0x446944(0x450,0x3a0,0x3f4,_0x3c7a48._0x45e189)],_0x565a0b[_0x13ef60(_0x3c7a48._0x37adc3,_0x3c7a48._0x42e1a9,_0x3c7a48._0x3078b6,_0x3c7a48._0x111353)]=_0x29a13d[_0x13ef60(0x35d,0x334,_0x3c7a48._0x5d438b,0x2ff)],_0x226959[_0x13ef60(0x2d7,0x260,0x328,0x2b8)](0x18dd+-0x897+-0x1*0xeb6)[_0x446944(_0x3c7a48._0x86da84,_0x3c7a48._0x4722b6,_0x3c7a48._0x554f7f,_0x3c7a48._0x47589d)](_0x565a0b);}if(!_0x23abb5||_0x29a13d[_0x13ef60(_0x3c7a48._0x44250b,0x338,0x2a9,_0x3c7a48._0x2295a3)](typeof _0x23abb5,_0x29a13d[_0x446944(_0x3c7a48._0x277506,_0x3c7a48._0x2eeeee,0x316,_0x3c7a48._0x455dec)])||_0x29a13d['LYdDp'](_0x23abb5[_0x446944(_0x3c7a48._0x422375,0x389,0x39e,0x3a9)]()[_0x13ef60(_0x3c7a48._0x3e2ba3,0x3a2,_0x3c7a48._0x514807,_0x3c7a48._0x5ef91f)],-0x1c1*-0x7+0x748*0x2+-0x1ad7)){const _0x4e10f3={};return _0x4e10f3[_0x13ef60(0x2cb,_0x3c7a48._0x5ef4a1,0x36d,0x30b)]='Missing\x20co'+_0x446944(0x2fd,0x3c1,0x370,0x3bf),_0x4e10f3[_0x13ef60(_0x3c7a48._0x58ddd8,0x27a,_0x3c7a48._0x2dbdc3,0x2d6)]=_0x29a13d['iYBiK'],_0x226959['status'](0x242b+0x7a7*0x3+0x6*-0x998)[_0x13ef60(0x3d0,0x3d2,_0x3c7a48._0x1c8799,0x360)](_0x4e10f3);}logger[_0x446944(0x323,_0x3c7a48._0x240768,0x323,_0x3c7a48._0xfe7f11)](_0x446944(0x430,_0x3c7a48._0x12bc12,_0x3c7a48._0x17addd,0x42c)+_0x13ef60(0x3df,_0x3c7a48._0x327b9a,_0x3c7a48._0x1c5a34,_0x3c7a48._0x29b1b1)+_0x446944(_0x3c7a48._0x4589e4,_0x3c7a48._0x1275dc,_0x3c7a48._0x4d84ae,0x3ba)+'\x20'+_0x3d6963);const _0x2caa6f=await jiraClient[_0x13ef60(0x35d,0x2bc,0x2d9,_0x3c7a48._0x46c230)+'t'](_0x3d6963,_0x23abb5[_0x446944(0x398,0x39c,0x39e,0x3c9)]()),_0x8b2941={};_0x8b2941[_0x446944(_0x3c7a48._0x13f62d,0x2ee,_0x3c7a48._0x4e8b07,_0x3c7a48._0x1c90e9)]=!![],_0x8b2941['comment']=_0x2caa6f,_0x226959[_0x446944(_0x3c7a48._0x53fe09,_0x3c7a48._0x529ba3,_0x3c7a48._0x6f4c48,0x364)](_0x8b2941);}catch(_0x5cf355){logger[_0x13ef60(0x346,0x2df,_0x3c7a48._0x5a23b7,_0x3c7a48._0x243871)]('Failed\x20to\x20'+'post\x20Jira\x20'+_0x446944(_0x3c7a48._0x442599,_0x3c7a48._0x24fed5,0x332,0x2fa),_0x5cf355);if(_0x5cf355[_0x13ef60(_0x3c7a48._0x139360,_0x3c7a48._0x1b0f88,_0x3c7a48._0x5993d4,_0x3c7a48._0x111353)][_0x13ef60(_0x3c7a48._0x474290,_0x3c7a48._0x2d1250,_0x3c7a48._0x45b2fd,_0x3c7a48._0x11b6d6)](_0x29a13d[_0x446944(0x38e,_0x3c7a48._0x3e84c2,0x3af,_0x3c7a48._0x3500cc)])){const _0x1e1ccf={};return _0x1e1ccf[_0x13ef60(_0x3c7a48._0x23a3c2,_0x3c7a48._0x3d2c85,_0x3c7a48._0x3d2c85,0x30b)]=_0x446944(0x42c,_0x3c7a48._0x3186dd,0x3f6,_0x3c7a48._0x32d3a4)+_0x13ef60(_0x3c7a48._0x3f3ecc,0x301,_0x3c7a48._0x259145,0x301),_0x1e1ccf[_0x13ef60(_0x3c7a48._0xa22714,_0x3c7a48._0x3e2ba3,_0x3c7a48._0x55e1ae,_0x3c7a48._0x111353)]=_0x5cf355[_0x446944(0x360,_0x3c7a48._0x79c65e,0x33c,_0x3c7a48._0x364c76)],_0x226959[_0x13ef60(_0x3c7a48._0x442599,0x2a5,_0x3c7a48._0x147b70,_0x3c7a48._0x395c44)](0x263e+0x10cd*-0x1+-0x13dd)[_0x13ef60(0x3a5,0x36e,_0x3c7a48._0x4d84ae,0x360)](_0x1e1ccf);}else{if(_0x5cf355[_0x13ef60(0x2ee,0x301,_0x3c7a48._0x2aeff4,0x2d6)]['includes'](_0x29a13d[_0x446944(_0x3c7a48._0x3e98a1,0x3f1,_0x3c7a48._0x1b69a0,_0x3c7a48._0x340573)])){if(_0x29a13d['eMVKu'](_0x29a13d[_0x446944(0x3f8,0x3d8,0x3ac,_0x3c7a48._0x1afdf5)],_0x29a13d['jJaoI'])){const _0x13807f={};return _0x13807f['error']=_0x29a13d[_0x446944(_0x3c7a48._0xa385af,_0x3c7a48._0x45e189,0x352,0x33e)],_0x13807f[_0x13ef60(_0x3c7a48._0x264d16,_0x3c7a48._0x365be2,0x329,0x2d6)]=_0x5cf355['message'],_0x226959[_0x446944(0x2d8,_0x3c7a48._0x1337a6,_0x3c7a48._0x4c36e4,0x2b9)](-0x1ac*-0x6+0x163*0x10+-0x13*0x19d)[_0x13ef60(0x341,_0x3c7a48._0x38b705,0x3bb,_0x3c7a48._0x5f08c3)](_0x13807f);}else _0x464898[_0x446944(_0x3c7a48._0x4809f8,_0x3c7a48._0x3e0f74,0x371,_0x3c7a48._0x3c7831)](_0x29a13d[_0x13ef60(0x2ec,_0x3c7a48._0x1d9e31,0x250,0x2bf)],_0x53d8fe);}else{if(_0x5cf355[_0x446944(_0x3c7a48._0x959567,_0x3c7a48._0x4957aa,0x33c,_0x3c7a48._0x452bcc)][_0x13ef60(_0x3c7a48._0x4bd726,_0x3c7a48._0x41b6f7,_0x3c7a48._0x52adae,_0x3c7a48._0x274aaa)](_0x29a13d['UFeBo'])){if('okiyM'!==_0x446944(0x36a,_0x3c7a48._0x4391c5,0x3cb,_0x3c7a48._0x586086)){const _0x18871b={};return _0x18871b['error']=_0x13ef60(_0x3c7a48._0x13977a,0x373,_0x3c7a48._0x1142f1,0x377)+'\x20denied',_0x18871b[_0x446944(0x3a1,0x3a2,0x33c,0x300)]=_0x5cf355[_0x13ef60(_0x3c7a48._0x188e0a,_0x3c7a48._0x47f89c,0x290,_0x3c7a48._0x111353)],_0x226959[_0x13ef60(_0x3c7a48._0x395c44,0x303,_0x3c7a48._0x259145,0x2b8)](0x1733*0x1+0x1c27+-0x31c7)[_0x446944(_0x3c7a48._0x507735,_0x3c7a48._0x340573,_0x3c7a48._0xa0bb0f,_0x3c7a48._0xa8b48b)](_0x18871b);}else{const _0x4f759c={};return _0x4f759c[_0x13ef60(0x300,0x312,_0x3c7a48._0x286c54,_0x3c7a48._0x3d4b49)]='Authentica'+_0x13ef60(_0x3c7a48._0xb9c5e7,0x399,0x33b,0x347)+'d',_0x4f759c['message']=_0x46c451[_0x446944(_0x3c7a48._0x2478f2,0x2d4,_0x3c7a48._0x167c5a,_0x3c7a48._0x2318c8)],_0x4e4dcf[_0x446944(0x329,_0x3c7a48._0x26ab9f,0x31e,_0x3c7a48._0xb9ec6a)](-0x15*-0x12f+-0x1*-0x2053+-0x379d)[_0x13ef60(0x381,0x340,_0x3c7a48._0x402975,_0x3c7a48._0x1661eb)](_0x4f759c);}}else{const _0x483b4f={};return _0x483b4f['error']=_0x29a13d[_0x13ef60(_0x3c7a48._0xc3e962,0x330,_0x3c7a48._0x301fcc,0x367)],_0x483b4f[_0x13ef60(0x2c1,0x27b,_0x3c7a48._0x3b2f55,0x2d6)]=_0x5cf355['message'],_0x226959[_0x13ef60(0x26d,_0x3c7a48._0xd7ab97,_0x3c7a48._0x46c230,0x2b8)](0x609*-0x5+0x25*-0x9a+0x33*0x111)[_0x13ef60(0x3cc,_0x3c7a48._0x36afb6,0x3c4,_0x3c7a48._0x1661eb)](_0x483b4f);}}}}});export default router;