Hi Jira Team,
I am trying to find out the way get name of "Area" field in Jira.
However, I am not seeing any attribute called as "area" when I try to list attributes of all Jira fields. Am I in wrong place ? (Try to do dir(issue.fields))
{code}
['__class__', '__delattr__', '__dict__', '__doc__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', u'aggregateprogress', u'aggregatetimeestimate', u'aggregatetimeoriginalestimate', u'aggregatetimespent', u'assignee', u'attachment', u'comment', u'components', u'created', u'creator', u'customfield_10000', u'customfield_10001', u'customfield_10002', u'customfield_10003', u'customfield_10007', u'customfield_10008', u'customfield_10100', u'customfield_10200', u'customfield_10301', u'customfield_10400', u'customfield_10500', u'customfield_10501', u'customfield_10502', u'customfield_10503', u'customfield_10504', u'customfield_10505', u'customfield_10506', u'customfield_10507', u'customfield_10508', u'customfield_10509', u'customfield_10510', u'customfield_10511', u'customfield_10600', u'customfield_10601', u'customfield_10602', u'customfield_10603', u'customfield_10604', u'customfield_10605', u'customfield_10606', u'customfield_10607', u'customfield_10608', u'customfield_10609', u'customfield_10610', u'customfield_10611', u'customfield_10800', u'customfield_10802', u'customfield_10900', u'customfield_11100', u'customfield_11200', u'customfield_11203', u'customfield_11400', u'customfield_11401', u'customfield_11501', u'customfield_11800', u'customfield_11900', u'customfield_12000', u'customfield_12100', u'customfield_12200', u'customfield_12300', u'customfield_12600', u'customfield_12700', u'customfield_12701', u'description', u'duedate', u'environment', u'fixVersions', u'issuelinks', u'issuetype', u'labels', u'lastViewed', u'priority', u'progress', u'project', u'reporter', u'resolution', u'resolutiondate', u'security', u'status', u'subtasks', u'summary', u'timeestimate', u'timeoriginalestimate', u'timespent', u'timetracking', u'updated', u'versions', u'votes', u'watches', u'worklog', u'workratio']
{code}