How to fetch status with their mapping with project from database or REST API

Ashutosh pandey February 28, 2017

Hi,

I need to map issue status with all the related JIRA project , what I am getting is a descriptor in workflow table but as there are more than 10000 rows .

It is very difficult to break all the XML and fetch status from them and then link them with project .

Can anyone please help me ?

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.
February 28, 2017

There isn't any other way to do it with REST.

Internally, there's a bit of java code that can do it moderately easily, but with REST, you'll need to plough through everything you're getting back from it.

Suggest an answer

Log in or Sign up to answer