Hi,
I am currently writing a python script to run for our Jira using API V2.
Edit:
Using the header with "accept": "application/json" I get the errorMessag:
{"message":"null for uri: <MyHost>/rest/api/2/users/search","status-code":404}
Using my header I used in my other GET requests:{"Content-Type": "application/json"} I get:
</status-code><message>null for uri: <MyHost>/rest/api/2/users/search</message></status>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.