jira-client
jira-client copied to clipboard
Any plan to create new version
Hello,
I am using this library to create bug report after test run. However, I need to set custom fields but library does not support. There is only one version supports the custom field settings but it is not in the maven repository. Due to this reason, I need to jetpack.io. Do you have any plan to release a new version?
I can only update using;
<repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories>
<dependency> <groupId>com.github.rcarz</groupId> <artifactId>jira-client</artifactId> <version>868a5ca897</version> </dependency>