Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Accessing tempo using Java

amiddleton February 20, 2018

Hi

I'm trying to use java to get a custom field related to a worklog item, but I'm struggling to work out how to do this.

My guess is that I need to reference the tempo package in my POM to get extra methods available but I'm not sure where to start. All the documentation seems to point to REST APIs rather than anything meaningful in java.

 

Can anyone help point me in the right direction please? I'm using tempo version 8.0.2

The code I have at the moment is:

{CODE}

String onSite = (String) event.getWorklog().
.getCustomFieldValue(getCustomField("Onsite work"));

{CODE}

The getCustomFieldValue() method works great when getting a custom field related to a JIRA issue, but not to the worklog.

 

thanks

 

Andy

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Alexey Matveev
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.
February 20, 2018

I did not try it, but I think I would do it the following way.

1. Download the obr file

2. Unzip the obr file

3. Find a jar with the required service (the service must be exported by Tempo. You can find exported services in OSGI browser or in the Tempo plugin)

4. reference the jar in your pom.xml with scope provided.

5. Inject a service and use it in your plugin.

amiddleton February 21, 2018

Great, thanks

TAGS
AUG Leaders

Atlassian Community Events