ctreminiom / go-atlassian

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

Parse the `POST /rest/api/3/jql/parse endpoint` #157

Closed ctreminiom closed 1 year ago

ctreminiom commented 1 year ago

Is your feature request related to a problem? Please describe. Right now, the library doesn't support the ability to parse the JQL queries, please create a new implementation of it.

Describe the solution you'd like Please create an interface called JQLConnector and implement the Parse method

Describe the tasks needed

Additional context