1

Using Jira-Python, how do you specify the API versioning that the issues= command sends? i.e.,

https:///rest/api/2/search?

vs.

/api/latest/search ...

1 Answer 1

0

@Tony, the version is hardcoded into the imported library. If I were looking for the API call I would use a breakpoint in your script, debug it and step into the methods to find where the version is defined. Hope this helps.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.