Forums

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

Jira Python issue by region

Pegah Lashgarlou
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 6, 2019

Does anyone know how I can narrow down the issues in my project by region/domain? 

I have:

= jira.search_issues('project="example"', startAt=0, maxResults=0, json_result=True)

how do I narrow it down more to region? tried:

s = jira.search_issues('project="DC Ops" and region="x"', startAt=0, maxResults=0, json_result=True)

but that didn't work.

Thanks in advance! 

0 answers

Suggest an answer

Log in or Sign up to answer