Skip to main content

Pulse state returned incorrectly in items_by_column_values query

  • October 9, 2020
  • 6 replies
  • 1274 views

When using the items_by_column_values to return a set of pulses the state on each item does not match the state of the item within the board.

To reproduce

create new board
add item
archive item
query board using items_by_column_values
see archived item has state = “active”

{
 items_by_column_values(board_id: x column_id: "text", column_value: "X") {
   id
   name,
   state
 }
}

image
image
image

This topic has been closed for replies.

6 replies

AaronR-Enable
  • New Participant
  • October 9, 2020

@dipro and team, can you guys help on this one? we are super keen to get this sorted


dsilva
Forum|alt.badge.img
  • Participating Frequently
  • October 9, 2020

Hey @dcherrington @AaronR-Enable - Daniel chiming in here.

Could you please check if the issue is still occurring? I tried to reproduce using the steps and query above but the item was returned with a state of archived:
image

-Daniel


  • Author
  • New Participant
  • October 19, 2020

I have tested this again with the same result.
Archived items are returned with a status of active.


dsilva
Forum|alt.badge.img
  • Participating Frequently
  • October 19, 2020

Hey @dcherrington - to be honest I’m still not able to reproduce on my end:
image
Are you archiving the item through the interface, or through the API? I want to make sure I’m following the exact steps you’re taking.

Would you mind archiving a new item, running the query, and sending me the item ID and timestamp when this happened? I’ll see if something shows up on our logs.

-Daniel


avrij
  • New Participant
  • October 20, 2020

Alex here, working as the project co-ordinator with Daniel.

These boards were already archived on the account before we began development.


dsilva
Forum|alt.badge.img
  • Participating Frequently
  • October 23, 2020

Hey @avrij - following up over ZenDesk.

-Daniel