All URIs are relative to /
Method | HTTP request | Description |
---|---|---|
JiraFeaturesControllerCreate | Post /v1/projects/{project}/features/{key}/integrations/jira/issues | Link feature to Jira issue |
JiraFeaturesControllerFindAll | Get /v1/projects/{project}/features/{key}/integrations/jira/issues | List linked Jira Issues |
JiraFeaturesControllerRemove | Delete /v1/projects/{project}/features/{key}/integrations/jira/issues/{issue_id} | Unlink feature from Jira issue |
JiraIssueLink JiraFeaturesControllerCreate(ctx, body, key, project) Link feature to Jira issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
body | LinkJiraIssueDto | ||
key | string | ||
project | Object | A Project key or ID |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]JiraIssueLink JiraFeaturesControllerFindAll(ctx, key, project) List linked Jira Issues
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
key | string | ||
project | Object | A Project key or ID |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
JiraFeaturesControllerRemove(ctx, key, issueId, project) Unlink feature from Jira issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
key | string | A Feature key or ID | |
issueId | string | ||
project | Object | A Project key or ID |
(empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]