Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get Pipeline Value of GitHub Issues?

I use ZenHub to manage my Issues on GitHub. When I go to the detail of an issue I can see the property "pipeline" in GitHub which is exactly the column where the Issue is saved.

Now I want to get the pipeline information out of my issues using the API of GitHub. But none of the Issue-Methods GET /repos/:owner/:repo/issues or GET /repos/:owner/:repo/issues/:number seem to have any information about the pipeline. Is it hidden anywhere else?enter image description here

like image 832
Ole Albers Avatar asked Feb 23 '15 20:02

Ole Albers


1 Answers

Pipeline is purely a ZenHub feature.

As such, it is not exposed in the Github API Issues (or in any other GitHub API)

A ZenHub public API is in the making (issue 172).

Update: The API is available: ZenHub API

like image 102
VonC Avatar answered Dec 13 '22 06:12

VonC