Skip to content

Update jira-search-self-hosted extension #18937

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

haydencbarnes
Copy link
Contributor

@haydencbarnes haydencbarnes commented May 3, 2025

Description

  • Fixed a bug where the search command would not work if the query started or ended with a space. Also, improve state management of the query.

Checklist

- fix: correct title casing for validator
- fix: improve search functionality and update dependencies
- fix: update publish script and title casing
- Initial commit
@raycastbot raycastbot added extension fix / improvement Label for PRs with extension's fix improvements extension: jira-search-self-hosted Issues related to the jira-search-self-hosted extension labels May 3, 2025
@raycastbot
Copy link
Collaborator

raycastbot commented May 3, 2025

Thank you for your contribution! 🎉

🔔 @emanguy @svenwiegand @koseduhemak @rnprest @LunaticMuch @nick318 @marinsokol you might want to have a look.

You can use this guide to learn how to check out the Pull Request locally in order to test it.

You can expect an initial review within five business days.

@haydencbarnes haydencbarnes marked this pull request as ready for review May 3, 2025 19:40
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

This PR updates the Jira Search Self-Hosted extension with bug fixes for query handling and improved state management using useCachedState.

  • The changelog entry format needs to be updated from 2025-05-03 to {PR_MERGE_DATE} in /extensions/jira-search-self-hosted/CHANGELOG.md
  • Fix typo in variable name statuus in /extensions/jira-search-self-hosted/src/issue.ts
  • Consider using showFailureToast from @raycast/utils instead of manual showToast in error handling in /extensions/jira-search-self-hosted/src/command.tsx
  • Ensure consistent trimming of query across isIssueKey and buildJql functions in /extensions/jira-search-self-hosted/src/issue.ts

💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!

4 file(s) reviewed, 5 comment(s)
Edit PR Review Bot Settings | Greptile

haydencbarnes and others added 4 commits May 6, 2025 21:06
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension fix / improvement Label for PRs with extension's fix improvements extension: jira-search-self-hosted Issues related to the jira-search-self-hosted extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants