使用jira-rest-java-client-core版本5.1.6的包修改JIRA的issue状态,可以按照以下步骤进行: 引入依赖: 首先,在你的pom.xml文件中添加jira-rest-java-client-core的依赖: xml <dependency> <groupId>com.atlassian.jira</groupId> <artifactId>jira-rest-java-client-core</artif...
To be able to use JRJC in your add-on for JIRA (version 7.13.0 in my case), you only need to use jira-rest-java-client-core, don't need to put others dependency such as jersey or jira-rest-java-client-api (core part will pull this dependency later for you), ...