We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
@salmonlon Have the same issue here with get_custom_field_by_name and validated using the steps you provided and was able to proceed.
Sorry, something went wrong.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: