Skip to content

Add more customization to Api class methods #242

Open
1 of 4 issues completed
Open
Task
1 of 4 issues completed
@aik099

Description

@aik099

Current situation:

  1. the Jira API endpoints have a vast set of supported parameters (for POST requests there is a possibility to specify also GET parameters)
  2. 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
  3. 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:

Solution

  1. Support passing of query string parameters in API calls #220
  2. Using builder pattern & fluid interface #223

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions