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

Board get item by column value does not work by items name #236

Open
AvrahamMeyers opened this issue Dec 19, 2022 · 0 comments
Open

Board get item by column value does not work by items name #236

AvrahamMeyers opened this issue Dec 19, 2022 · 0 comments

Comments

@AvrahamMeyers
Copy link

AvrahamMeyers commented Dec 19, 2022

I am trying to get an item by its name, and I am following along what it says to do in the documentation
column_id = 'test_column'
column_value = board.get_column_value(column_id)
column_value.text = 'Search Text'
items = board.get_items_by_column_values(column_value, 'id', 'name')
items
[{'id': '1234567', 'name': 'New Item'}]
The board.get_column_value function does not work and I get the following error: AttributeError: module 'moncli.column_value' has no attribute 'NameValue'.
Any guidance on how to fix this and get an item by its name would be appreciated. Thank you!

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

1 participant