andygrunwald / andygrunwald/go-jira
Add WarningMessages to query response to be able to manage warnings
- Ngôn ngữ chính
- Go
- Star
- 1.6k
- Fork
- 500
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## Is your feature request related to a problem? Please describe.
No, it is not a problem.
## Describe the solution you'd like
When using Issue.Search(...) I have noticed that the optional field "WarningMessages" is not implemented in the response struct
struct:

real response (when something is wrong):

The drawback is that you are unable to detect these warnings since most of times the HTTP response is 200 even if one of the fields from the query is a wrong value (i.e. user not exists)
## Describe alternatives you've considered
I think there are no alternatives.
## Additional context
No additional context
@andygrunwald @benjivesterby what do you think? do you want me to implement it?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.