Need jar for project.version class

Manan June 11, 2024

I am trying to write a Java app using Java APIs, and have been able to query info using 

 

com.atlassian.jira.rest.client.api.domain.Issue and now i am trying to add call to 

getFixVersions() which requires me to "import com.atlassian.jira.project.version" which require a jar which i am not able to find.

1 answer

1 accepted

0 votes
Answer accepted
Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 16, 2024

Hi @Manan 

Welcome to the Community!

If you use REST API, you do not need to add jars (libraries). You may get the result as json and use it accordingly. On the other hand, if you use Java API, you still should not need additional dependencies apart from jira-api. 

Manan June 17, 2024

i was able to find the required jar, and was able to compile and run the code to get the fix versions.  I had to update to "import com.atlassian.jira.rest.client.api.domain.Version;" 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events