As a user, I don't want issue-packs to fail silently. I would like the program to return a result even if there was a problem. If possible, I would like to use familiar error codes and messages.
More info
Here's my guess at possible errors:
[ ] Time out talking to Jira or GitHub, etc
[ ] Authentication error
[ ] Unable to find issue pack yaml file
[ ] Unable to parse issue pack yaml file
[ ] Issue tracker returned unexpected error
[ ] Only some of the issues were added
[ ] Targeted Jira endpoint does not exist
[ ] Targeted Jira project identifier does not exist
[ ] Unexpected error
As per @leedavidr via email regarding brittleness of error recovery:
Story
As a user, I don't want issue-packs to fail silently. I would like the program to return a result even if there was a problem. If possible, I would like to use familiar error codes and messages.
More info
Here's my guess at possible errors:
As per @leedavidr via email regarding brittleness of error recovery: