Query jira projects by key or name
What does this MR do?
This MR touches a couple things:
-
#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. - 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
-
Changelog entry -
Documentation (if required) -
Code review guidelines -
Merge request performance guidelines -
Style guides -
Database guides -
Separation of EE specific content
Availability and Testing
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. -
Tested in all supported browsers -
Informed Infrastructure department of a default or new setting change, if applicable per definition of done
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