Skip to content

Commit 87d2c6f

Browse files
authored
Merge pull request #4 from freenowtech/feature/fix-dropped-jira-endpoint
Changed search endpoint (was dropped by Jira)
2 parents 434e4c3 + ee70e5f commit 87d2c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_jira/git_jira.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def load_branches():
3333
request.install_opener(opener)
3434

3535
req = request.Request(
36-
instance + '/rest/api/3/search?'
36+
instance + '/rest/api/3/search/jql?'
3737
'jql=assignee=currentUser()+order+by+updated&fields=id,key,summary,issuetype,assignee',
3838
method="GET")
3939
req.add_header('Accept', 'application/json')

0 commit comments

Comments
 (0)