Description
Current situation:
- the Jira API endpoints have a vast set of supported parameters (for POST requests there is a possibility to specify also GET parameters)
- the
Api
class methods that perform GET Jira API calls provide limited configurability, e.g.- only several common parameters can be specified
- sometimes there is
$params
parameter for specifying additional query params
- the
Api
class methods that perform POST Jira API calls provide limited configurability, e.g.- only several common parameters can be specified
- sometimes there is
$params
parameter for specifying additional POST data - no way to specify query parameters
This has resulted in some issues:
- The "Api::getProjects" needs to allow specifying "expand" #154
- The "Api::getIssue" call ignores "$expand" #153
Solution
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels