How to update/add a field in a already created issue using jira java rest client

was aeronaves February 2, 2014

The documentation is really awful as pointed out by other people.

I was not able to find in any place how to set a field in a already created issue.

The examples to set a field either implied you're transitioning an issue or creating one.

A broader question: Is atlassian really supporting this?

I'll try another implementation in the meanwhile:

https://github.com/rcarz/jira-client

6 answers

1 accepted

0 votes
Answer accepted
was aeronaves February 16, 2014

Well, it seems the best alternative is to use the other library.

After weeks waiting for atlassian's answer I can consider there really is no other solution.

0 votes
was aeronaves February 9, 2014

The question is still open. Any news? Should I forget the official Java Rest Client provided by atlassian an use https://github.coIm/rcarz/jira-client ?

0 votes
was aeronaves February 2, 2014

Thanks Bob, I may consider it but right now I'd like a 100% Java based solution and preferably something supported by Atlassian as I already pay for Jira support

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
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 2, 2014

There are alternatives :). JIRA Command Line Interface

0 votes
was aeronaves February 2, 2014

Access the official Rest Java Client site: https://marketplace.atlassian.com/plugins/com.atlassian.jira.jira-rest-java-client

Go details and click documentation. Try to find any example of how to update/add a field in a already created issue. I couldn't.

Try Javadoc? Forget about it. It points to 0.4 version, there are many missing classes and most of it no documented.

In order to to my work I had to switch to https://github.coIm/rcarz/jira-client

I'd rather use Atlassian's library because of long term concerns but the way it's being supported is preventing me from using it.

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.
February 2, 2014

Maybe you should tell us what documentation you are struggling with?

Suggest an answer

Log in or Sign up to answer