issues = jira.search_issues('project=titan')
print issues
[]
Just returns an empty list, why? No matter what I put in there it always returns an empty list. It works fine thru the gui. There are many issues. I can search for individual issues but cannot get anything from this method.
jira version = 6.1.3
It's from python-jira.
from jira.client import JIRA
options = {'server': 'http://server.name.here'}
jira = JIRA(options, basic_auth=('user', 'password'))
issues = jira.search_issues('project=titan')
print issues
[]
What language or script is jira.search_issues from? It's not java, so what actually is it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.