ctreminiom / go-atlassian

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

:sparkles: Added the workflow scheme service. #79

Closed ctreminiom closed 3 years ago

ctreminiom commented 3 years ago
  1. Added the ability to CRUD the worflow schemes on the V2
  2. Added the ability to assign workflow scheme to a project (v3,v2)
  3. Added the ability to get the project/workflow scheme associations (v3,v2)
codecov[bot] commented 3 years ago

Codecov Report

Merging #79 (1fbbb91) into main (3268c52) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              main       #79    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          140       141     +1     
  Lines        10317     10460   +143     
==========================================
+ Hits         10317     10460   +143     
Impacted Files Coverage Δ
jira/v2/workflow.go 100.00% <ø> (ø)
jira/v2/jira.go 100.00% <100.00%> (ø)
jira/v2/workflowScheme.go 100.00% <100.00%> (ø)
jira/v3/workflowScheme.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3268c52...1fbbb91. Read the comment docs.