Keep v2 support for search#23
Keep v2 support for search#23aditi-kantata merged 4 commits intoIE-1122_update_deprecated_jira_apisfrom
Conversation
b6b
left a comment
There was a problem hiding this comment.
I like bringing back the old implementation 👍
@mavenlink/integrations-solutions The one thought I have is that this unfortunately just moves old behavior to a different method instead of keeping it fully compatible. It will be a bit of an annoyance changing things again, but what does everyone thing of preferring to keep this self.jql and updating the v3 search to be self.jql_v3?
Thats interesting, but why I kept the v3 as |
I understand that v3 will be the default for search but reviewing the pattern on your other PR, I think |
ba6db83
into
IE-1122_update_deprecated_jira_apis
Enable the support for v2 search as well, as for some clients using on-prem server for jira, v3 is not yet supported. The client can call
jql_v2and the gem would hit the v2 search api.