Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_custom_field_by_name fails to retrieve custom field value #302

Open
seanxiangct opened this issue Feb 6, 2020 · 1 comment
Open

Comments

@seanxiangct
Copy link

x.get_custom_field_by_name(cf_name='PRIORITY TYPE')
Out[28]:

priority_type = x.fetch_custom_fields()[2]
priority_type.name
Out[32]: 'PRIORITY TYPE'
x.get_custom_field_by_name(priority_type.name)
Out[33]:
priority_type.value
Out[34]: '3 - can miss one run'

@xu2xulim
Copy link

@salmonlon Have the same issue here with get_custom_field_by_name and validated using the steps you provided and was able to proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants