You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this Repo has a specific issue format to follow, so I apologies in advance.
Hi,
I've noticed an issue with the "genesyscloud_tf_export" function when it generates an existing Routing queue using the bullseye_rings routing method.
If the queue has a Group assigned to the last Ring (which is not really a ring but "Route to all agents in queue, based on selected evaluation method." option), the routing queue terraform resource won't have the group in the generated output of the tf_export run.
Ex.:
A test queue using the bullseye rings:
Groups assigned to the last ring (a.k.a the "Route to all agents in queue, based on selected evaluation method." option):
However, if the group is assigned to the 2nd ring rather than the last one (3rd), it works just fine when it comes to the tf_export output of the queue.
Hey @tonny-m-telus-com The is done deliberately and the reason for this
is that when you submit a list of bullseye_rings to the API, the API will always take the last item in the list and use it to drive default behavior. To get around this, the provider creates a dummy bullseye_ring and sets it to the last item in the list and hence we don't export that.
I don't know if this Repo has a specific issue format to follow, so I apologies in advance.
Hi,
I've noticed an issue with the "genesyscloud_tf_export" function when it generates an existing Routing queue using the bullseye_rings routing method.
If the queue has a Group assigned to the last Ring (which is not really a ring but "Route to all agents in queue, based on selected evaluation method." option), the routing queue terraform resource won't have the group in the generated output of the tf_export run.
Ex.:
A test queue using the bullseye rings:
Groups assigned to the last ring (a.k.a the "Route to all agents in queue, based on selected evaluation method." option):
This is the generated output of this tf_export:
Result (notice that there's no groups in this output whatsoever) :
However, if the group is assigned to the 2nd ring rather than the last one (3rd), it works just fine when it comes to the tf_export output of the queue.
Is this a bug?
Thank you!
The text was updated successfully, but these errors were encountered: