Hello!
Using the JQL search API here the referenced issue link types in queries are not validated, although on Jira’s issue search page they are (e.g. instance path /issues/?jql=issueLinkType %3D "Blocksx"
).
Is this expected behaviour?
Cheers.
Hello!
Using the JQL search API here the referenced issue link types in queries are not validated, although on Jira’s issue search page they are (e.g. instance path /issues/?jql=issueLinkType %3D "Blocksx"
).
Is this expected behaviour?
Cheers.
Would be great to get a response to this
Hi! @shorvathhunt @RomyGreenfield
I checked that on our internal instances and when trying toinstanceAddress/issues/?jql=issueLinkType%20%3D%20"test"
I’m getting
There is no issue link type with either an inward or outward description ‘test’.
When trying to instanceAddress/rest/api/2/search?jql=issueLinkType%20%3D%20"test"
I’m getting {"startAt":0,"maxResults":50,"total":0,"issues":[],"warningMessages":["There is no issue link type with either an inward or outward description 'test'."]}
In both cases, the validation is run and the warning is returned which should be the proper output.
If I would add at the end of API call &validateQuery=none
validation is not run.
Cheers!