Skip to content

Commit

Permalink
use v2 of the rest api
Browse files Browse the repository at this point in the history
  • Loading branch information
capoferro committed Jun 1, 2012
1 parent 9abc1f4 commit 4f9271b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jira_client.coffee
Expand Up @@ -40,7 +40,7 @@ class JiraRPC

class JiraREST
constructor: (@username, @password, @location) ->
@apiPath = url.resolve @location, 'rest/api/2.0.alpha1/'
@apiPath = url.resolve @location, 'rest/api/2/'

get: (methodName, params = {}, callback) ->
query = querystring.stringify params
Expand Down

0 comments on commit 4f9271b

Please sign in to comment.