I use openapi plugin along with swagger annotation dependency in order to generate stubs from openapi.yaml file.
I have just discovered that, by using these stubs under rest-jira-plugin the rest endpoint is not found if i make a request. By analyzing i found that the following annotation
@ApiModelProperty("")
blocking the request somehow and the endpoint no longer works.
I am looking forward for an explanation