Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Resolve projects in agile board from Jira Software Server inside Jira plugin

Stefan Glase January 5, 2019

From my Jira plugin for Jira Server I want to resolve the information of which projects are in a concrete agile board. This information is already available inside the Jira Software GUI inside the board configuration on the filter page:

in-gui.png

This information can also be resolved from the Jira Software REST API call:

agile/1.0/board/{boardId}/project

Calling this REST resource results in the information I need:

rest-result.png

I am not aware of a Java API provided by Jira Software Server to resolve this information.

What is the best and preferred way of getting this information on the server side of my Jira plugin? Do I really need to consume the Jira Software REST API?

1 answer

0 votes
sam.dawson February 22, 2023

Hey Stefan,

Did you figure out how to resolve this? I'm looking for the same information

Stefan Glase February 23, 2023

Hey @sam.dawson

I am sorry to let you know that I do not have any news on this. I don't know of any Java API based operation to resolve this information.

(edit) answered on the wrong question, so I updated my answer

Suggest an answer

Log in or Sign up to answer