What would be a similar query I could use in the cloud instance?
project = XYZ and status = “In Development” and not issueFunction in hasLinkType(“Development”)
What would be a similar query I could use in the cloud instance?
project = XYZ and status = “In Development” and not issueFunction in hasLinkType(“Development”)
Hey @jdumascentersplan , I see you are trying to use “hasLinkType”. Have you tried using native JQL “issuelinktype”?
Regards,
Sean