Questions tagged [zenhub]

An agile project management tool built as a browser extension for GitHub.

From its website:

ZenHub is a browser extension that injects advanced functionality seamlessly into the GitHub interface, making centralized collaboration on GitHub faster, more visual, and less cluttered. With ZenHub installed, your team has no excuse for using any tool other than GitHub, keeping your workflow lean and agile.

13 questions
6
votes
2 answers

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…
Ole Albers
  • 8,715
  • 10
  • 73
  • 166
3
votes
1 answer

How to set an issue pipeline with ZenHub API

We use ZenHub with our enterprise GitHub installation. I'm writing a script to move issues from one GitHub repo to another, including the ZenHub info. I've gotten the issues copied, labels and milestones set. I then use the ZenHub API to set…
KineticSquid
  • 316
  • 3
  • 13
2
votes
0 answers

ZenHub API requests using Javascript

I am currently using ZenHub enterprise and want to know how can I get GitHub issues with Zenhub details in there? I am already able to fetch the issues using git API, however that doesn't have parameters like the release, pipeline, epics and…
vc2310
  • 131
  • 1
  • 1
  • 7
2
votes
1 answer

Enterprise Zenhub API returns `"message":"missing authentication token in headers"` while trying to access the repo

I am trying to fetch data from a particular Enterprise Zenhub repository. Following this doc - https://github.com/ZenHubIO/API#get-the-zenhub-board-data-for-a-repository. The auth token and repo-id are correct but it's returning "message":"missing…
1
vote
0 answers

How to get zenhub issues related to an epic with the API?

When I view an epic in the ZenHub dashboard, I can see the issues which relate to an epic. It seems these can be added/removed using the REST API described here: https://github.com/ZenHubIO/API#add-or-remove-issues-to-epic Is there also an REST API…
k239430
  • 11
  • 1
1
vote
1 answer

python compute new column value based on 2 other columns within loop

I have a dataframe that looks like this: issue_id repo_id 101 10365 102 10543 103 11001 df = pd.DataFrame({"issue_id":[101,102,103],"repo_id":[10365,10543,11001]}) I want to iterate through the dataframe,…
Devarshi Goswami
  • 1,035
  • 4
  • 11
  • 26
1
vote
1 answer

Creating an Epic from a Github Issue with Zenhub API

This is a follow up question to How to set an issue pipeline with zenhub. I'm attempting to convert an issue to an epic in a Python script. I can convert the issue to an Epic, but I get an error when I attempt to add issues when creating the epic.…
KineticSquid
  • 316
  • 3
  • 13
1
vote
1 answer

How do I delete (not close) an epic in ZenHub?

I accidentally created an issue when setting up my first board. I have no need to delete the Issue - it has nothing attached to it. But I just want to keep my board clean. Is there a way to actually delete this issue?
Ashley Coolman
  • 11,095
  • 5
  • 59
  • 81
1
vote
1 answer

What exactly does the "Delete this Epic" button do?

I have an epic in Zenhub and I want it to be a regular issue. I removed all the issues from the epic, and I see a button labeled "Delete this Epic", but what happens when I press it? I don't want the entire issue to be deleted -- I want to keep thie…
Chad
  • 1,750
  • 2
  • 16
  • 32
0
votes
1 answer

Zenhub API: {"message":"Validation failed: Issues would create a cycle in epics"}

I'm trying to use the ZenHubIO API to sync issues between Jira, Github and ZenHub. I have no issue creating issues from jira to github. However, if the issue is an Epic, the Epic is not synced correctly (i.e. considered an Epic on Jira but not on…
Omar Farag
  • 15
  • 1
  • 5
0
votes
1 answer

How to remove or hide Zenhub sidebar

When using Zenhub agile tool app within github domain, there is no way to hide the sidebar. If you spend a lot of time on the board this wasted screen real estate can be annoying. How can I hide it?
lacostenycoder
  • 10,623
  • 4
  • 31
  • 48
0
votes
1 answer

Failed to add issues to release report by REST API

I'm writing a program about create issues on gitHub. When I try to set the issue's release-date by using this API, I got a 400 response. I tried different kinds of data(even empty issue list), but none of them worked. part of my code: self.host =…
Leo Sun
  • 1
  • 1
0
votes
0 answers

chrome extension - how does Zenhub sync data with other members in the same repo?

I am making an extension for github. And I want to sync data with other people at the same repo. For example, in Zenhub, the pipelines of a board is synced automatically with other members. In other words, if I remove Back log, other members can't…
yakkisyou
  • 510
  • 7
  • 14