Can someone give me a link to download the jar containing the class ComponentAccessor (com.atlassian.jira.component.Class ComponentAccessor)?
Related:
I am on client side, and need to check if Greenhopper is installed or not at a given endpoint of JIRA server. If it's installed I will make further REST API calls to get the data I need.
Answer to @Gabor Nagy [Midori]:
Got it. Now, I want to get all boards (using a non-public REST API), but I'm stuck with this problem: https://answers.atlassian.com/questions/19141866
Answer to @Nic Brough [Adaptavist]:
Your second option describes my situation. Restating from my original text: I am on client side, and need to check if Greenhopper is installed or not at a given endpoint of JIRA server. If it's installed I will make further REST API calls to get the data I need.
Moving ahead without jar, now I'm facing the following issue: https://answers.atlassian.com/questions/19141866
Just try to access the (non-public) JIRA Agile REST API and you can see if it is installed or not. Check some docs here: https://developer.atlassian.com/jiradev/api-reference/jira-agile-api-reference
Why are you trying to download the .jar?
There are three things you might be writing here:
In the first two cases, the .jar is not needed because you're not coding directly in JIRA and you need to use the REST API to get to the data
In the third case, you don't need to download it, just include the right references in your pom.xml and the SDK will handle it all for you. (If you're not using the SDK, then you're making a lot of hard work for yourself)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then your question is irrelevant, you don't need the component accessor, you have no access to it. Use the REST APIs as documented, and Gabor's point to see if Agile is installed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.