Switch Jira API calls to GET-based JQL search with project scoping #9
Reference in New Issue
Block a user
Delete Branch "fix/jira-api-compliance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
GET /rest/api/2/issue/{key} for Charter compliance
- 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