andygrunwald / andygrunwald/go-jira
Watchers cannot be added/updated (perhaps due to typo, i.e. watches instead of watchers)
Đang mở
needs triage
- Ngôn ngữ chính
- Go
- Star
- 1.6k
- Fork
- 500
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Example
https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-watchers/#api-rest-api-2-issue-issueidorkey-watchers-post
```
curl --request POST \
--url 'https://your-domain.atlassian.com/rest/api/2/issue/{issueIdOrKey}/watchers' \
--user 'email@example.com:' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '""'
```
related
https://github.com/andygrunwald/go-jira/issues/191#issuecomment-771658944
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.