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)
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.