An error occurred while fetching the assigned iteration of the selected issue.
Remove 255 characters limitation in commit status API target_url field
Summary
Commit status API target_url field should not be limited to 255 characters.
Steps to reproduce
Create a commit status with target_url > 255 characters.
Example Project
Not applicable.
What is the current bug behavior?
Gitlab API request to create a commit status is failing if target_url
field is greater than 255 chars (see log below).
What is the expected correct behavior?
As it used to work before the limtation was introduced: API request was functional, commit status badge was functional.
Relevant logs and/or screenshots
Possible fixes
Restore earlier behavior without this limitation.
I understand there may be a limitation due to #321685, however, this limitation was not there before and links used to work fine before that limitation was introduced in API request.