go-atlassian
go-atlassian copied to clipboard
:sparkles: Mapped the new Jira workflow edition API's
Codecov Report
Merging #231 (a9e10fb) into main (095b64b) will decrease coverage by
0.05%
. The diff coverage is85.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: |
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..