I'm using Jira Python-Api for making the rest calls. I would like to know how the status codes or error codes are captured when the api call is a success or a failure,
Please, help me out.
Thanks
Hi @Surya ,
You can do like this try catch
https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/jira.py#L2396
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.