ctreminiom / go-atlassian

✨ Golang Client Library for Atlassian Cloud.
https://docs.go-atlassian.io
MIT License
123 stars 34 forks source link

:sparkles: Mapped the new Jira workflow edition API's #231

Closed ctreminiom closed 1 month ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #231 (a9e10fb) into main (095b64b) will decrease coverage by 0.05%. The diff coverage is 85.18%.

@@            Coverage Diff             @@
##             main     #231      +/-   ##
==========================================
- Coverage   89.22%   89.18%   -0.05%     
==========================================
  Files         137      138       +1     
  Lines       10798    10903     +105     
==========================================
+ Hits         9635     9724      +89     
- Misses        588      596       +8     
- Partials      575      583       +8     
Files Changed Coverage Δ
jira/v2/api_client_impl.go 56.08% <50.00%> (-0.24%) :arrow_down:
jira/v3/api_client_impl.go 56.08% <50.00%> (-0.24%) :arrow_down:
jira/internal/workflow_validator_impl.go 86.66% <86.66%> (ø)
jira/internal/workflow_impl.go 90.32% <88.57%> (-2.41%) :arrow_down:
ctreminiom commented 1 year ago

Updates: the samples provided by Atlassian returns a 400 error code requesting me a transition Id on the workflow creation. Contacted the Atlassian support and waiting for their replies..