Skip to content

Support passing of query string parameters in API calls #220

@aik099

Description

@aik099

Some of the API calls support both request body parameters and query string parameters (e.g. https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-worklogs/#api-rest-api-2-issue-issueidorkey-worklog-id-put ).

Proposing to support the query_string/queryParams/_query key (or similar) in the $params/$options array for specifying these parameters.

The name must also be quite unique to avoid conflict with any of Request body parameters, that we any of current JIRA API calls (according to docs) can use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions