Closed PeterBlenessy closed 1 month ago
Related to #18
Add new component for handling Jira search using JQL.
JqlSearch.vue
q-input
q-table
App.vue
JqlSearch
jira.js
searchIssues
JiraClient
JqlSearch.spec.js
For more details, open the Copilot Workspace session.
Related to #18
Add new component for handling Jira search using JQL.
JqlSearch.vue
q-input
field for entering the JQL query.q-table
for displaying the search results.q-table
with the search results.q-table
to handle large collections of items.q-input
field to store and display previous JQL queries.App.vue
JqlSearch
component.JqlSearch
component to the template.jira.js
searchIssues
to handle the JQL search functionality.searchIssues
method in theJiraClient
object.JqlSearch.spec.js
JqlSearch
component.q-input
field andq-table
are rendered correctly.q-table
with the search results.q-table
works as expected.For more details, open the Copilot Workspace session.