I am trying to write a Java app using Java APIs, and have been able to query info using
getFixVersions() which requires me to "import com.atlassian.jira.project.version" which require a jar which i am not able to find.
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.
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;"
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.