You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Under the JQLConnector interface, create the method Parse with the corresponding documentation (comments).
Create the Parse implementation (please use the other service as a reference).
Create the unit test cases with a minimum of 80% of coverage.
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
The text was updated successfully, but these errors were encountered: