Forums

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

Create filters from Java

Victor Crittenden
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 31, 2017

What is the suggested means of managing filters JIRA from a Java program?

I've been looking into the following options:

This one doesn't appear to have the option to createFilters, only to retrieve them.

<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-rest-java-client-core</artifactId>
<version>4.0.0</version>
</dependency>

Not exactly sure how to use this one, but a creatFilter call is available in the SearchRequestService object

<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-api</artifactId>
<version>7.1.0-QR20151229171111</version>
</dependency>

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events