Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Search issues with more than one 'Implements' issueLinkType

Eric Lax
May 2, 2023

Hi,

I'd like to find all issues that have more than one 'Implements' issueLinkType linked to them.
For example, 

2023-05-02 09_44_53-Window.png

Is it possible with some JQL magic? 

Many thanks,
élax.

1 answer

0 votes
Moses Thomas
Community Champion
June 14, 2018

@kunti pawar

You're probably missing some dependant library. In Eclipse Ok  but in  script console i   guess  you  will  have to  import this package/library  'org.apache.axis.client'

Best!

kunti pawar
June 15, 2018

I have added all jars in WEB-INF-lib folder

kunti pawar
June 18, 2018

I have imported as below

import org.apache.axis.client.AxisClient

then also I am getting ame error

Moses Thomas
Community Champion
June 18, 2018

@kunti pawarThe "org.apache.axis.client"  has  many  classes and  AxisClient  is one of  them  from your   error i  see reference  to  another   class,  could   you  also  add  this other one  "  import org.apache.axis.client.Service"   and  try  again.

kunti pawar
June 18, 2018

Hi Moses Thomas,

bellows are my imported files then also I am getting same error

import com.polarion.alm.ws.client.WebServiceFactory;
import com.polarion.alm.ws.client.session.SessionWebService;
import com.polarion.alm.ws.client.tracker.TrackerWebService;
import com.polarion.alm.ws.client.types.tracker.WorkItem;
import org.apache.axis.client.AxisClient
import org.apache.axis.client.Service
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.apache.axis.client.*

Suggest an answer

Log in or Sign up to answer