How to get issue title in jira using rest api(Python)

Pratik Kulkarni December 9, 2016
 

2 answers

2 votes
Pratik Kulkarni December 9, 2016

Thanks i figured it out . Following solution works :

issues[0].raw['fields']['summary']

Title in this case is 'summary'

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.
December 9, 2016

Your python needs to use a REST call to fetch the custom field you've called "title".  Is that right?

Suggest an answer

Log in or Sign up to answer