AQL count the umber of inboundReferences()

M. R.
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 9, 2024

Hallo,

i have Objects "PC" ("PC_1", "PC_2", "PC_3", ...) which refers to an individual object "License" ("L_1", "L_2", "L_3", ...)
I connected them as an object with the additional Value "Licensed".

Now i want to search for all Licenses which have multiple "inboundReferences()". In the end only one License for one PC should be allowed. But maybe the user has connected them doubled.

So far I have the following, with filtering only starting from one reference:
objecttype = "License" AND object HAVING inboundReferences()

Can you help me? I haven't found something about "count().


Thanks!

1 answer

0 votes
Devin Farber
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 11, 2024

Suggest an answer

Log in or Sign up to answer