Forums

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

How to access issue details using R?

Rajkumar Balakrishnan
Contributor
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-
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.
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
Contributor
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-
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.
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
TAGS
AUG Leaders

Atlassian Community Events