JQL to check issues of type Fix that have non empty issue links. I need issues under the resolves as shown below in the following screenshot:
Hello @Mouna Hammoudi
You can use the Issue Link Type function described in this document:
issuelinktype = "resolves"
Hi @Mouna Hammoudi ,
You can use JQL as below
Project = "ABC" and issuetype = Fix and issueLinkType = "resolves"
Please accept the answer if its resolves your query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.