Hi,
I'd like to find all issues that have more than one 'Implements' issueLinkType linked to them.
For example,
Is it possible with some JQL magic?
Many thanks,
élax.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have imported as below
import org.apache.axis.client.AxisClient
then also I am getting ame error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.*
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.