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

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

Fixes: #1504

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit eb79c14e9c)

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
patchback[bot]
2020-12-19 18:11:11 +01:00
committed by GitHub
parent 88d00c32db
commit 4aba7d5b87
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).