Jira Server version 8.13.25 shows the api call to be the below...
/rest/projectvalidate/key
I keep getting the below...
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><status><status-code>404</status-code><message>null for uri: https://<URL>/jira/rest/api/latest/projectvalidate/JATT</message></status>
from what I can see in the documentation, the key should be passed as a query parameter rather than a path parameter. That means, instead of calling:
/rest/projectvalidate/JATT
try calling:
/rest/projectvalidate/key?key=JATT
Hope this solves it.
Greetings
Gideon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.