According to the changelog, the position value on the create_group mutation was deprecated. However, there are a few issues when it comes to the documentation:
-
The hyperlink on the changelog post links to itself. You have to navigate to the appropriate method on the group api page.
-
The documentation states that
position_relative_method
argument behaves differently if there isrelative_to
argument as well. It appears to go above therelative_to
group id with abefore_at
value, but if therelative_to
argument is missing, it goes at the bottom of the board. This is counter-intuitive. You would expect this to go to the top of the board as you’re placing it “before” the other groups. -
Update group mutation still lists
position
as one of thegroup_attribute
values and details further about the position numerical value undernew_value
. Is this numerical positioning still valid onupdate_group
? It seems strange to position it two different ways based on these two different methods, especially if position is being deprecated.