download jar for ComponentAccessor

HiteshS July 5, 2015

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

3 answers

1 accepted

2 votes
Answer accepted
Gabor Nagy _Midori_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 5, 2015

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

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 5, 2015

Why are you trying to download the .jar?

There are three things you might be writing here:

  1. A Connect addon 
  2. Something external to JIRA that talks to JIRA over REST
  3. A JIRA addon

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)

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 5, 2015

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.

Suggest an answer

Log in or Sign up to answer