How to access issue details using R?

Rajkumar Balakrishnan July 12, 2017

I wish to access all issues and issue related details using R. Can someone help me with this?

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.
July 12, 2017

From memory, have a look for RCurl - that enables R to issue http calls and grab the data returned.

With that, R should be able to call JIRA's REST APIs to pull data from JIRA (you'll need to find a JSON library for R as well, that's where my memory fails me)

Rajkumar Balakrishnan July 12, 2017

Thanks Nic for your swift reponse. I tried RCurl with rjson. But, I am nto able to pull custom field info. Can you suggest me a solution for it?

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.
July 12, 2017

Custom fields are returned when you ask for issue data.

Have a look at https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-query-issues and the documents alongside it.

Suggest an answer

Log in or Sign up to answer