Skip to content

Commit

Permalink
use "agile" endpoint over now removed "greenhopper" (pycontribs#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
adehad authored and svermeulen committed Oct 31, 2021
1 parent 1827deb commit aaddc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class JIRA:
"context_path": "/",
"rest_path": "api",
"rest_api_version": "2",
"agile_rest_path": GreenHopperResource.GREENHOPPER_REST_PATH,
"agile_rest_path": GreenHopperResource.AGILE_BASE_REST_PATH,
"agile_rest_api_version": "1.0",
"verify": True,
"resilient": True,
Expand Down

0 comments on commit aaddc70

Please sign in to comment.