I'm building a small wrapper to automate some tasks and when modifying the API query parameters in a specific way, I get the following 500 error.
HI @Jesus Salvador Montiel Sanchez
Welcome to the community.
It seems you SQL contains an empty property key value.
I think property_key is not defined.
SELECT ID, ENTITY_NAME, ENTITY_ID, PROPERTY_KEY, CREATED, UPDATED, json_value FROM dbo.entity_property WHERE (ENTITY_NAME=? AND ENTITY_ID=?) AND (PROPERTY_KEY IN () ) ORDER BY UPDATED, ID (Incorrect syntax near ')'.)
This as far as I can remember on using SQL.
Property_key is define via JQL using API, im not using sql, this looks like a bug, but thank you for your time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.