PYTHON-JIRA

Sakthi kavin January 27, 2020

I am trying to list all the projects after establishing the jira connection.

 

jira.projects()

 

 

But I find few projects missing. But I those projects are available in the UI and I can query there.

2 answers

0 votes
DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 28, 2020

@Sakthi kavinWelcome to the community!

To add to @Nic Brough -Adaptavist-  have you passed 'auth' during initialization of jira object, if not, jira.projects() will give you list of projects that are anonymously visible.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 28, 2020

Does the account logging in to run the python have "browse project" permission for all the projects it should see?

Suggest an answer

Log in or Sign up to answer