We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7844c0b commit f55ca5eCopy full SHA for f55ca5e
atlassian/jira.py
@@ -1340,7 +1340,7 @@ def get_agile_board_properties(self, board_id):
1340
Gets a list of all the board properties
1341
:param board_id: int, str
1342
"""
1343
- url = 'rest/agile/1.0/board/{board_id}/properties'
+ url = 'rest/agile/1.0/board/{board_id}/properties'.format(board_id=board_id)
1344
return self.get(url)
1345
1346
def health_check(self):
0 commit comments