Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Feature/wm 149 improve jira search updated branch #168

Merged
merged 8 commits into from
Apr 19, 2023

Conversation

baristaGeek
Copy link
Collaborator

This PR improves the JQL query for searching Jira tickets on both the VS Code extension and the GitHub Action. This is an updated and improved version of #157 (will close it)

** VS Code extension **

  • Since we're back to thinking about the extension as a general contextualizer and not specifically a debugger, I removed the sorting by ticket type that favored bug tickets
  • I also removed other heuristics such as sorting by description (misguiding) and story points (a company may or not use those in the first place, and second, it misguides the JQL query on finding the stuff we actually want). It's what I concluded after a lot of experimentation.
  • To improve the query I changed the query to search for the coincidence of each individual relevant word instead of the group of all words, which considerably improves accuracy.
  • A minor accuracy improvement was removing colons from the PR Title.

** GitHub Action **

  • Similar to the VS Code extension, I changed the JQL query so that we search random word by random word coincidences on the description and summaries. Theoretically (based on the VS Code extension example), this will increase indexing accuracy

@vercel
Copy link

vercel bot commented Apr 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
watermelon ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 19, 2023 7:47pm

@github-actions
Copy link

github-actions bot commented Apr 18, 2023

pages/api/actions/getContext.ts Outdated Show resolved Hide resolved
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants