Is the Github development panel details accessible via the REST API?

Dan Young January 30, 2019

Hello,  I'm new to the JIRA platform and REST API, so I may be looking in the wrong place here... We have integrated using smart commits and I'm wondering if there's a way to get the details under the Development panel via the REST API?  For example, can we pull out the commit details?

Screen Shot 2019-01-30 at 12.52.36 PM.png

1 answer

0 votes
George Mihailoff January 30, 2019

Why you can't pull commit details from GitHub?

Dan Young January 30, 2019

We're doing that now, but we're recently started to use jira and the github plugin, and there's the desire to pull the specific commits/pr associate with particular JIRA issue.   So it's essentially the linkage of the two is happening in JIRA now.

George Mihailoff January 30, 2019

Yes, and that linkage is part of your commit message. Probably it just not trivial to get it from GitHub API? Like get repo commits and then lookup by ticket key in commit messages.

Dan Young January 30, 2019

We could always get from github and extract out from the message. We're wondering if it's possible to get this information via the REST API from within JIRA.

George Mihailoff January 31, 2019

I'm not aware of a JIRA API endpoint for this. 

Suggest an answer

Log in or Sign up to answer