Skip to content

Query jira projects by key or name

What does this MR do?

This MR touches a couple things:

  1. #231394 (closed): overrides the default max_page_size from 100 to whatever size is returned by Jira API call. Jira API endpoint for projects returns all projects in one call, so there is no need to add pagination and make multiple API calls when we get all in one request.
  2. no issue: there was a bug with filtering of project by name or key that this MR fixes.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alexandru Croitor

Merge request reports

Loading