jira: Provide useful error message to user (#1509)

* Code refactor
* Handle exception
* Provide useful error message to user when exception is raised

Fixes: #1504

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2020-12-19 22:13:41 +05:30 committed by GitHub
commit eb79c14e9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 31 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- jira - provide error message raised from exception (https://github.com/ansible-collections/community.general/issues/1504).