Hello,
I would like to know if it is possible to make an AQL that includes all the assets that have had a certain type of jira issue. I know that it is possible to make a jql with an aql, but I don't know if it is possible to do the opposite. Get all assets that have linked tickets that meet certain conditions.
Thank you!
Community moderators have prevented the ability to post new answers.
We manage to get it!
object HAVING connectedTickets(issuetype = "*****")
objectType="****" AND object HAVING connectedTickets(issuetype = "****")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.