We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884051a commit 00d574bCopy full SHA for 00d574b
atlassian/jira.py
@@ -3680,7 +3680,7 @@ def tempo_teams_get_memberships_for_member(self, username):
3680
# Agile(Formerly Greenhopper) REST API implements
3681
# Resource: https://docs.atlassian.com/jira-software/REST/7.3.1/
3682
#######################################################################
3683
- def add_issues_to_backlog(self, sprint_id, issues):
+ def add_issues_to_backlog(self, issues):
3684
"""
3685
Adding Issue(s) to Backlog
3686
:param issues: list: List of Issue Keys
0 commit comments