-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
base: main
Are you sure you want to change the base?
Update jira-search-self-hosted extension #18937
Conversation
- fix: correct title casing for validator - fix: improve search functionality and update dependencies - fix: update publish script and title casing - Initial commit
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. |
There was a problem hiding this 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 manualshowToast
in error handling in/extensions/jira-search-self-hosted/src/command.tsx
- Ensure consistent trimming of query across
isIssueKey
andbuildJql
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
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>
Description
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder