Is there any Java API for working with Agile in Jira 7.x?

Aleksandr Shvarts April 13, 2018

While developing plugin for Jira 7.x I came across a problem of accessing Agile entities (sprints and releases) on server side. Is there any Java API that could help with this problem?

1 answer

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.
April 13, 2018

Start at https://developer.atlassian.com/docs/ - I think you probably need the "Jira Software Server" one towards the bottom left (which in turn links to the Software REST and internal Java APIs), but there may be others you'll find useful.

Aleksandr Shvarts April 15, 2018

Unfortunately, "JIRA Software Server Java API" link leads to the page with all Jira Software APIs, but for Jira 7 there are only REST API versions (for Jira 6 many Java API versions are presented, as at that time Agile was implemented in Greenhopper plugin).
So, I still would like to find Java API for Agile in Jira 7.

Suggest an answer

Log in or Sign up to answer