Hello,

I am reporting an issue with the "Query Data" task in the Gitlab plugin. The task does not allow appending filters to the API endpoint URL, which limits the ability to refine and narrow down data queries.

This limitation has a significant impact on the effectiveness of data retrieval and processing in Digital AI Release, as it may lead to incomplete or inaccurate data being used in downstream tasks and processes.

For example, I am trying to use the following API endpoints:

"/api/v4/issues?scope=all"
"/api/v4/issues?scope=assigned_to_me"

However, only the "/api/v4/issues" endpoint works, which returns only the issues created by the user. This is not the desired information.

When I try to append the filter parameters, I receive a 400 error with the following response:

{"error":"scope does not have a valid value"}

After investigating, I believe the issue is related to the plugin code not properly handling appended parameters.

Regards,

Comments

  • We are considering implementing these changes in version 25.3. Please let us know which version you require this for, so we can evaluate the possibility of backporting the changes.