Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Latest commit

 

History

History
93 lines (60 loc) · 3.21 KB

JiraIntegrationApi.md

File metadata and controls

93 lines (60 loc) · 3.21 KB

{{classname}}

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

JiraFeaturesControllerCreate

JiraIssueLink JiraFeaturesControllerCreate(ctx, body, key, project) Link feature to Jira issue

Required Parameters

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

Return type

JiraIssueLink

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

JiraFeaturesControllerFindAll

[]JiraIssueLink JiraFeaturesControllerFindAll(ctx, key, project) List linked Jira Issues

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
key string
project Object A Project key or ID

Return type

[]JiraIssueLink

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

JiraFeaturesControllerRemove

JiraFeaturesControllerRemove(ctx, key, issueId, project) Unlink feature from Jira issue

Required Parameters

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

Return type

(empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]