API 참조
board-github
이 영역에 20개의 엔드포인트가 있습니다. 각 엔드포인트에는 매개변수, 응답, 그리고 직접 실행할 수 있는 요청이 포함된 전용 페이지가 있습니다.
| 메서드 | 경로 | 기능 소개 | 권한 |
|---|---|---|---|
| POST | /v1/board-github/discover | List the GitHub Projects a credential can see. | — |
| GET | /v1/board-github/links | The GitHub Projects this organisation has connected. | — |
| POST | /v1/board-github/links | Connect a GitHub Project to this organisation. | — |
| DELETE | /v1/board-github/links/{linkId} | Disconnect a GitHub Project. | — |
| GET | /v1/board-github/links/{linkId} | One connection, with its WIP report and its open notices. | — |
| PATCH | /v1/board-github/links/{linkId} | Change a connection's sync direction or the board it sits alongside. | — |
| GET | /v1/board-github/links/{linkId}/conflicts | Every field whose value was overwritten by the sync. | — |
| PUT | /v1/board-github/links/{linkId}/fields/{fieldId}/wip | Set an advisory WIP limit on one status option. | — |
| GET | /v1/board-github/links/{linkId}/items | The items on a connected project. | — |
| POST | /v1/board-github/links/{linkId}/items | Post a new item to the GitHub Project from our UI. | — |
| DELETE | /v1/board-github/links/{linkId}/items/{itemId} | Remove an item from the GitHub Project, permanently. | — |
| PUT | /v1/board-github/links/{linkId}/items/{itemId}/archive | Archive a GitHub Project item, or restore it. | — |
| PUT | /v1/board-github/links/{linkId}/items/{itemId}/card | Attach a GitHub item to a board card, or detach it. | — |
| PUT | /v1/board-github/links/{linkId}/items/{itemId}/field | Set or clear one field value on a GitHub Project item. | — |
| POST | /v1/board-github/links/{linkId}/sync | Refresh one connection from GitHub now. | — |
| GET | /v1/board-github/links/{linkId}/webhook | The payload URL and signing secret for a connection the customer configures. | — |
| POST | /v1/board-github/links/{linkId}/webhook | Try again to create the webhook on GitHub, and mint a fresh secret. | — |
| GET | /v1/board-github/roadmap | A dated timeline across every linked GitHub Project. | — |
| GET | /v1/board-github/rollup | Every linked GitHub Project, summed into one view. | — |
| POST | /v1/board-github/webhook/{endpointKey} | One GitHub webhook delivery for a linked project. | — |