Switch Jira API calls to GET-based JQL search with project scoping #9

Merged
jramos merged 1 commits from fix/jira-api-compliance into master 2026-04-29 08:16:45 -06:00
Owner
  • getIssue now uses GET /rest/api/2/search with JQL instead of
    GET /rest/api/2/issue/{key} for Charter compliance
  • searchIssues switched from POST to GET with URL-encoded query params
  • searchIssuesByKeys adds project scoping to JQL clause
  • Updated UAT tests and API use-case docs to match
- getIssue now uses GET /rest/api/2/search with JQL instead of GET /rest/api/2/issue/{key} for Charter compliance - searchIssues switched from POST to GET with URL-encoded query params - searchIssuesByKeys adds project scoping to JQL clause - Updated UAT tests and API use-case docs to match
jramos added 1 commit 2026-04-29 08:16:28 -06:00
- getIssue now uses GET /rest/api/2/search with JQL instead of
  GET /rest/api/2/issue/{key} for Charter compliance
- searchIssues switched from POST to GET with URL-encoded query params
- searchIssuesByKeys adds project scoping to JQL clause
- Updated UAT tests and API use-case docs to match
jramos merged commit 8df961cce8 into master 2026-04-29 08:16:45 -06:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jramos/cve-dashboard#9