We create child tickets using createtickets, we use the following
Parents: {$Tickets{‘TOP’}->id;}
Depended-On-By: TOP
The child tickets come up in the ticket view as “Pending Ticket #xxx”
All this works well, however when we resolve the child ticket (its status is set to resolved) however the “pending ticket #” is still visible, as if the child ticket is still open/active?
yes the child doesnt appear, when I put the resolved back in active the child is there and resolved, i can resolve the parent whether or not the child is resolved
Okay if you can be more clear, this is a little confusing.
yes the child doesnt appear, when I put the resolved back in active the child is there and resolved
Does this mean it does not show up on the ticket display page under links or it just doesn’t show up under " 10 newest unowned tickets" or some other saved search, because I would expect it not to show up for that saved search if the status is resolved since resolved is not an active status.
i can resolve the parent whether or not the child is resolved
A child ticket is different than a “Depends On” ticket, your code looks like you are setting the link as “Depends on” (From the top-level tickets perspective). If you are testing with a child link and not a depends on link, child links do not restrict resolving parent tickets. Docs for links are here: