How do you define a custom field name in jira-python?
When I get an error, my custom fields are displayed as customfield_xxx
The names on my screen are "project", "name", "completion date", etc. If you do not count the values in each field, then seeing where it appears when I re-read the question.
That is, I can put 'a' in one of my fields, then read this problem and find that customfield_10801 (or something else) has the value 'a'. But is there a general way to find, for example, if my custom field is "due date" that customfield_xxx is displayed on?
Or, in the JIRA GUI, how would I look at these user # fields.
python jira custom-fields
Paul nelson
source share