Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get boards with Python

Alik
Contributor
February 28, 2020 edited

Hi all,

I want to get all boards from Jira and found method with python, but something get wrong. Who try this kind of method please help

from jira.client import JIRAfrom jira.client 
import GreenHopperimport logging
import refrom .rest_client 
import AtlassianRestAPI

options = {'server''http://localhost/'}
jira = JIRA(options, basic_auth=('username''password'))

gh = GreenHopper(options)

 
def get_agile_board_configuration(selfboard_id)      
url = 
'rest/agile/1.0/board/{}/configuration'.format(str(board_id))        

return self.get(url)

I get this error.

File "board.py", line 11
def get_agile_board_configuration(self, board_id)
IndentationError: unexpected indent

Code I get from github

https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/jira.py#L984

Thanks in advance,
regards,
Alik
 

1 answer

0 votes
Gergely Fehér
Contributor
February 28, 2020

Delete the first "space" character at the start at line 11 - before "def ".

Gergely Fehér
Contributor
February 28, 2020 edited

And as I see from the copied script you should add 2 or 4 spaces at the start of next line (starting with "url = ") and the same spaces to the last line (starts with "return ")

Alik
Contributor
February 28, 2020

Hi @Gergely Fehér ,

Thanks for answer, but after changes, that still not working.

Regards,

Alik

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, jira service management, jsm webinar, ai in jsm, opsgenie integration, incident management, virtual agent, atlassian intelligence, ai-powered service desk, it operations, atlassian learning, service management webinar, team '25 recap

What’s new in Jira Service Management 🤔

Discover how Atlassian is revolutionizing service management with cutting-edge solutions for AI-powered support, HR Service Management, or DevOps connectivity.

Register here ⬇️
AUG Leaders

Atlassian Community Events