How to get the Severity of a issue ?

Kaleshwar May 23, 2017

I use issue.fields.status to get the status of the issue, but how do I get the ' severity ' ?

1 answer

1 vote
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.
May 23, 2017

Severity is going to be a custom field, so you'll need to use something like issue.customfield(customfieldobject).  I don't know how to do that in python

Kaleshwar May 24, 2017

Thank you for the quick reply. As you said that severity is a customfield I did lotta searching and found how to get it. I need to use

 

issue.fields.customfield_*** 

now how do I get the ' *** ' (digits) ? I found out that I can get it from the Jira website's source page or a much easy option is to inspect the required element ( severity in my case ).

Thank you 

Suggest an answer

Log in or Sign up to answer