ctreminiom / go-atlassian

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

:sparkles: Mapped the Jira Issue Search endpoints #115

Closed ctreminiom closed 2 years ago

ctreminiom commented 2 years ago
  1. Added the Checks method under the IssueSearch service
  2. https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-jql-match-post
codecov[bot] commented 2 years ago

Codecov Report

Merging #115 (d0392c4) into main (6f45870) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #115   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          158       158           
  Lines        11476     11504   +28     
=========================================
+ Hits         11476     11504   +28     
Impacted Files Coverage Δ
jira/v2/issueSearch.go 100.00% <100.00%> (ø)
jira/v3/issueSearch.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 6f45870...d0392c4. Read the comment docs.